Summary: | =sys-apps/sysvinit-2.93: /sbin/reboot doesn't cleanly unmount /dev/sdX anymore | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | tt_1 <herrtimson> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge --info |
Description
tt_1
2019-03-27 11:57:12 UTC
Can you please check if this happens with /sbin/reboot from sys-apps/sysvinit-2.94 as well? I'm not sure if I want that. The problem is, that the forced fsck can fail under certain circumstances. This ends up in mounting /dev/sdX as read-only, from there it can't start start anything that needs rw access to /, and other processes depending on it fail to write on / when rebooting. No idea how to get out of this deadlock, but by restoring a backup. Created attachment 570926 [details]
emerge --info
(In reply to tt_1 from comment #2) > I'm not sure if I want that. The problem is, that the forced fsck can fail > under certain circumstances. This ends up in mounting /dev/sdX as read-only, > from there it can't start start anything that needs rw access to /, and > other processes depending on it fail to write on / when rebooting. No idea > how to get out of this deadlock, but by restoring a backup. Well, that's unfortunate since you seem to be the only one suffering from this issue. I suppose you tried to remount the / partition read-write without success? mount -o remount,rw / I'm going to tackle this in the next days. openrc-0.41 has gone stable, there were a few bugs I deem suspicious of causing this. Also I had rc_parallel=YES, and it might be that the fsck cmd was interrupted by other things running in parallel mode. Also going to make myself a postit with the info on how to remount a read-only partition. This might have been the foreshadow of the hd's mechanical fail, which occured today. Will confirm within a week or so. I can't reproduce the behavior anymore, the issue might have been solved by the upgrade to openrc-0.41.2, it might have been caused by parallel booting turned on, or it might have happened because of the slowly failing harddisk. |