Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: Ztoragefool on November 27, 2010, 02:29:46 PM

Title: [solved] problem: noautologin doesnt work
Post by: Ztoragefool on November 27, 2010, 02:29:46 PM
i dont see any effect using noautologin as bootparameter. already read and tried some stuff, but i dont get it.

installed tc 3.3 64bit on ext4 partition. (but also tried earlier on 3.2 - no effect)

installed xorg. maybe this is of some importance, since i also noticed an issue changing to console pressing alt-f1.

already set tc's password using 'passwd'. ssh login works fine. shadow gets saved on reboot.

using "secure" wont ask me anything, using "noautologin" wont prevent to autologin to gui.

any ideas?
Title: Re: problem: noautologin doesnt work
Post by: gerald_clark on November 27, 2010, 02:39:05 PM
I have been using noautologin successfully.
Have you modified .profile?
Title: Re: problem: noautologin doesnt work
Post by: Ztoragefool on November 27, 2010, 02:57:19 PM
nope - it's in it's original state
Title: Re: problem: noautologin doesnt work
Post by: maro on November 27, 2010, 05:46:46 PM
Have you confirmed that 'noautologin' is really amongst your boot codes (e.g. via cat /proc/cmdline) and that the "marker file" (i.e. '/etc/sysconfig/noautologin') exists (albeit being of zero bytes size)?
Title: Re: problem: noautologin doesnt work
Post by: Ztoragefool on November 28, 2010, 10:49:31 AM
ohhh myyy...

thx for the tip, it´s been missing in /proc/cmdline.

my mistake. few weeks ago, nano wrapped long textlines in my boot config, so i took the opportunity to check whether extlinux can handle multiple lines. relying on the wrong indicators i thought it tested positive. now see clear regarding some oddities...

thanks again!