Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14122 - /etc/init.d/checkfs: incorrect device file
Summary: /etc/init.d/checkfs: incorrect device file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-17 17:58 UTC by Bardur Arantsson
Modified: 2003-01-20 05:43 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bardur Arantsson 2003-01-17 17:58:58 UTC
Hi there, 
 
(Sorry if this bug has been reported before. I tried searching a bit, but find any bugs for this 
exact issue). 
 
In /etc/init.d/checkfs, an incorrect device name is given to the raidstart command. 
 
The line that reads 
 
	/sbin/raidstart /dev/${x} 
 
should read: 
 
	/sbin/raidstart ${x} 
 
(or perhaps should use a bit of bash magic to prepend /dev/ *unless already present*). 
 
This causes problems (at least) when some md devices are started from the kernel command 
line (e.g. when using an md device as the root device) and some devices are not (e.g. /home).
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-17 22:59:59 UTC
It has.  What version of baselayout ?  I redid raid totally in 1.8.6.2 if you
just want to test the checkfs script from there with your current setup .. testing
would be appreciated.
Comment 2 Bardur Arantsson 2003-01-20 05:43:23 UTC
I have tried the checkfs script from baselayout-1.8.6.2 and it seems to work fine. 
Thanks.