I preupgraded from F14 to F15 a few weeks ago. It's mostly running fine now, but there are some services that aren't working properly with systemd. Two examples are ddclient (which updates my IP address with dyndns) and pyTivo (a server for Tivo). They don't start on boot. Here's what I get: % systemctl start pyTivo.service Job failed. See system logs and 'systemctl status' for details. % systemctl status pyTivo.service pyTivo.service - SYSV: Start and stop the pyTivo server. Loaded: loaded (/etc/rc.d/init.d/pyTivo) Active: failed since Sun, 12 Jun 2011 14:49:39 -0600; 6s ago Process: 11382 ExecStart=/etc/rc.d/init.d/pyTivo start (code=exited, status=203/EXEC) CGroup: name=systemd:/system/pyTivo.service No pyTivo process is running. This works fine still: % /etc/rc.d/init.d/pyTivo start Which seems identical to the output of systemctl status, so I'm confused. ddclient is at least a fedora package, so I figured it'd work better. I don't get any errors when I start it with systemctl, but I get this: % systemctl status ddclient.service ddclient.service - LSB: Client to update dynamic DNS host entries Loaded: loaded (/etc/rc.d/init.d/ddclient) Active: active (exited) since Sun, 12 Jun 2011 14:45:02 -0600; 11min ago Process: 11263 ExecStop=/etc/rc.d/init.d/ddclient stop (code=exited, status=0/SUCCESS) Process: 11271 ExecStart=/etc/rc.d/init.d/ddclient start (code=exited, status=0/SUCCESS) CGroup: name=systemd:/system/ddclient.service There's no ddclient process running after this. It also doesn't work with a direct call to the init.d script. I have to run it by hand. The conf file has it set to run as a daemon, if it matters.. There may be others with problems, but those are the ones I've noticed. I'm new to systemd, obviously, and don't know what the problem is. Any hints...? I think I have SELinux disabled, if it helps. Thanks, Reid -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines