Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149897 - sys-apps/baselayout-1.13_alpha1-r1 still hangs within vserver systems
Summary: sys-apps/baselayout-1.13_alpha1-r1 still hangs within vserver systems
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 146401
  Show dependency tree
 
Reported: 2006-10-02 14:13 UTC by Christian Heim (RETIRED)
Modified: 2006-11-05 03:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Don't use FIFO's on vserver (vserver.patch,477 bytes, patch)
2006-10-02 23:29 UTC, Roy Marples (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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 ..