my proFTP not work

adamp

Verified User
Joined
Jan 11, 2007
Messages
137
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?
 
Go to your SSH shell and type this
Code:
vi /etc/proftpd.conf
Look for the "Group nogroup" in Globals and change "nogroup" to "ftp" then save and quit and restart proftpd with
Code:
service proftpd restart
 
Back
Top