cd6c
![]() |
|
|
|
|
|||||||
| 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
|
||||
|
||||
|
I have installed FreeBSD 8.0-Release and the following error is what I get when I try to install a package through pkg_add:
Code:
harishankar# pkg_add -r firefox Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.0-release/Latest/firefox.tbz: No route to host pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.0-release/Latest/firefox.tbz' by URL |
|
#2
|
||||
|
||||
|
There probably is no package called just firefox. Try this command from /usr/ports and see what you get:
Code:
make search name=firefox display=name,path,info keylim=1 Or, you can use your browser and go to ftp://ftp.freebsd.org/pub/FreeBSD/po...elease/Latest/ and see which packages are available for firefox. Last edited by sverreh; May 5th, 2010 at 09:27. Reason: added ftp info. |
|
#3
|
||||
|
||||
|
Code:
pkg_add -rv firefox3
__________________
http://twitter.com/freebsd_tips |
|
#4
|
||||
|
||||
|
Quote:
you need to add Code:
defaultrouter="123.123.132.123" where 123.123.123.123 is your default router address if this doesn't fix the problem, the you probably have more network related problems |
|
#5
|
||||
|
||||
|
Hi, everybody, I found the issue.
I (probably) had to set the FTP to passive mode FTP_PASSIVE_MODE=YES. Also I was having intermittent trouble with my internet connection earlier so I'm not sure which was causing the issue. I installed he firefox35 package fine and it works now. Adding a whole lot of apps now as I speak.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] pkg_add -r not working inside brand-new jail | w7tek | Installation and Maintenance of FreeBSD Ports or Packages | 3 | March 4th, 2010 02:16 |
| Center speaker not working - was working last install??? | caesius | Multimedia | 13 | February 9th, 2010 11:15 |
| pkg_add -r fails | z662 | Firewalls | 27 | January 14th, 2010 14:45 |
| [Solved] pkg_add not working | dpalme | Installation and Maintenance of FreeBSD Ports or Packages | 2 | November 7th, 2009 03:20 |
| pkg_add config? | FreeBIE | Installation and Maintenance of FreeBSD Ports or Packages | 4 | April 7th, 2009 11:51 |