Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 178084 - baselayout-2.0.0_alpha2: fstabinfo always prints usage
Summary: baselayout-2.0.0_alpha2: fstabinfo always prints usage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-11 18:01 UTC by Robert Buchholz (RETIRED)
Modified: 2007-05-20 12:29 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 Robert Buchholz (RETIRED) gentoo-dev 2007-05-11 18:01:13 UTC
After upgrading to sys-apps/baselayout-2.0.0_alpha2 on ppc, it would not start anymore because it could not mount /proc and halted.
The reason for this is that fstabinfo always prints its usage and exits with code 1.

"fstabinfo -m /" prints:
-o noatime -t ext3 /dev/hda4 /
Usage: fstabinfo [options]
...

"fstabinfo -p /" does the same. When the command is invalid (as "-m 0"), this does not happen (no output is produced).
Comment 1 Roy Marples (RETIRED) gentoo-dev 2007-05-14 15:16:50 UTC
Fixed in alpha3
Comment 2 Robert Buchholz (RETIRED) gentoo-dev 2007-05-20 12:29:49 UTC
Works, thanks a lot.