Changeset 2586

Show
Ignore:
Timestamp:
08/13/07 20:10:06 (1 year ago)
Author:
dhozac
Message:

Add some hints for this common problem.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/scripts/functions

    r2531 r2586  
    995995    local xid 
    996996    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 
     999This usually means that you're using an init-less init-style, but the 
     1000guest isn't configured to start any service. Try enabling a service, 
     1001changing the init-style, or making the contexts persistent." 
    9981002        return 1 
    9991003    }