acservices
New member
- Joined
- Jun 18, 2008
- Messages
- 2
I recently installed directadmin on ubuntu 6.0.6 dapper drake running in a virtual environment.
When i logged in for the first time I saw that all services besides "proftpd" started.
So i tryed too started it using the code:
However doing so gives me the following error message:
and
I can fix this by by creating the "/var/run/proftpd" and "/var/lock/subsys/proftpd" folder using the makedir command, however after every reboot I appear too lose those two folders again.
When i logged in for the first time I saw that all services besides "proftpd" started.
So i tryed too started it using the code:
Code:
/etc/init.d/proftpd start
However doing so gives me the following error message:
Code:
Fatal: ScoreboardFile: : unable to use '/var/run/proftpd/proftpd.pid' No such file or directory on line 13 of '/etc/proftpd.conf'
Code:
touch: cannot touch '/var/lock/subsys/proftpd': No such file or directory
I can fix this by by creating the "/var/run/proftpd" and "/var/lock/subsys/proftpd" folder using the makedir command, however after every reboot I appear too lose those two folders again.