Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Can view package list, but nothing installs.

    Scheduled Pinned Locked Moved General pfSense Questions
    29 Posts 3 Posters 2.6k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      bglamb
      last edited by

      It doesn't look like there are any related packets going out, from what I can see.

      I was assuming it's not a network issue, as it can get the package list, and works from the CLI, and the firewall rule is ANY/ANY.

      1 Reply Last reply Reply Quote 0
      • KOMK
        KOM
        last edited by

        What hardware are you installing on?

        1 Reply Last reply Reply Quote 0
        • B
          bglamb
          last edited by

          I'm struggling to work out how to tell! It's a 1U device, 4 physical ports. No serial or other identifying marks. What info specifically do you need?

          1 Reply Last reply Reply Quote 0
          • KOMK
            KOM
            last edited by

            Oh nothing in particular. I was suspecting some sort of bizarre hardware error and wanted to know what you had.

            Are you able to install to a virtual machine just to confirm that the issue is confined to that specific hardware?

            1 Reply Last reply Reply Quote 0
            • B
              bglamb
              last edited by bglamb

              Err....I got this hardware with the software already installed (and just updated/factory reset it), so learning how to install on a VM is a pretty big step.

              Interestingly, the package manager was working on this hardware before I did the software update (via the auto update). When I did the auto-update, a lot of stuff broke, and I was able to get it all working again via SSH and a lot of pkg commands (basically just force reinstalling all the packages), but the package manager WebGUI stopped working completely.

              That's when I did a second factory reset, and was expecting the package manager to be fixed! But it's only half fixed.

              1 Reply Last reply Reply Quote 0
              • B
                bglamb
                last edited by

                I'm wondering if it might be easier to troubleshoot why Radius misbehaves when I install it via the CLI.

                1 Reply Last reply Reply Quote 0
                • KOMK
                  KOM
                  last edited by

                  Don't do a factory reset of a borked config. I suspect it's just resetting some things while others remain broken.

                  Take a config.xml backup via Diagnotics - Backup & Restore. Download pfSense and reinstall from scratch, then restore from your config backup.

                  1 Reply Last reply Reply Quote 0
                  • bmeeksB
                    bmeeks
                    last edited by bmeeks

                    This was an issue with the earlier 2.5-DEVEL snapshot releases (maybe a couple of months back), but was quickly fixed. I don't recall it ever being an issue in 2.4.4, though. Here is a link to the Redmine bug report about the issue in 2.5: https://redmine.pfsense.org/issues/9410.

                    If you have a pfSense/Netgate branded appliance, their support staff will be happy to help you out. You can contact them or open a ticket here: https://www.netgate.com/support/contact-support.html.

                    1 Reply Last reply Reply Quote 0
                    • B
                      bglamb
                      last edited by

                      Aha! It has that exact error message in that file! Legend!

                      1 Reply Last reply Reply Quote 0
                      • B
                        bglamb
                        last edited by

                        It's strange that I'm seeing that on 2.4.4_2. Should I just move to the Devel branch do you think?

                        bmeeksB 1 Reply Last reply Reply Quote 0
                        • KOMK
                          KOM
                          last edited by

                          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.

                          1 Reply Last reply Reply Quote 0
                          • bmeeksB
                            bmeeks @bglamb
                            last edited by

                            @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.

                            1 Reply Last reply Reply Quote 0
                            • B
                              bglamb
                              last edited by

                              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.

                              1 Reply Last reply Reply Quote 0
                              • bmeeksB
                                bmeeks
                                last edited by bmeeks

                                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.

                                1 Reply Last reply Reply Quote 0
                                • B
                                  bglamb
                                  last edited by bglamb

                                  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.

                                  bmeeksB 1 Reply Last reply Reply Quote 0
                                  • bmeeksB
                                    bmeeks @bglamb
                                    last edited by bmeeks

                                    @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.

                                    1 Reply Last reply Reply Quote 0
                                    • B
                                      bglamb
                                      last edited by

                                      Ok, thanks.

                                      1 Reply Last reply Reply Quote 0
                                      • bmeeksB
                                        bmeeks
                                        last edited by

                                        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.

                                        B 1 Reply Last reply Reply Quote 0
                                        • B
                                          bglamb @bmeeks
                                          last edited by

                                          @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.

                                          bmeeksB 1 Reply Last reply Reply Quote 0
                                          • KOMK
                                            KOM
                                            last edited by

                                            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.

                                            B 1 Reply Last reply Reply Quote 1
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.