hi, On 08/12/2009 10:20 AM, Rafał Kupka wrote: > Hello, > > Fresh pacemaker-heartbeat installations don't create /var/run/crm/ directory. > > Repository: > deb http://people.debian.org/~madkiss/ha lenny main > > Versions: > heartbeat - 2.99.2+sles11r9-5~bpo50+1 > heartbeat-common - 2.99.2+sles11r9-5~bpo50+1 > pacemaker-heartbeat - 1.0.4.1+hg20090606-1~bpo50+1 > > Log files: > cib: [3313]: ERROR: socket_wait_conn_new: trying to create in > /var/run/crm/cib_callback bind:: No such file or directory > cib: [3313]: ERROR: wait_channel_init: Can't create wait channel of type uds: > Resource temporarily unavailable (11) > ccm: [3312]: info: client (pid=3313) removed from ccm > heartbeat: [3015]: WARN: Managed /usr/lib/heartbeat/cib process 3313 exited > with return code 1. > heartbeat: [3015]: EMERG: Rebooting system. Reason: /usr/lib/heartbeat/cib > > There is some (unused now?) crm directory: > # ls -ld /var/run/heartbeat/crm/ > drwxr-x--- 2 hacluster haclient 6 Aug 11 22:13 /var/run/heartbeat/crm/
this is a known issue -> mkdir /var/run/crm/; chown hacluster.haclient /var/run/crm/; chmod 750 /var/run/crm/ (is 750 ok for this or should this be 755 as lrmd runs as nobody?) maybe it is also ok to simply move this directory? martin, can you please shed a light on this? cheers, raoul -- ____________________________________________________________________ DI (FH) Raoul Bhatia M.Sc. email. [email protected] Technischer Leiter IPAX - Aloy Bhatia Hava OEG web. http://www.ipax.at Barawitzkagasse 10/2/2/11 email. [email protected] 1190 Wien tel. +43 1 3670030 FN 277995t HG Wien fax. +43 1 3670030 15 ____________________________________________________________________ _______________________________________________ Pacemaker mailing list [email protected] http://oss.clusterlabs.org/mailman/listinfo/pacemaker
