On Wed, Oct 29, 2008 at 01:27, Alex Strachan
<[EMAIL PROTECTED]> wrote:
> Requested output...
> [EMAIL PROTECTED] ~]# grep -e pvm -e hacluster /etc/passwd
> pvm:x:24:24::/usr/share/pvm3:/bin/bash
> hacluster:x:24:24:heartbeat 
> processes:/var/lib/heartbeat/cores/hacluster:/bin/bash

There's your problem.  Two users with the same UID.

Our packages use 24 for the user id on Fedora based distros since
thats what the Fedora maintainer uses.
Perhaps pvm is using the wrong uid?

Alternatively, you could try:

1) uninstall heartbeat+pacemaker
2) remove the hacluster user (and haclient group)
3) create a new hacluster user (and haclient group) with an unused UID
4) install heartbeat+pacemaker again

> [EMAIL PROTECTED] ~]# ls -al /var/lib/heartbeat/cores/
> total 20
> drwxr-xr-x  5 root   root   4096 Oct 15 18:01 .
> drwxr-xr-x  5 root   root   4096 Oct 28 12:20 ..
> drwx------  2 pvm    pvm    4096 Oct 15 18:01 hacluster
> drwx------  2 nobody nobody 4096 Oct 15 18:01 nobody
> drwx------  2 root   root   4096 Oct 15 18:01 root
>
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Beekhof
> Sent: Tuesday, 28 October 2008 9:08 PM
> To: General Linux-HA mailing list
> Subject: Re: [Linux-HA] /var/lib/heartbeat/cores/pvm directory,ownership and
> mode? usage? HA 2.99.1, pacemaker 1.0
>
> On Tue, Oct 28, 2008 at 01:11, Alex Strachan
> <[EMAIL PROTECTED]> wrote:
>> Yes - from http://www.clusterlabs.org/mw/Releases
>>
>> Is this the correct place?
>
> Yep.
>
> Can you please run the following and post the results?
>
>   grep -e pvm -e hacluster /etc/passwd
>   ls -al /var/lib/heartbeat/cores/
>
>>
>> -----Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Beekhof
>> Sent: Monday, 27 October 2008 5:48 PM
>> To: General Linux-HA mailing list
>> Subject: Re: [Linux-HA] /var/lib/heartbeat/cores/pvm directory,ownership
> and
>> mode? usage? HA 2.99.1, pacemaker 1.0
>>
>> Are these packages from the build service?
>>
>> On Mon, Oct 27, 2008 at 03:44, Alex Strachan
>> <[EMAIL PROTECTED]> wrote:
>>> Hi,
>>>
>>>
>>>
>>> I have just recently installed
>>>
>>>    HA 2.99.1, pacemaker 1.0
>>>
>>> on RHAS4 x86_64
>>>
>>>
>>>
>>> On startup I am getting the following warnings.
>>>
>>>
>>>
>>> Oct 27 11:13:00 dtbaims cib: [13164]: ERROR: Cannot chdir to
>>> [/var/lib/heartbeat/cores/pvm]: No such file or directory
>>>
>>> Oct 27 11:13:00 dtbaims attrd: [13167]: ERROR: Cannot chdir to
>>> [/var/lib/heartbeat/cores/pvm]: No such file or directory
>>>
>>> Oct 27 11:13:00 dtbaims crmd: [13168]: ERROR: Cannot chdir to
>>> [/var/lib/heartbeat/cores/pvm]: No such file or directory
>>>
>>>
>>>
>>> Can you please inform me of the ownership/mode of the
>>> /var/lib/heartbeat/cores/pvm directory, so that I can create it with the
>>> proper permissions.
>>>
>>>
>>>
>>> OS
>>>
>>> Linux itbaims 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:56:44 EST 2007 x86_64
>>> x86_64 x86_64 GNU/Linux
>>>
>>>
>>>
>>> Software
>>>
>>> [EMAIL PROTECTED] rpm -qa | egrep -i "heartbeat|pacemake"
>>>
>>> libheartbeat2-2.99.2-3.1
>>>
>>> heartbeat-common-2.99.2-3.1
>>>
>>> libpacemaker3-1.0.0-4.1
>>>
>>> pacemaker-pygui-1.4-11.1
>>>
>>> heartbeat-2.99.2-3.1
>>>
>>> heartbeat-resources-2.99.2-3.1
>>>
>>> pacemaker-1.0.0-4.1
>>>
>>>
>>>
>>>
>>>
>>> Thanks
>>>
>>>
>>>
>>> --
>>>
>>> Alex
>>>
>>>
>>>
>>> _______________________________________________
>>> Linux-HA mailing list
>>> Linux-HA@lists.linux-ha.org
>>> http://lists.linux-ha.org/mailman/listinfo/linux-ha
>>> See also: http://linux-ha.org/ReportingProblems
>>>
>> _______________________________________________
>> Linux-HA mailing list
>> Linux-HA@lists.linux-ha.org
>> http://lists.linux-ha.org/mailman/listinfo/linux-ha
>> See also: http://linux-ha.org/ReportingProblems
>>
>> _______________________________________________
>> Linux-HA mailing list
>> Linux-HA@lists.linux-ha.org
>> http://lists.linux-ha.org/mailman/listinfo/linux-ha
>> See also: http://linux-ha.org/ReportingProblems
>>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
>
> _______________________________________________
> Linux-HA mailing list
> Linux-HA@lists.linux-ha.org
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
>
_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to