Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 930105

Summary: sys-block/arcconf-4.16.00.26273 does not find Controller Adaptec ASR8805
Product: Gentoo Linux Reporter: Mathias Vaterlaus <m.vaterlaus>
Component: Current packagesAssignee: Conrad Kostecki <conikost>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mathias Vaterlaus 2024-04-16 10:23:14 UTC
The statically linked arcconf utility does not find my RAID Controller Adaptec ASR8805.


# arcconf list
Controllers found: 0

Command completed successfully.


I then downloaded arcconf_v3_07_23980.zip package from [1] containing another version of arcconf, which is able to find and query the said controller:


# ./arcconf list
Controllers found: 1
----------------------------------------------------------------------
Controller information
----------------------------------------------------------------------
   Controller ID             : Status, Slot, Mode, Name, SerialNumber, WWN
----------------------------------------------------------------------
   Controller 1:             : Optimal, Slot 10, RAID (Expose RAW), Adaptec ASR8805, 2A14G300269, 50000D1F055A4B00

Command completed successfully.


I dont know, if this is an older version and if it is possible to add it to the portage tree. The Version, which worked for me, is also statically linked.





[1] https://download.adaptec.com/raid/storage_manager/arcconf_v3_07_23980.zip
Comment 1 Larry the Git Cow gentoo-dev 2024-04-16 21:10:19 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4428dec30d3bfad428acb7a50269cb6340941668

commit 4428dec30d3bfad428acb7a50269cb6340941668
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2024-04-16 21:09:12 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2024-04-16 21:09:48 +0000

    sys-block/arcconf: add 3.07.23980
    
    This older version adds support for legacy 'aacraid' devices.
    
    Closes: https://bugs.gentoo.org/930105
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 sys-block/arcconf/Manifest                  |  1 +
 sys-block/arcconf/arcconf-3.07.23980.ebuild | 35 +++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)