Oh yes, changing that value in failsafe.conf brings back the old boot times:
tried setting to 12 and then 1, and it definitely fixed things: ( I added the 
//comments )

Wed Sep 7 17:13:34 PDT 2011. Boot Time [s]: 156   // Sleep 120
Wed Sep 7 18:59:59 PDT 2011. Boot Time [s]: 51     // Sleep 12 
Wed Sep 7 19:04:28 PDT 2011. Boot Time [s]: 48     // Sleep 12
Wed Sep 7 19:10:36 PDT 2011. Boot Time [s]: 37     // Sleep 1

 This is how it looks now:

#################
santisofi@minime:~$ cat /etc/init/failsafe.conf 
# failsafe

description "Failsafe Boot Delay"
author "Clint Byrum <cl...@ubuntu.com>"

start on filesystem and net-device-up IFACE=lo
stop on runlevel

pre-start exec sleep 1
#################

So, it looks like, around Sept 3, something changed with an update, and
I started going to sleep for 30 secs (so boot times went around 30 sec
longer). Then, this recent change to 120 added extra 90 secs. I looked
around in dmesg and didn't find anything obvious. I will attach it
shortly, regardless.

Thanks!
Leo

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/839595

Title:
  failsafe.conf's 30 second time out is too low

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/839595/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to