Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 2003 22:33:12 +0200
From:      Are-Harald Brenne <are-harald.brenne@econ.uib.no>
To:        freebsd-questions@freebsd.org
Subject:   Re: FTP install for a newbie
Message-ID:  <20030421223312.000037e1.are-harald.brenne@econ.uib.no>
In-Reply-To: <Law15-DAV17niqcZZ3m000039a2@hotmail.com>
References:  <Law15-DAV17niqcZZ3m000039a2@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Everything works fine at the beginning, except when it tries to install the packages or the ports. I can see on my FTP server that the commands FreeBSD sends to receive the files are wrong. FreeBSD sends:
> RETR packages/All/xxx
> xxx being the name of the package. 
> When FreeBSD sends that, the server answer that the file does not exist, because I think the command should be:
> RETR packages/All/xxx.tbz
> I tried that command with my Windows ftp client and it works. But I don't know how to set it up in FreeBSD...
> Thanks a lot for your help, and sorry if my english is not very good.

I can suggest two work-arounds.

Do not install any packages at first. Configure the network card. Reboot.

Ftp to the windows box and download the packages you need by hand. Use pkg_add to install. Or, better. Run 
setenv PACKAGEROOT=ftp://1.2.3.4/path/to/All

then install the packages with pkg_add -r package-name.version123. 
The setenv command can be added to /root/.cshrc if you want it set all the time.

Cheers,
Are



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030421223312.000037e1.are-harald.brenne>