Failed to start service : Starting proftpd: [FAILED]

Hi,

This morning there was an update available for proftpd. Old version was 1.33 new version installed via yum is 1.35. Running CentOS 6.9

ProFTPd package version:

rpm -qa | grep proftp
proftpd-1.3.5d-2.el6.x86_64

Messages when starting:

# /usr/sbin/proftpd
proftpd[28023]: fatal: unknown configuration directive 'VRootEngine' on line 16 of '/etc/proftpd.conf'

After commenting out that line:

# /usr/sbin/proftpd
fatal: unknown configuration directive 'VRootAlias' on line 18 of '/etc/proftpd.conf'

after commenting out that line it works, but not safe to do so I guess...

Please advise.

With kind regards, Age

Status: 
Closed (fixed)

Comments

I had looked into that a bit after someone else ran into that a few weeks ago. It doesn't appear that VRootAlias is used by Virtualmin, and it should be safe to comment that out.

I think your solution above is perfect, but let us know if you run into any problems with that!

Hi !

Just to notify that I have the same problem here and comment these lines resolve the issue.

Hi guys!

Remove ;

VRootEngine on

DefaultRoot ~

VRootAlias /etc/security/pam_env.conf etc/security/pam_env.conf

this lines on etc/proftpd.conf

and restart

Thats all!

Status: Active » Fixed
Status: Fixed » Closed (fixed)