Hello all.
Need to check status of my Adaptec 2010S (I2O) Raid controller.
Via google I’ve find that the only one way to do that is raidutil tool.
I can not find a such package for my Slackware 12.1
Then I try to compile it by myself I've get error…
HDR -D_DPT_FLASH -I../include -g -O2 -MT raidutil-alarm.o -MD -MP -MF ".deps/raidutil-alarm.Tpo" -c -o raidutil-alarm.o `test -f 'alarm.cpp' || echo './'`alarm.cpp; \
then mv -f ".deps/raidutil-alarm.Tpo" ".deps/raidutil-alarm.Po"; else rm -f ".deps/raidutil-alarm.Tpo"; exit 1; fi
In file included from ../include/get_info.h:364,
from ./dpt_info.h:54,
from ../include/dpt_api.h:69,
from engiface.hpp:54,
from command.hpp:54,
from alarm.hpp:50,
from alarm.cpp:50:
../include/device.hh:40: warning: 'packed' attribute ignored for field of type 'dptCcapacity_S'
../include/device.hh:41: warning: 'packed' attribute ignored for field of type 'dptCemuParam_S'
In file included from ./dpt_info.h:54,
I've download
http://i2o.shadowconnect.com/raiduti...0.6-1.i386.rpm
and make rpm2tgz on it.
But this raidutil binary use /dev/i2o/ctl instead of my /dev/i2octl.
Any solutions ?