15549
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi
I am new to FreeBSD but not to Linux. I downloaded the newest version of FreeBSD 9.1-RELEASE (memstick.iso / i386) and installed it. If I try to get a package with pkg_add -r packagename it says:Code:
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.1-release/Latest/mc.tbz' by URL Maybe packages-9.0-stable or packages-stable? Any help would be great
Last edited by DutchDaemon; December 30th, 2012 at 21:24. Reason: Read the rules in your sign-up email |
|
#2
|
|||
|
|||
|
From the announcement:
Quote:
So yes, using the packages-9-stable repository sounds like a good idea.
__________________
May the source be with you! |
|
#3
|
|||
|
|||
|
Code:
ftp ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/ftp get ncftp[3]-... pkg_add ncftp3- # when local rehash ncftp ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/misc ls mc* get mc- ..... # whatever it has
__________________
Using /lookat/ with zsh/grep/find/aliases/pipes/portmaster and /var/db/pkg/ flat files to meteorically speed port installs/upgrades forever hopefully... |
|
#4
|
|||
|
|||
|
How about pkgng, are there any usable packages already?
I did not find anything by nosing around on pkgbeta.FreeBSD.org I get e.g. # pkg install subversion
|
|
#5
|
||||
|
||||
|
Doesn't it use the very same packages as the pkg_* tools? If they aren't there (yet), they aren't there (yet).
Fonz
__________________
Ken sent me. |
|
#6
|
|||
|
|||
|
PKGNG has a different package format, you can't install the old packages with pkgng tools and vice versa. There are no PKGNG packages yet for 9.1-RELEASE because 9.1 still uses the old pkg tools by default and PKGNG is still an experimental feature for 9.X releases of FreeBSD.
|
|
#7
|
|||
|
|||
|
In a similar vein, I saw the release announcement for FreeBSD 9.1 this morning, so I tried to download via FTP.
ftp.au.freebsd.org - no 9.1 directory (under ISO-IMAGES-AMD64) ftp2.freebsd.org - no 9.1 directory ftp.freebsd.org - no 9.1 directory Am I somehow seeing expired cached data, or is it not on the FTP sites yet?
__________________
I use: FreeBSD, Mac OS X, Windows, Netapp, Cisco UCS, Cisco CUCM, Cisco IOS, Cisco ASA, vSphere 5.1, Cisco ISE, Orion NPM |
|
#8
|
|||
|
|||
|
|
|
#9
|
|||
|
|||
|
Quote:
Cheers, figured it out just now. Looks like there are a bunch of dead/out of date symlinks on the FTP site. ISO-IMAGES-AMD64 is listed before "releases" and logically looks like where you should find AMD64 ISO images. It links to a directory with subdirectories for 7.x through 8.x.
__________________
I use: FreeBSD, Mac OS X, Windows, Netapp, Cisco UCS, Cisco CUCM, Cisco IOS, Cisco ASA, vSphere 5.1, Cisco ISE, Orion NPM |
|
#10
|
||||
|
||||
|
In that case, forget I said anything.
Fonz
__________________
Ken sent me. |
|
#11
|
|||
|
|||
|
is that ok so for FreeBSD9.1 i386 ???
Code:
sudo setenv PACKAGESITE ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-stable/Latest/ sudo pkg_add -r mc thanks
|
|
#12
|
|||
|
|||
|
Code:
PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/
__________________
Using /lookat/ with zsh/grep/find/aliases/pipes/portmaster and /var/db/pkg/ flat files to meteorically speed port installs/upgrades forever hopefully... |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to Build gdal 1.9.0 on 9-RELEASE | aorchid | Installation and Maintenance of FreeBSD Ports or Packages | 8 | June 12th, 2012 12:44 |
| Kernel Trap 12 under FreeNAS 8.0.1 Release (FreeBSD 8.2-RELEASE-p3) on HP DL320s | brundle | General | 1 | October 22nd, 2011 06:29 |
| Unable to install FreeBSD-8.2-RELEASE | mapcorp | System Hardware | 2 | June 21st, 2011 09:46 |
| [Solved] Unable to find device node for /dev/ad1s1b in /dev ! [FreeBSD 8.2 - RELEASE] | Scotoner | Installing & Upgrading | 8 | March 31st, 2011 11:50 |
| 7.1-RELEASE; DP45SG ; unable to get to sysinstall screen | matoatlantis | Installing & Upgrading | 12 | August 22nd, 2009 15:19 |