https://bugzilla.novell.com/show_bug.cgi?id=732912 https://bugzilla.novell.com/show_bug.cgi?id=732912#c11 --- Comment #11 from Dr. Werner Fink <werner@suse.com> 2011-11-30 15:59:31 UTC --- The service part is: [Service] Type=forking PIDFile=/var/run/sendmail.pid ExecStartPre=-/bin/echo 'Initializing SMTP port (sendmail)' ExecStartPre=-/etc/mail/system/sm.pre Environment=SENDMAIL_ARGS=-L sendmail -Am -bd -q30m -om Environment=SENDMAIL_PORT_OPTS= EnvironmentFile=-/etc/sysconfig/mail EnvironmentFile=-/etc/sysconfig/sendmail EnvironmentFile=-/var/run/sendmail/port ExecStart=/usr/sbin/sendmail $SENDMAIL_PORT_OPTS $SENDMAIL_ARGS .. and it is type forking. Beside this wihthout a connection three procresses are running
ps ax | grep sendmail 17395 ? Ss 1:39 sendmail: accepting connections 17401 ? Ss 0:00 sendmail: Queue control 17402 ? S 2:27 sendmail: running queue: /var/spool/clientmqueue 27775 pts/2 S+ 0:00 grep sendmail ps auxc | grep sendmail root 17395 0.0 0.0 11504 772 ? Ss Sep20 1:39 sendmail mail 17401 0.0 0.0 7588 420 ? Ss Sep20 0:00 sendmail mail 17402 0.0 0.0 26780 1504 ? S Sep20 2:27 sendmail
the pid file /var/run/sendmail.pid belongs to 17395 here:
sudo cat /var/run/sendmail.pid 17395 /usr/sbin/sendmail -L sendmail -Am -bd -q30m -om
we have either a race or systemd can not handle a simply pid file if more that one process us running (and both looks more like a bug of systemd). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.