Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 223473 - fsck can't be interrupted with CTRL+C with parallel boot
Summary: fsck can't be interrupted with CTRL+C with parallel boot
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-24 18:42 UTC by Anders Aagaard
Modified: 2009-10-11 09:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Trap SIGINT as well (openrc-fsck.diff,512 bytes, patch)
2008-05-27 10:26 UTC, Roy Marples
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Aagaard 2008-05-24 18:42:49 UTC
In the past I could ctrl+c out of fsck's, using a new baselayout this is no longer possible.

I keep fsck on on my main volume, as filesystem developers still recommend it on ext3, but at the same time it's important for me to be able to skip it when I dont have time for it.

Reproducible: Always

Steps to Reproduce:
1. Emerge baselayout-2.0.0
2. Set rc_parallel="YES" set in /etc/rc.conf
3. Reboot

Actual Results:  
Ctrl+c during fsck results in baselayout breaking, and filesystem not being mounted rw.

Expected Results:  
Interrupting fsck and continuing to mount the volume.
Comment 1 Roy Marples 2008-05-27 10:26:54 UTC
Created attachment 154457 [details, diff]
Trap SIGINT as well

This should fix it.