Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Dec 1996 17:03:21 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Cc:        josh@eddie.cis.uoguelph.ca (Josh Tiefenbach)
Subject:   Re: Odd message from ftpd
Message-ID:  <199612071603.RAA20865@uriah.heep.sax.de>
In-Reply-To: <199612052150.QAA28531@eddie.cis.uoguelph.ca> from Josh Tiefenbach at "Dec 5, 96 04:50:51 pm"

next in thread | previous in thread | raw e-mail | index | archive | help

As Josh Tiefenbach wrote:

> Dec  5 11:29:20 eddie ftpd[27849]: /etc/pwd.db: No such file or directory
> 
> It's happened about 3 times in the past 2 days or so, all while anonymous ftp
> usage was taking place. I wasnt able to get the message reproduced.

The FTP `DIR' command invokes an ls -l, so your chroot ~ftp/etc
directory needs a pwd.db.  You certainly don't wanna put your _real_
pwd.db there, just a cut-down version only.  Use ``pwd_mkdb -d
~ftp/etc <inputfile>'' to create it.  It's safe to rm ~ftp/etc/spwd.db
later.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612071603.RAA20865>