Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED]System barely boots anymore
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
olger901
l33t
l33t


Joined: 17 Mar 2005
Posts: 625

PostPosted: Sun Jan 22, 2006 11:00 am    Post subject: [SOLVED]System barely boots anymore Reply with quote

Hello all,

I am running gentoo stable.
Today I did my monthly gentoo update with emerge --sync, emerge the updated packages update the config files and reboot. However something went terribly wrong. X isn't booting anymore and my system barely works, I can login, use nano and thats about it. For some reason I can't find any boot logs recorded either. My system is also started as read-only, re-mounting the system does not work. Can anybody tell me howto fix it please?

EDIT:

Some other things: Kernel 2.6.14-r4 (I did emerge 2.6.15-r1 but did not install it yet)


Last edited by olger901 on Sun Jan 22, 2006 12:08 pm; edited 1 time in total
Back to top
View user's profile Send private message
polle
Veteran
Veteran


Joined: 28 Feb 2003
Posts: 1498
Location: Belgium

PostPosted: Sun Jan 22, 2006 11:18 am    Post subject: Reply with quote

I saw that recently an upgrade of baselayout was available.
When you did this and made amistake in etc-update this maybe it
( it wanted to remove stufffrom /etc/init.d)
maybe you could try to remerge baselayout (or firste emerge again the older version) and try again
Back to top
View user's profile Send private message
olger901
l33t
l33t


Joined: 17 Mar 2005
Posts: 625

PostPosted: Sun Jan 22, 2006 11:26 am    Post subject: Reply with quote

Ok, I got the base back up and running (booted from the live-cd, emerged old baselayout, updated config files with etc-update, emere new baselayout, updated again with etc-update) however xorg and alsa still aren't working :(

Probaly due to corrupted configuration files :(
alsa tells me: /usr/sbin/alsactl: load_state:1250: Cannot find soundcard '0'...

xorg gives me: Mouse1: cannot open input device
PreInit failed for input device "Mouse1"
No core pointer

Fatal server error:
failed to initialize core devices

could anybody tell me where to find these config files so I can fix them?
Back to top
View user's profile Send private message
polle
Veteran
Veteran


Joined: 28 Feb 2003
Posts: 1498
Location: Belgium

PostPosted: Sun Jan 22, 2006 11:49 am    Post subject: Reply with quote

in your /etc/X11/xorg.conf


Option "Device" "/dev/input/mouse1"

change it in




Option "Device" "/dev/input/mice"
Back to top
View user's profile Send private message
olger901
l33t
l33t


Joined: 17 Mar 2005
Posts: 625

PostPosted: Sun Jan 22, 2006 11:53 am    Post subject: Reply with quote

polle wrote:
in your /etc/X11/xorg.conf


Option "Device" "/dev/input/mouse1"

change it in




Option "Device" "/dev/input/mice"


It's already set to /dev/input/mice
Back to top
View user's profile Send private message
olger901
l33t
l33t


Joined: 17 Mar 2005
Posts: 625

PostPosted: Sun Jan 22, 2006 11:55 am    Post subject: Reply with quote

Ok, after some debugging I found another error:

ALSA lib seq_hw.c:455:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
can't open sequencer
Back to top
View user's profile Send private message
polle
Veteran
Veteran


Joined: 28 Feb 2003
Posts: 1498
Location: Belgium

PostPosted: Sun Jan 22, 2006 11:58 am    Post subject: Reply with quote

that's for your sound, first your xorg
min use mouse0


Code:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"


and yours?
Back to top
View user's profile Send private message
olger901
l33t
l33t


Joined: 17 Mar 2005
Posts: 625

PostPosted: Sun Jan 22, 2006 12:04 pm    Post subject: Reply with quote

Thanks for your help polle, though reverting back to udev-070-r1 seems to have solved the problem.
Seems to be a problem with udev-079 which got released a few day ago.

EDIT: Trying udev-0.79-r1 right now... I ll let you know the results in a few min
Back to top
View user's profile Send private message
polle
Veteran
Veteran


Joined: 28 Feb 2003
Posts: 1498
Location: Belgium

PostPosted: Sun Jan 22, 2006 12:06 pm    Post subject: Reply with quote

Can be, but I also upgraded udev a few days ago and no problems here
Back to top
View user's profile Send private message
olger901
l33t
l33t


Joined: 17 Mar 2005
Posts: 625

PostPosted: Sun Jan 22, 2006 12:08 pm    Post subject: Reply with quote

Well, just re-emerge udev-079-r1 and it seems to be working now :S
Problem solved, thanks for your help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum