bug-cfengine
[Top][All Lists]
Advanced

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

Re: set file mode problem


From: Maurice Bremond
Subject: Re: set file mode problem
Date: Wed, 09 Mar 2005 15:30:25 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

>It seems that cfengine doesn't like file of type door.

>Door is a special solaris object. I am not sure if it is fully
>supported. I shall check, but it will take me a while

We are doing the same things here, and it works.

We are running cfengine-2.1.11 on solaris 8 (+patch ldap 108993-40) and solaris 
9

in our configs, we have :


files:

   solaris_9.ldap_client.native_ldap::
   /var/run/ldap_cache_door
      m=444 act=fixall

   solaris_8.ldap_client.native_ldap::
   /etc/.ldap_cache_door
      m=444 act=fixall



And if I test :

address@hidden /root]# uname -r
5.8
address@hidden /root]# chmod 400 /etc/.ldap_cache_door 

address@hidden /root]# ls -l /etc/.ldap_cache_door 
Dr--------   1 root     other          0 Dec 14 13:15 /etc/.ldap_cache_door

address@hidden /root]# cfagent
cfengine:citronnier: Object /etc/.ldap_cache_door had permission 400, changed 
it to 444

address@hidden /root]# ls -l /etc/.ldap_cache_door 
Dr--r--r--   1 root     other          0 Dec 14 13:15 /etc/.ldap_cache_door





reply via email to

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