Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerged alsa 9rc7, still can't boot
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
thadk
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2002
Posts: 123

PostPosted: Wed Feb 05, 2003 2:43 am    Post subject: emerged alsa 9rc7, still can't boot Reply with quote

Maybe they're not related, it could potentially be a number of other smaller emerges I made...

Code:

ds: no socket drivers loaded:
kjournald starting. commit interval 5 seconds.
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted Root (Ext3 file system) read-only
mounted devfs...
Freeing...
INIT: version 2.84 booting
/sbin/rc: line 275: /var/state/init.d/softlevel:read-only file system
install: cannot create directory /var/state/init.d/failed
ln: creating sym link '/var/state/softscripts.new/alsasound' ... failed
...
(goes through about 15 more of these, then clears a few lines and goes through the most of it again ending each half with: )
Signal 11 caught by ps (procps version 3.1.5)
cat /proc/mounts: no such file or directory
(then at the end after several minutes)
INIT: ID "c2" respawing too fast: disabled for 5 minutes
(more similiar with c3, c4, c5, c6, c1)
INIT: no more processes left in this runlevel
_


Sorry about all the '...'ing but I had to transcribe it all--no fun. I have the root fs mounted with the livecd now, if anyone has any ideas.

edit: I just noticed that I'd compiled ext3 support as a module accidentally...going to try and recompile with that in the kernel. It's funny how these things just keep popping out from nowhere on me after reboots....ok recompiled it's still doing it, double checking fstab.


Last edited by thadk on Wed Feb 05, 2003 8:54 pm; edited 5 times in total
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Wed Feb 05, 2003 3:45 am    Post subject: Reply with quote

looks like it's also mounting root as readonly.. so check your fstab ?
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
thadk
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2002
Posts: 123

PostPosted: Wed Feb 05, 2003 3:58 am    Post subject: Reply with quote

nope the only option is noatime, fs type is ext3 (which is right) and the (dump/pass) stuff is "0 0".
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Wed Feb 05, 2003 4:15 am    Post subject: Reply with quote

so you compiled ext3 support directly into your kernel, yeah ?

then you mounted /boot

and overwrote the old bzImage with the new one ?

if so.. have you tried taking alsa OUT of the boot runlevel, and see if that makes a difference ?
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
thadk
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2002
Posts: 123

PostPosted: Wed Feb 05, 2003 4:21 am    Post subject: Reply with quote

yep, it's definitly using the ext3 as ext3 instead of ext2 as it's been for quite a while now (I couldn't figure out why, didn't bother to look into it...)

Hmm, no luck there--I just deleted the file from the boot runlevel for alsasound...
Back to top
View user's profile Send private message
thadk
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2002
Posts: 123

PostPosted: Wed Feb 05, 2003 2:17 pm    Post subject: Reply with quote

Still trying to figure this out if anyone has any ideas why an ext3 filesystem would mount as read only like this other than a ro setting in the fstab.
Back to top
View user's profile Send private message
thadk
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2002
Posts: 123

PostPosted: Wed Feb 05, 2003 2:23 pm    Post subject: Reply with quote

I can get into mantenance mode after it does all that and I press ctrl-alt-del and type root pw. Not sure what I can do from there yet...

everything is still read only...

I went back on to the livecd and changed my fstab line to have noatime,rw as it suggested in a slightly related thread, it didn;t have any effect.

The only other emerge I'd done since the past reboot was unmerge the emu10k1 drivers which weren't used by my sound card.
Back to top
View user's profile Send private message
jean-michel
Tux's lil' helper
Tux's lil' helper


Joined: 30 May 2002
Posts: 142
Location: Somewhere East of the Atlantic

PostPosted: Wed Feb 05, 2003 8:10 pm    Post subject: check your boottime kernel options Reply with quote

What does your /boot/grub/grub.conf file look like?

Maybe you are using the "ro" option (lilo had that as well). That bit me one time when I was using XFS, the solution was simply to get rid of the "ro"

e.g.
Code:
kernel (hd0,0)/bzImage root=/dev/hda5 ro


becomes

Code:
kernel (hd0,0)/bzImage root=/dev/hda5


good luck
_________________
The Struggle for the Future of Human Evolution Begins: Autonomy the SciFi Series!
Back to top
View user's profile Send private message
thadk
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2002
Posts: 123

PostPosted: Wed Feb 05, 2003 8:18 pm    Post subject: Reply with quote

hum, nope...I also tried booting with a -w option and it didn't have any effect. thanks for the suggestion though...
Back to top
View user's profile Send private message
thadk
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2002
Posts: 123

PostPosted: Wed Feb 05, 2003 8:42 pm    Post subject: Reply with quote

ok if I boot with an extra rw, (just like above except replace ro with rw in the grub boot parameters) then I get something like a normal boot but it doesn't look like proc or any of the other filesystems are mounting to me...eth0 fails, metalog fails(no /proc), a lot of symlinks are failing between [ok]s and [!!]s and it still signal 11s at the end.
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Wed Feb 05, 2003 9:42 pm    Post subject: Reply with quote

sounds like something's broken BAAAAAD :)
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
thadk
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2002
Posts: 123

PostPosted: Wed Feb 05, 2003 10:03 pm    Post subject: Reply with quote

arg, yeah, :? ... lets see...any config files that I might try wiping? what should /var/state/init.d have in it? I'd really rather not wipe this, it took me a full month of work to get it just how I liked it
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Wed Feb 05, 2003 10:15 pm    Post subject: Reply with quote

wish I could help you there... :(
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
thadk
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2002
Posts: 123

PostPosted: Wed Feb 05, 2003 10:15 pm    Post subject: Reply with quote

Hmmm, I wonder if this is what it is!


there are ._cfg* for all my init.d stuff which I'd noticed was created after a recent emerge...is there an easy way to cycle the ones I have now with those ,updating things?
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Wed Feb 05, 2003 10:27 pm    Post subject: Reply with quote

dunno.. u could always backup and try :)
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
thadk
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2002
Posts: 123

PostPosted: Wed Feb 05, 2003 10:49 pm    Post subject: Reply with quote

WOoO Woo!! :wink: It's back except that sshd, samba, eth0 and cupsd arn't starting at boot properly for some reason but I can start them with init.d just fine...if any one knows how to fix this plz tell :)
Back to top
View user's profile Send private message
taskara
Advocate
Advocate


Joined: 10 Apr 2002
Posts: 3763
Location: Australia

PostPosted: Wed Feb 05, 2003 10:53 pm    Post subject: Reply with quote

is eth0 trying to start before the others, if not then that can be one cause as to why the others failed.

also they shouldn't be starting at boot runlevel, but at default - I assume by "boot" you just mean when linux is starting ;)

well done on the fix :)
_________________
Kororaa install method - have Gentoo up and running quickly and easily, fully automated with an installer!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia 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