You are not logged in.
Sorry if this has been asked before and i could not find the answer with search terms on the forum so asking here.
How does one disable autologin feature after installation, i forgot or missed disabling it? Im just using startx but when i log out it logs in again automatically.
I cant seem to grab other tty's also, so im thinking it has something to do with /etc/inittab
1:2345:respawn:/bin/login -f user </dev/tty1 >/dev/tty1 2>&1
2:23:respawn:/bin/login -f user </dev/tty2 >/dev/tty2 2>&1
3:23:respawn:/bin/login -f user </dev/tty3 >/dev/tty3 2>&1
4:23:respawn:/bin/login -f user</dev/tty4 >/dev/tty4 2>&1
5:23:respawn:/bin/login -f user </dev/tty5 >/dev/tty5 2>&1
6:23:respawn:/bin/login -f user </dev/tty6 >/dev/tty6 2>&1
EDITED.
Last edited by HevyDevy (2020-06-08 13:32:41)
Offline
cp /usr/lib/refractainstaller/inittab.debian /etc/inittab
That's the easiest way.
Offline
Thankyou that fixed it. Cheers
Offline