Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84217 - LTSP 4.1r2 install doesn't create all necessary directories
Summary: LTSP 4.1r2 install doesn't create all necessary directories
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-05 12:20 UTC by Andrew MacKenzie
Modified: 2005-04-22 15:12 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 Andrew MacKenzie 2005-03-05 12:20:27 UTC
/opt/ltsp-4.1/i386 is created, but missing the following mount points:
oldroot proc home dev

Also missing are the following symlinks:
mnt -> /tmp/mnt 
var -> /tmp/var 


Reproducible: Always
Steps to Reproduce:
1. Install ltsp via 'emerge ltsp'
2. Configure everything to boot a client.
3. Boot a client

Actual Results:  
Lots of issues.  First off is an issues doing 'pivot_root' due to missing
'oldroot'.  Other issues are caused for each missing dir.


The following fixed the issue:
cd /opt/ltsp-4.1/i386
mkdir oldroot proc home dev
ln -s /tmp/mnt mnt
ln -s /tmp/var var
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2005-03-06 03:43:18 UTC
they are installed here, try to remove ltsp and reinstall it
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2005-03-10 05:54:55 UTC
they are installed here, try to remove ltsp and reinstall it
Comment 3 Konstantin Münning 2005-04-22 15:12:32 UTC
There seems to have been some other directory error as well - some files were installed into /tftboot instead of /tftpboot. Seems to be fixed now.