Ariën Huisken wrote: > [EMAIL PROTECTED] /var/spool/postfix/pid# ls -al > total 12 > drwxr-xr-x 2 root root 4096 Jun 12 14:26 ./ > drwxr-xr-x 16 root root 4096 Jun 12 14:14 ../ > -rw------- 1 root root 17 Jun 12 14:17 master.pid > -rw------- 1 root root 0 Jun 12 14:26 unix.cleanup > -rw------- 1 root root 0 Jun 12 14:26 unix.showq > -rw------- 1 root root 0 Jun 12 14:26 unix.smtp
> Jun 12 14:17:52 vmware postfix/smtp[6347]: fatal: open lock file > pid/unix.smtp: cannot create file exclusively: No such file or directory well, it says it can't *create file exclusively* .. so, are you trying to run multiple smtps? you should trace the script that fails... set -x in the top, or strace a binary.. usually tells oodles more than a lowly log entry. maybe lsof could be of assistance? -- Cheers, Morten :wq _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
