WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Login timed out after 60 seconds  (Read 11094 times)

Offline sihorton

  • Jr. Member
  • **
  • Posts: 58
Login timed out after 60 seconds
« on: February 06, 2013, 05:22:02 AM »
I am running a little proxy server using nodejs running on tinycore in a virtual machine. However once I had set everything up I noticed that tinycore automatically logged itself in on boot. I therefore added the bootoption:

noautologin

This is great as then at least you need to know the password to change settings in the machine. However it now displays the following:

Tiny Core
box login:
Login timed out after 60 seconds

Tiny Core
box login:
Login timed out after 60 seconds

and so on forever. Is there any reason to time out the login? Is there a way to just boot tiny core and run the services and then require a straight login before giving access to the machine -- i.e. can it just wait on the login prompt forever?

/Simon

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: Login timed out after 60 seconds
« Reply #1 on: February 06, 2013, 10:38:22 AM »
Thanks for reporting. I have a patch for this, should be fixed in the next release.
The only barriers that can stop you are the ones you create yourself.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Login timed out after 60 seconds
« Reply #2 on: February 06, 2013, 10:44:06 AM »
I actually like it the way it is.  I get a login prompt while onboot.sh is still starting services.
The timeout gives me a fresh unobscured  login prompt.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10963
Re: Login timed out after 60 seconds
« Reply #3 on: February 06, 2013, 11:40:10 AM »
Hm, perhaps we should redirect bootlocal.sh's output to /dev/null then?
The only barriers that can stop you are the ones you create yourself.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Login timed out after 60 seconds
« Reply #4 on: February 06, 2013, 01:08:13 PM »
I don't want it output to /dev/null.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Login timed out after 60 seconds
« Reply #5 on: February 06, 2013, 01:22:38 PM »
Casting my vote against that, I have always been relying on output of bootlocal, and also I think many issues of users would get obfuscated.
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline Lee

  • Hero Member
  • *****
  • Posts: 645
    • My Core wiki user page
Re: Login timed out after 60 seconds
« Reply #6 on: February 06, 2013, 01:37:12 PM »
As bootlocal.sh is called from bootsync.sh and bootsync.sh runs after restore from mydata.tgz, can't each user have it according to his own preference?
32 bit core4.7.7, Xprogs, Xorg-7.6, wbar, jwm  |  - Testing -
PPR, data persistence through filetool.sh          |  32 bit core 8.0 alpha 1
USB Flash drive, one partition, ext2, grub4dos  | Otherwise similar

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: Login timed out after 60 seconds
« Reply #7 on: February 06, 2013, 02:05:51 PM »
Yes he can, but the original post was about login timeout.

Offline sihorton

  • Jr. Member
  • **
  • Posts: 58
Re: Login timed out after 60 seconds
« Reply #8 on: February 06, 2013, 03:14:55 PM »
Thanks curaga! Will be nice to skip the timeout messages, currently any errors on booting the machine scroll off the top of the screen to be replaced by these timeout messages so it will make things a lot nicer :-)

Looking forward to the next release.

/Simon

aus9

  • Guest
Re: Login timed out after 60 seconds
« Reply #9 on: February 06, 2013, 04:25:11 PM »
I hope the OP does not mind a slight hijack, or he might be interested?

Quote
As bootlocal.sh is called from bootsync.sh and bootsync.sh runs after restore from mydata.tgz, can't each user have it according to his own preference?

I do it this way
http://forum.tinycorelinux.net/index.php/topic,14310.msg80693.html#msg80693

what I have not said and what I should say is that I have a basic copy of vesa xorg.conf and a nvidia xorg.conf sitting in /opt ....opt is persistent and not in the .filetool.lst

b) The vesa bootlocal script installs the vesa xorg and the packages loaded come from vesa list
my vesa script has no sound and so no sound restored
c) The nv bootlocal script installs the nvidia xorg and the packages loaded come from nv.lst
my nv list has sound modules and so has sound levels restored
---the default alsa levels are not quite right for me....but I am an idiot

Note that I am lazy and used the bootcode "snd" when it does not have to do with sound, you can change that string to something else but I like short strings

Naturally my method does not have to involve xorg issues but I hope gerald_clark would like to share an easier way?
Quote
Yes he can

otherwise submitted to OP and Lee for their consideration
« Last Edit: February 06, 2013, 04:30:23 PM by aus9 »

Offline Lee

  • Hero Member
  • *****
  • Posts: 645
    • My Core wiki user page
Re: Login timed out after 60 seconds
« Reply #10 on: February 06, 2013, 10:41:04 PM »
Quote
I do it this way
http://forum.tinycorelinux.net/index.php/topic,14310.msg80693.html#msg80693

Hmmm... so you specify a script to run as a boot code.  I like that.  I have to think about the whole thing for a while... moving over to the other thread for the thoughts, since this seems to be off of the original topic of this thread....
32 bit core4.7.7, Xprogs, Xorg-7.6, wbar, jwm  |  - Testing -
PPR, data persistence through filetool.sh          |  32 bit core 8.0 alpha 1
USB Flash drive, one partition, ext2, grub4dos  | Otherwise similar

Offline sihorton

  • Jr. Member
  • **
  • Posts: 58
Re: Login timed out after 60 seconds
« Reply #11 on: March 12, 2013, 03:48:13 AM »
Tested tinycore 4.7.5 with the noautologin boot parameter and it works as requested!

Thanks a lot for the fix.

/Simon