Skip to content
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

logs flows into login screen (bug/feature request) #537

Open
beastr45 opened this issue Aug 23, 2023 · 7 comments
Open

logs flows into login screen (bug/feature request) #537

beastr45 opened this issue Aug 23, 2023 · 7 comments
Labels
bug This issue or pull request discusses a bug

Comments

@beastr45
Copy link

20230823_145404
so ive attached an image with the problem as it is very hard to describe but error messages will flow into the password field of ly display manager after xorg session close. These messages arent only xorg logs and will typically be anything. This Is a MAJOR issue because a lot of distros will have this behavior and its extremely annoying. I believe in order to solve this bug you might want to sanitize the input rendered in the password field based on non system accounts or refresh the password field but it is probably best to find this bug at the root source. If there is a way to circumvent this, the feature resquest is to put it in the documentation right away so its not impossible to find a solution and you have time to fix this bug later. this isnt an issue on ly startup but rather when switching ly sessions which i often do. please dont close this as a duplicate of the guy who had ly in the wrong order on startup because this dosent happen on system startup.

@LennyPhoenix
Copy link

I'm also experiencing this issue, recently it has worsened to the point of covering the entire screen with logs 😕

@AnErrupTion AnErrupTion added the bug This issue or pull request discusses a bug label May 6, 2024
@AnErrupTion
Copy link
Collaborator

@beastr45 @LennyPhoenix You may be able to redirect the stdout and stderr through the config file (e.g. x_cmd = /usr/bin/X > /etc/ly/xstdout.log 2>/etc/ly/xstderr.log, you could even do it inside your xinitrc file if you use that). Though I agree Ly should probably do that automatically.

@LennyPhoenix
Copy link

LennyPhoenix commented May 10, 2024

This is an issue with Ly startup, it happens even before launching the Xorg session

@AnErrupTion
Copy link
Collaborator

This is an issue with Ly startup, it happens even before launching the Xorg session

Quoting OP:

messages will flow into the password field of ly display manager after xorg session close.

I'm not sure if we can do anything about the logs upon startup. Perhaps changing TTY helps?

@LennyPhoenix
Copy link

Oh my apologies I must have misread 😅

I'll try using a different TTY. If that doesn't work should I file a separate issue?

@AnErrupTion
Copy link
Collaborator

If that doesn't work should I file a separate issue?

Yes, please.

@bsdelf
Copy link

bsdelf commented Sep 13, 2024

I am experiencing similar issue.

I have set the tty to "9", so it does not conflict with the ttys enabled in a default Void Linux install (tty1-tty6).

However, some boot message (seems to be hardware warnings) supposed to be show up in tty1 as usual comes into the ly login screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue or pull request discusses a bug
Projects
None yet
Development

No branches or pull requests

4 participants