Unbound updated to 1.4.14
-
You mentioned the control 953 - that only listens on 127.0.0.1 but I am assuming you meant 53 does not want to listen on loopback?
Ill check it out shortly.As to the dependancies there might be other packages, that you have installed, that depend on them so they wont be deleted.
-
yeah control listens on loopback at 953
tcp4 0 0 127.0.0.1.953 . LISTEN
But it will not come up listening on .53 unless I manually edit the conf file.
here are what I show as dependent on those packages.
Information for expat-2.0.1_1:
Comment:
XML 1.0 parser written in C
Required by:
git-1.7.1.1
fontconfig-2.8.0,1
unbound-1.4.14The other 2 only show unbound needing them, so I could update those. I don't recall every manually installing fontconfig? But don't show anything depend on it.. So could delete and reinstall, but git I kind of need ;) with running 2.1 ;)
edit: on a side note is http://files.pfsense.org down?? I can not seem to get to the packages dir.
-
Ok package updated. It was an old bug which i fixed which then subsequently broke the loopback stuff.
files.pfsense.org is down at the moment. cmb is trying to sort it out. -
so when files comes back up will it be 1.4.14_01? What about the dependency things – is this something I need to fix outside of the package gui? Or should updating unbound also update those other packages?
-
Yeah don't worry about those and Installing any package will download the required dependencies.
Files.pfsense.org is back up so just reinstall the package.
-
Ok that seems to have fixed it, now it listens on both lan and loop when both selected in the gui
Thanks!
But I did not see it download the actual package .tbz file – guess I could completely uninstall it and then check with pkg_info to see if unbound its gets removed and if it then download loads it.
But since it working and on current version I think will leave it until 1.4.15 comes out to test ;)
Thanks again for the fix!
But kind of curious still about the out of sync other packages.
So 1.4.14 says it needs expat-2.0.1_2, but have _1 installed -- can I force removal and then install _2 -- but could that break git, cuz I use that like once a week when new changes come out.