Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 149897

Summary: sys-apps/baselayout-1.13_alpha1-r1 still hangs within vserver systems
Product: Gentoo Linux Reporter: Christian Heim (RETIRED) <phreak>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: vserver-devs+disabled
Priority: High    
Version: 2006.1   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 146401    
Attachments: Don't use FIFO's on vserver

Description Christian Heim (RETIRED) gentoo-dev 2006-10-02 14:13:44 UTC
current baselayout is still hanging within vserver environments, seems like its related to bug 146401.

# vserver vs-mirror restart
A timeout occured while waiting for the vserver to finish and it will
be killed by sending a SIGKILL signal. The following process list
might be useful for finding out the reason of this behavior:
 
----------------------------------------------------------------------
15243    15 vs-mirror     ?        Ss     0:00 init boot
15302    15 vs-mirror     ?        Ss     0:00  \_ init boot
15303    15 vs-mirror     ?        S      0:00      \_ /bin/bash /sbin/rc boot
15576    15 vs-mirror     ?        S      0:00          \_ /bin/bash /sbin/rc boot
15577    15 vs-mirror     ?        S      0:00              \_ /bin/bash /sbin/runscript.sh /etc/init.d/clock start
15604    15 vs-mirror     ?        S      0:00                  \_ cat /lib/rcscripts/init.d/exclusive/localmount
----------------------------------------------------------------------
Comment 1 Roy Marples (RETIRED) gentoo-dev 2006-10-02 23:29:14 UTC
Created attachment 98687 [details, diff]
Don't use FIFO's on vserver

It maybe that like FreeBSD, vserver does not use FIFO's correctly - which really sucks
Comment 2 Benedikt Böhm (RETIRED) gentoo-dev 2006-11-05 00:25:13 UTC
it seems to be fixed with 1.13.0_alpha5, please try
Comment 3 Benedikt Böhm (RETIRED) gentoo-dev 2006-11-05 00:31:38 UTC
btw, i think http://sources.gentoo.org/viewcvs.py/baselayout/trunk/sh/init-common-post.sh?r1=2309&r2=2350 has solved this issue, since the fifo patch is not in svn ..