David Boccabella wrote:
> When the system is under load either whilst doing a backup
> verifit, or doing large file copies - the modem connection
> keeps dropping
>
> Examining the logs gives me this
>
> Apr 30 00:23:02 wepawet pppd[11313]: No response to 2
> echo-requests
> Apr 30 00:23:02 wepawet pppd[11313]: Serial link appears to
> be disconnected.
> Apr 30 00:23:08 wepawet pppd[11313]: Connection terminated.
> Apr 30 00:23:08 wepawet pppd[11313]: Connect time 1.6 minutes.
> Apr 30 00:23:08 wepawet pppd[11313]: Sent 8857 bytes,
> received 5118 bytes.
>
> When I had the raid installed it would drop and redial every
> 2 or so minutes. Without the raid it is stable except when
> doing something that loads the HD side of things and then it
> will drop the connection every 10 mins or so.
>
> Any suggestions PLEASE!!!..
Make sure that you have a good backup. Then do:
hdparm -u 1 /dev/hda
hdparm -u 1 /dev/hdc
That's drastically reduce the proportion of time when interrupts are disabled during hard disk accesses. The hdparm man page includes warnings about potential disk corruption, but I've never seen it. Be sure to let me know if you find otherwise.
Another option you could use is some of the other hdparm options, to enable DMA and 32bit I/O. There are also file system corruption possibilities with some of those options, and those I have seen.
Regards
Charlie