LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Gentoo AMD64 Kernel 2.6.xx Adaptec aacraid hanging solved!!! (https://www.linuxquestions.org/questions/linux-hardware-18/gentoo-amd64-kernel-2-6-xx-adaptec-aacraid-hanging-solved-312244/)

PriceComparison 04-11-2005 11:00 PM

Gentoo AMD64 Kernel 2.6.xx Adaptec aacraid hanging solved!!!
 
I have posted many request to help on many linux / gentoo related site...
Unfortunately no one was able to help me. I finally got this scsi driver in-stability issue fixed, so in case this will be helpful to anyone I am posting this conclusion in hope it will save somebody time as it did waste more than 36 hours of my time!!!

Here is the issue:

Bus Error

Scsi hangs when given heavy access or load

Software / OS used is Gentoo but I believe this effects all Linux 2.6.xx kernels when Adaptec aacraid or 2120s 2200s etc... is being used!!!

Here is the solution:
Get this SOURCE CODE driver from Adaptec website. I used version 2372 the file name looks like this:

aacraid-1.1.5-2372.gz

put it in your kernel source scsi driver directory like:

/usr/src/linux/drivers/scsi

then extract it with:

tar -zxvf aacraid-1.1.5-2372.gz

it will extract the files to your aacraid directory.
double check that the files are indeed written using:

ls -l /usr/src/linux/drivers/scsi/aacraid

then.... recompile your kernel and make sure you included support for aacraid in your kernel.

Tada.... no more hanging due to Bus Errors....!!!

Andrew (AT) PriceComparison.com
Online Shopping Starts Here!

dalek 04-12-2005 04:05 AM

Hmmmm. I was checking out your site and got this little boo boo message:

Code:

Warning: pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Operation timed out Is the server running on host 192.168.1.19 and accepting TCP/IP connections on port 5432? in /data/www/pc/search.php on line 43

Warning: pg_query(): supplied argument is not a valid PostgreSQL link resource in /data/www/pc/search.php on line 556

Warning: pg_fetch_all() expects parameter 1 to be resource, null given in /data/www/pc/search.php on line 563

Warning: pg_free_result(): supplied argument is not a valid PostgreSQL result resource in /data/www/pc/search.php on line 564

Warning: pg_query(): supplied argument is not a valid PostgreSQL link resource in /data/www/pc/search.php on line 565

Warning: pg_fetch_all() expects parameter 1 to be resource, null given in /data/www/pc/search.php on line 566

Warning: pg_free_result(): supplied argument is not a valid PostgreSQL result resource in /data/www/pc/search.php on line 567

Warning: Invalid argument supplied for foreach() in /data/www/pc/search.php on line 365

I was at this link:

http://pricecomparison.com/search.php?catnum=396

What up with that? There were no results listed either. :scratch: Just wanted to let you know in case something needs "fixin". :D

Later

:D :D :D


All times are GMT -5. The time now is 10:34 AM.