Anonymous FTP on Sun

Edwin Kremer edwin at praxis.cs.ruu.nl
Sat Dec 2 04:05:24 AEST 1989


Let me first make clear that I've only little experience with Sun's...

  > I tried placing a copy of 'ld.so' in /usr/spool/ftp/usr/lib/ld.so

Good point. "ld.so" is *indeed* needed in that directory.

  > 150 ASCII data connection for /bin/ls (XXX.YYY.200.6,1534).
  > crt0: no /dev/zero

You should create the special file /dev/zero below FTP's home directory
(remember that FTP does a chroot() to it's home directory) like this:

	% cd ~ftp
	% mkdir dev
	% mknod dev/zero c 3 12

  > Any comments or suggestions would be appreciated.

Well, this should do the trick. For more info check your manual page
FTPD(8c).

		Good luck,
					--[ Edwin ]--

Edwin Kremer, Department of Computer Science, University of Utrecht
Padualaan 14,  P.O. Box 80.089,  3508 TB  Utrecht,  The Netherlands
Phone : +31 - 30 - 534104     |     Telefax: +31 - 30 - 513791
E-Mail: edwin at cs.ruu.nl       |     UUCP to: ...!hp4nl!ruuinf!edwin



More information about the Comp.sys.sun mailing list