You are not logged in.

#1 2008-03-04 05:34:40

RDDO
Member
From: Brazil
Registered: 2008-02-21
Posts: 23

PLZ HELP!! Strange issue after pacman -Syu

after running pacman -Syu and updating all, my system simply doesn't recognize any modules, and when I try to load them by  modprobe <modu name> I receive a  FATAL msg, even the hostname is set to (none) after reboot, I cant even get into   menuconfig   and now after some commands, the hdd starts reading (I don't know what) like crazy, and the system go all slow, I have no idea of what went wrong

Offline

#2 2008-03-04 06:06:57

tigrmesh
IRC Op
From: Florida, US
Registered: 2007-12-11
Posts: 794

Re: PLZ HELP!! Strange issue after pacman -Syu

Many configuration files have changed.

From the wiki, "During a package upgrade pacman may create a file with a .pacnew extension rather than overwrite the existing file in the filesystem".  Alternatively, pacman may replace the existing file & rename the file with a .pacsave extension.

Do a

ls -l /etc/*pac*

and merge your changes with the new versions.

Offline

#3 2008-03-04 06:27:13

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: PLZ HELP!! Strange issue after pacman -Syu

RDDO wrote:

after running pacman -Syu and updating all, my system simply doesn't recognize any modules, and when I try to load them by  modprobe <modu name> I receive a  FATAL msg, even the hostname is set to (none) after reboot, I cant even get into   menuconfig   and now after some commands, the hdd starts reading (I don't know what) like crazy, and the system go all slow, I have no idea of what went wrong

menuconfig?  are you using a custom compiled kernel?  perhaps this is the source of your problems?

Offline

#4 2008-03-04 06:28:37

RDDO
Member
From: Brazil
Registered: 2008-02-21
Posts: 23

Re: PLZ HELP!! Strange issue after pacman -Syu

"merge your changes with the new versions"

how exactly do I make that?? should I just rename the .pacsave  (IE: rc.conf.pacsave to rc.conf) or need some merge command?? thx for posting, I haven't even noticed the creation of .pacsaves, well I'm still trying to find where you saw this "During a package upgrade..."

Offline

#5 2008-03-04 06:32:45

RDDO
Member
From: Brazil
Registered: 2008-02-21
Posts: 23

Re: PLZ HELP!! Strange issue after pacman -Syu

fwojciec wrote:

menuconfig?  are you using a custom compiled kernel?  perhaps this is the source of your problems?

No, I installed using CORE.iso (provided by Get Arch link) but I tried make menuconfig before, to see if my wireless card had a module needed in the kernel config, I guess the source of problems are those .pacsave files

Offline

#6 2008-03-04 06:37:30

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: PLZ HELP!! Strange issue after pacman -Syu

RDDO wrote:

guess the source of problems are those .pacsave files

I very much doubt it -- it is possible that they would make an application run incorrectly or not run, but they wouldn't destabilize the system like what you're describing.

Offline

#7 2008-03-04 07:20:51

RDDO
Member
From: Brazil
Registered: 2008-02-21
Posts: 23

Re: PLZ HELP!! Strange issue after pacman -Syu

most strange, is that lots of files are read-only file system now, I can't change rc.conf neither rc.conf.pacsave
and by looking at pacman.log I saw that the kernel was upgraded   Kernel26 (2.6.24.1-2 -> 2.6.24.3-1)   I can't even manage to copy the output now, the situation is so chaotic...

Last edited by RDDO (2008-03-04 07:48:59)

Offline

#8 2008-03-04 14:09:27

fwojciec
Member
Registered: 2007-05-20
Posts: 1,411

Re: PLZ HELP!! Strange issue after pacman -Syu

Are you sure there are no problems with your partitions/hd?  If that were the case it is likely that root would be mounted as read only for to avoid data corruption and to enable you to try and fix the issue with fsck -- you would be getting a big fat warning on boot if that were the case, though.

Offline

#9 2008-03-04 16:20:38

tigrmesh
IRC Op
From: Florida, US
Registered: 2007-12-11
Posts: 794

Re: PLZ HELP!! Strange issue after pacman -Syu

Here's the / line from my /etc/mtab.  What's in yours?

/dev/sda8 / ext3 rw 0 0

Offline

Board footer

Powered by FluxBB