You are not logged in.

#1 2012-01-24 13:04:25

cos2mih
Member
Registered: 2012-01-24
Posts: 4

fsck issues after udev-178-1 and/or filesystem-2011.12- package update

Hi,

After the udev-178-1 and/or filesystem-2011.12- package(s) update I have the following issue:
The partition under /usr cannot be checked at the boot time anymore (because is already mounted) and the boot process displays the manual maintenance message but here you cannot fsck becuase few processess are using libraries from /usr/lib.  Booting with init=/bin/sh and manually perform a fsck on this partition works but at the next boot the same issue occurs again.

additional info: I am using a custom kernel that has the devtmpfs option.

Please find below the booting process log after I've changed the /etc/rc.sysinit to declare fsckret=0 always.

Tue Jan 24 13:25:51 2012: :: Starting UDev Daemon    [BUSY]    [DONE]
Tue Jan 24 13:25:51 2012: :: Triggering UDev uevents    [BUSY]    [DONE]
Tue Jan 24 13:25:51 2012: :: Waiting for UDev uevents to be processed    [BUSY]    [DONE]
Tue Jan 24 13:25:51 2012: :: Bringing up loopback interface    [BUSY]    [DONE]
Tue Jan 24 13:25:51 2012: :: Activating LVM2 groups    [BUSY]    [DONE]
Tue Jan 24 13:25:51 2012: :: Unlocking encrypted volumes:    [BUSY] ^[[uhome..
Tue Jan 24 13:25:51 2012: Opening 'home' volume:
Tue Jan 24 13:25:51 2012: ^[[uok    [DONE]
Tue Jan 24 13:25:51 2012: :: Activating LVM2 groups    [BUSY]    [DONE]
Tue Jan 24 13:25:51 2012: :: Checking Filesystems    [BUSY] /dev/sda6: clean, 42550/652800 files, 1678053/2606538 blocks
Tue Jan 24 13:25:51 2012: /dev/sda5: clean, 43/50200 files, 75514/200780 blocks
Tue Jan 24 13:25:51 2012: /dev/mapper/work-usr is mounted.  e2fsck: Cannot continue, aborting.
Tue Jan 24 13:25:51 2012:
Tue Jan 24 13:25:51 2012:
Tue Jan 24 13:25:51 2012: /dev/mapper/work-var: clean, 55927/655360 files, 960288/2621440 blocks
Tue Jan 24 13:25:51 2012: /home: clean, 82956/1998848 files, 6890338/7995136 blocks
Tue Jan 24 13:25:51 2012:    [DONE]
Tue Jan 24 13:25:51 2012: :: Remounting Root    [BUSY]    [DONE]
Tue Jan 24 13:25:51 2012: :: Mounting Local Filesystems    [BUSY]    [DONE]
Tue Jan 24 13:25:51 2012: :: Activating Swap    [BUSY]    [DONE]
Tue Jan 24 13:25:51 2012: :: Configuring Time Zone    [BUSY]    [DONE]
Tue Jan 24 13:25:51 2012: :: Initializing Random Seed    [BUSY]    [DONE]
Tue Jan 24 13:25:51 2012: :: Removing Leftover Files    [BUSY]    [DONE]
Tue Jan 24 13:25:51 2012: :: Setting Hostname: archlinux    [BUSY]    [DONE]
Tue Jan 24 13:25:51 2012: :: Setting Consoles to UTF-8 mode    [BUSY]    [DONE]
Tue Jan 24 13:25:52 2012: :: Loading Keyboard Map: us    [BUSY]    [DONE]
Tue Jan 24 13:25:52 2012: :: Saving dmesg Log    [BUSY]    [DONE]
Tue Jan 24 13:25:52 2012: INIT: Entering runlevel: 3
Tue Jan 24 13:25:52 2012: :: Starting RSyslogd    [BUSY]    [DONE]
Tue Jan 24 13:25:52 2012: :: Starting D-BUS system messagebus    [BUSY]    [DONE]
Tue Jan 24 13:25:53 2012:  > No profile started.
Tue Jan 24 13:25:53 2012: :: Starting NetworkManager    [BUSY]    [DONE]
Tue Jan 24 13:25:54 2012: :: Starting alsa    [BKGD]
Tue Jan 24 13:25:54 2012: :: Starting crond    [BKGD]
Tue Jan 24 13:25:54 2012: :: Starting cupsd daemon    [BUSY] Found hardware: "HDA-Intel" "Intel Cantiga HDMI" "HDA:111d76b2,1028024d,00100302 HDA:80862802,80860101,001000
Tue Jan 24 13:25:54 2012: Hardware is initialized using a generic method
Tue Jan 24 13:25:56 2012:    [DONE]
Tue Jan 24 13:25:56 2012: :: Starting gpm    [BKGD]
Tue Jan 24 13:25:56 2012: :: Setting cpufreq governing rules    [BUSY] ^[[u, cpu^[[u 0^[[u 1^[[
Tue Jan 24 13:25:56 2012: :: Starting nscd    [BKGD]
Tue Jan 24 13:25:56 2012: :: Starting OpenNTPD    [BUSY]    [DONE]
Tue Jan 24 13:25:56 2012: :: Starting GDM    [BUSY]    [DONE]

Offline

#2 2012-01-24 13:07:05

cos2mih
Member
Registered: 2012-01-24
Posts: 4

Re: fsck issues after udev-178-1 and/or filesystem-2011.12- package update

additional info:

# cat /etc/cryptab

home /dev/work/lvmhome ASK

#cat /etc/fstab

devpts                 /dev/pts      devpts    defaults            0      0
shm                    /dev/shm      tmpfs     nodev,nosuid        0      0
/dev/sda5        /boot        ext2    defaults                0      1
/dev/sda6        /           ext3    defaults,noatime        0      1
/dev/mapper/work-usr    /usr        ext3    rw,noatime              0      2
/dev/mapper/work-var    /var        ext3    rw,noatime              0      2
/dev/mapper/home    /home       ext4    rw,noatime,data=writeback,nobarrier,nouser_xattr,commit=600 0 2

Offline

#3 2012-01-24 14:10:26

cos2mih
Member
Registered: 2012-01-24
Posts: 4

Re: fsck issues after udev-178-1 and/or filesystem-2011.12- package update

The same symptoms are seen also with the archlinux's official 3.2.1 kernel.

Offline

#4 2012-01-24 14:26:58

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

Re: fsck issues after udev-178-1 and/or filesystem-2011.12- package update

/dev/mapper/work-usr    /usr        ext3    rw,noatime              0      2

Apparently you missed the memo:

http://mailman.archlinux.org/pipermail/ … 24124.html
https://wiki.archlinux.org/index.php/Mk … _partition

Offline

#5 2012-01-24 15:15:47

cos2mih
Member
Registered: 2012-01-24
Posts: 4

Re: fsck issues after udev-178-1 and/or filesystem-2011.12- package update

thx for pointing me to the official docs and to the mailing list announcement. this solved my issue.
it seems that only following the news from homepage is not enough sometimes.

Offline

#6 2012-01-27 00:43:58

leberyo
Member
Registered: 2009-12-30
Posts: 123

Re: fsck issues after udev-178-1 and/or filesystem-2011.12- package update

I did:
BINARIES="/sbin/fsck.jfs /sbin/fsck"

and added "shutdown" to "Hooks" in /etc/mkinitcpio.conf and I still get the e2fcks error on boot for sda9. 

Any help appreciated.

Offline

#7 2012-01-27 01:24:18

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

Re: fsck issues after udev-178-1 and/or filesystem-2011.12- package update

You have to actually recreate your initramfs after changing mkinitcpio.conf

Offline

Board footer

Powered by FluxBB