* [gentoo-user] Kernel 2.6.16-gentoo-r7 freezes sometimes
@ 2006-05-24 6:36 JC Denton
2006-05-24 7:50 ` Richard Fish
0 siblings, 1 reply; 8+ messages in thread
From: JC Denton @ 2006-05-24 6:36 UTC (permalink / raw
To: gentoo user
[-- Attachment #1: Type: text/plain, Size: 585 bytes --]
Hi!
I have a big problem. I am using 2.6.16-gentoo-r7 and the system stops booting from time to time. This happens, when I get the sequence of errors like:
ide-scsi: (IO,CoD) != (0,1) while issuing a packet command
hdc: ATAPI reset complete
Then it follows a "---------------[cut here ]--------------------"
And I get :
kernel BUG at include/linux/timer.h:83!
invalid opcode: 0000 [#1]
PREEMPT
Sometimes the systems boot swithout complaining.
Please, I need help!
Thanks!
---------------------------------
Sie denken an Ihre Sicherheit? Das tun wir auch.
[-- Attachment #2: Type: text/html, Size: 723 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Kernel 2.6.16-gentoo-r7 freezes sometimes
2006-05-24 6:36 [gentoo-user] Kernel 2.6.16-gentoo-r7 freezes sometimes JC Denton
@ 2006-05-24 7:50 ` Richard Fish
2006-05-24 8:02 ` JC Denton
0 siblings, 1 reply; 8+ messages in thread
From: Richard Fish @ 2006-05-24 7:50 UTC (permalink / raw
To: gentoo-user
On 5/23/06, JC Denton <jcdentonmail@yahoo.de> wrote:
> Hi!
>
> I have a big problem. I am using 2.6.16-gentoo-r7 and the system stops
> booting from time to time. This happens, when I get the sequence of errors
> like:
> ide-scsi: (IO,CoD) != (0,1) while issuing a packet command
> hdc: ATAPI reset complete
Why are you still using ide-scsi??
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Kernel 2.6.16-gentoo-r7 freezes sometimes
2006-05-24 7:50 ` Richard Fish
@ 2006-05-24 8:02 ` JC Denton
2006-05-24 8:27 ` Richard Fish
0 siblings, 1 reply; 8+ messages in thread
From: JC Denton @ 2006-05-24 8:02 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 633 bytes --]
It seems so. Mainly because I do not know how to change. If you could give me a hint ?
Richard Fish <bigfish@asmallpond.org> schrieb: On 5/23/06, JC Denton wrote:
> Hi!
>
> I have a big problem. I am using 2.6.16-gentoo-r7 and the system stops
> booting from time to time. This happens, when I get the sequence of errors
> like:
> ide-scsi: (IO,CoD) != (0,1) while issuing a packet command
> hdc: ATAPI reset complete
Why are you still using ide-scsi??
-Richard
--
gentoo-user@gentoo.org mailing list
---------------------------------
Yahoo! Mail schützt Sie vor lästigen und gefährlichen Viren.
[-- Attachment #2: Type: text/html, Size: 953 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Kernel 2.6.16-gentoo-r7 freezes sometimes
2006-05-24 8:02 ` JC Denton
@ 2006-05-24 8:27 ` Richard Fish
2006-05-24 21:15 ` JC Denton
0 siblings, 1 reply; 8+ messages in thread
From: Richard Fish @ 2006-05-24 8:27 UTC (permalink / raw
To: gentoo-user
On 5/24/06, JC Denton <jcdentonmail@yahoo.de> wrote:
> It seems so. Mainly because I do not know how to change. If you could give
> me a hint ?
Well assuming you are just using ide-scsi so you can access your
CD/DVD burner, it should be as simple as turing off
CONFIG_BLK_DEV_IDESCSI and turning on CONFIG_BLK_DEV_IDECD.
Then you will use /dev/hdX (or just /dev/cdrom or /dev/cdrw) instead
of /dev/sr0 as the device for whatever burn software you are using.
cdrecord will complain loudly about using a device node, but then
again, if cdrecord doesn't complain loudly about something, you
probably made a mistake!
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* RE: [gentoo-user] Kernel 2.6.16-gentoo-r7 freezes sometimes
@ 2006-05-24 12:49 Johnson, Maurice E CTR NSWCDL-K74
2006-05-24 16:35 ` Richard Fish
0 siblings, 1 reply; 8+ messages in thread
From: Johnson, Maurice E CTR NSWCDL-K74 @ 2006-05-24 12:49 UTC (permalink / raw
To: gentoo-user, gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1211 bytes --]
Additionally, when using cdrecord, you will use:
cdrecord dev=ATAPI:<X,Y,Z>
It is also possible to use a numbered ID when
using IDE/ATAPI: cdrecord dev=ATAPI:0,0,0 Run
cdrecord dev=ATAPI -scanbus to find the valid IDs.
See http://linuxreviews.org/howtos/cdrecording/ and the man page.
-----Original Message-----
From: richard.j.fish@gmail.com on behalf of Richard Fish
Sent: Wed 5/24/2006 4:27 AM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Kernel 2.6.16-gentoo-r7 freezes sometimes
On 5/24/06, JC Denton <jcdentonmail@yahoo.de> wrote:
> It seems so. Mainly because I do not know how to change. If you could give
> me a hint ?
Well assuming you are just using ide-scsi so you can access your
CD/DVD burner, it should be as simple as turing off
CONFIG_BLK_DEV_IDESCSI and turning on CONFIG_BLK_DEV_IDECD.
Then you will use /dev/hdX (or just /dev/cdrom or /dev/cdrw) instead
of /dev/sr0 as the device for whatever burn software you are using.
cdrecord will complain loudly about using a device node, but then
again, if cdrecord doesn't complain loudly about something, you
probably made a mistake!
-Richard
--
gentoo-user@gentoo.org mailing list
[-- Attachment #2: Type: text/html, Size: 1828 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Kernel 2.6.16-gentoo-r7 freezes sometimes
2006-05-24 12:49 Johnson, Maurice E CTR NSWCDL-K74
@ 2006-05-24 16:35 ` Richard Fish
0 siblings, 0 replies; 8+ messages in thread
From: Richard Fish @ 2006-05-24 16:35 UTC (permalink / raw
To: gentoo-user
On 5/24/06, Johnson, Maurice E CTR NSWCDL-K74
<maurice.e.johnson1.ctr@navy.mil> wrote:
> Additionally, when using cdrecord, you will use:
>
> cdrecord dev=ATAPI:<X,Y,Z>
Normally this isn't even necessary. Using -dev /dev/cdrw should work.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Kernel 2.6.16-gentoo-r7 freezes sometimes
2006-05-24 8:27 ` Richard Fish
@ 2006-05-24 21:15 ` JC Denton
2006-05-24 22:25 ` Richard Fish
0 siblings, 1 reply; 8+ messages in thread
From: JC Denton @ 2006-05-24 21:15 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1350 bytes --]
Ok, I did the configuration of the kernel. And also cdrecord does complain, so everything seems ok. BUT it is not. I can surely say when the system will crash because in this cases it takes aweful long untill I can choose a operating system. And then it hangs when using kernel 2.6.16. I am getting the same error with 2.6.14 but it boots after some time. Is there a problem in the boot conditions? Is there some configuration file that is used while boot time that contains bad things?
Do not know what to do anymore.
JC
Richard Fish <bigfish@asmallpond.org> schrieb: On 5/24/06, JC Denton wrote:
> It seems so. Mainly because I do not know how to change. If you could give
> me a hint ?
Well assuming you are just using ide-scsi so you can access your
CD/DVD burner, it should be as simple as turing off
CONFIG_BLK_DEV_IDESCSI and turning on CONFIG_BLK_DEV_IDECD.
Then you will use /dev/hdX (or just /dev/cdrom or /dev/cdrw) instead
of /dev/sr0 as the device for whatever burn software you are using.
cdrecord will complain loudly about using a device node, but then
again, if cdrecord doesn't complain loudly about something, you
probably made a mistake!
-Richard
--
gentoo-user@gentoo.org mailing list
---------------------------------
Yahoo! Mail schützt Sie vor lästigen und gefährlichen Viren.
[-- Attachment #2: Type: text/html, Size: 1671 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Kernel 2.6.16-gentoo-r7 freezes sometimes
2006-05-24 21:15 ` JC Denton
@ 2006-05-24 22:25 ` Richard Fish
0 siblings, 0 replies; 8+ messages in thread
From: Richard Fish @ 2006-05-24 22:25 UTC (permalink / raw
To: gentoo-user
On 5/24/06, JC Denton <jcdentonmail@yahoo.de> wrote:
> Ok, I did the configuration of the kernel. And also cdrecord does complain,
> so everything seems ok. BUT it is not. I can surely say when the system will
> crash because in this cases it takes aweful long untill I can choose a
> operating system. And then it hangs when using kernel 2.6.16. I am getting
> the same error with 2.6.14 but it boots after some time. Is there a problem
> in the boot conditions? Is there some configuration file that is used while
> boot time that contains bad things?
No. If it completes booting, is it stable? Do merges work ok?
Because my best guess at this point is a hardware problem:
overheating, bad memory, bad processor, bad motherboard, or a bad
power supply.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-05-24 22:31 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-24 6:36 [gentoo-user] Kernel 2.6.16-gentoo-r7 freezes sometimes JC Denton
2006-05-24 7:50 ` Richard Fish
2006-05-24 8:02 ` JC Denton
2006-05-24 8:27 ` Richard Fish
2006-05-24 21:15 ` JC Denton
2006-05-24 22:25 ` Richard Fish
-- strict thread matches above, loose matches on Subject: below --
2006-05-24 12:49 Johnson, Maurice E CTR NSWCDL-K74
2006-05-24 16:35 ` Richard Fish
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox