Problem when I try to install software by pkg_add (Freebsd 8)

Hello,

When I try to install any software by pkg_add command, the connection don´t working, but if I make with make install work.

Code:
18:02:30 root@pauloperes [paulo # pkg_add -rv vim
scheme:   [ftp]
user:     []
password: []
host:     [ftp.freebsd.org]
port:     [0]
document: [/pub/FreeBSD/ports/i386/packages-8.0-release/Latest/vim.tbz]
---> ftp.freebsd.org:21
looking up ftp.freebsd.org
connecting to ftp.freebsd.org:21
 
Did you try to set first:
Code:
setenv  FTP_PASSIVE_MODE  yes
or if you are on bash:
Code:
export FTP_PASSIVE_MODE=yes
?
 
Back
Top