Sorry to change my mind, the problem stays. We still had the "ls 
${TARGET}" in the initscript, without it the problem is still there. I 
will try the busybox mount next and provide the results.

Am 25.02.2013 14:15, schrieb Eibo Thieme:

> After changing the lines moving /proc and /sys to just unmounting and
> mounting again at the new mount point the problem is gone:
>
> # Move virtual filesystems over to the real filesystem
> #/bin/mount --move /sys ${TARGET}/sys
> #/bin/mount --move /proc ${TARGET}/proc
> umount /proc
> /bin/mount -t proc -o nodev,noexec,nosuid none ${TARGET}/proc
> umount /sys
> /bin/mount -t sysfs -o nodev,noexec,nosuid none ${TARGET}/sys

Eibo Thieme

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb

Reply via email to