At 01:59 AM 6/20/2002, you wrote:
On Thursday 20 June 2002 03:35 am, Kevin wrote:
> Maillog is reporting accesses all day with no errors.
> Messages log, on the other hand is going ABSOLUTELY BONKERS:
>
> Jun 20 03:30:03 ns1 proftpd[3145]: ns1.worldcops.com - cannot bind
> 66.33.30.182:21 to server 'ProFTPD', already bound to 'ProFTPD'.
>
> This is going on constantly with every IP address on the server.
>
> I also get this too:
>
> Jun 20 03:30:03 ns1 proftpd[3145]: AllowChmod is deprecated, and will
> not work consistantly, use <Limit SITE_CHMOD> instead.
>
edit /etc/proftpd.conf
remove duplicate VituralHost containers
hash out the AllowChmod line
Yep, then:
cd /etc/rc.d/init.d
./inetd stop
./inetd start