problems omsa 5.2 debian installation

Andrew Reid AndrewReid at eastlink.ca
Mon Jul 2 07:04:46 CDT 2007


tere wrote:
> hi! I've found some problems trying to install omsa 5.2 with debian
> package from SARA. When it tries to install it says:
> 
> 
> Loading kernel modules
> Starting Systems Management Device Drivers:
> Starting ipmi driver: /etc/init.d/instsvcdrv: line 426: [: 19custom:
> integer expression expected
> /etc/init.d/instsvcdrv: line 431: [: 19custom: integer expression expected
>                                                            [FAILED]
> Starting dataengine
> Starting Systems Management Device Drivers:
> Starting ipmi driver: /etc/init.d/instsvcdrv: line 426: [: 19custom:
> integer expression expected
> /etc/init.d/instsvcdrv: line 431: [: 19custom: integer expression expected
>                                                            [FAILED]
> 
> 
> Can help me anyone? Thanks
> 

As previously reported on the list, make sure you are running bash as 
your sh equivalent. The script (/etc/init.d/instsvcdrv) has several 
"bashism" and does not play well with dash, ash etc.


sh --version should tell you what you are running.

If it is NOT bash, the exact mechanism to use bash as the sh replacement 
is a matter of preference, the quickest is a soft link in /bin (mv 
/bin/sh /bin/bad-sh; ln -s /bin/bash /bin/sh) or the debian way 
dpkg-reconfigure bash.

If it is bash, let us knw what the real problem was.





More information about the Linux-PowerEdge mailing list