Stresslinux community

Full Version: Best practices for updates?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The StressLinux distro seems like a great platform for doing stress-testing and benchmarking of systems. That said, it's limited by the time of the developer(s), what they have access to, etc.

I'd like to do some customizing to support hardware platforms I'm dealing with, e.g. Supermicro motherboards and Adaptec 2130SLP RAID controllers. The Adaptec controller isn't currently being detected (doesn't show a driver loading in dmesg), and none of the Supermicro boards I'm working with are listed in sl-wizards. sensors-detect does a fair job of finding the hardware, so the lm_sensors package obviously supports the chips, though it sometimes misreads the values.

So my question is whether there's any practices or methods I should follow in customizing the distro for my needs (e.g. modifying sl-wizards to support more boards natively), without causing problems for any other scripts, and whether there's benefit in me contributing any changes I make. The documentation is sparse, and while most things are self-explanatory, development style and roadmap is not always so straight-forward.

Thanks.

EDIT: Just booted up one of the systems to test ... loading the aacraid module finds the controller, it's just not getting loaded automatically. The 7902's do get recognized automatically. Is this an issue of driver support statically compiled into the kernel, while others are dynamically loaded modules?
The best way to get your motherboards listed in sl-wizard is to submit sensors configurations & list of modules needed for reading sensors data.

please submit following informations in the sensors configuration forum:

* Mainboard type/description incl. revision (e.g. ASUS P4B rev. 1.02)
* output from lsmod command (list of sensors modules)
including extra modprobe options
* relevant part of your sensors.conf with your changes for your mainboard


I will check the aacraid driver loading and fix it for next release.