Service Exim and ProftpD Down and cant start

ItsOnlyMe

Verified User
Joined
Apr 3, 2009
Messages
126
Location
Netherlands
Hello,,

when i try to start the service Exim trought DA i get this error:

Cannot find the script

Details

/etc/init.d/exim

same error to ProftpD

Cannot find the script

Details

/etc/init.d/proftpd

If i try to reinstall the proftpd by the ./build proftpd in the directadmin/custombuild map it gives me this error:

cd lib/ && make install
make[1]: Entering directory `/usr/local/directadmin/custombuild/proftpd-1.3.2/lib'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/usr/local/directadmin/custombuild/proftpd-1.3.2/lib'
/usr/bin/install -c -o ftp -g ftp -m 0644 config.h /usr/include/proftpd/config.h
cd include/ && make install
make[1]: Entering directory `/usr/local/directadmin/custombuild/proftpd-1.3.2/include'
make[1]: Leaving directory `/usr/local/directadmin/custombuild/proftpd-1.3.2/include'
/usr/bin/install -c -o ftp -g ftp -m 0644 proftpd.pc /usr/lib/pkgconfig/proftpd.pc
test -z """" || (cd locale/ && make install)
Done proftpd.
Restarting ProFTPd.
./build: line 6714: /etc/init.d/proftpd: No such file or directory
[root@server1 custombuild]#

And the exim service i cannot install by the custombuild

how to fix this problem?

Greetings ItsOnlyMe
 
Hello,

Is this debian?

In any case, the fact that the boot scripts are missing would imply that the inital install of the deb packages (or rpm for redhat) had failed.

You can attempt the install of the original packages by typing:
Code:
cd /usr/local/directadmin/scripts/packages
dpkg -i da_exim-4.69.deb
or whatever version of da_exim you have in that directory. Any install errors would be output from the dpkg command, and we can go from there.

Repeat the same idea for proftpd, install with dpkg and see what you get.

John
 
Okay Thank you but my guy from the Datacenter fixed it for me today,

btw how can i empty my cash memory
Mem: 8181632k total, 7073172k used, 1108460k free, 152364k buffers
Swap: 0k total, 0k used, 0k free, 5621604k cached

Its kinda much in cash


greetings
 
Back
Top