PlexConnect (pkg_add) Issues

Status
Not open for further replies.

lanky8804

Dabbler
Joined
Jan 12, 2014
Messages
24
Today i have just upgraded my HDD's to 3x3TB and am rebuilding my jails however when i am trying to install some packages for plexconnect it is saying unable to fetch.

I am having this issue when installing these packages:
Code:
pkg_add -v -r python27
pkg_add -v -r bash


The error is as follows:
Code:
root@PlexConnect:/ # pkg_add -v -r python27
scheme:  [ftp]
user:    []
password: []
host:    [ftp.freebsd.org]
port:    [0]
document: [/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/python27.tbz]
---> ftp.freebsd.org:21
looking up ftp.freebsd.org
connecting to ftp.freebsd.org:21
<<< 220 beastie.tdk.net FTP server (Version 6.00LS) ready.
>>> USER anonymous
<<< 331 Guest login ok, send your email address as password.
>>> PASS root@PlexConnect
<<< 230 Guest login ok, access restrictions apply.
>>> PWD
<<< 257 "/" is current directory.
>>> CWD pub/FreeBSD/ports/amd64/packages-9-stable/Latest
<<< 250 CWD command successful.
>>> MODE S
<<< 200 MODE S accepted.
>>> TYPE I
<<< 200 Type set to I.
setting passive mode
>>> PASV
<<< 227 Entering Passive Mode (193,162,146,4,225,23).
opening data connection
initiating transfer
>>> RETR python27.tbz
<<< 550 python27.tbz: No such file or directory.
Error: Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/python27.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/python27.tbz' by URL
pkg_add: 1 package addition(s) failed
root@PlexConnect:/ # 


Any ideas?? never had this problem before when rebuilding my PlexConnect jail.

Thanks
 
D

dlavigne

Guest
It's possible that that package doesn't happen to exist at the moment. Assuming the Internet connection is good, you can always build the port instead.
 

lanky8804

Dabbler
Joined
Jan 12, 2014
Messages
24
Have copied the ftp address into web browser and the packages are no longer there for some reason??

Is this the latest version to be using? FreeBSD/ports/amd64/packages-9-stable/Latest

Ports isnt my preferred option as it takes up a lot of space, i also need to install 'git' which im not sure if it is available through port.
 

lanky8804

Dabbler
Joined
Jan 12, 2014
Messages
24
Is a possible cause as old pkg not supported anymore as pkgng is now being introduced?
 
Status
Not open for further replies.
Top