Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29043 - baselayout-1.8.6.10-r1 expects /home to be writable, does not check for NFS mount
Summary: baselayout-1.8.6.10-r1 expects /home to be writable, does not check for NFS m...
Status: RESOLVED DUPLICATE of bug 9849
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-18 02:07 UTC by Jon Kent
Modified: 2005-07-17 13:06 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 Jon Kent 2003-09-18 02:07:32 UTC
When baselayout-1.8.6.10-r1 is merged is the following error is seen if /home is
a NFS mount point:

copy /var/tmp/portage/baselayout-1.8.6.10-r1/image/home/.keep -> /home/.keep failed.

On my machine /home is a NFS mount point therefore this copy will fail.  As
/home is generally a NFS mount it would be sensible to verify /home before
attempting to mount.

Please note that portage reports that that baselayout is successfully installed.

Reproducible: Always
Steps to Reproduce:
1. Ensure /home is NFS mounted
2. emerge baselayout-1.8.6.10-r1
3. error message will be seen when package is installed

Actual Results:  
The following error message will be seen:
copy /var/tmp/portage/baselayout-1.8.6.10-r1/image/home/.keep -> /home/.keep failed.


Expected Results:  
Check status of /home to ensure it is writtable/not a NFS mount point
Comment 1 SpanKY gentoo-dev 2003-09-18 05:09:06 UTC

*** This bug has been marked as a duplicate of 9849 ***