hkewell

Well-Known Member
May 17, 2002
170
0
316
The following is my server info.
apache (1.3.24 (Unix)) up
bind (9.2.0) up
exim (exim-3.35-0_cpanel_antivirus) up
interchange failed
mysql (3.23.45) up
proftpd (1.2.4) failed
syslogd up
Server Load 0.09 (2 cpus)
Memory Used 9.5 %
Swap 1 %
Disk sda5 (/) 52 %
Disk sda1 (/boot) 42 %
Disk sda2 (/home) 1 %
Disk sda6 (/tmp) 3 %
Disk sda8 (/usr) 27 %
Disk sda7 (/var) 3 %

How to fix ???
 

geoff

Registered
Jun 8, 2002
1
0
301
Proftpd failed

Sounds like a bad entry in your proftpd config file

I would locate proftd on your server and to the following command

proftpd --configtest

This will tell you what line in the config file is causing trouble.
 

zex

Well-Known Member
Aug 12, 2001
98
0
306
cPanel Access Level
Root Administrator
You can try running porftpd in debug mode
/usr/sbin/proftpd -d -n5
should give you a hint. ;)
 

itf

Well-Known Member
May 9, 2002
620
0
316
make sure your /etc/hosts & etc/resolv.conf have valid info and setup.

i.e. your server box is server.domain.com
/etc/hosts :

# Do not remove the following line, or various programs
# That requires network functionality will fail.
127.0.0.1 localhost.localdomain localhost
Server-IP domain.com Server


/etc/resolv.conf :

domain domain.com
search domain.com
nameserver IP-address
nameserver IP-address
# you can have additional nameserver here