PDA

View Full Version : my proFTP not work


adamp
03-02-2007, 01:58 PM
when i start proftpd i get this error:

no such group 'nogroup'
- Fatal: Group: Unknown group 'nogroup'. on line 27 of '/usr/local/etc/proftpd.conf'

what i need to do?

Marshall
03-02-2007, 08:27 PM
Go to your SSH shell and type this

vi /etc/proftpd.conf
Look for the "Group nogroup" in Globals and change "nogroup" to "ftp" then save and quit and restart proftpd with service proftpd restart