Changeset 2593
- Timestamp:
- 08/21/07 20:39:03 (1 year ago)
- Files:
-
- trunk/scripts/vserver.functions (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/scripts/vserver.functions
r2589 r2593 1081 1081 procfs-security. Please read the FAQ for more details 1082 1082 http://linux-vserver.org/Proc-Security" 1083 1084 test -e "$cfgdir"/context || { 1085 TYPE=$( $_VSERVER_INFO 49152 XIDTYPE ) 1086 test "$TYPE" != "static" || panic $"\ 1087 The kernel does not have dynamic contexts enabled. Please configure 1088 a static one by executing 1089 1090 echo [number between 2 and 49151] > $cfgdir/context" 1091 } 1083 1092 } 1084 1093
