X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Ffunctions;h=2273cc4be5eead9619a86974a508f3f40537a2b6;hb=3fb35bc27485664abf9efd4edb0a54ec036b6cbf;hp=fe7521b769504d05ebf509c84cf2e2e522f85de4;hpb=fd418eca216cdda6b991a1abb7e39e40ec0301c5;p=util-vserver.git diff --git a/scripts/functions b/scripts/functions index fe7521b..2273cc4 100644 --- a/scripts/functions +++ b/scripts/functions @@ -994,7 +994,11 @@ function vshelper.doInit local xid xid=$($_VSERVER_INFO "$1" CONTEXT false) && test -n "$xid" || { - warning $"vshelper.init: can not determine xid of vserver '$vserver'; returned value was '$xid'" + warning $"vshelper.init: can not determine xid of vserver '$vserver'; returned value was '$xid' + +This usually means that you're using an init-less init-style, but the +guest isn't configured to start any service. Try enabling a service, +changing the init-style, or making the contexts persistent." return 1 }