You are not logged in.

#1 2011-05-29 02:55:02

spo11
Member
From: breaking your strands
Registered: 2011-02-23
Posts: 30
Website

Modules failing to load, no daemons in rc.conf loading, pacman errors

I updated my system today, and after rebooting, I found that none of the modules were auto-loading, and none of the daemons I specified in my rc.conf are starting. Even starting them manually leads to failure. My rc.conf hasn't changed prior to system update. I can't see anything in the pacman log that indicates a major error that would render my system virtually unusable.

I figured that the problem might be related to the fact that the /var partition was not mounting. So I tried mounting it manually using the "mount /dev/sda2" command, and the output was "reiserfs filesystem type unknown". This also occurs when I use "mount -t reiserfs /dev/sda2".

It definitely was mounting fine before, so I'm not sure why this is happening.

I might mention also that pacman segfaults when I try running it, so my entire system at this point is unusable. I'm not sure what to do and I'm reluctant to re-install as I just

This has happened before and has lead to my having to reinstall, but I can't figure out a solution.

Offline

#2 2011-06-09 01:18:03

spo11
Member
From: breaking your strands
Registered: 2011-02-23
Posts: 30
Website

Re: Modules failing to load, no daemons in rc.conf loading, pacman errors

I realize it's more than a week since I posted this, but I thought I'd update so that someone who runs into the same problem will have something to be aided by.

I isolated the problem as being related to my /var partition not being mounted. Somehow, during the system update, the updated modules were not being extracted (they were still in .gz format in /lib/; the OS looks for *.ko files, so that was the problem), so I extracted the module for ext3 (fs type of my /var partition), then loaded the ext3 module and manually mounted /var.

Then I re-installed the kernel manually using the pkg.tar.xz in /var/cache/pacman/pkg/ because the kernel libs were also not extracted (which had lead to X not starting, etc).

I am not still entirely sure why the kernel did not upgrade correctly/fully, as the pacman logs didn't indicate that there were any problems. Hope this helps someone.

Offline

#3 2011-06-09 02:26:34

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: Modules failing to load, no daemons in rc.conf loading, pacman errors

Kernel modules are intentionally gzip'd. modprobe in Arch has supported this for a few months now.

Offline

#4 2011-06-10 18:26:03

havok
Member
Registered: 2007-12-07
Posts: 14

Re: Modules failing to load, no daemons in rc.conf loading, pacman errors

whops, reply instead of post.

Last edited by havok (2011-06-10 18:26:48)

Offline

Board footer

Powered by FluxBB