From: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
To: haiquy@yahoo.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.27-rc3 __alloc_pages: 3-order allocation failed (gfp=0x20/0)
Date: Tue, 13 Jul 2004 16:14:45 -0300 [thread overview]
Message-ID: <20040713191445.GB9655@logos.cnet> (raw)
In-Reply-To: <Pine.LNX.4.53.0407132101340.437@linuxcd>
On Tue, Jul 13, 2004 at 09:07:55PM +0000, haiquy@yahoo.com wrote:
>
> Hi,
>
> I got a lot such errors log when run dmesg and the rpogram cdda2wav seems stop
> extracting audio cds
>
> Some others log like:
>
> scsi : aborting command due to timeout : pid 3260, scsi0, channel 0, id 1, lun 0 0x00 00 00 00 00 00
> scsi : aborting command due to timeout : pid 3260, scsi0, channel 0, id 1, lun 0 0x00 00 00 00 00 00
> SCSI host 0 abort (pid 3260) timed out - resetting
> SCSI bus is being reset for host 0 channel 0.
> SCSI host 0 channel 0 reset (pid 3260) timed out - trying harder
> SCSI bus is being reset for host 0 channel 0.
> scsi : aborting command due to timeout : pid 3256, scsi0, channel 0, id 1, lun 0 0xbe 04 00 00 00 00 00 00 4b 10 00 00
> hdd: lost interrupt
>
> I use ide-scsi for ide cdrom as cdda2wav requires this. If I use normal ide-cd
> and use cdparanoia it works as normal.
>
> What should I do to help debuging this problem?
Hi Steve,
The "3-order allocation failures" should not be a problem - its just
the ide-scsi driver trying to allocate a big scatter-gather list of 8 pages,
it fails then tries to allocate "smaller pieces" (4 pages then if that fails
1 page of memory).
Now the problem is the ide-scsi timeout's -- I really have not much of
an idea what could be going wrong there.
next prev parent reply other threads:[~2004-07-13 20:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-13 21:07 2.4.27-rc3 __alloc_pages: 3-order allocation failed (gfp=0x20/0) haiquy
2004-07-13 19:14 ` Marcelo Tosatti [this message]
2004-07-13 21:50 ` Steve Kieu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040713191445.GB9655@logos.cnet \
--to=marcelo.tosatti@cyclades.com \
--cc=haiquy@yahoo.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.