]> git.ipfire.org Git - thirdparty/systemd.git/commit
Help users with incorrect / permission bits (#41431)
authorLennart Poettering <lennart@amutable.com>
Fri, 10 Apr 2026 10:25:07 +0000 (12:25 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Apr 2026 10:25:07 +0000 (12:25 +0200)
commit58b9e400a697c5190c3f7858df6fb5681c373b03
tree2f7da2a31744072f46dc631be60e0e494b1ebcc8
parent554ba32d3083c05e996a3ac0335dfb3da5f81a8a
parent5168e9eada5166343c8bfe11fba9eda17af99fdc
Help users with incorrect / permission bits (#41431)

This error causes the computer to pass the emergency.target and go to
graphical.target.
Then, your window manager will have problems because it cant access any
directories, your network manager wont startup the network. In my case,
the screen just goes black. Ideally, you'd get an error message
explaining this edge scenario that's occuring to you, and an emergency
shell that makes it easy to run the necessary chmod 0755 / to proceed
with booting. IDK not sure if this is the correct way to implement this,
sorry it's my first contribution.

I ran
`meson test -C build`
and got

Ok:                1806
Fail:              26
Skipped:           25
on my cloned systemd repo before any changes, and got the same result
after my commit ¯\_(ツ)_/¯
So I hope I did that right.
Thanks
NEWS