Am 08.03.19 um 08:09 schrieb Bob Tracy: > On Thu, Mar 07, 2019 at 10:52:13AM +0100, Michael Biebl wrote: >> Sounds a bit like >> https://github.com/systemd/systemd/issues/3446#issuecomment-224046140 >> >> Please check that your kernel has all options enabled that are listed in >> /usr/share/doc/systemd/README.gz >> >> Are you currently missing any of those options? > > I'll admit to getting bitten by CONFIG_FHANDLE not being set a long time > ago. Back then, I was directed toward the systemd "README" file to see > if there were any other kernel config options that I hadn't set > correctly. I'm pretty sure none of the required options are missing, > but an extra set of eyes looking at it couldn't hurt. My ".config" file > for 5.0.0 is attached. > > Do please note at least one fundamental difference (philosophical?) > between my hand-built kernels and the usual distro-provided kernels. I > like to build-in the drivers that are needed at boot time, *including* > any required firmware. I don't know if "systemd/udev" would (or should) > be affected by the disk device drivers being built-in instead of modules, > but it might be interesting to see if the Debian generic kernel for alpha > configures the qlogic SCSI driver as built-in or modular (because it > requires firmware that loads at driver initialization).
I can't really trawl through the complete config file.
What I noticed from the journal are errors like this
Feb 14 04:12:20 smirkin systemd-udevd[435]: sr0: Failed to apply ACL:
Operation not supported
Feb 14 04:12:31 smirkin systemd-udevd[440]: sg1: Failed to apply ACL:
Operation not supported
...
You probably want to enable
CONFIG_TMPFS_XATTR
CONFIG_{TMPFS,EXT4_FS,XFS,BTRFS_FS,...}_POSIX_ACL
If that makes a difference, I dunno.
You could try running udev in debug mode (see /etc/udev/udev.conf) and
check if you can spot any errors.
Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature

