From: Enrico Scholz Date: Tue, 12 Apr 2005 21:53:23 +0000 (+0000) Subject: added verify-proc sanity check X-Git-Tag: version_0_30_210~256 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ae89fda82d242ba3cf6b4faf4295f63d171c094;p=util-vserver.git added verify-proc sanity check git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2025 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/scripts/vserver.functions b/util-vserver/scripts/vserver.functions index 5877853..cfa69f2 100644 --- a/util-vserver/scripts/vserver.functions +++ b/util-vserver/scripts/vserver.functions @@ -823,4 +823,10 @@ WARNING: The 'only_ip' flag for interface '$iface' is deprecated; use $_VSERVER_INFO - VERIFYCAP || panic $"capabilities are not enabled in kernel-setup" + + $_VSERVER_INFO - VERIFYPROC || + 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" }