Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 30th June 2010, 08:18 AM
dpawson Offline
Registered User
 
Join Date: Dec 2006
Posts: 119
windows_xp_2003firefox
FC13 2..33.5-124.fc13.x86_64 locks up on boot

I've an Nvidia graphics card, and with fc12 (32 bit) I had the regular dance
each time the kernel was updated. Since moving to FC13 that was (up until today)
apparently resolved. I *think* the system is using the nouveau driver.

yum update last night, booted this morning and the boot sequence hangs
at 'starting atd' which I think is the predecessor to starting X11, i.e. exactly
the same point it used to hang with FC12 when the livna drivers for the graphics
card were out of sync with the kernel. Guessing it was a similar problem, I
rebooted to mode 3, ran yum update but this time no joy. It still hangs
at 'starting atd'.

Any suggestions please?

TIA DaveP
Reply With Quote
  #2  
Old 30th June 2010, 09:01 AM
Keldorn's Avatar
Keldorn Offline
Registered User
 
Join Date: Jun 2008
Location: Russia
Age: 25
Posts: 515
linuxfedorafirefox
Re: FC13 2..33.5-124.fc13.x86_64 locks up on boot

atd is daemon that runs "at" commands, you can easily disable it.
chkconfig atd off
and i hope everything will be ok.
To prevent "dances" when kernel is updated try to install dkms package/
Reply With Quote
  #3  
Old 30th June 2010, 09:18 AM
dpawson Offline
Registered User
 
Join Date: Dec 2006
Posts: 119
windows_xp_2003firefox
Re: FC13 2..33.5-124.fc13.x86_64 locks up on boot

Quote:
Originally Posted by Keldorn View Post
atd is daemon that runs "at" commands, you can easily disable it.
chkconfig atd off
and i hope everything will be ok.
To prevent "dances" when kernel is updated try to install dkms package/
From previous experience, I think atd is fine. It is just the last app that shows in
the boot sequence?

In the boot sequence the X server
is next 'in the queue' to start, which is what is failing?

Tried disabling atd, just hangs at the previous 'last' app load.

Tks for the reply

DaveP
Reply With Quote
  #4  
Old 30th June 2010, 09:26 AM
Keldorn's Avatar
Keldorn Offline
Registered User
 
Join Date: Jun 2008
Location: Russia
Age: 25
Posts: 515
linuxfedorafirefox
Re: FC13 2..33.5-124.fc13.x86_64 locks up on boot

Try to see what in the /var/log/Xorg.0.log
Reply With Quote
  #5  
Old 30th June 2010, 09:46 AM
dpawson Offline
Registered User
 
Join Date: Dec 2006
Posts: 119
windows_xp_2003firefox
Re: FC13 2..33.5-124.fc13.x86_64 locks up on boot

Quote:
Originally Posted by Keldorn View Post
Try to see what in the /var/log/Xorg.0.log
No error messages - though no 'timestamped' info!
Assuming the end of the file is most recent,
it all seems pretty normal, a dump of modelines?
All from Nouveau.

Hundreds of lines earlier I see
AIGLX error: dlopen of /usr/lib64/dir/nouveau_dri.so failed ... no such file

True, no such file.

Yet the log shows loading modelines thereafter?

Any help?

DaveP
Reply With Quote
  #6  
Old 30th June 2010, 11:11 AM
Keldorn's Avatar
Keldorn Offline
Registered User
 
Join Date: Jun 2008
Location: Russia
Age: 25
Posts: 515
linuxfedorafirefox
Re: FC13 2..33.5-124.fc13.x86_64 locks up on boot

dmesg as i remeber will show you loading modules. Seems to me, that you had to recompile / reinstall nvidia modules, yesterday was xorg update (may be i am wrong)....
Reply With Quote
  #7  
Old 30th June 2010, 11:54 AM
dpawson Offline
Registered User
 
Join Date: Dec 2006
Posts: 119
windows_xp_2003firefox
Re: FC13 2..33.5-124.fc13.x86_64 locks up on boot

Quote:
Originally Posted by Keldorn View Post
dmesg as i remeber will show you loading modules. Seems to me, that you had to recompile / reinstall nvidia modules, yesterday was xorg update (may be i am wrong)....
Yes.. except I'm using nouveau rather than the nvidia code?
I used to do that for 12. Not necessary (as yet) with fc13?

I haven't actively installed any drivers for nvidia.


DaveP
Reply With Quote
  #8  
Old 30th June 2010, 11:58 AM
Keldorn's Avatar
Keldorn Offline
Registered User
 
Join Date: Jun 2008
Location: Russia
Age: 25
Posts: 515
linuxfedorafirefox
Re: FC13 2..33.5-124.fc13.x86_64 locks up on boot

Ah, sorry. Lets try to do it other way. Boot into runlevel 3 and try to run startx. Also, you can switch to diffrent tty using ctrl+alt+f<number>
Reply With Quote
  #9  
Old 30th June 2010, 02:04 PM
dpawson Offline
Registered User
 
Join Date: Dec 2006
Posts: 119
windows_xp_2003firefox
Re: FC13 2..33.5-124.fc13.x86_64 locks up on boot

Quote:
Originally Posted by Keldorn View Post
Ah, sorry. Lets try to do it other way. Boot into runlevel 3 and try to run startx. Also, you can switch to diffrent tty using ctrl+alt+f<number>
Just locks up.

