From: Scott Wilson <[EMAIL PROTECTED]>
Date: Fri, 14 Apr 2000 16:14:31 -0500
I'm running Red Hat 6.1 and qmail 1.03. I have followed LWQ step by step.
However, I am unable to get qmail to start when the system starts.
. . . I did try was adding
"ln -s ../init.d/qmail /etc/rc.d/rc3.d/S80qmail" . When I did this qmail
started when the system was rebooted. This is not in LWQ and I was wondering
if it might cause a problem? I'm new to Linux and unsure of the
consequences. What could I be missing? Suggestions on what I might be
causing my problem?
Thank you,
That should be the right thing. What I have looks like this:
rgr> find /etc/rc.d/ -name '*qmail' -ls
278722 2 -rwxr-xr-x 1 root root 1745 Mar 5 20:49
/etc/rc.d/init.d/qmail
280651 1 lrwxrwxrwx 1 root root 15 Mar 5 21:34
/etc/rc.d/rc0.d/K30qmail -> ../init.d/qmail
305212 1 lrwxrwxrwx 1 root root 15 Mar 5 21:34
/etc/rc.d/rc1.d/K30qmail -> ../init.d/qmail
311415 1 lrwxrwxrwx 1 root root 15 Mar 5 21:35
/etc/rc.d/rc2.d/S80qmail -> ../init.d/qmail
315534 1 lrwxrwxrwx 1 root root 15 Mar 5 21:35
/etc/rc.d/rc3.d/S80qmail -> ../init.d/qmail
323896 1 lrwxrwxrwx 1 root root 15 Mar 5 21:35
/etc/rc.d/rc4.d/S80qmail -> ../init.d/qmail
327979 1 lrwxrwxrwx 1 root root 15 Mar 5 21:35
/etc/rc.d/rc5.d/S80qmail -> ../init.d/qmail
331878 1 lrwxrwxrwx 1 root root 15 Mar 5 21:34
/etc/rc.d/rc6.d/K30qmail -> ../init.d/qmail
rgr>
This is for RH 6.0; you should compare your setup. (Mine is not fully
LWQ, though, but that doesn't affect the /etc/rc.d/ setup.)
-- Bob Rogers