Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 98687 Details for
Bug 149897
sys-apps/baselayout-1.13_alpha1-r1 still hangs within vserver systems
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Don't use FIFO's on vserver
vserver.patch (text/plain), 477 bytes, created by
Roy Marples (RETIRED)
on 2006-10-02 23:29:14 UTC
(
hide
)
Description:
Don't use FIFO's on vserver
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2006-10-02 23:29:14 UTC
Size:
477 bytes
patch
obsolete
>Index: sh/rc-services.sh >=================================================================== >--- sh/rc-services.sh (revision 2296) >+++ sh/rc-services.sh (working copy) >@@ -396,7 +396,7 @@ > # Otheriwse we don't block > # FreeBSD has numerous FIFO issues, so wait in a loop > # http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/94772 >- if [[ $(uname) == "FreeBSD" ]] ; then >+ if [[ $(uname) == "FreeBSD" ]] || is_vps_sys ; then > while [[ -e ${fifo} ]] ; do > sleep 1 > done
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 149897
: 98687