Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254324 - dev-util/rootstrap-0.3.24 mount error
Summary: dev-util/rootstrap-0.3.24 mount error
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-09 15:48 UTC by Jan Paesmans
Modified: 2012-02-09 12:06 UTC (History)
1 user (show)

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 Jan Paesmans 2009-01-09 15:48:32 UTC
The python script builder that is run as the init of the user mode linux contains some errors:
os.system("mount -t hostfs hostfs ....
For some reason this must be
os.system("mount -t hostfs none ...
This seems to work.

Also the ebuild should create the directory /etc/rootstrap/workdir because this directory is used to mount the directory where the uml is started or as defined in the config file

Reproducible: Always

Steps to Reproduce:
1. create uml image
2. verify that uml image works with a debian rootfs image for uml
3. rootstrap root.img
Comment 1 Jan Paesmans 2009-01-09 16:02:22 UTC
Also, got a DeprecationWarning: raising a string exception is deprecated in /usr/lib/rootstrap/builder: 73
Comment 2 Thilo Bangert (RETIRED) (RETIRED) gentoo-dev 2009-02-08 15:51:35 UTC
this is not a version bump request, but a regular bug report.
version bumps are requests to include a newer version (as released by upstream) in portage.

as this package is unmaintained in gentoo, the problem is best reported to upstream (in this case the debian bug database). if and when debian fixes this bug in a newer version, a version bump request can be filed.
thanks for your contribution.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2010-03-30 00:15:54 UTC
Debian had a -5 patch which I applied in 0.3.24_p5. Does this fix your issue?
Comment 4 Pacho Ramos gentoo-dev 2012-02-09 12:06:00 UTC
(In reply to comment #3)
> Debian had a -5 patch which I applied in 0.3.24_p5. Does this fix your issue?