[lxc-devel] [ lxc-Bugs-3165633 ] busybox template doesn't start properly
SourceForge.net
noreply at sourceforge.net
Wed Jan 26 01:48:15 UTC 2011
Bugs item #3165633, was opened at 2011-01-26 12:48
Message generated for change (Tracker Item Submitted) made by net147
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=826303&aid=3165633&group_id=163076
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jonathan Liu (net147)
Assigned to: Nobody/Anonymous (nobody)
Summary: busybox template doesn't start properly
Initial Comment:
OS: Arch Linux 32-bit
/etc/init.d/rcS do not use full path to syslogd, mount and udhcpc executables.
As busybox requires /proc mounted if CONFIG_BUSYBOX_EXEC_PATH="/proc/self/exe" to run these commands without full path, the full path should be used in the startup script as /proc is mounted later in the script.
It also fails to start the machine if /lib64 does not exist on the host system as there is a mount entry for /lib64 in the config.
The attached patch changes commands in /etc/init.d/rcS to use full path and adds a check for /lib64 on host before adding lib64 mount entries to config.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=826303&aid=3165633&group_id=163076
More information about the lxc-devel
mailing list