Can you guys advise on how to resolve this? We have a machine (RHEL 6 32bit 2.6.32-504.8.1.el6.i686) that boots to a black screen. I can SSH into it from my machine, but when you're physically at the machine it just displays a black screen.
I have tried booting from the previous 2 kernels, but still get the black screen.
I am assuming something got hosed with the video stuff? Its an ATI Radeon 4000series card. Should I install the ATI driver from their website and try? We have never had to do that with these machines though.
Also, when running a yum update, we receive this error. I'm not sure how to resolve this and if resolving this will fix the video issues.
Code:
# yum update
Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package libudev.i686 0:147-2.46.el6 will be updated
--> Processing Dependency: libudev = 147-2.46.el6 for package: libgudev1-147-2.46.el6.i686
---> Package libudev.i686 0:147-2.57.el6 will be an update
---> Package libudev-devel.i686 0:147-2.46.el6 will be updated
---> Package libudev-devel.i686 0:147-2.57.el6 will be an update
---> Package udev.i686 0:147-2.46.el6 will be updated
---> Package udev.i686 0:147-2.57.el6 will be an update
--> Finished Dependency Resolution
Error: Package: libgudev1-147-2.46.el6.i686 (@rhel-i386-workstation-6)
Requires: libudev = 147-2.46.el6
Removing: libudev-147-2.46.el6.i686 (@rhel-i386-workstation-6)
libudev = 147-2.46.el6
Updated By: libudev-147-2.57.el6.i686 (rhel-i386-workstation-6)
libudev = 147-2.57.el6
Available: libudev-147-2.29.el6.i686 (rhel-i386-workstation-6)
libudev = 147-2.29.el6
Available: libudev-147-2.35.el6.i686 (rhel-i386-workstation-6)
libudev = 147-2.35.el6
Available: libudev-147-2.40.el6.i686 (rhel-i386-workstation-6)
libudev = 147-2.40.el6
Available: libudev-147-2.41.el6.i686 (rhel-i386-workstation-6)
libudev = 147-2.41.el6
Available: libudev-147-2.42.el6.i686 (rhel-i386-workstation-6)
libudev = 147-2.42.el6
Available: libudev-147-2.46.el6_4.2.i686 (rhel-i386-workstation-6)
libudev = 147-2.46.el6_4.2
Available: libudev-147-2.51.el6.i686 (rhel-i386-workstation-6)
libudev = 147-2.51.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Heres after running yum update --skip-broken:
Code:
# yum update --skip-broken
Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, security, subscription-manager
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package libudev.i686 0:147-2.46.el6 will be updated
--> Processing Dependency: libudev = 147-2.46.el6 for package: libgudev1-147-2.46.el6.i686
---> Package libudev.i686 0:147-2.57.el6 will be an update
---> Package libudev-devel.i686 0:147-2.46.el6 will be updated
---> Package libudev-devel.i686 0:147-2.57.el6 will be an update
---> Package udev.i686 0:147-2.46.el6 will be updated
---> Package udev.i686 0:147-2.57.el6 will be an update
--> Running transaction check
---> Package libudev.i686 0:147-2.46.el6 will be updated
---> Package libudev.i686 0:147-2.57.el6 will be an update
--> Processing Dependency: libudev = 147-2.57.el6 for package: libudev-devel-147-2.57.el6.i686
--> Running transaction check
---> Package udev.i686 0:147-2.46.el6 will be updated
--> Processing Dependency: udev = 147-2.46.el6 for package: libudev-devel-147-2.46.el6.i686
---> Package udev.i686 0:147-2.57.el6 will be an update
Packages skipped because of dependency problems:
libudev-147-2.57.el6.i686 from rhel-i386-workstation-6
libudev-devel-147-2.57.el6.i686 from rhel-i386-workstation-6
udev-147-2.57.el6.i686 from rhel-i386-workstation-6
Thanks in advance.