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

Re: in.ftpd refused to show directory (addition)



>>>>> "andreas" == Andreas Tille <tille@physik.uni-halle.de> writes:

    andreas> I installed wu-ftpd now, but all is the same :-(((

running libc6 hamm/frozen, right?  this is a already reported and
known bug in the `addftpuser' script (see e.g. #12236, #17110, etc).
the point is that the script copies libc5 libraries instead of libc6
ones to the home ftp location.  hence the simple manual workaround
goes like this:

  $ cd /home/ftp/lib
  $ ldd ../bin/ls
    libc.so.6 => /lib/libc.so.6 (0x4000f000)
    /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
  $ cp /lib/ld-linux.so.2 .
  $ cp /lib/libc.so.6 .

and ls should work now

cheers
-- 
tibor.simko@aleph.dpp.fmph.uniba.sk





--
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: