@vorlon systemd-logind and systemd-nspawn did modprobe in ExecStartPre= and the new service is a nicer way of expressing the needed modules.
https://github.com/systemd/systemd/commit/625077264ba01a108386eeea733ee244e6b7ff14 The tracing files will still be present at the old location for backward compatibility and the new location is the desired location according to the kernel documentation: https://www.kernel.org/doc/Documentation/trace/ftrace.txt ... When tracefs is configured into the kernel (which selecting any ftrace option will do) the directory /sys/kernel/tracing will be created. To mount this directory, you can add to your /etc/fstab file: tracefs /sys/kernel/tracing tracefs defaults 0 0 Or you can mount it at run time with: mount -t tracefs nodev /sys/kernel/tracing For quicker access to that directory you may want to make a soft link to it: ln -s /sys/kernel/tracing /tracing *** NOTICE *** Before 4.1, all ftrace tracing control files were within the debugfs file system, which is typically located at /sys/kernel/debug/tracing. For backward compatibility, when mounting the debugfs file system, the tracefs file system will be automatically mounted at: /sys/kernel/debug/tracing All files located in the tracefs file system will be located in that debugfs file system directory as well. *** NOTICE *** ... The .mount will fail in LXC until the fix for LXD lands and it bind-mounts it. I can set ConditionVirtualization=!lxc until all supported LXD versions do that. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1867972 Title: [FFe] Please accept systemd 245.2-1ubuntu1 to Focal Status in systemd package in Ubuntu: New Bug description: Focal currently has 244.3-1ubuntu1. Upstream released 245 after the Focal Feature Freeze date, but updating to v245 will allow us to carry fewer patches in Focal and have the latest upstream fixes without cherry-picking the important ones. The proposed package is tested in Bileto and there are no unfixed regressions compared to the results of the latest tests. https://bileto.ubuntu.com/#/ticket/3801 The fixed gpsd upload invalidated the default excuses page, but it is still available at: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_39a8dbb93caf4ec889f8a1b7f69885db/bileto-3801-excuses/2020-03-18_14:40:01/3801_focal_excuses.html The changelog is not final in the Bileto PPA, the final one is at: https://code.launchpad.net/~rbalint/ubuntu/+source/systemd/+git/systemd/+ref/ubuntu-focal New notable upstream features, such as systemd-homed and systemd- repart are _not_ enabled in this upload. Please find the full NEWS file at: https://github.com/systemd/systemd/blob/v245/NEWS There is one notable failing test, netplan.io's which is failing in the release pocket, too. I'd like to have this passing, too, with systemd 245 before in migrates to the release pocket. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1867972/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp