Hi,
Recently my boot time has reached 13 minutes. This is a HUGE problem for me particularly because I'm trying to troubleshoot another problem (X freezes system often when closing a youtube or vimeo tab in browser). Hours of Googling really has gotten me nowhere. The video problem I'm having has to do with closing a youtube or vimeo tab mostly. I'll post more on that in a separate thread.
Looking at /var/log/messages, I can see 2 places where there are 5 minute hangups.
The first problem looks to me to be related to nginx.service. However, once finally booted, the nginx service is running fine, exactly as desired. Here is a snippet of the log. Just let me know if you need to see more.
(The new session is me logging in from my laptop trying to figure out what's going on).
Code:
Feb 11 15:50:58 fugbert ntpd[1314]: 0.0.0.0 c615 05 clock_sync
Feb 11 15:52:12 fugbert systemd-logind[1332]: New session 1 of user fugbert.
Feb 11 15:55:51 fugbert systemd[1]: nginx.service operation timed out. Terminating.
Feb 11 15:55:51 fugbert systemd[1]: Unit nginx.service entered failed state.
The next hangup seems to have something to do with bumblebee, possibly and/or my nvidia card (GeForce 430)
Code:
Feb 11 15:55:53 fugbert bumblebee[2233]: (==) Log file: "/var/log/Xorg.1.log", Time: Sat Feb 11 15:55:53 2012
Feb 11 15:55:53 fugbert bumblebee[2233]: (++) Using config file: "/etc/X11/xorg.conf.nvidia"
Feb 11 15:55:53 fugbert bumblebee[2233]: (==) Using config directory: "/etc/X11/xorg.conf.d"
Feb 11 15:55:53 fugbert bumblebee[2233]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Feb 11 15:55:53 fugbert bumblebee[2233]: (EE) No devices detected.
Feb 11 15:55:53 fugbert bumblebee[2233]: Fatal server error:
Feb 11 15:55:53 fugbert bumblebee[2233]: no screens found
Feb 11 15:55:53 fugbert bumblebee[2233]: Please consult the Fedora Project support
Feb 11 15:55:53 fugbert bumblebee[2233]: at http://wiki.x.org
Feb 11 15:55:53 fugbert bumblebee[2233]: for help.
Feb 11 15:55:53 fugbert bumblebee[2233]: Please also check the log file at "/var/log/Xorg.1.log" for additional information.
Feb 11 15:55:53 fugbert bumblebee[2233]: Server terminated with error (1). Closing log file.
Feb 11 15:55:53 fugbert avahi-daemon[1339]: Joining mDNS multicast group on interface virbr0.IPv4 with address 192.168.122.1.
Feb 11 15:55:53 fugbert kernel: [ 359.628051] ADDRCONF(NETDEV_UP): virbr0: link is not ready
Feb 11 15:55:53 fugbert avahi-daemon[1339]: New relevant interface virbr0.IPv4 for mDNS.
Feb 11 15:55:53 fugbert avahi-daemon[1339]: Registering new address record for 192.168.122.1 on virbr0.IPv4.
Feb 11 15:55:53 fugbert dnsmasq[2284]: started, version 2.58 cachesize 150
Feb 11 15:55:53 fugbert dnsmasq[2284]: compile time options: IPv6 GNU-getopt DBus no-i18n DHCP TFTP no-conntrack no-IDN
Feb 11 15:55:53 fugbert dnsmasq-dhcp[2284]: DHCP, IP range 192.168.122.2 -- 192.168.122.254, lease time 1h
Feb 11 15:55:53 fugbert dnsmasq[2284]: reading /etc/resolv.conf
Feb 11 15:55:53 fugbert dnsmasq[2284]: using nameserver 192.168.0.1#53
Feb 11 15:55:53 fugbert dnsmasq[2284]: read /etc/hosts - 11 addresses
Feb 11 15:55:54 fugbert kernel: [ 359.862580] Ebtables v2.0 registered
Feb 11 15:55:54 fugbert bumblebee[2233]: .
Feb 11 15:55:55 fugbert bumblebee[2233]: .
Feb 11 15:55:55 fugbert ntpd[1314]: Listen normally on 6 virbr0 192.168.122.1 UDP 123
Feb 11 15:55:55 fugbert ntpd[1314]: peers refreshed
Feb 11 15:55:56 fugbert bumblebee[2233]: .
Feb 11 15:55:57 fugbert bumblebee[2233]: .
Feb 11 15:55:58 fugbert bumblebee[2233]: .
Feb 11 15:55:59 fugbert bumblebee[2233]: .
Feb 11 15:56:00 fugbert bumblebee[2233]: .
Feb 11 15:56:01 fugbert bumblebee[2233]: .
Feb 11 15:56:02 fugbert bumblebee[2233]: .
Feb 11 15:56:03 fugbert bumblebee[2233]: .
Feb 11 15:56:04 fugbert bumblebee[2233]: .
Feb 11 15:56:05 fugbert bumblebee[2233]: .
Feb 11 15:56:06 fugbert bumblebee[2233]: .
Feb 11 15:56:07 fugbert bumblebee[2233]: .
Feb 11 15:56:08 fugbert bumblebee[2233]: .
Feb 11 15:56:09 fugbert bumblebee[2233]: .
Feb 11 15:56:10 fugbert bumblebee[2233]: .
...the "." continues for dozens of lines until:
Code:
Feb 11 16:00:52 fugbert bumblebee[2233]: .
Feb 11 16:00:52 fugbert systemd[1]: bumblebee.service operation timed out. Terminating.
Feb 11 16:00:52 fugbert systemd[1]: Unit bumblebee.service entered failed state.
One more thing that I thought might be helpful (but remember that somehow my nginx is started fine).
Code:
fugbert 08:35 AM fugbert ~: systemctl | grep failed
akmods.service loaded failed failed LSB: Builds and install new kmods from akmod packages
bumblebee.service loaded failed failed SYSV: bumblebee optimus X server
nginx.service loaded failed failed SYSV: Nginx is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3 proxy server
vncserver@:3.service loaded failed failed Remote desktop service (VNC)
Thanks for any help at all!
---------- Post added at 01:55 PM ---------- Previous post was at 08:43 AM ----------
I have resolved this simply by using chkconfig to turn off the services bumblebee and nginx.
The only tiny downside is at present nginx doesn't start at boot now, but that's nothing compared to saving 10 minutes on boot time. Yes, boot time is roughly 3 minutes now.