« William Yodlowsky talks about OpenBSD | Home | Using MRTG with snmpd in Debian »

September 24, 2005

Proftpd Issues

OStype: Freebsd 5.4 -Release-p7 By: hughr@sysop.com.cn

Run proftpd in a debug mode:

# ./proftpd -n -d 5 -c /usr/local/etc/proftpd.conf

for the proftpd-1.3.0.r2 version of proftpd, errors may be the following:

- getaddrinfo ‘www.hughr.org’ error: hostname nor servname provided, or not known

to solve this:

Add the following to the proftpd.conf file:

DefaultAddress a.b.c.d

a.b.c.d is the ip address you are using.

and remember to add:

proftpd_enable=”YES”

to you /etc/rc.conf file. Finally we excute:

/usr/local/etc/rc.d/proftpd.sh start

you can `sh /etc/rc` if you want.

Posted by Lifeng Shen on September 24, 2005 5:29 PM |

评论

添加评论







固定链接与引用