Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!haven!umd5!steveg From: steveg@umd5.umd.edu (Steve Green) Newsgroups: comp.unix.aux Subject: Re: Anonymous FTP Message-ID: <7107@umd5.umd.edu> Date: 14 Aug 90 19:07:56 GMT References: Reply-To: steveg@umd5.umd.edu (Steve Green) Distribution: na Organization: University of Maryland, College Park Lines: 19 In article demarsee@gamera.acs.syr.EDU (Darryl E. Marsee) writes: >Another question. > >I'm trying to set up anonymous FTP under A/UX 2.0, and I've followed >[...] >and etc/group and etc/passwd (444). > >Any suggestions? As a matter of fact, we just had the same problem. It turns out that /bin/ls uses shared libraries and anonymous ftp does chroot ~ftp. This means that ls cant get to /shlib. On solutution is to get an old version of ls. I have found that # mkdir ~ftp/shlib # ln /shlib/* ~ftp/shlib will also take care of it. -- steveg@umd5.umd.edu