LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-11-2012, 08:59 PM   #1
logarithm
LQ Newbie
 
Registered: Jul 2009
Posts: 6

Rep: Reputation: 0
Scientific Linux 6 hangs on startup... suddenly.


Hi all,

I don't even know where to begin with fixing this issue. I use Scientific Linux 6.1 on an HP desktop with dual displays controlled by an nVidia GeForce 9400 GT, and I have GRUB set up to allow me dual boot in to Sci Linux and into Windows Vista.

I didn't install anything, didn't update any drivers, didn't do anything today except print some PDFs and check my webmail. I shut the system down and came back to it later in the day. Twice it stalled after lighting up both monitors with the logo and the rotating circle. The third time, I hit escape to watch the daemons start. It got as far as WINE, then ground to a halt. If I do it this way, I can Alt-F2 and get to the console, but I'm at a loss for what to do once I get there. I uninstalled WINE -- I don't really use it anyway -- but it hung at the same spot, which is now after the at daemon.

Sci linux doesn't use xorg.conf anymore; that's ordinarily the first place I would check. This seems very much like something that would happen after a video driver updated, but I haven't touched my nvidia drivers, the kernel, or anything. And, the kicker is, Vista still works fine, including with both monitors.

So, my question is, where do I begin? And, what information can I give you to help me?

Thank you very much!
 
Old 07-11-2012, 10:52 PM   #2
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Sci linux doesn't use xorg.conf anymore; that's ordinarily the first place I would check.
To create it you have to issue command
Quote:
sudo Xorg -configure
or
Quote:
Xorg -configure
 
Old 07-11-2012, 10:58 PM   #3
logarithm
LQ Newbie
 
Registered: Jul 2009
Posts: 6

Original Poster
Rep: Reputation: 0
I tried Xorg -configure and got a massive list of error messages. I can go recreate it and try to post the result here, if it would help.
 
Old 07-11-2012, 11:17 PM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
When you create it it gets listed under / as xorg.conf.new then you have to move it to /etc/X11/xorg.conf
Also the official nvidia driver should be available thru your package manager. I also have the 9400GT & it works well. If you install nvidia you can also install nvidia-settings which is a gui tool which can configure both monitors.

Last edited by EDDY1; 07-11-2012 at 11:21 PM.
 
Old 07-12-2012, 07:04 AM   #5
micha_silver
LQ Newbie
 
Registered: Oct 2010
Posts: 5

Rep: Reputation: 1
Quote:
Originally Posted by logarithm View Post
Hi all,

I don't even know where to begin with fixing this issue. I use Scientific Linux 6.1 on an HP desktop with dual displays controlled by an nVidia GeForce 9400 GT, and I have GRUB set up to allow me dual boot in to Sci Linux and into Windows Vista.

I didn't install anything, didn't update any drivers, didn't do anything today except print some PDFs and check my webmail. I shut the system down and came back to it later in the day. Twice it stalled after lighting up both monitors with the logo and the rotating circle. The third time, I hit escape to watch the daemons start. It got as far as WINE, then ground to a halt. If I do it this way, I can Alt-F2 and get to the console, but I'm at a loss for what to do once I get there. I uninstalled WINE -- I don't really use it anyway -- but it hung at the same spot, which is now after the at daemon.

Sci linux doesn't use xorg.conf anymore; that's ordinarily the first place I would check. This seems very much like something that would happen after a video driver updated, but I haven't touched my nvidia drivers, the kernel, or anything. And, the kicker is, Vista still works fine, including with both monitors.

So, my question is, where do I begin? And, what information can I give you to help me?

