Hi Diana. Sounds like an error I have seen a couple of times in my QMT running in KVM : a run files is missing
(/var/qmail/supervise/'smtp|clamd|spamd|send|submission' /run - and /var/qmail/supervise/ 'smtp|clamd|spamd|send|submission' /log/run ) Check to make sure the run files are present This is my /var/qmail/supervise/spamd/log/run file #!/bin/sh LOGSIZE=`cat /var/qmail/control/logsize` LOGCOUNT=`cat /var/qmail/control/logcount` exec /usr/bin/setuidgid qmaill /usr/bin/multilog t s$LOGSIZE n$LOGCOUNT /var/log/qmail/spamd Hope it helps Regards, Finn Den 30-06-2014 17:59, Diana Calder skrev: > I'm running Qmailtoaster utilities on CentOS6 VM on a XenServer. Data > is stored on NFS. Over the weekend, the VM went into Read-Only file > system due to a lag in communication. I had to manually run FSCK > (there were errors and I told it to fix them) and reboot after > restoring it to Read-Write mode. After doing so, I had errors from > supervise. I managed to find information in the archives to let me fix > the clamd/run error but the other one still persists and I have no > idea what else I can do to fix it. I get a continuous stream of > "supervise: fatal: unable to start log/run: file does not exist". > > Running qmailctl stat results in the following: > > clamd: up (pid 12127) 6 seconds > log: up (pid 12138) 1 seconds > send: up (pid 8239) 1037 seconds > smtp: up (pid 8245) 1037 seconds > spamd: up (pid 11877) 96 seconds > submission: up (pid 8244) 1037 seconds > clamd/log: up (pid 8240) 1037 seconds > send/log: up (pid 8277) 1032 seconds > smtp/log: up (pid 8246) 1037 seconds > spamd/log: up (pid 12139) 1 seconds > submission/log: up (pid 8273) 1032 seconds > > Mail appears to be working okay inbound and outbound but the stream of > error messages continues. I'm stumped. I really don't want to have to > backup the database, rollback to an old snapshot, and restore the > database but I might have to. I've tried starting up a copy of an old > snapshot on another VM to check for differences but can't find > anything obvious. > > Suggestions? > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
