Re: [Linux-HA] Crm configure stuck when I try to add a primitive

2012-03-30 Thread Dejan Muhamedagic
Hi,

On Sun, Mar 25, 2012 at 03:34:07PM +0200, Lorenzo Milesi wrote:
> Hi.
> I've installed pacemaker on ubuntu from PPA (1.1.6-2ubuntu0~ppa2), and done a 
> basic configuration.
> I can tweak properties with crm configure normally.
> But when I try adding a primitve, after I press enter crm remains stuck for 
> ages, not even replying an error message!
> 
> The primitive I'm trying to configure is:
> 
> primitive Cluster-IP ocf:heartbeat:IPaddr \
> params ip="192.168.1.1" cidr_netmask="24" nic="eth0" \
> op monitor interval="30s" \
> meta target-role="Started"
> 
> but as soon as I press enter nothing happens until I press Ctrl-C.
> 
> Why is it behaving this way?

Sounds like a glib2 issue on Ubuntu. There's a PPA glib2 with a
fix, but I don't know the details. Search this or linux-ha-dev
list.

Thanks,

Dejan

> thanks
> ___
> 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] Crm configure stuck when I try to add a primitive

2012-03-25 Thread Lorenzo Milesi
Hi.
I've installed pacemaker on ubuntu from PPA (1.1.6-2ubuntu0~ppa2), and done a 
basic configuration.
I can tweak properties with crm configure normally.
But when I try adding a primitve, after I press enter crm remains stuck for 
ages, not even replying an error message!

The primitive I'm trying to configure is:

primitive Cluster-IP ocf:heartbeat:IPaddr \
params ip="192.168.1.1" cidr_netmask="24" nic="eth0" \
op monitor interval="30s" \
meta target-role="Started"

but as soon as I press enter nothing happens until I press Ctrl-C.

Why is it behaving this way?
thanks
___
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