Thank you very much!
I've hit a similar problem on two machines. One is a VM (Virtualbox) running under Win7, Scientific Linux 6.1, and the other is SL 6.1 as the host system. Both were working fine for many months until a recent yum update. Now the GUI won't start. I get Xorg errors about version mismatch for the various video drivers on both the VM and the SL 6.1 full installation. The stand alone full installation is installed on a machine with an on-board Intel card, but the xorg-drv-intel won't load. The VM is using whatever the standard virtual video that VirtualBox runs.
I tried booting into older kernels, with no luck. I can get into runlevel 3, and networking, etc works fine. But no X :-(. Also Xorg -configure throws the same errors about "failed to load..." for each video driver.

Anyone know if there's an update in the pipeline that will fix this??

Thanks,
Micha

Last edited by micha_silver; 07-12-2012 at 07:06 AM.
 
Old 07-12-2012, 07:11 AM   #6
logarithm
LQ Newbie
 
Registered: Jul 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by micha_silver View Post
I've hit a similar problem on two machines. One is a VM (Virtualbox) running under Win7, Scientific Linux 6.1, and the other is SL 6.1 as the host system. Both were working fine for many months until a recent yum update. Now the GUI won't start. I get Xorg errors about version mismatch for the various video drivers on both the VM and the SL 6.1 full installation. The stand alone full installation is installed on a machine with an on-board Intel card, but the xorg-drv-intel won't load. The VM is using whatever the standard virtual video that VirtualBox runs.
I tried booting into older kernels, with no luck. I can get into runlevel 3, and networking, etc works fine. But no X :-(. Also Xorg -configure throws the same errors about "failed to load..." for each video driver.

Anyone know if there's an update in the pipeline that will fix this??

Thanks,
Micha
There was an automatic yum update that ran yesterday on my machine, coinciding with my machine breaking. I undid the update in yum, and now it doesn't hang, but it still stops before X can begin. Runlevel 3 is fine for me too. Maybe you can try a yum downgrade on xorg?
 
Old 07-12-2012, 08:54 AM   #7
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
you have to update the nvidia driver as it does not update itself
 
Old 07-12-2012, 10:57 AM   #8
micha_silver
LQ Newbie
 
Registered: Oct 2010
Posts: 5

Rep: Reputation: 1
Quote:
Originally Posted by logarithm View Post
There was an automatic yum update that ran yesterday on my machine, coinciding with my machine breaking. I undid the update in yum, and now it doesn't hang, but it still stops before X can begin. Runlevel 3 is fine for me too. Maybe you can try a yum downgrade on xorg?
I've jumped past the problem (on two machines) by upgrading to Scientific Linux 6.2. I got into the grub menu (press any key at the boot screen) and enter 'e' to edit the boot line. Add "single" at the end to enter single user mode. THen at the command prompt I first ran
Code:
telinit 3
(to get into runlevel 3 with networking). Next
Code:
yum --releasever=6.2 update
There are 100's of MB of new, replacement packages. When it finished I rebooted, and the X system came up.

It's unfortunate that a broken update snuck into the repo, but I guess it happens on rare occasions. I'm sure that the packages for 6.1 will be fixed and pushed out soon, but 6.2 has been out for several months, so no reason not to go ahead and upgrade.

Last edited by micha_silver; 07-12-2012 at 10:59 AM.
 
1 members found this post helpful.
Old 07-12-2012, 11:35 AM   #9
logarithm
LQ Newbie
 
Registered: Jul 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by micha_silver View Post
I've jumped past the problem (on two machines) by upgrading to Scientific Linux 6.2. I got into the grub menu (press any key at the boot screen) and enter 'e' to edit the boot line. Add "single" at the end to enter single user mode. THen at the command prompt I first ran
Code:
telinit 3
(to get into runlevel 3 with networking). Next
Code:
yum --releasever=6.2 update
There are 100's of MB of new, replacement packages. When it finished I rebooted, and the X system came up.

It's unfortunate that a broken update snuck into the repo, but I guess it happens on rare occasions. I'm sure that the packages for 6.1 will be fixed and pushed out soon, but 6.2 has been out for several months, so no reason not to go ahead and upgrade.
I'm in the midst of trying the same thing (well, a slightly different way, but with the same end result). I'll keep you posted.
 
Old 07-12-2012, 04:16 PM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
downgrading Xorg - a very bad idea and NOT easy
and in this case not needed

that auto update probably installed a new kernel
NOW if you installed the nvidia driver FROM "yum" using the kmod-nvidia
the nvidia driver WILL AUTO UPDATE with a new kernel

HOWEVER
if you used the nvidia.run driver THEN
For EVERY kernel and X11 update you will have to MANUALLY reinstall the nvidia.run driver -- EVERY TIME
 
Old 07-12-2012, 04:37 PM   #11
logarithm
LQ Newbie
 
Registered: Jul 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by micha_silver View Post
I've jumped past the problem (on two machines) by upgrading to Scientific Linux 6.2.
I eventually gave in and did the same. Problem solved, though not exactly in the way I wanted to solve it.

Quote:
It's unfortunate that a broken update snuck into the repo, but I guess it happens on rare occasions. I'm sure that the packages for 6.1 will be fixed and pushed out soon, but 6.2 has been out for several months, so no reason not to go ahead and upgrade.
Agree.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
5.4 - scientific linux livecd install hangs pcandpc Linux - Enterprise 4 11-29-2009 07:04 PM
First port of call... 2.6.17.1 Hangs suddenly stardotstar Linux - Kernel 14 07-01-2006 03:07 AM
Feather Linux hangs at startup cuschu Linux - Software 1 06-12-2006 12:22 AM
SuSE Linux 9.3 Pro hangs during startup post-installation. Krish4479 Linux - Software 1 08-04-2005 12:20 PM
linux hangs on startup! Phonics3k Linux - General 3 01-03-2003 12:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration