F15 "services" can't enable nfs or vsftpd

"Jóhann B. Guðmundsson" johannbg at gmail.com
Wed Jun 8 18:35:19 UTC 2011


On 06/08/2011 05:36 PM, Genes MailLists wrote:
> The bug is still outstanding after more than 8 months .. it was briefly
> closed in March 2011 when one reporter could not reproduce it using a
> rawhide version of systemd - but re-opened in april. It remains assigned
> and open for F15 best I can tell.

I'm not sure about this that sendmail bug was filed against F14 and we 
did not introduce it systemd until now in F15 and sendmail was running 
just fine on my desktop after reboot so I was unable to duplicate it.

And starting and stopping the sysv init script works just fine

# systemctl status sendmail.service
sendmail.service - LSB: start and stop sendmail
       Loaded: loaded (/etc/rc.d/init.d/sendmail)
       Active: active (running) since Wed, 08 Jun 2011 18:28:30 +0000; 
4s ago
      Process: 22821 ExecStart=/etc/rc.d/init.d/sendmail start 
(code=exited, status=0/SUCCESS)
     Main PID: 22834 (sendmail)
       CGroup: name=systemd:/system/sendmail.service
           └ 22834 sendmail: accepting connections

And creating a native systemd service for sendmail to test this work as 
well..

# systemctl status sendmail.service
sendmail.service - Sendmail Mail Transport Agent.
       Loaded: loaded (/lib/systemd/system/sendmail.service)
       Active: active (running) since Wed, 08 Jun 2011 18:24:02 +0000; 
4s ago
      Process: 22770 ExecStart=/usr/sbin/sendmail -bd -q1h (code=exited, 
status=0/SUCCESS)
     Main PID: 22771 (sendmail)
       CGroup: name=systemd:/system/sendmail.service
           └ 22771 sendmail: accepting connections

# systemctl status sm-client.service
sm-client.service - Sendmail Mail Transport Agent.
       Loaded: loaded (/lib/systemd/system/sm-client.service)
       Active: active (running) since Wed, 08 Jun 2011 18:24:02 +0000; 
11s ago
      Process: 22779 ExecStart=/usr/sbin/sendmail -L sm-msp-queue -Ac 
-q1h (code=exited, status=0/SUCCESS)
      Process: 22777 ExecStartPre=/sbin/restorecon 
/var/run/sm-client.pid (code=exited, status=0/SUCCESS)
      Process: 22775 ExecStartPre=/bin/chown smmsp.smmsp 
/var/run/sm-client.pid (code=exited, status=0/SUCCESS)
      Process: 22773 ExecStartPre=/bin/touch /var/run/sm-client.pid 
(code=exited, status=0/SUCCESS)
     Main PID: 22780 (sendmail)
       CGroup: name=systemd:/system/sm-client.service
           └ 22780 sendmail: Queue runner at 01:00:00 for 
/var/spool/clientmqueue

JBG


More information about the test mailing list