Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 437224 - /run does not exist on installcd root, breaking openrc boot (install-amd64-minimal-20120917.iso)
Summary: /run does not exist on installcd root, breaking openrc boot (install-amd64-mi...
Status: RESOLVED DUPLICATE of bug 421839
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: InstallCD (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-04 19:15 UTC by Dan Johnson
Modified: 2012-10-09 18:15 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 Dan Johnson 2012-10-04 19:15:16 UTC
When booting, the livecd fails to start many services (including network) due to /var/run being a symlink to /run, but /run not existing as a directory on the livecd image.

The first thing that fails is mkdir /var/run (file exists), but many other services fail to start.

As a workaround, after I get a shell on the livecd (which does work for me), I can run:
mkdir /var
rc default

And everything comes up fine. Having to type this every time is, of course, somewhat inconvenient.

Let me know if I can provide any more details to help diagnose this issue, although it appears straightforward from my perspective.
Comment 1 Ben Kohler gentoo-dev 2012-10-09 18:09:07 UTC
https://bugs.gentoo.org/show_bug.cgi?id=421839
Comment 2 Dan Johnson 2012-10-09 18:15:28 UTC
Thanks

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