S
sulu
Guest
@hns:
Ok, I got your jessie-8.7-lxde rootfs running on top of my installed Stretch kernel (not in a chroot).
I see you're calling startx via /etc/inittab. If I do that, then installing systemd, systemd-shim and policykit-1 won't help to get rid of the original "No session for pid" message.
This is also reproducible in my amd64 VM. When I set that one up I started LXDE via nodm [1] and the message doesn't come up. The same helps in your rootfs.
I'm not sure though if this solution is desirable, since it adds a kind of black box with a display manager doing it's "magic".
What is your udev problem about? I didn't see any dependency problems. The only thing udev-related that I can see are a lot of messages in various logs that look essentially like this:
This however is considered "normal" and wontfix, because Systemd starts reading from /dev/urandom before the device is ready and doesn't think it's doing anything wrong. [2]
[1] https://packages.debian.org/search?keywords=nodm&searchon=names&exact=1&suite=all§ion=all
[2] https://github.com/systemd/systemd/issues/4167
Ok, I got your jessie-8.7-lxde rootfs running on top of my installed Stretch kernel (not in a chroot).
I see you're calling startx via /etc/inittab. If I do that, then installing systemd, systemd-shim and policykit-1 won't help to get rid of the original "No session for pid" message.
This is also reproducible in my amd64 VM. When I set that one up I started LXDE via nodm [1] and the message doesn't come up. The same helps in your rootfs.
I'm not sure though if this solution is desirable, since it adds a kind of black box with a display manager doing it's "magic".
What is your udev problem about? I didn't see any dependency problems. The only thing udev-related that I can see are a lot of messages in various logs that look essentially like this:
Code:
random: udevadm: uninitialized urandom read (16 bytes read)
[1] https://packages.debian.org/search?keywords=nodm&searchon=names&exact=1&suite=all§ion=all
[2] https://github.com/systemd/systemd/issues/4167