Hi Simon,

I think the problem is here :

On etch :
Version: 20061002-3

ip route show to 0/0  is working.


On lenny :
Version: 20080725-2
  
ip route show to 0/0
Error: an inet prefix is expected rather than "0/0".


On etch, I have used heartbeat version 1.2.5-3 with iproute
version 20061002-3 and IPsrcaddr successfully.


Cheers



Fri, 27 Feb 2009 11:20:25 +1100,
Simon Horman <[email protected]> :

> On Thu, Feb 26, 2009 at 04:23:35PM +0100, Michael Ricordeau wrote:
> > Package: heartbeat
> > Version: 2.1.3-6lenny0
> > Severity: normal
> > 
> > Hello,
> > when running an IPsrcaddr ressource, we have this error :
> > Error: an inet prefix is expected rather than "0/0".
> > 2009/02/26_16:19:55 ERROR: command 'ip route show   to exact 0/0'
> > failed 2009/02/26_16:19:55 ERROR:  Generic error
> > ERROR:  Generic error
> > 
> > To fix it :
> > In /usr/lib/ocf/resource.d/heartbeat/IPsrcaddr :
> >  CMDSHOW="$IP2UTIL route show   to exact 0/0"
> > must be changed by :
> >  CMDSHOW="$IP2UTIL route show   to exact 0.0.0.0/0"
> > 
> > This is probably a change in iproute version used but this is
> > affecting heartbeat ocf too .
> 
> Hi Michael,
> 
> Which version of iproute do you have installed?
> 
> Has this worked successfully for you before?  If so, do you know which
> version of heartbeat and iproute did you have installed at that time?
> 
> Thanks
> 


-- 
Michaël Ricordeau
Email: [email protected]
Tel: +33561434871 
Newtech Multimedia
3, chemin du Pigeonnier de la cépière
BP 53575
31035 Toulouse Cedex 1



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to