Hi,

On Mon, Dec 15, 2008 at 02:45:43PM +0100, Arndt Roth wrote:
> Hi *,
> 
> Anybody seen this before and can explain what it means?
> 
> Dec 14 09:08:32 server lrmd: [32686]: info: RA output:
> (resource_sysinfo:0:monitor:stderr)
> /usr/lib/ocf/resource.d//heartbeat/SysInfo: line 244: mem-08: value too
> great for base (error token is "08")

A shell parsing problem :) Looks like it considers 08 to be an
exponent. The script is thoroughly /bin/bash, can't find my way
through it. I guess it would be better to use something more
reasonable for string splitting and arithmetic, awk or perl or
python. Or just drop the leading 0 from the offending variable.
You can try this patch:

http://hg.linux-ha.org/dev/rev/dda4a93f90a7

Thanks,

Dejan



> It appears in a cloned sysinfo resource.
> 
> Thanks,
> 
>  
> 
>  Arndt Roth
> 
>  
> 
> 
> 
> 
> _______________________________________________
> Linux-HA mailing list
> [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha
> See also: http://linux-ha.org/ReportingProblems
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to