Tail end of dmesg shows
[drm] nouveau nnnn allocating fifo number 2
....
None of which show any error messages?

DaveP

---------- Post added at 12:17 PM CDT ---------- Previous post was at 12:13 PM CDT ----------

Quote:
Originally Posted by Keldorn View Post
Ah, sorry. Lets try to do it other way. Boot into runlevel 3 and try to run startx. Also, you can switch to diffrent tty using ctrl+alt+f<number>
In the tty I used for 'startx'

(EE) No input driver/identifer specified (ignoring)
3 times
4 messages relating to GNOME_KEYRING_CONTROL

^c out of that and it shows
waiting for X server to shutdown gonme-settings-daemon: Fatal IO error 11 (Resource temp unavailable o X srever 0:0

No graphics though.

DaveP

---------- Post added at 02:04 PM CDT ---------- Previous post was at 12:17 PM CDT ----------

Quote:
Originally Posted by Keldorn View Post
dmesg as i remeber will show you loading modules. Seems to me, that you had to recompile / reinstall nvidia modules, yesterday was xorg update (may be i am wrong)....
If xorg was in yesterdays update, perhaps that is (again) the reason for
the failure? Perhaps nouveau needs the update as the nvidia--kmod package
used to do?

Not sure which repo nouveau comes from, but it seems livna is down today.

DaveP
Reply With Quote
  #10  
Old 30th June 2010, 02:34 PM
Keldorn's Avatar
Keldorn Offline
Registered User
 
Join Date: Jun 2008
Location: Russia
Age: 25
Posts: 515
linuxfedorafirefox
Re: FC13 2..33.5-124.fc13.x86_64 locks up on boot

livna has gone. rpmfusion repo instead of it, and it is working fine.
may be you should try to get backtrace of startx command?
I haven't more ideas about your problem now
Reply With Quote
  #11  
Old 30th June 2010, 04:55 PM
dpawson Offline
Registered User
 
Join Date: Dec 2006
Posts: 119
windows_xp_2003firefox
Re: FC13 2..33.5-124.fc13.x86_64 locks up on boot

OK, thanks Keldorn.
I've removed livna.



Dave

---------- Post added at 04:53 PM CDT ---------- Previous post was at 02:39 PM CDT ----------

OK, thanks Keldorn.
I've removed livna.



Dave

---------- Post added at 04:55 PM CDT ---------- Previous post was at 04:53 PM CDT ----------

Quite confused.
How to tell which video driver I'm using?
I see the kmod-nvidia-... .x86_64 package is available. (I don't have it installed)
I do have xorg-x11-drv-nouveau 0.0.16 installed.

Should I infer that I am using the nouveau driver?
hence, as with FC12, that needs an update to match the nvidia card?
Is that what I should be waiting for?

With the kmod package installed, I used to be able to revert
to an older kernel and X server worked again.
Two old kernels still won't start the x server so something is different
from previously?


TIA Dave
Reply With Quote
  #12  
Old 30th June 2010, 04:58 PM
Keldorn's Avatar
Keldorn Offline
Registered User
 
Join Date: Jun 2008
Location: Russia
Age: 25
Posts: 515
linuxfedorafirefox
Re: FC13 2..33.5-124.fc13.x86_64 locks up on boot

Please show
ls /etc/X11
Reply With Quote
  #13  
Old 30th June 2010, 05:57 PM
dpawson Offline
Registered User
 
Join Date: Dec 2006
Posts: 119
windows_xp_2003firefox
Re: FC13 2..33.5-124.fc13.x86_64 locks up on boot

Quote:
Originally Posted by Keldorn View Post
Please show
ls /etc/X11
applink fontath.d prefdm xinit Xmodmap xorg.conf.d Xresources
Reply With Quote
  #14  
Old 1st July 2010, 02:48 PM
dpawson Offline
Registered User
 
Join Date: Dec 2006
Posts: 119
windows_xp_2003firefox
Re: FC13 2..33.5-124.fc13.x86_64 locks up on boot

Ah well.
Thanks for your help Keldorn.
I tried to log it as a bug at Fedora Bugzilla, but failed to make sense of the login sequence.

I guess I'll wait another 24 hours, see if anything else turns up, then try another distro.

Dave

---------- Post added at 02:48 PM CDT ---------- Previous post was at 08:44 AM CDT ----------

Problem .. not solved, worked around.
Installed an ATI 4770 Graphics card.
Booted sweetly, I'm back in business.
Tried Debian stable. Full install, Guess what? No graphics. Sigh.
Seems Nvidia is not flavour of the month, or Fedora doesn't like them
Reply With Quote
Reply

Tags
2fc13x8664, boot, fc13, locks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need kernel-2.6.33.5-112.fc13.x86_64 Arashdn Using Fedora 2 18th June 2010 05:36 PM
Where to find kernel-2.6.33-1.fc13.x86_64? jvillain Fedora 13 Development Branch 3 10th April 2010 12:58 PM
kernel 2.6.33.1-19.fc13.x86_64 Landshark Fedora 13 Development Branch 3 30th March 2010 08:15 PM
kernel-2.6.33-0.40.rc7.git0.fc13.x86_64 won't boot CiaW Fedora 13 Development Branch 3 13th February 2010 03:16 AM
kernel-2.6.32.2-15.fc13.x86_64 and akmod-nvidia-190.53-1.fc13.x86_64 chepioq Fedora 13 Development Branch 12 9th January 2010 04:45 PM


Current GMT-time: 22:15 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat