You are not logged in.
Pages: 1
System freezes when I reboot at unmounting non API filesystems.
/etc/mtab:
rootfs / rootfs rw 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
/sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
/dev /dev devtmpfs rw,nosuid,relatime,size=2021408k,nr_inodes=505352,mode=755 0 0
/run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
/dev/sda3 / xfs rw,relatime,attr2,delaylog,noquota 0 0
devpts /dev/pts devpts rw,relatime,mode=600,ptmxmode=000 0 0
shm /dev/shm tmpfs rw,nosuid,nodev,relatime 0 0
tmpfs /tmp tmpfs rw,nosuid,nodev,relatime 0 0
/dev/sda1 /boot ext2 rw,relatime,user_xattr,acl,barrier=1 0 0
/dev/sda4 /home xfs rw,relatime,attr2,delaylog,noquota 0 0
/dev/md126 /git xfs rw,relatime,attr2,delaylog,logbsize=64k,sunit=128,swidth=256,noquota 0 0
/proc/mdstat:
Personalities : [raid6] [raid5] [raid4]
md126 : active raid5 sdb[2] sdc[1] sdd[0]
1465144320 blocks super external:/md127/0 level 5, 64k chunk, algorithm 0 [3/3] [UUU]
md127 : inactive sdd[2](S) sdb[1](S) sdc[0](S)
6876 blocks super external:imsm
unused devices: <none>
From rc.conf:
DAEMONS=(syslog-ng network sshd git-daemon crond)
If I umount /git and then reboot, all goes well. If I leave it mounted, rc.shutdown freezes at umount_all(). Problem seems to exist on Redhat (https://bugzilla.redhat.com/show_bug.cgi?id=713224) and on Mandriva (https://qa.mandriva.com/show_bug.cgi?id=61857).
This might be the same issue as https://bbs.archlinux.org/viewtopic.php?pid=1067258 but I do not have dmraid installed.
Advice?
Offline
Check here
Offline
Next time, please use the code tags when posting logs, makes it easier to scroll. And welcome to Arch.
Offline
If I umount /git and then reboot, all goes well. If I leave it mounted, rc.shutdown freezes at umount_all(). Problem seems to exist on Redhat (https://bugzilla.redhat.com/show_bug.cgi?id=713224) and on Mandriva (https://qa.mandriva.com/show_bug.cgi?id=61857).
Thanks for the links. We still have not figured out these bugs.
Offline
Pages: 1