Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930105 - sys-block/arcconf-4.16.00.26273 does not find Controller Adaptec ASR8805
Summary: sys-block/arcconf-4.16.00.26273 does not find Controller Adaptec ASR8805
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-16 10:23 UTC by Mathias Vaterlaus
Modified: 2024-04-16 21:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(+)