Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: remote install from an OS/2 machine with CD



> The problems are that when trying to mount the remote CD I try to
> mount the OS\2 h:\ drive. It used to be possible bij typing
> 	mount -t nfs wjw:h:\\ /mnt
> [ where wjw is my OS/2 box, and it is in the /etc/hosts file ]
> 
> The error returned is: 'Address already in use'

The error message is actually incorrect.  What it's trying to say, and
SHOULD be saying, is, "Permission denied".  Check the BSD box's
credentials on the OS/2 box.  Perhaps OS/2 is listening on a
privileged port?  -o resv would fix that..

> Then I'm trying to use ftp for the install, and it turns out that unless
> the passive mode is toggled in ncftp nothing can be ls/dir-ed.
> Doing it manually in debugging mode reveils that ncftp and the OS/2 ftpd
> can not exchanged directory data because the data connection wasn't opened.

The old version of ncftp doesn't handle automatic selection of passive
mode.  The current one supposedly does.  I can't promise, but I hope
that it'll be the system ncftp for 2.1.

						Jordan