You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change login command in settings from -f root to -f test
restart app
observe blank startup
Note:
If login test is used instead of login -f test, a password prompt appears but loops infinitely despite the correct password being input. This does not occur for login root, which correctly prompts for the password before entering the shell.
The text was updated successfully, but these errors were encountered:
Process:
adduser test
usermod -aG wheel test
-f root
to-f test
Note:
login test
is used instead oflogin -f test
, a password prompt appears but loops infinitely despite the correct password being input. This does not occur forlogin root
, which correctly prompts for the password before entering the shell.The text was updated successfully, but these errors were encountered: