hwraid
hwraid copied to clipboard
arcconf GETCONFIG 1 -> Segmentation fault (core dumped) - Ubuntu 64 12.04 & 16.04
Hi,
I have similar error like bug #51, but on Ubuntu 12.04 & 16.04 AMD64. Ubuntu installed on IBM x3550 with 02:00.0 RAID bus controller [0104]: Adaptec AAC-RAID (Rocket) [9005:0286] (rev 02).
Only version 7.31.18856-1 works, newer 1:1.05.20942-1, 1:1.07.21229-1, 1:1.08.21375-1 and 1:2.02.22404-1 generate after arcconf GETCONFIG 1 -> Segmentation fault.
Do newer versions have any relevant features? If not, how can I "lock" to not update version 7.31.18856-1 to newer.
Hello,
Well, there's not much I can do here, the binary comes from Adaptec...
You can do an apt pining like this:
Create file /etc/apt/preferences.d/arcconf.pref With the following content:
Package: arcconf
Pin: version 7.31.18856-1
Pin-Priority: 1000
That should do the trick.
Regards,
Thank you very much.
This information would be useful for WIKI: http://hwraid.le-vert.net/wiki/Adaptec
Regards
could you try to use one of this packages i have tried to provide the requred libstdc++.so.6 in the right version. maby it will work ? http://ftp.disconnected-by-peer.at/go-hwraid/pool/main/a/arcconf/
Hi geosone,
Could You provide also version for Xenial (Ubuntu 16.04)?
it don't mather you could use any of the packages they all contain the same bin's is only the naming for using repo mirror tools if it works i will add xenial builds to my build server.
I just tried: http://ftp.disconnected-by-peer.at/go-hwraid/pool/main/a/arcconf/arcconf_2.03.2-1.1~20170517203917.5+wheezy_amd64.deb
Unfortunately it does not work. I get the same segmentation fault message.
could you try "LD_PRELOAD=/usr/lib/arcconf/libstdc++.so.6.0.8 /usr/lib/arcconf/arcconf-2.03" to force the provided lib
Hello, same problem. I have IBM x3650 with Serveraid 8k + ADAPTEC 5405Z. version for debian stretch arcconf (1:2.02.22404-1): arcconf Neoprávněný přístup do paměti (SIGSEGV)
ldd /usr/sbin/arcconf linux-vdso.so.1 (0x00007ffd3ca7b000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f17a5b4c000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f17a592f000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f17a55ad000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f17a52a9000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f17a5092000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f17a4cf3000) /lib64/ld-linux-x86-64.so.2 (0x00007f17a5d50000)
Using apt pining mentioned above to Pin: version 7.31.18856-1 helps and all working with version 7.31.18856
Hello,
I have a similar problem with an Adpatec RAID 2610SA/2810SA card. I try to use this following version of Storage Manager (arcconf) : https://adaptec.com/en-us/speed/raid/aac/sm/asm_linux_x64_v4_30-16038_rpm.php
However, it needs "libstdc++-libc6.2-2" (when i try to launch th earcconf command) and it seems that my Debian can't support this packet because of his older architecture (i386). Here is the message : "./arcconf: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory"
Someone would be able to help me ? Best Regards
my packages contain all the old versions up to 2.05 in on paackage http://ftp.disconnected-by-peer.at/Repositories/go-hwraid/pool/main/a/arcconf/ you can switch tha arcocnf with debaibaun update-alternative tool to the 4.30 version with all the depepndecies.