X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fvserver.functions;h=455dc1f89840d6a0b8ff85bca71431368d5a3e5f;hb=50e3c58ac5d9afe773c732578b4af0dff8ce588f;hp=47eca33336bca44b3036b8a96674d5679d98b90b;hpb=f5dbe45b60edf550f856188fa9e837a34d43a2e6;p=util-vserver.git diff --git a/scripts/vserver.functions b/scripts/vserver.functions index 47eca33..455dc1f 100644 --- a/scripts/vserver.functions +++ b/scripts/vserver.functions @@ -103,7 +103,7 @@ function _generateChbindOptions getFileValue nid "$vdir/ncontext" "$vdir/context" - CHBIND_OPTS=( $SILENT_OPT ${nid:+--nid "$nid"} ${bcast:+--bcast "$bcast"} ) + CHBIND_OPTS=( $SILENT_OPT --secure ${nid:+--nid "$nid"} ${bcast:+--bcast "$bcast"} ) for i in "${INTERFACES[@]}"; do CHBIND_OPTS=( "${CHBIND_OPTS[@]}" --ip "$i" ) @@ -1072,7 +1072,7 @@ WARNING: There is no cachedirectory configured for this vserver; panic $"\ /proc/uptime can not be accessed. Usually, this is caused by procfs-security. Please read the FAQ for more details -http://www.linux-vserver.org/index.php?page=Linux-Vserver+FAQ" +http://linux-vserver.org/Proc-Security" }