[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Memory management problem with 2.6.0


On Sat, 27 Dec 2003, Andrew Morton wrote:

> caszonyi _at_ rdslink.ro wrote:
> >
> > I have a small script:
> >  #!/bin/sh
> >  umount /mnt/cdrom
> >  eject /dev/hdb
> >  echo "Invalid system disk"
> >  echo "Insert and press any key when ready"
> >  read junk
> >  eject -t /dev/hdb
> >  sleep 1
> >  mount /mnt/cdrom
> >  /usr/sbin/hdparm -E 10 /dev/hdb
> >
> >  It works all the time but today gave me this:
> >
> >  In the logs I had:
> >  Dec 27 19:06:16 grinch kernel: eject: page allocation failure. order:4,
> >  mode:0xd0
>
> Please, try
>
> 	ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0/2.6.0-mm1/broken-out/cdrom-allocation-try-harder.patch
>
> and let me know?
>

for cdrom it *seems* to work.

The problem continues however for other applications
It is not specific to the ide-cd driver. The same problem happens
sometimes
with mplayer also

Dec 30 22:07:12 grinch kernel: mplayer: page allocation failure. order:4,
mode:0x21
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo _at_ vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」
Follow-Ups: