Re: supervise lock problem on startup/install

2000-07-07 Thread Dave Sill
[EMAIL PROTECTED] wrote: Still having the service lock problem -- thanks Dave, I've followed your suggestions here: The general approach to fixing this problem is: 1) Stop all qmail-related processes including svscan, supervises, anything running as a "qmail" user, qmail-send,

Re: supervise lock problem on startup/install

2000-07-07 Thread J!M
[EMAIL PROTECTED] wrote: Still having the service lock problem -- thanks Dave, I've followed your suggestions here: You mean "supervise"? You should see four: one each for qmail-send, qmail-smtpd, and two for "log"--the logs associated with them. Yes "supervise" - Only two entries, both

Re: supervise lock problem on startup/install

2000-07-07 Thread Dave Sill
[EMAIL PROTECTED] wrote: /var/qmail/supervise: total 8 drwxrwxrwx4 qmaill nofiles 4096 Jul 3 00:42 qmail-send drwxrwxrwx4 qmaill nofiles 4096 Jul 3 00:42 qmail-smtpd /var/qmail/supervise/qmail-send: total 12 drwxrwxrwx3 qmaill nofiles 4096 Jul 3 00:42 log

Re: supervise lock problem on startup/install

2000-07-07 Thread J!M
I think we've almost got it golden... Dave Sill Wrote: Owners/groups/modes are a mess, but I don't think that's your problem. Kill off all the processes, then do: rm -r /var/qmail/supervise/*/supervise rm -r /var/qmail/supervise/*/log/supervise chown -R root:qmail

Re: supervise lock problem on startup/install

2000-07-07 Thread Paul Jarc
J!M writes: [root@samurai /root]# /var/qmail/rc: default: command not found What does your /var/qmail/rc look like? paul

Re: supervise lock problem on startup/install

2000-07-07 Thread Dave Sill
[EMAIL PROTECTED] wrote: [root@samurai /root]# /var/qmail/rc: default: command not found Oops, you never mentioned that little detail. :-) Your rc script is wrong. -Dave

Success !Re: supervise lock problem on startup/install

2000-07-07 Thread J!M
Dave, et al, Thanks for the help. I let a linebreak get into my shell script. I've spent so much time in GUI-land that I still get stuck in the muck sometimes. After fixing that, and doing a qmail restart, I checked my running services. I have the following qmail related in my list: svscan

supervise lock problem on startup/install

2000-07-06 Thread J!M
Hello all, Still having the service lock problem -- thanks Dave, I've followed your suggestions here: The general approach to fixing this problem is: 1) Stop all qmail-related processes including svscan, supervises, anything running as a "qmail" user, qmail-send, multilogs, etc.