PDA

View Full Version : segmentation fault in proftpd.....


ikkem
27th October 2008, 19:03
Hi I followed this how to http://www.howtoforge.com/proftpd_mysql_virtual_hosting_debian_etch
when I try to start proftpd i get this error message
/etc/init.d/proftpd restart
Starting ftp server:/etc/init.d/proftpd: line 88: 8554 Segmentatiefout start-stop-daemon --start --quiet --pidfile "$PIDFILE" --oknodo --exec $DAEMON -- $OPTIONS
failed!

arch amd64

thanks for the how to btw

marchost
27th October 2008, 19:19
did you restart proftp under root?

Maybe you made a typo in chap 5 (5 Configure Proftpd)?

Make sure that you replace the string password with the real password for the MySQL user proftpd in the line SQLConnectInfo

ikkem
27th October 2008, 19:28
thanks for your quick reaction I submitted the right password in the conf file for proftpd i double checked it i found a link for linux from scratch chmod 755 /etc/init.d/proftpd which did not give the solution

ikkem
27th October 2008, 21:15
hi all i found the solution on this page http://www.linux-archive.org/debian-user/92394-proftpd-segfaulting.html

thanks for the quick reaction and thanks to falco for the great how to