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

    What the hell happened to /packages-8.1-release/Latest/ on ftp.freebsd.org

    Scheduled Pinned Locked Moved Problems Installing or Upgrading pfSense Software
    32 Posts 11 Posters 37.4k 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.
    • Cry HavokC
      Cry Havok
      last edited by

      You'll also find other identical questions if you use the search function, which is probably why people haven't replied here ;)

      Using packages for a later point release may work, if nothing has changed too much. It may also break things completely.

      1 Reply Last reply Reply Quote 0
      • C
        cmb
        last edited by

        They moved to ftp-archive.freebsd.org. Annoying that they've been moved so quickly on a release that's still supported for another year+. We're going to point that to one of our servers for future releases where we can keep them indefinitely (or at least as long as we support a particular release).

        1 Reply Last reply Reply Quote 0
        • T
          tommyboy180
          last edited by

          cmb,
          instead of keeping the archived files is there a way that we can get the new PACKAGESITE via update or package? I've already modified my /root/.tcshrc file to include the 8 Stable path. I think users could easitly manually update their packagesite variable or install a package. I could create a package if it would be easier.

          -Tom Schaefer
          SuperMicro 1U 2X Intel pro/1000 Dual Core Intel 2.2 Ghz - 2 Gig RAM

          Please support pfBlocker | File Browser | Strikeback

          1 Reply Last reply Reply Quote 0
          • N
            ncolunga
            last edited by

            So it's recommended to use ftp-archive.freebsd.org 8.1-RELEASE files instead of ftp.freebsd.org 8-Stable. Isn't it?

            1 Reply Last reply Reply Quote 0
            • C
              cmb
              last edited by

              @ncolunga:

              So it's recommended to use ftp-archive.freebsd.org 8.1-RELEASE files instead of ftp.freebsd.org 8-Stable. Isn't it?

              yes

              1 Reply Last reply Reply Quote 0
              • C
                cmb
                last edited by

                @tommyboy180:

                cmb,
                instead of keeping the archived files is there a way that we can get the new PACKAGESITE via update or package? I've already modified my /root/.tcshrc file to include the 8 Stable path. I think users could easitly manually update their packagesite variable or install a package. I could create a package if it would be easier.

                You're welcome to create a package if you'd like.

                1 Reply Last reply Reply Quote 0
                • C
                  chrisj
                  last edited by

                  I have changed my PACKAGESITE variable, and tried pkg_add agan.  I am running into dependency issues….trying to install MailScanner to have it used by PostFix, but it is failing a bunch of dependencies probably not found in the 8.2 release.  I also saw issues when running the auto-upgrade from v1.2.2 to the 2.0 release.  Things seem to be working, but can I assume I am hosed?

                  Regards,
                  Chris

                  1 Reply Last reply Reply Quote 0
                  • S
                    sdudley
                    last edited by

                    Could someone post the correct URL to use for the PACKAGESITE variable for the 2.01 version of (i386) variant of PFSense? Spent the better part of the day wallowing through FreeBSD subversion.tgz packages and narrowing candidates down by the errors that pkg_add would produce. Trying to install subversion per the instructions for running FusionPBX on the same hardware as PFSense. Mark and team have supplied a fantastic HowTo page at http://wiki.fusionpbx.com/index.php?title=PfSense_Install for those adventuresome enough to the concept of a PBX and firewall on the same NanoITX board. Everything went fine until I found an error on one of the PBXFusion pages, reported it and Mark suggested using svn to keep the php code in synch with the latest updates as they are posted to the google code site via svn.

                    It's also possible I've missed something on the FreeBSD side of things, admittedly I've been spoiled by apt-get and yum.

                    Because I'm dangerously persistent, I've walked through a number of incremental versions of subversion starting from FreeBSD 8.1 and up looking for a successful install by the lack of command line dependency 'complaining' and found success with subversion 1.6.17_4 which finally installed fine however it generates a shared object error when svn is initiated at the CL.  (/libexec/ld-elf.so.1: Shared object "libgssapi.so.10" not found, required by "svn") Hoping that the correct PACKAGESITE URL will contain a version of the subversion package that will install and operate without errors to allow me to synch with fusionpbx's google code svn site.

                    I have tried pkg_add with versions 1.6.12 and 1.6.15 of subversion from various FreeBSD archives both of which complained about dependencies until I came to the 1.6.17_4 subversion package which teased with an error free install only to throw a 'shared object' error when invoked. I appreciate that one should not be tinkering under the hood with pfsense however, the idea of a VoIP PBX on PFSense is incredibly appealing for a small office.

                    Respectfully,
                    Shaun

                    1 Reply Last reply Reply Quote 0
                    • marcellocM
                      marcelloc
                      last edited by

                      Could someone post the correct URL to use for the PACKAGESITE variable for the 2.01 version of (i386) variant of PFSense?

                      these are suggested freebsd package repository as pfSense 2.0.x version are based on 8.1 freebsd release

                      i386 packages
                      http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/8.1-RELEASE/packages/All/

                      amd64 packages
                      http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/amd64/8.1-RELEASE/packages/All/

                      Some packages will work with 8.2 release, but you need to test it before applying on production servers.

                      Treinamentos de Elite: http://sys-squad.com

                      Help a community developer! ;D

                      1 Reply Last reply Reply Quote 0
                      • S
                        sdudley
                        last edited by

                        Thanks for the confirmation Marcelloc.
                        I removed subversion-1.6.17_4 and performed a pkg_add -r subversion-1.7.2 which completed without any errors but when invoking svn from a shell, I now receive a slightly different error message of:
                        /libexec/ld-elf.so.1: Shared object "libz.so.6" not found, required by "svn"

                        I know this is testing the fringe of PFSense support but I'm going to press my luck and within the context of trying to automate PBXFusion code updates on PFSense, is there a method in PFSense/FreeBSD of determining which package contains this library that it's complaining about?
                        Perhaps something similar to yum provide?
                        Apologies, cut my teeth on RHL a number of years ago and this pfsense box is my first practical exposure to FreeBSD.

                        Thanks again.
                        Shaun

                        1 Reply Last reply Reply Quote 0
                        • marcellocM
                          marcelloc
                          last edited by

                          sdudley,

                          I'm did looked in one browser tab and pasted from browser history, I've corrected package path, please reinstall your package.

                          sorry, my mistake.

                          Treinamentos de Elite: http://sys-squad.com

                          Help a community developer! ;D

                          1 Reply Last reply Reply Quote 0
                          • S
                            sdudley
                            last edited by

                            Thanks for the replies on this Marcelloc, still no luck though. It's actually worse now as it's spewing dependency errors before installing subversion. A slightly educated guess indicates that perhaps the URL points to packages that are older than what is contained in PFSense 2.01 based on the errors returned when adding the subversion package at the shell. Also noticed that I could not set the environmental variable PACKAGESITE to the URL you provided, instead I had to forgo setting the PACKAGESITE variable and use pkg_add -r with the complete URL directly to the subversion package file which then resulted in the dependency complaints noted below. Transcript of the entire effort is below.

                            In addition, I did find this http://doc.pfsense.org/index.php/PfSense_and_FreeBSD_Versions where the specific version of the underlying FreeBSD for each version of PFSense is detailed however I'm not familiar enough with FreeBSD to know what packages make up 8.1-RELEASE-p6 compared to PFSense 2.0 and it's FreeBSD 8.1-RELEASE-p4 or where those packages would be found. I tried to use the FreeBSD handbook site although being a bit simple minded, I couldn't follow the release tree description and was unable to make sense out what the p6 vs p4 meant other than the logical deduction that p6 is likely a newer release. Using the package dependency errors as an indicator, I wonder if the URL for P6 is actually http://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8-stable

                            Here's the transcript using the URL you suggested.
                            Setting the PACKAGESITE environmental variable for my shell session using the URL you provided:
                            setenv PACKAGESITE http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/8.1-RELEASE/packages/All/

                            Attempting to add subversion:
                            pkg_add -r subversion

                            Error: Unable to get http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/8.1-RELEASE/packages/All/subversion.tbz: Not Found
                            pkg_add: unable to fetch 'http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/8.1-RELEASE/packages/All/subversion.tbz' by URL

                            Adjusted tactics and used the complete URL path to the subversion package which went a bit further and then produced the dependency errors.
                            pkg_add -r http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/8.1-RELEASE/packages/All/subversion-1.6.12.tbz
                            Fetching http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/8.1-RELEASE/packages/All/subversion-1.6.12.tbz… Done.
                            pkg_add: warning: package 'subversion-1.6.12' requires 'expat-2.0.1_1', but 'expat-2.0.1_2' is installed
                            pkg_add: warning: package 'subversion-1.6.12' requires 'sqlite3-3.6.23.1_1', but 'sqlite3-3.7.9' is installed
                            pkg_add: warning: package 'subversion-1.6.12' requires 'gdbm-1.8.3_3', but 'gdbm-1.9.1' is installed
                            pkg_add: warning: package 'subversion-1.6.12' requires 'gettext-0.18_1', but 'gettext-0.18.1.1' is installed
                            pkg_add: warning: package 'subversion-1.6.12' requires 'neon29-0.29.3_1', but 'neon29-0.29.6_4' is installed
                            pkg_add: warning: package 'subversion-1.6.12' requires 'apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.9_1', but 'apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1' is installed

                            I respect PFSense's approach towards minimal software footprint and this has indeed been an exercise in humility and patience for a seemingly minor task. As always, I appreciate any insight, enlightenment or suggestions aimed towards a resolution.

                            Shaun

                            1 Reply Last reply Reply Quote 0
                            • marcellocM
                              marcelloc
                              last edited by

                              I will compile svn for you and share here the links.

                              Treinamentos de Elite: http://sys-squad.com

                              Help a community developer! ;D

                              1 Reply Last reply Reply Quote 0
                              • stephenw10S
                                stephenw10 Netgate Administrator
                                last edited by

                                Those are all later versions?  :-\

                                Shouldn't you be using:

                                setenv PACKAGESITE ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/8.1-RELEASE/packages/Latest/
                                

                                /Latest and /All seem only to differ by package name but it means you don't have to know the version to install.
                                Don't know ftp vs http make any difference, works for me.

                                Steve

                                1 Reply Last reply Reply Quote 0
                                • S
                                  sdudley
                                  last edited by

                                  Thanks for the suggestion Steve. These also appear to be older packages than what PFSense 2.01 contains if the error messages are any indicator.
                                  pkg_add -r subversion
                                  Fetching ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/8.1-RELEASE/packages/Latest/subversion.tbz… Done.
                                  pkg_add: warning: package 'subversion-1.6.12' requires 'expat-2.0.1_1', but 'expat-2.0.1_2' is installed
                                  pkg_add: warning: package 'subversion-1.6.12' requires 'sqlite3-3.6.23.1_1', but 'sqlite3-3.7.9' is installed
                                  pkg_add: warning: package 'subversion-1.6.12' requires 'gdbm-1.8.3_3', but 'gdbm-1.9.1' is installed
                                  pkg_add: warning: package 'subversion-1.6.12' requires 'gettext-0.18_1', but 'gettext-0.18.1.1' is installed
                                  pkg_add: warning: package 'subversion-1.6.12' requires 'neon29-0.29.3_1', but 'neon29-0.29.6_4' is installed
                                  pkg_add: warning: package 'subversion-1.6.12' requires 'apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.9_1', but 'apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1' is installed

                                  Hoping to take Marcello up on his offer to pre-compile a 'native' PFSense 2.01 package for svn. Logically I would assume that any pfsense 2.01 installation where folks are trying to also run Mark's PBXFUsion and FreePBX would benefit. Given that PFSense 2.01 is likely to be around for some time and as far as I know, svn is the only other additional package needed to automate PBXFusion code updates, this should benefit others as well.

                                  Shaun

                                  1 Reply Last reply Reply Quote 0
                                  • stephenw10S
                                    stephenw10 Netgate Administrator
                                    last edited by

                                    I suspect you at some point had the 8.2 repo set as the packagesite and have installed newer versions.

                                    It's hard to say quite what you have at this point.

                                    Might be easiest to re-install pfSense so you at least know what you're working with.

                                    Steve

                                    1 Reply Last reply Reply Quote 0
                                    • marcellocM
                                      marcelloc
                                      last edited by

                                      @sdudley:

                                      Hoping to take Marcello up on his offer to pre-compile a 'native' PFSense 2.01 package for svn.

                                      I'm compiling version 1.7

                                      Treinamentos de Elite: http://sys-squad.com

                                      Help a community developer! ;D

                                      1 Reply Last reply Reply Quote 0
                                      • marcellocM
                                        marcelloc
                                        last edited by

                                        It's done.

                                        check if it install with no missing dependencies

                                        i386 version
                                        http://e-sac.siteseguro.ws/packages/8/All/subversion-1.7.2.tbz

                                        amd64 version
                                        http://e-sac.siteseguro.ws/packages/amd64/8/All/subversion-1.7.2.tbz

                                        Treinamentos de Elite: http://sys-squad.com

                                        Help a community developer! ;D

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          sdudley
                                          last edited by

                                          Close but still doesn't work. Here's the transcript.

                                          pkg_add -r http://e-sac.siteseguro.ws/packages/8/All/subversion-1.7.2.tbz
                                          Fetching http://e-sac.siteseguro.ws/packages/8/All/subversion-1.7.2.tbz… Done.
                                          pkg_add: warning: package 'subversion-1.7.2' requires 'sqlite3-3.7.9_1', but 'sqlite3-3.7.9' is installed

                                          After the install, invoking svn from a shell displays the following error.
                                          /libexec/ld-elf.so.1: Shared object "libgssapi_krb5.so" not found, required by "svn"

                                          For reference, I have only attempted to pkg_add subversion during this time and have not messed with any other packages.

                                          Here's what pkg_info shows:
                                          apr-ipv6-devrandom-gdbm-db42-1.4.5.1.3.12_1 Apache Portability Library
                                          bsdinstaller-2.0.2011.1212 BSD Installer mega-package
                                          db42-4.2.52_5      The Berkeley DB package, revision 4.2
                                          expat-2.0.1_2      XML 1.0 parser written in C
                                          gdbm-1.9.1          The GNU database manager
                                          gettext-0.18.1.1    GNU gettext package
                                          grub-0.97_4        GRand Unified Bootloader
                                          libiconv-1.13.1_1  A character set conversion library
                                          neon29-0.29.6_4    An HTTP and WebDAV client library for Unix systems
                                          pkg-config-0.25_1  A utility to retrieve information about installed libraries
                                          sqlite3-3.7.9      An SQL database engine in a C library
                                          subversion-1.7.2    Version control system

                                          If you think it would help, I'm happy to re-install pfsense 2.01 again for a clean slate as suggested by Steve, re-install PBXFusion and Freeswitch per Mark's instructions and then try your subversion custom compiled package/port however, I won't be able to do that until after hours.

                                          1 Reply Last reply Reply Quote 0
                                          • marcellocM
                                            marcelloc
                                            last edited by

                                            sasl dependencies are included in freradius2 pfsense package, you could install it before reinstall and see if stops lib erros.

                                            Treinamentos de Elite: http://sys-squad.com

                                            Help a community developer! ;D

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