Changeset 2586
- Timestamp:
- 08/13/07 20:10:06 (1 year ago)
- Files:
-
- trunk/scripts/functions (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/scripts/functions
r2531 r2586 995 995 local xid 996 996 xid=$($_VSERVER_INFO "$1" CONTEXT false) && test -n "$xid" || { 997 warning $"vshelper.init: can not determine xid of vserver '$vserver'; returned value was '$xid'" 997 warning $"vshelper.init: can not determine xid of vserver '$vserver'; returned value was '$xid' 998 999 This usually means that you're using an init-less init-style, but the 1000 guest isn't configured to start any service. Try enabling a service, 1001 changing the init-style, or making the contexts persistent." 998 1002 return 1 999 1003 }
