Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37795 - Installation of system with Reiserfs doesn't create necessary softlinks for fsck.reisesr
Summary: Installation of system with Reiserfs doesn't create necessary softlinks for f...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-10 06:53 UTC by Jeff Breitner
Modified: 2004-01-13 20:30 UTC (History)
0 users

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


Attachments
As requested, CONTENTS file from emerge of reiserfs programs (reiserfsprogs-3.6.11.CONTENTS,1.43 KB, text/plain)
2004-01-10 14:06 UTC, Jeff Breitner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Breitner 2004-01-10 06:53:17 UTC
When installing base system with Reiser and the ReiserFS tools, boot init calls fsck.ReiserFS from /sbin.  What actually exists in /sbin for Reiser to check the filesystem before mounting RW is reiserfsck, with soft links to fsck.reiserfs.  However, what's called is fsck.ReiserFS, which of course isn't the same.



Reproducible: Always
Steps to Reproduce:
1.Installation with default Reiserfs
2.
3.
Actual Results:  
System reports unable to call "fsck.ReiserFS" during boot, skips Reiser 
journal replays.   

Expected Results:  
Should have run a journal check on an unmounted file system before continuing 
into init level 3.  Solution is to create softlink fsck.ReiserFS or change 
that in the boot scripts.
Comment 1 SpanKY gentoo-dev 2004-01-10 13:55:06 UTC
could you emerge the reiserfs tools and provide the CONTENTS file so we can see where it installed files to ?
Comment 2 Jeff Breitner 2004-01-10 14:06:20 UTC
Created attachment 23568 [details]
As requested, CONTENTS file from emerge of reiserfs programs


Attached is requested information from vapier concerning emerge of
reiserfsprogs.	This emerge was initiated and successful on Jan 3, bug wasn't
noticed until yesterday.
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2004-01-12 15:26:16 UTC
/sbin/fsck.reiserfs from reiserfsprogs
/usr/sbin/fsck.reiserfs from progsreiserfs

-> Bug 33012 maybe?
Comment 4 Jeff Breitner 2004-01-13 17:25:56 UTC
Bug was local as a result of bad entries in fstab, not inherrent in gentoo installation.

User had followed examples where reiserfs was "ReiserFS" for fstab entries.   After searching this evening I discovered this, was able to replicate the bug locally and issue a fix.

Problem may be considered a minor documentation issue, but not likely.

Comment 5 SpanKY gentoo-dev 2004-01-13 20:30:56 UTC
i looked through the x86 install doc and all references to reiserfs are correct ... that is, when used in normal paragraphs, it is 'ReiserFS', and when used in code examples, it is 'reiserfs' ...