15549 FreeBSD 9.1-RELEASE unable to get ftp... - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Ports & Packages > Installation and Maintenance of FreeBSD Ports or Packages

Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software).

Reply
 
Thread Tools Display Modes
  #1  
Old December 30th, 2012, 20:52
HolgerFisch HolgerFisch is offline
Junior Member
 
Join Date: Dec 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default FreeBSD 9.1-RELEASE unable to get ftp...

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
The FreeBSD server doesn't have the folder packages-9.1-release so I am not sure which URL I have to use with setenv.

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
Reply With Quote
  #2  
Old December 30th, 2012, 22:06
Beastie Beastie is offline
Senior Member
 
Join Date: Mar 2009
Location: /dev/earth0
Posts: 1,702
Thanks: 0
Thanked 301 Times in 245 Posts
Default

From the announcement:
Quote:
Please note that precompiled third-party packages are not available for 9.1-RELEASE at the time of release.

[...]

Due to the security incident reported here:

http://www.FreeBSD.org/news/2012-compromise.html

only the small third-party package set on the DVD image is available at this time for users who require pre-built packages (just GNOME and KDE windowing systems). The FreeBSD Project's package building infrastructure is undergoing a complete review and redesign. At this time we can not commit to a date the full release package set will become available. A separate announcement will be made when that becomes available. If you wish to install 9.1-RELEASE now you can build your own packages using portsnap(8) to obtain an up to date ports tree and then build the packages. If you require pre-built packages you should wait for the announcement of the full release package set becoming available.

So yes, using the packages-9-stable repository sounds like a good idea.
__________________
May the source be with you!
Reply With Quote
The Following 2 Users Say Thank You to Beastie For This Useful Post:
nestux (January 9th, 2013), YZMSQ (December 31st, 2012)
  #3  
Old December 30th, 2012, 22:15
jb_fvwm2 jb_fvwm2 is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,386
Thanks: 60
Thanked 145 Times in 130 Posts
Default

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
the poster above this one bested it by three seconds or so...
__________________
Using /lookat/ with zsh/grep/find/aliases/pipes/portmaster and /var/db/pkg/ flat files to meteorically speed port installs/upgrades forever hopefully...
Reply With Quote
  #4  
Old December 30th, 2012, 22:49
heja2009 heja2009 is offline
Junior Member
 
Join Date: Nov 2012
Location: Dreieich, Germany
Posts: 11
Thanks: 18
Thanked 0 Times in 0 Posts
Default

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
pkg: Package 'subversion' was not found in the repositories
Reply With Quote
  #5  
Old December 30th, 2012, 22:56
fonz's Avatar
fonz fonz is offline
Moderator
 
Join Date: Nov 2008
Location: Apeldoorn, the Netherlands
Posts: 1,457
Thanks: 370
Thanked 236 Times in 209 Posts
Default

Quote:
Originally Posted by heja2009 View Post
How about pkgng
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.
Reply With Quote
  #6  
Old December 31st, 2012, 02:18
kpa kpa is offline
Giant Locked
 
Join Date: Jul 2010
Location: People's Technocratic Republic of Finland
Posts: 2,013
Thanks: 44
Thanked 467 Times in 397 Posts
Default

Quote:
Originally Posted by fonz View Post
Doesn't it use the very same packages as the pkg_* tools? If they aren't there (yet), they aren't there (yet).

Fonz
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.
Reply With Quote
The Following 2 Users Say Thank You to kpa For This Useful Post:
fonz (December 31st, 2012), heja2009 (December 31st, 2012)
  #7  
Old December 31st, 2012, 02:29
throAU throAU is offline
Member
 
Join Date: Jan 2012
Location: Perth, Western Australia
Posts: 561
Thanks: 92
Thanked 78 Times in 72 Posts
Default

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
Reply With Quote
  #8  
Old December 31st, 2012, 02:32
kpa kpa is offline
Giant Locked
 
Join Date: Jul 2010
Location: People's Technocratic Republic of Finland
Posts: 2,013
Thanks: 44
Thanked 467 Times in 397 Posts
Default

ftp://ftp.freebsd.org/pub/FreeBSD/re...ISO-IMAGES/9.1
Reply With Quote
  #9  
Old December 31st, 2012, 02:39
throAU throAU is offline
Member
 
Join Date: Jan 2012
Location: Perth, Western Australia
Posts: 561
Thanks: 92
Thanked 78 Times in 72 Posts
Default



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
Reply With Quote
  #10  
Old December 31st, 2012, 12:44
fonz's Avatar
fonz fonz is offline
Moderator
 
Join Date: Nov 2008
Location: Apeldoorn, the Netherlands
Posts: 1,457
Thanks: 370
Thanked 236 Times in 209 Posts
Default

Quote:
Originally Posted by kpa View Post
PKGNG has a different package format
In that case, forget I said anything.

Fonz
__________________
Ken sent me.
Reply With Quote
  #11  
Old January 5th, 2013, 05:10
HolgerFisch HolgerFisch is offline
Junior Member
 
Join Date: Dec 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

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
sorry my dumb questions but FreeBSD is new for me ^^
thanks
Reply With Quote
  #12  
Old January 5th, 2013, 13:50
jb_fvwm2 jb_fvwm2 is offline
Senior Member
 
Join Date: Nov 2008
Posts: 1,386
Thanks: 60
Thanked 145 Times in 130 Posts
Default

Code:
PACKAGESITE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9-stable/
I've that in /usr/local/etc/portmaster.rc # or another similar though. More steps needed to make it more relevant to your question maybe.
__________________
Using /lookat/ with zsh/grep/find/aliases/pipes/portmaster and /var/db/pkg/ flat files to meteorically speed port installs/upgrades forever hopefully...
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT +1. The time now is 19:42.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0