View Full Version : [Solved] Question on FreeBSD 7.0 in archives
shmget
June 24th, 2009, 16:09
I ordered a VPS with FreeBSD on it, and they installed 7.0. I'm having trouble pointing sysinstall to an ftp server where I can install and update packages.
I know about ftp-archive.freebsd.org, but I can't see to point sysinstall to the right areas. I keep getting the error saying "cannot find 7.0-RELEASE"
Has anyone run into this problem and solved it?
SirDice
June 24th, 2009, 16:15
Don't use sysinstall. Set PACKAGESITE to something like ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-stable and use pkg_add -r.
That way your ports will be up to date. Using ports from the old 7.0-RELEASE will mean quite a lot of ports will be outdated. This could result in security issues.
DutchDaemon
June 24th, 2009, 16:17
Used the right path?
ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/7.0-RELEASE/packages/ (32-bit)
ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/amd64/7.0-RELEASE/packages/ (64-bit)
(and I agree with using stable ports whenever possible, these are OLD!)
shmget
June 24th, 2009, 16:30
Thank you! I used the PACKAGESITE and pkg_add -r combination, and everything worked fine.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.