-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OpenRC] Can't shutdown or reboot after login #343
Comments
I can't test this easily and OpenRC isn't supported officially, but this issue seems to indicate something is wrong in Ly, so we should definitely investigate it. Any PRs adding OpenRC support is of course very welcome. |
Hi, I am seeing a possibly same problem wtih Qtile. |
I think i've found the issue. ly is clogging up openrc-run, because if i kill the ly process it unclogs and everything starts working as usual
Which i'm pretty sure should have something like supervise-daemon or just ly instead of openrc-run Edit: Nevermind, i just fixed the clogging problem, and that subsequently fixed the shutdown problem (and another problem where all tty's were blank) 😁
Edit 2: Turns out you just have to add |
I having the same issue on Arch + bspwm. Can't seem to use the command |
This is because X is not running on the same tty that the login occurs. ly logins user into separate tty, which messes up loginctl logind session, which inturn breaks polkit actions. |
I'm using the OpenRC script from the ly-gentoo fork with LANG patch from here.
After login it's impossible to shutdown or reboot with
loginctl poweroff
command or any other poweroff command. The only way is pushing the power button, or logging out and pressing F1 or F2.The text was updated successfully, but these errors were encountered: