Xorg installation error

Hey guys,
I finally installed FreeBSD but now I want to install xorg. So I typed pkg_add -r xorg and everything was fine for a minute but then I took an error saying:

Code:
Error : Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.3-release/All/expat-2.0.1_1.tbz: Connection reset by peer

What is wrong?
 
Ok, now it does not give an error but it stacks while saying
Code:
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.2-release/All/winitzki-cyrillic-1.0.1.tbz... Done.
 
I have left it for some hours and now it has shown me:
Code:
Error: Unable to get [url]ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8.2-Broken[/url] pipe
 
Code:
cd /usr/ports/ftp/wget
make install && rehash
cd [where the partial file is] [FILE]/usr/ports/packages/All ??? [/FILE]
wget -c -nd http://...
Pretty sure that will resume the failed download if you supply the full url.
 
jb_fvwm2 said:
Code:
cd /usr/ports/ftp/wget
make install && rehash
cd [where the partial file is] [FILE]/usr/ports/packages/All ??? [/FILE]
wget -c -nd http://...
Pretty sure that will resume the failed download if you supply the full url.
It tells me that /usr/ports is not a directory....
 
Back
Top