I have recently upgraded a computer from FC3 to FC6. Under FC3 I would occasionally get a lock up on shutdown where the screen would go black with green spots on it (mainly black). This only happened once every couple of months however.
After upgrading to FC6, I am having the same thing happening, but it is much more frequent and happens on both startup and shutdown. I would say this occurs about 1 in 2 startup/shutdown cycles.
The computer is a P4 3GHz with a GeForce FX 5600. At this point I was using the Nvidia 8776 driver (prior to the reinstall, I was using 7667).
I have tried updating to the latest nvidia driver version (9746), but now the same thing happens except the screen in completely back - no more green spots.
I also disabled graphical boot, which stopped the freezes on startup, but the shutdown ones continue.
It seems to me to be related to the video card, but I don't really know. The system is rock solid once it is up and running.
I would be very grateful if anyone has any ideas. Here are the relevant bits of /var/log/messages showing where it dies:
On startup:
Code:
...
Jan 14 10:31:07 mythtv avahi-daemon[2706]: Registering HINFO record with values 'I686'/'LINUX'.
Jan 14 10:31:08 mythtv avahi-daemon[2706]: Server startup complete. Host name is mythtv.local. Local service cookie is 2604709120.
Jan 14 10:31:09 mythtv avahi-daemon[2706]: Service "SFTP File Transfer on mythtv" (/services/sftp-ssh.service) successfully established.
Jan 14 10:31:13 mythtv lircd-0.8.1-CVS[2807]: lircd(userspace) ready
Jan 14 10:31:14 mythtv smartd[2825]: smartd version 5.36 [i386-redhat-linux-gnu] Copyright (C) 2002-6 Bruce Allen
Jan 14 10:31:14 mythtv smartd[2825]: Home page is http ://smartmontools.sourceforge.net/
Jan 14 10:31:14 mythtv smartd[2825]: Opened configuration file /etc/smartd.conf
Jan 14 10:31:14 mythtv smartd[2825]: Configuration file /etc/smartd.conf parsed.
Jan 14 10:31:14 mythtv smartd[2825]: Device: /dev/hda, opened
Jan 14 10:31:14 mythtv smartd[2825]: Device: /dev/hda, found in smartd database.
Jan 14 10:31:14 mythtv smartd[2825]: Device: /dev/hda, is SMART capable. Adding to "monitor" list.
Jan 14 10:31:14 mythtv smartd[2825]: Device: /dev/sda, opened
Jan 14 10:31:14 mythtv smartd[2825]: Device: /dev/sda, found in smartd database.
Jan 14 10:31:14 mythtv smartd[2825]: Device: /dev/sda, is SMART capable. Adding to "monitor" list.
Jan 14 10:31:14 mythtv smartd[2825]: Monitoring 2 ATA and 0 SCSI devices
Jan 14 10:31:15 mythtv smartd[2827]: smartd has fork()ed into background mode. New PID=2827.
------------- SYSTEM DIES HERE -------------
Jan 14 10:31:15 mythtv init: open(/dev/pts/0): No such file or directory
Jan 14 10:31:15 mythtv last message repeated 5 times
Jan 14 10:31:16 mythtv pcscd: winscard.c:219:SCardConnect() Reader E-Gate 0 0 Not Found
Jan 14 10:31:16 mythtv last message repeated 3 times
Jan 14 10:31:17 mythtv kernel: agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
Jan 14 10:31:17 mythtv kernel: agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
Jan 14 10:31:17 mythtv kernel: agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
Jan 14 10:31:29 mythtv lircd-0.8.1-CVS[2807]: accepted new client on /dev/lircd
Jan 14 10:31:29 mythtv lircd-0.8.1-CVS[2807]: initializing '/dev/hiddev0'
Jan 14 10:31:31 mythtv lircd-0.8.1-CVS[2807]: accepted new client on /dev/lircd
...
On shutdown:
Code:
...
Jan 14 14:19:13 mythtv kernel: end_request: I/O error, dev fd0, sector 0
Jan 14 14:19:25 mythtv kernel: end_request: I/O error, dev fd0, sector 0
Jan 14 14:19:25 mythtv kernel: Buffer I/O error on device fd0, logical block 0
Jan 14 14:19:37 mythtv kernel: end_request: I/O error, dev fd0, sector 0
Jan 14 14:19:37 mythtv kernel: Buffer I/O error on device fd0, logical block 0
Jan 14 14:19:38 mythtv shutdown[4656]: shutting down for system reboot
Jan 14 14:19:38 mythtv lircd-0.8.1-CVS[2807]: removed client
Jan 14 14:19:38 mythtv lircd-0.8.1-CVS[2807]: closing '/dev/hiddev0'
------------- SYSTEM DIES HERE -------------
Jan 14 14:19:39 mythtv smartd[2827]: smartd received signal 15: Terminated
Jan 14 14:19:39 mythtv smartd[2827]: smartd is exiting (exit status 0)
Jan 14 14:19:40 mythtv avahi-daemon[2706]: Got SIGTERM, quitting.
I have tried disabling smartd and lircd without any effect.