sftpd 啟動 報錯: vsftpd:500 OOPS: bad bool value in config file for: anonymous_enable
處理辦法:vi /etc/vsftpd.conf 時,:每行的值都不要有空格,否則啟動時會出現錯誤,舉個例子,假如我在listen=YES后多了個空格,那我啟動時就出現...
===================================
啟動報錯:500 OOPS: tcp_wrappers is set to YES but no tcp wrapper support compiled in
將空格去去掉即可。
http://hi.baidu.com/knary/blog/item/f5f73d4ac0c01816b2de053b.html