X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Ffunctions;h=78a088b880f0cf04d3c42da8c2f2e7c5673188d3;hb=a741f6faf2baae1e823d334012f6a09e6a1bda51;hp=9c5a002525b091492f1bbc77d8186278fd3916d6;hpb=426a0d3a38995dc25a839aaa56d8642e6bdcbba5;p=util-vserver.git diff --git a/scripts/functions b/scripts/functions index 9c5a002..78a088b 100644 --- a/scripts/functions +++ b/scripts/functions @@ -1,4 +1,4 @@ -# $Id: functions 2531 2007-04-21 14:04:35Z dhozac $ --*- sh -*-- +# $Id: functions 2586 2007-08-13 18:10:06Z dhozac $ --*- sh -*-- # Copyright (C) 2003,2004,2005,2006 Enrico Scholz # @@ -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 }