Am So., 10. Dez. 2023 um 02:48 Uhr schrieb Todd C. Miller <[email protected]>: > By default, /etc/login.conf has umask set to 022. Is it more > restrictive on your system?
Ah, yes. Mine is set to 077.
That would explain me being unable to start it via sudo.
And when I rebooted after a failed restart the permissions were probably kept,
so the next reboot didn't magically fix it. :-(
I added
Defaults umask_override
Defaults umask=0022
to /etc/sudoers
Thanks!
Best
Martin

