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

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel

Reply via email to