bug-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Misleading error message


From: Chip Seraphine
Subject: Misleading error message
Date: Tue, 04 Nov 2003 14:56:55 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.2.1) Gecko/20030121

Cfservd complains about the perms of /var/cfengine instead of /var/cfengine/rpc_in. As a dummy who doesn't know RPC that well, I wasted some time screwing with the wrong perms :-)


--- init.c      Sat Oct 11 12:13:22 2003
+++ init-new.c  Tue Nov  4 14:41:45 2003
@@ -134,7 +134,7 @@
    {
    if (statbuf.st_mode & 077)
       {
- snprintf(OUTPUT,bufsize*2,"UNTRUSTED: RPC input directory %s was not private!\n",VLOCKDIR,statbuf.st_mode & 0777); + snprintf(OUTPUT,bufsize*2,"UNTRUSTED: RPC input directory %s was not private!\n",VBUFF,statbuf.st_mode & 0777);
       FatalError(OUTPUT);
       }
    }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]