[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ftp
- Subject: Re: ftp
- From: GV <kpkp@gmx.net>
- Date: Sat, 02 Aug 2003 10:25:01 +0200
- Cc: misc@openbsd.org
- References: <5.2.1.1.0.20030731163155.00b4ea70@mail.sandiasazules.com> <3F2B6F9C.4080402@gmx.net>
- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3.1) Gecko/20030425
forgot to mention that the inetd.conf file has the following entry:
ftp stream tcp nowait root /usr/libexec/ftpd
ftpd -llnU -t 120
GV wrote:
> I have ftpd running on a 3.3 box and defined 2 users with false shell
> and both are listed in the ftpchroot file. When both users are loggen in
> then looks that they get somehow blocked! I observe two strange behaviors:
>
> - the "ls" command takes some times to display the results, or
> - simply doesn't do so and returns the message:
>
> Can't create data socket <IP>,20: Address already in use
>
> What am I doing wrong?
>
> Thanks for your help