15.04 and systemd

Martin Pitt martin.pitt at ubuntu.com
Fri Dec 5 10:30:08 UTC 2014


Hey Tom,

sorry for the late answer!

Tom H [2014-11-03 15:06 -0500]:
> "Cannot add dependency job for unit systemd-vconsole-setup.service,
> ignoring: Unit systemd-vconsole-setup.service failed to load: No such
> file or directory." is in the output of journalctl until I remove
> "systemd-vconsole-setup.service" from "Wants=" and "After=":

This is tracked as https://launchpad.net/bugs/1392970, I'll look into
it soon. (Should be mostly cosmetical)

> I'm using systemd-networkd.service (and libvirt) and ifup at .service
> isn't enabled:

ifup at .service is for ifupdown, it's entirely unrelated to networkd.

This is not supposed to be "enabled" (there's no [Install] section).
It gets triggered through udev rules:

| $ grep ifup /lib/udev/rules.d/99-systemd.rules
| SUBSYSTEM=="net", KERNEL!="lo", TAG+="systemd", ENV{SYSTEMD_ALIAS}+="/sys/subsystem/net/devices/$name", ENV{SYSTEMD_WANTS}+="ifup@$name.service"
| 
This will handle hotplugged interfaces which are covered by ifupdown,
i. e. /etc/network/interfaces.

> "/etc/init.d/networking" is disabled:
> 
> # find /etc/rc?.d -name "*networking" | sort
> /etc/rc0.d/K07networking
> /etc/rc6.d/K07networking
> /etc/rcS.d/K09networking

You are the third person to report that after Didier Roche and
Sebastien Bacher, so this isn't pilot error any more. Would you mind
filing a bug about this (against ifupdown for now) and describe how
you installed/upgraded your system?  I'd like to be able to see a
reproducer and see where things go wrong. Are you (or someone else)
able to reproduce this somehow? Like, install trusty into a
schroot/container/VM and dist-upgrade?

> 3) friendly-recovery.service
> 
> https://bugs.launchpad.net/ubuntu/+source/friendly-recovery/+bug/1354937

Fixed in vivid.

> 4) nfs-common, nfs-kernel-server, rpcbind
> 
> NFS is broken with systemd as pid 1 because nfs-common only has upstart jobs.

That's https://launchpad.net/bugs/1312976 and indeed you already
posted your proposed patches there, thanks!

Thanks!

Martin

-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/ubuntu-devel-discuss/attachments/20141205/6e709341/attachment.sig>


More information about the Ubuntu-devel-discuss mailing list