[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] RaQ2 ProFTP pkg update error messages in var/log/messages
- Subject: Re: [cobalt-users] RaQ2 ProFTP pkg update error messages in var/log/messages
- From: flash22@xxxxxxx
- Date: Sat Mar 24 08:40:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Sat, 24 Mar 2001, American Web Host wrote:
> After installing the last RaQ2 ProFTP upgrade package I now see this over
> and over for each domain in the var/log/messages file:
> Mar 24 12:45:04 server1 proftpd[12187]: server.domain.com - cannot bind
> ipaddress:21 to server 'ProFTPD', already bound to 'ProFTPD'.
>
> Looks as if ProFTPD is trying to bind to each domain but the old version(?)
> is still bound? Do I need to kill and restart or??????? Reboot didn't cure
> so I doubt restarting inet will either.
Hmm...that shouldn't be possible, proftp run from inetd, you should only
be able to start one at a time ;)
see what you get for this
grep ftp /etc/inetd.conf
and
locate in.proftp
and
ps e `/usr/sbin/fuser 21/tcp|cut -b 10-99`
gsh