* [Comm] красиво уходит rmmod
@ 2005-05-23 8:11 Michael Isachenkov
2005-05-23 16:12 ` Andrey Rahmatullin
2005-05-23 16:47 ` [Comm] Re: красиво уходит rmmod Konstantin A. Lepikhov
0 siblings, 2 replies; 7+ messages in thread
From: Michael Isachenkov @ 2005-05-23 8:11 UTC (permalink / raw)
To: community
# rmmod ide_scsi
Segmentation fault
# dmesg | tail
[<d8877779>] scsi_send_eh_cmnd+0x99/0x1e0 [scsi_mod]
[<d8877670>] scsi_eh_done+0x0/0x70 [scsi_mod]
[<d8877c21>] scsi_eh_tur+0x81/0xe0 [scsi_mod]
[<d8877d0d>] scsi_eh_abort_cmds+0x8d/0xe0 [scsi_mod]
[<d8878a7b>] scsi_unjam_host+0xab/0x1c0 [scsi_mod]
[<d8878c54>] scsi_error_handler+0xc4/0x160 [scsi_mod]
[<d8878b90>] scsi_error_handler+0x0/0x160 [scsi_mod]
[<c01012a5>] kernel_thread_helper+0x5/0x10
Code: 8b 78 64 89 43 2c 89 7b 14 89 7b 0c 8b 54 24 38 89 53 30 8b 4c 24 34 a1 a0 2d 2e c0 8b 51 3c 01 d0 89 43 38 8b 54 24 1c 8b 42 20 <8b> 80 e0 01 00 00 a8 01 74 09 8b 4c 24 10 0f ba 69 34 02 8b 54
<6>note: scsi_eh_0[1105] exited with preempt_count 1
а началось все с того, что перестал монтироваться cdrom как /dev/scd0 :(
# uname -r
2.6.11-std26-up-alt6
посоветуйте что-нибудь успокаивающее :)
--
Best regards, Michael Isachenkov
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Comm] красиво уходит rmmod
2005-05-23 8:11 [Comm] красиво уходит rmmod Michael Isachenkov
@ 2005-05-23 16:12 ` Andrey Rahmatullin
2005-05-24 7:02 ` Michael Isachenkov
2005-05-23 16:47 ` [Comm] Re: красиво уходит rmmod Konstantin A. Lepikhov
1 sibling, 1 reply; 7+ messages in thread
From: Andrey Rahmatullin @ 2005-05-23 16:12 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 933 bytes --]
On Mon, May 23, 2005 at 12:11:39PM +0400, Michael Isachenkov wrote:
> # rmmod ide_scsi
> Segmentation fault
Разумеется.
%
ide-scsi в 2.6 это виртуальный глюк, который делает вид что есть, а на
самом деле его нет. А то что есть, умеет только kernel panic'и устраивать.
-- mithraen in sisyphus@
%
> а началось все с того, что перестал монтироваться cdrom как /dev/scd0 :(
А и начинать не должен был.
> # uname -r
> 2.6.11-std26-up-alt6
Ну так а какой же ide_scsi на 2.6? Отродясь он там не работал.
> посоветуйте что-нибудь успокаивающее :)
Юзайте ide-cd.
--
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):
Да был я там, даже кое-какие комментарии автору отписал. Честно
говоря, не верю я в это стремление самому с нуля построить
велосипед на пустом месте, причём начинать с выбора эмали для
покраски и стильных наклеек на раму ;-)
-- mutabor in multimedia-devel@
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Comm] Re: красиво уходит rmmod
2005-05-23 8:11 [Comm] красиво уходит rmmod Michael Isachenkov
2005-05-23 16:12 ` Andrey Rahmatullin
@ 2005-05-23 16:47 ` Konstantin A. Lepikhov
2005-05-24 7:05 ` Michael Isachenkov
1 sibling, 1 reply; 7+ messages in thread
From: Konstantin A. Lepikhov @ 2005-05-23 16:47 UTC (permalink / raw)
To: community
Hi Michael!
Monday 23, at 12:11:39 PM you wrote:
> # rmmod ide_scsi
> Segmentation fault
>
> # dmesg | tail
> [<d8877779>] scsi_send_eh_cmnd+0x99/0x1e0 [scsi_mod]
> [<d8877670>] scsi_eh_done+0x0/0x70 [scsi_mod]
> [<d8877c21>] scsi_eh_tur+0x81/0xe0 [scsi_mod]
> [<d8877d0d>] scsi_eh_abort_cmds+0x8d/0xe0 [scsi_mod]
> [<d8878a7b>] scsi_unjam_host+0xab/0x1c0 [scsi_mod]
> [<d8878c54>] scsi_error_handler+0xc4/0x160 [scsi_mod]
> [<d8878b90>] scsi_error_handler+0x0/0x160 [scsi_mod]
> [<c01012a5>] kernel_thread_helper+0x5/0x10
> Code: 8b 78 64 89 43 2c 89 7b 14 89 7b 0c 8b 54 24 38 89 53 30 8b 4c 24 34 a1 a0 2d 2e c0 8b 51 3c 01 d0 89 43 38 8b 54 24 1c 8b 42 20 <8b> 80 e0 01 00 00 a8 01 74 09 8b 4c 24 10 0f ba 69 34 02 8b 54
> <6>note: scsi_eh_0[1105] exited with preempt_count 1
>
> а началось все с того, что перестал монтироваться cdrom как /dev/scd0 :(
>
> # uname -r
> 2.6.11-std26-up-alt6
>
> посоветуйте что-нибудь успокаивающее :)
выкинуть ide-scsi в /dev/null :)
--
WBR, Konstantin chat with ==>ICQ: 109916175
Lepikhov, speak to ==>JID: lakostis@jabber.org
aka L.A. Kostis write to ==>mailto:lakostis@pisem.net.nospam
...The information is like the bank... (c) EC8OR
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-05-24 9:29 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-23 8:11 [Comm] красиво уходит rmmod Michael Isachenkov
2005-05-23 16:12 ` Andrey Rahmatullin
2005-05-24 7:02 ` Michael Isachenkov
2005-05-24 8:08 ` [Comm] q&p: sabotage ide-scsi under 2.6.x? ;-) (was: красиво уходит rmmod) Michael Shigorin
2005-05-23 16:47 ` [Comm] Re: красиво уходит rmmod Konstantin A. Lepikhov
2005-05-24 7:05 ` Michael Isachenkov
2005-05-24 9:29 ` Konstantin A. Lepikhov
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git