Can view package list, but nothing installs.
-
That message gets displayed every time you apply an update. Why it's hanging for you may be completely different from the 2.5 issue in Redmine. Considering how you manually tried to fix the issue, I would definitely reinstall 2.4.4 and restore your config.
-
@bglamb said in Can view package list, but nothing installs.:
It's strange that I'm seeing that on 2.4.4_2. Should I just move to the Devel branch do you think?
No, it should not be happening to you on the 2.4.4-RELEASE branch. It sounds like your box is maybe part 2.4 and part 2.5 or something. If you manually installed a package, you might have inadvertently overwritten some dependencies. I would totally wipe the box and install from original source media.
-
I've just spent the whole day getting it back up and running after the factory reset. Not sure I can afford to wipe everything and take another day. I'll see though. Thanks for your input both.
-
Your error message indicates a somewhat borked installation of pfSense itself. Or at least what was installed has been corrupted with some different versions of key files. Again, if you have a Netgate appliance, find your box in this documentation list and then you can get to step-by-step instructions for downloading the correct source file and installing a 2.4.4 OS from scratch -- https://docs.netgate.com/pfsense/en/latest/solutions/. As @KOM suggested, I would not try to restore the
config.xml
while re-installing the software. -
KOM said "That message gets displayed every time you apply an update", you're saying it's indicative of a borked installation??
What makes you think there's different file versions?
Kom also said I should restore my backup. Dumping config that took me 8 hours to input is not a troubleshooting step I want to take lightly.
-
@bglamb said in Can view package list, but nothing installs.:
KOM said "That message gets displayed every time you apply an update", you're saying it's indicative of a borked installation??
What makes you think there's different file versions?
He means the "please wait while the update system initializes" message. I'm saying the freezing with no pkg installation and the fact you said you found a file in /cf/conf that had the mismatched PHP versions message can mean a borked base software installation.
-
Ok, thanks.
-
And by the way, installing packages outside the GUI can break things since some packages may automatically bring down new (or even older) versions of key parts of the pfSense GUI plumbing packages. PHP comes to mind here. It's generally not a good idea to install using
pkg install xxx
. Do it from the GUI. There are some built-in checks there to prevent overwritting critical core packges. -
@bmeeks Yeah. The whole thing was working, and I did the auto-update to the latest stable version and things broke.
I Googled it and just followed the commands from other people's forum posts, which were to force install a load of packages via SSH.
-
Yes, I did suggest that he restore from his config.xml backup once he has the base install done. I figured that it was the base install that had the problem and his config was likely fine. He can verify it before he restores it.
-
@bglamb said in Can view package list, but nothing installs.:
@bmeeks Yeah. The whole thing was working, and I did the auto-update to the latest stable version and things broke.
I Googled it and just followed the commands from other people's forum posts, which were to force install a load of packages via SSH.
If it's a new Netgate appliance, you have some free tech support. Take advantage of it. If it was purchased third-party, then the pfSense on it is not exactly legal as under the copyright/trademark laws only Netgate can sell something with "pfSense" pre-installed on it.
-
@KOM I guess I can do a clean install, then if the config breaks it, just clean install again. Saves me a lot of work, if it works!