Re: kernel errors

2023-02-06 Thread Max Nikulin
On 06/02/2023 00:11, Richmond wrote: Max Nikulin writes: On 05/02/2023 03:12, Richmond wrote: The errors about sr0 come before the stuff about resume. Does the following command generate similar errors (taken from initrd scripts, UUID is intentionally not from the set of existing

Re: kernel errors

2023-02-05 Thread Richmond
Max Nikulin writes: > On 05/02/2023 03:12, Richmond wrote: >> The errors about sr0 come before the stuff about resume. > > Does the following command generate similar errors (taken from initrd > scripts, UUID is intentionally not from the set of existing > partitions)? > > blkid -l -t

Re: kernel errors

2023-02-05 Thread Max Nikulin
On 05/02/2023 03:12, Richmond wrote: The errors about sr0 come before the stuff about resume. Does the following command generate similar errors (taken from initrd scripts, UUID is intentionally not from the set of existing partitions)? blkid -l -t UUID=----

Re: kernel errors

2023-02-04 Thread Richmond
Richmond wrote: > David Wright writes: > >> On Sat 04 Feb 2023 at 17:38:25 (+), Richmond wrote: >>> David Wright writes: On Sat 04 Feb 2023 at 12:37:27 (+), Richmond wrote: > Max Nikulin writes: >> On 03/02/2023 01:47, Richmond wrote: >>> It might be a good way for

Re: kernel errors

2023-02-04 Thread Richmond
David Wright writes: > On Sat 04 Feb 2023 at 17:38:25 (+), Richmond wrote: >> David Wright writes: >> > On Sat 04 Feb 2023 at 12:37:27 (+), Richmond wrote: >> >> Max Nikulin writes: >> >> > On 03/02/2023 01:47, Richmond wrote: >> >> >> It might be a good way for someone to reproduce

Re: kernel errors

2023-02-04 Thread David Wright
On Sat 04 Feb 2023 at 17:38:25 (+), Richmond wrote: > David Wright writes: > > On Sat 04 Feb 2023 at 12:37:27 (+), Richmond wrote: > >> Max Nikulin writes: > >> > On 03/02/2023 01:47, Richmond wrote: > >> >> It might be a good way for someone to reproduce the error on some > >> >> other

Re: kernel errors

2023-02-04 Thread Richmond
David Wright writes: > On Sat 04 Feb 2023 at 12:37:27 (+), Richmond wrote: >> Max Nikulin writes: >> > On 03/02/2023 01:47, Richmond wrote: >> >> It might be a good way for someone to reproduce the error on some >> >> other >> >> machine. I have no problems with the CD/DVD writer and have

Re: kernel errors

2023-02-04 Thread Thomas Schmitt
Hi, i wrote: > > Maybe the script which runs blkid or alike has vanished during the recent > > reconstruction of the initrd which fixed the problems ? Richmond wrote: > I didn't need to reconstruct initrd to cause the problems. As far as I > remember all I did was destroy the swap space, having

Re: kernel errors

2023-02-04 Thread David Wright
On Sat 04 Feb 2023 at 12:37:27 (+), Richmond wrote: > Max Nikulin writes: > > On 03/02/2023 01:47, Richmond wrote: > >> It might be a good way for someone to reproduce the error on some > >> other > >> machine. I have no problems with the CD/DVD writer and have used it a > >> few times

Re: kernel errors

2023-02-04 Thread Richmond
Max Nikulin writes: > On 03/02/2023 01:47, Richmond wrote: >> It might be a good way for someone to reproduce the error on some >> other >> machine. I have no problems with the CD/DVD writer and have used it a >> few times recently. > > Do you see the same errors if kernel command line is edited

Re: kernel errors

2023-02-04 Thread Richmond
"Thomas Schmitt" writes: > Hi, > > Richmond wrote: >> /tmp/initrd21/scripts/local:[ "${quiet?}" != "y" ] && log_begin_msg >> "Running /scripts/local-block" >> [...] >> local_block() >> { >>[ "${quiet?}" != "y" ] && log_begin_msg "Running /scripts/local-block" >>run_scripts

Re: kernel errors

2023-02-04 Thread Thomas Schmitt
Hi, Richmond wrote: > /tmp/initrd21/scripts/local:[ "${quiet?}" != "y" ] && log_begin_msg > "Running /scripts/local-block" > [...] > local_block() > { >[ "${quiet?}" != "y" ] && log_begin_msg "Running /scripts/local-block" >run_scripts /scripts/local-block "$@" > [...] > Then

Re: kernel errors

2023-02-03 Thread Max Nikulin
On 03/02/2023 01:47, Richmond wrote: It might be a good way for someone to reproduce the error on some other machine. I have no problems with the CD/DVD writer and have used it a few times recently. Do you see the same errors if kernel command line is edited from grub to pass non-existing

Re: kernel errors

2023-02-03 Thread John Covici
sorry, replied to wrong list. On Fri, 03 Feb 2023 16:55:18 -0500, John Covici wrote: > > For instance I just got a post from Freedom Scientific which had the > announcement in the Email and also link to the post. > On Fri, 03 Feb 2023 15:28:55 -0500, > David Wright wrote: > > > > On Fri 03 Feb

Re: kernel errors

2023-02-03 Thread John Covici
For instance I just got a post from Freedom Scientific which had the announcement in the Email and also link to the post. On Fri, 03 Feb 2023 15:28:55 -0500, David Wright wrote: > > On Fri 03 Feb 2023 at 13:12:05 (+), Richmond wrote: > > David Wright writes: > > > On Thu 02 Feb 2023 at

Re: kernel errors

2023-02-03 Thread David Wright
On Fri 03 Feb 2023 at 13:12:05 (+), Richmond wrote: > David Wright writes: > > On Thu 02 Feb 2023 at 21:58:54 (+), Richmond wrote: > >> "Thomas Schmitt" writes: > >> > > >> > (If not there, then in the /scripts/local-block directory of the initrd > >> > ?) > >> > >> I don't know how I

Re: kernel errors

2023-02-03 Thread Richmond
"Thomas Schmitt" writes: > Hi, > > Richmond wrote: >> No local block. :-? > > Maybe you can find our from where the message comes: > > grep -r 'Running.*scripts.*local-block' /tmp/initrd21 > > grep -r 'Running.*scripts.*local-block' /tmp/initrd21 /tmp/initrd21/scripts/local:[ "${quiet?}"

Re: kernel errors

2023-02-03 Thread Thomas Schmitt
Hi, Richmond wrote: > No local block. :-? Maybe you can find our from where the message comes: grep -r 'Running.*scripts.*local-block' /tmp/initrd21 Have a nice day :) Thomas

Re: kernel errors

2023-02-03 Thread Richmond
David Wright writes: > On Thu 02 Feb 2023 at 21:58:54 (+), Richmond wrote: >> "Thomas Schmitt" writes: >> > >> > (If not there, then in the /scripts/local-block directory of the initrd ?) >> >> I don't know how I would look in that. Is it in RAM at boot time? > >Choose your kernel

Re: kernel errors

2023-02-03 Thread Richmond
Michel Verdier writes: > Le 2 février 2023 Richmond a écrit : > >> There is no such file. Earlier I ran this: >> >> find / -print|grep "scripts/local-block" >> >> and it found nothing, which led me to believe it is some temporary file... >>> >>> (If not there, then in the /scripts/local-block

Re: kernel errors

2023-02-02 Thread David Wright
On Thu 02 Feb 2023 at 21:58:54 (+), Richmond wrote: > "Thomas Schmitt" writes: > > > > (If not there, then in the /scripts/local-block directory of the initrd ?) > > I don't know how I would look in that. Is it in RAM at boot time? Choose your kernel ↓↓Pick any name

Re: kernel errors

2023-02-02 Thread Michel Verdier
Le 2 février 2023 Richmond a écrit : > There is no such file. Earlier I ran this: > > find / -print|grep "scripts/local-block" > > and it found nothing, which led me to believe it is some temporary file... >> >> (If not there, then in the /scripts/local-block directory of the initrd ?) its part

Re: kernel errors

2023-02-02 Thread Richmond
"Thomas Schmitt" writes: > Indeed. But why should only the kernel be brain damaged ? > > (I expect some generic UUID searcher for block devices. Probably the sr > devices are near the end of its iteration. So one would not see any > protest in the log if the UUID is found on the device which is

Re: kernel errors

2023-02-02 Thread Thomas Schmitt
Hi, Richmond wrote: > Perhaps the system was looking for resume space on sr0? That's my guess too. We already knew that the read address and block size come from the kernel's brain damaged representation of a drive which has not seen a medium since boot. My suspicion was that libblkid is

Re: kernel errors - SOLVED

2023-02-02 Thread Richmond
piorunz writes: > On 02/02/2023 14:05, Richmond wrote: >> After I did this, the errors went away. >> I don't know why the errors reference sr0, it's a mystery. > > They will most likely come back, this error is related to optical > drive, nothing to do with swap space. Perhaps the system was

Re: kernel errors - SOLVED

2023-02-02 Thread piorunz
On 02/02/2023 14:05, Richmond wrote: After I did this, the errors went away. I don't know why the errors reference sr0, it's a mystery. They will most likely come back, this error is related to optical drive, nothing to do with swap space. -- With kindest regards, Piotr. ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁

Re: kernel errors - SOLVED

2023-02-02 Thread Richmond
Richmond writes: > It may be a coincidence but yesterday I installed some > libguestfs-tools. Now I see errors when booting, which also appear in > /var/log/messages: > > kernel: [9.506798] sr 3:0:0:0: [sr0] tag#12 FAILED Result: > hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=2s >

Re: kernel errors

2023-01-26 Thread Thomas Schmitt
Hi, Thomas Amm wrote: > First you might remove the pktcdvd module: > Not sure if it causes this specific problem but it is for pre- > growisofs CD-RW writing. The packet writing device bundles smaller write requests in larger chunks and ensures to write only at addresses and with sizes which

Re: kernel errors

2023-01-26 Thread Thomas Amm
On Mon, 2023-01-23 at 17:34 +, Richmond wrote: > Sven Joachim writes: > > > On 2023-01-23 16:13 +, Richmond wrote: > > > > > I put a dvd in and mounted it. Then rebooted. I saw these > > > messages: > > > > > >  [  756.539018] pktcdvd: pktcdvd0: writer mapped to sr0 > > >  [   

Re: kernel errors

2023-01-25 Thread Thomas Schmitt
Hi, piorunz wrote: > read attempts continue, Obviously your drive groper is different from Richmond's. Both get lured into their activities by the kernel bugs. > Inserting blank disc on every reboot is not a solution in my opinion. And I > didn't verified it myself, It would be interesting to

Re: kernel errors

2023-01-25 Thread piorunz
On 25/01/2023 15:26, Thomas Schmitt wrote: it might be that there are no further (periodic) read attempts. If the messages only appear once during the boot procedure, then i think the issue is explored as far as possible without starting kernel programming. Just to briefly comment on this -

Re: kernel errors

2023-01-25 Thread Thomas Schmitt
Hi, Richmond wrote: > VENDOR MODEL SIZE PHY-SEC LOG-SEC > HL-DT-ST HL-DT-ST_DVDRAM_GH15F 204820482048 > It has stayed like this after I removed it. Next question would be whether the error messages stopped after this. But re-reading your initial post: > > I see

Re: kernel errors

2023-01-25 Thread Richmond
Richmond writes: > "Thomas Schmitt" writes: > >> Hi, >> >> i wrote: >>> > If you have some blank optical medium, then try whether the emitter of >>> > the read attempt can be discouraged if the drive is perceived as offering >>> > just one block of 2048 bytes. >> >> Richmond wrote: >>> I don't

Re: kernel errors

2023-01-25 Thread Richmond
"Thomas Schmitt" writes: > Hi, > > i wrote: >> > If you have some blank optical medium, then try whether the emitter of >> > the read attempt can be discouraged if the drive is perceived as offering >> > just one block of 2048 bytes. > > Richmond wrote: >> I don't know how to do that. Do you

Re: kernel errors

2023-01-25 Thread Thomas Schmitt
Hi, i wrote: > > If you have some blank optical medium, then try whether the emitter of > > the read attempt can be discouraged if the drive is perceived as offering > > just one block of 2048 bytes. Richmond wrote: > I don't know how to do that. Do you mean make a DVD with 1 block of data?

Re: kernel errors

2023-01-25 Thread Richmond
"Thomas Schmitt" writes: > I assume that you will see the same result there. lsblk -b -o VENDOR,MODEL,SIZE,PHY-SEC,LOG-SEC /dev/sr* VENDOR MODEL SIZE PHY-SEC LOG-SEC HL-DT-ST HL-DT-ST_DVDRAM_GH15F 1073741312 512 512 5.10.0-21-amd64 #1 SMP Debian 5.10.162-1

Re: kernel errors

2023-01-25 Thread piorunz
On 25/01/2023 10:38, Thomas Schmitt wrote: Are users of Debian 10 (actually of kernel 4.19) here who are willing to run lsblk -b -o VENDOR,MODEL,SIZE,PHY-SEC,LOG-SEC /dev/sr* directly after booting with empty drive tray ? $ lsblk -b -o VENDOR,MODEL,SIZE,PHY-SEC,LOG-SEC /dev/sr* VENDOR

Re: kernel errors

2023-01-25 Thread Thomas Schmitt
Hi, i wrote: > > Back in 2020 i would quite surely have noticed > > if that behavior had been shown. Richmond wrote: > lsblk -b -o VENDOR,MODEL,SIZE,PHY-SEC,LOG-SEC /dev/sr* > VENDOR MODELSIZE PHY-SEC LOG-SEC > TSSTcorp TSSTcorp_DVD+_-RW_TS-L632H 1073741312 512

Re: kernel errors

2023-01-25 Thread Richmond
"Thomas Schmitt" writes: > > Are users of Debian 10 (actually of kernel 4.19) here who are willing to > run > lsblk -b -o VENDOR,MODEL,SIZE,PHY-SEC,LOG-SEC /dev/sr* > directly after booting with empty drive tray ? lsblk -b -o VENDOR,MODEL,SIZE,PHY-SEC,LOG-SEC /dev/sr* VENDOR MODEL

Re: kernel errors

2023-01-25 Thread Thomas Schmitt
Hi, piorunz wrote: > CD inserted: > $ lsblk -b -o VENDOR,MODEL,SIZE,PHY-SEC,LOG-SEC /dev/sr0 > VENDOR MODEL SIZE PHY-SEC LOG-SEC > hp hp_DVDRW_GUE1N 62765670420482048 > DVD inserted: > $ lsblk -b -o VENDOR,MODEL,SIZE,PHY-SEC,LOG-SEC /dev/sr0 > VENDOR MODEL

Re: kernel errors

2023-01-25 Thread piorunz
On 24/01/2023 18:58, Thomas Schmitt wrote: Hi, the log messages about "unaligned transfer" would be explained if indeed the block size of the drive would be mistaken as 512 bytes rather than 2048 bytes. So it might be interesting to let lsblk report "sector" sizes as perceived by the kernel:

Re: kernel errors

2023-01-24 Thread Thomas Schmitt
Hi, the log messages about "unaligned transfer" would be explained if indeed the block size of the drive would be mistaken as 512 bytes rather than 2048 bytes. So it might be interesting to let lsblk report "sector" sizes as perceived by the kernel: lsblk -b -o

Re: kernel errors

2023-01-24 Thread Thomas Schmitt
Hi, piorunz wrote: > Today, kernel 5.10, Debian 11 Bullseye, and problem still exists :D > > $ lsblk -b -o VENDOR,MODEL,SIZE /dev/sr0 > VENDOR MODELSIZE > hp hp_DVDRW_GUE1N 1073741312 Now that's a strange size: 1 GiB - 512 bytes. The readable data capacity of an optical

Re: kernel errors

2023-01-23 Thread piorunz
On 23/01/2023 15:01, Thomas Schmitt wrote: I wonder what might have caused this. But this line brings me to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948358 where pior...@gmail.com tried to get this processed as bug of udev. No solution was found. That would be me. Over three years

Re: kernel errors

2023-01-23 Thread Richmond
David Wright writes: > On Mon 23 Jan 2023 at 13:34:50 (+), Richmond wrote: >> It may be a coincidence but yesterday I installed some >> libguestfs-tools. Now I see errors when booting, which also appear in >> /var/log/messages: >> >> kernel: [ 9.506798] sr 3:0:0:0: [sr0] tag#12 FAILED

Re: kernel errors

2023-01-23 Thread David Wright
On Mon 23 Jan 2023 at 13:34:50 (+), Richmond wrote: > It may be a coincidence but yesterday I installed some > libguestfs-tools. Now I see errors when booting, which also appear in > /var/log/messages: > > kernel: [9.506798] sr 3:0:0:0: [sr0] tag#12 FAILED Result: > hostbyte=DID_OK

Re: kernel errors

2023-01-23 Thread Richmond
Sven Joachim writes: > On 2023-01-23 16:13 +, Richmond wrote: > >> I put a dvd in and mounted it. Then rebooted. I saw these messages: >> >> [ 756.539018] pktcdvd: pktcdvd0: writer mapped to sr0 >> [3.744658] sr 3:0:0:0: [sr0] scsi3-mmc drive: 62x/62x writer dvd-ram >> cd/rw xa/form2

Re: kernel errors

2023-01-23 Thread Thomas Schmitt
Hi, Richmond wrote: > I put a dvd in and mounted it. Then rebooted. I saw these messages: > > [ 756.539018] pktcdvd: pktcdvd0: writer mapped to sr0 > [3.744658] sr 3:0:0:0: [sr0] scsi3-mmc drive: 62x/62x writer dvd-ram > cd/rw xa/form2 cdda tray > [ 19.585098] pktcdvd: pktcdvd0: writer

Re: kernel errors

2023-01-23 Thread Sven Joachim
On 2023-01-23 16:13 +, Richmond wrote: > I put a dvd in and mounted it. Then rebooted. I saw these messages: > > [ 756.539018] pktcdvd: pktcdvd0: writer mapped to sr0 > [3.744658] sr 3:0:0:0: [sr0] scsi3-mmc drive: 62x/62x writer dvd-ram > cd/rw xa/form2 cdda tray > [ 19.585098]

Re: kernel errors

2023-01-23 Thread Richmond
"Thomas Schmitt" writes: > Hi, > > Richmond wrote: >> kernel: [9.506798] sr 3:0:0:0: [sr0] tag#12 FAILED Result: >> hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=2s >> kernel: [9.507009] sr 3:0:0:0: [sr0] tag#12 Sense Key : Not Ready >> [current] >> kernel: [9.507146] sr 3:0:0:0:

Re: kernel errors

2023-01-23 Thread Thomas Schmitt
Hi, Richmond wrote: > kernel: [9.506798] sr 3:0:0:0: [sr0] tag#12 FAILED Result: > hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=2s > kernel: [9.507009] sr 3:0:0:0: [sr0] tag#12 Sense Key : Not Ready > [current] > kernel: [9.507146] sr 3:0:0:0: [sr0] tag#12 Add. Sense: Medium not

kernel errors

2023-01-23 Thread Richmond
It may be a coincidence but yesterday I installed some libguestfs-tools. Now I see errors when booting, which also appear in /var/log/messages: kernel: [9.506798] sr 3:0:0:0: [sr0] tag#12 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE cmd_age=2s kernel: [9.507009] sr 3:0:0:0:

kernel errors only showing on reboot - nouveau & tpm_crb

2017-07-30 Thread Sharon Kimble
Every time that I reboot this shows up in my daily logwatch - --8<---cut here---start->8--- WARNING: Kernel Errors Present intel-lpss: probe of :00:1e.0 failed with error -22 ...: 2 Time(s) nouveau: probe of :01:00.0 failed with err

kernel errors present - how to resolve them please?

2014-07-25 Thread Sharon Kimble
Every day the following appears in my logwatch email --8---cut here---start-8--- WARNING: Kernel Errors Present EXT4-fs (sde1): error count: 1 ...: 1 Time(s) EXT4-fs (sde1): initial error at 1397381477: _ ...: 1 Time(s) EXT4-fs (sde1): last

Re: kernel errors present - how to resolve them please?

2014-07-25 Thread Curt
On 2014-07-25, Sharon Kimble boudic...@skimble.plus.com wrote: Every day the following appears in my logwatch email =2D-8---cut here---start-8--- WARNING: Kernel Errors Present EXT4-fs (sde1): error count: 1 ...: 1 Time(s) EXT4-fs (sde1): initial

Re: kernel errors present - how to resolve them please?

2014-07-25 Thread Sharon Kimble
Curt cu...@free.fr writes: On 2014-07-25, Sharon Kimble boudic...@skimble.plus.com wrote: Every day the following appears in my logwatch email =2D-8---cut here---start-8--- WARNING: Kernel Errors Present EXT4-fs (sde1): error count: 1 ...: 1 Time(s

kernel errors

2013-08-20 Thread François Patte
Bonjour, In logwatch report, I have some kenel errors: 1-ACPI: ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT3._GTF] (Node 88040e097ec0), AE_NOT_FOUND (20110623/psparse-536 ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20110623/psargs-359) 2- Ext4:

Re: kernel errors

2013-08-20 Thread Jerome BENOIT
Hello, On 20/08/13 11:39, François Patte wrote: Bonjour, In logwatch report, I have some kenel errors: 1-ACPI: ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT3._GTF] (Node 88040e097ec0), AE_NOT_FOUND (20110623/psparse-536 ACPI Error: [DSSP] Namespace lookup

Re: kernel errors

2013-08-20 Thread Darac Marjal
On Tue, Aug 20, 2013 at 11:39:52AM +0200, François Patte wrote: Bonjour, In logwatch report, I have some kenel errors: 1-ACPI: ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT3._GTF] (Node 88040e097ec0), AE_NOT_FOUND (20110623/psparse-536 ACPI Error: [DSSP]

Re: Help needed fixing kernel errors

2011-04-26 Thread Arnt Karlsen
On Tue, 26 Apr 2011 14:37:24 +1000, Steven wrote in message 1303792644.6192.14.camel@square: Hi folks, I have a problem that's now beyond my expertise to fault properly. I get random intermittent kernel errors. Usually when the system is under stress. System specs; AMD X4 840 (Badged

Re: Help needed fixing kernel errors

2011-04-26 Thread Frank McCormick
get random intermittent kernel errors. Usually when the system is under stress. System specs; AMD X4 840 (Badged phenomii but it's really an athlon core) ASUS M4A88TD-M EVO/USB3 2x 2GB sticks of Corsair 1600 DDR3 500TB WD Caviar Blue. Below are some example of the errors

Re: Help needed fixing kernel errors

2011-04-26 Thread Frank McCormick
On Tue, 26 Apr 2011 14:14:46 +0200 Arnt Karlsen a...@c2i.net wrote: On Tue, 26 Apr 2011 14:37:24 +1000, Steven wrote in message 1303792644.6192.14.camel@square: Hi folks, I have a problem that's now beyond my expertise to fault properly. I get random intermittent kernel errors. Usually

Help needed fixing kernel errors

2011-04-25 Thread Steven Hamilton
Hi folks, I have a problem that's now beyond my expertise to fault properly. I get random intermittent kernel errors. Usually when the system is under stress. System specs; AMD X4 840 (Badged phenomii but it's really an athlon core) ASUS M4A88TD-M EVO/USB3 2x 2GB sticks of Corsair 1600 DDR3 500TB

tape drive writing and kernel errors

2007-04-02 Thread Sebastiaan Veldhuisen
Hi, I'm running debian Etch on a no name server with a Quantum DLT-v4 SATA drive. All my backups on tape are failing with kernel errors (see below). The tape is fresh, so it isn't a bad medium I guess. After googling I tried appending irqpoll acpi=noirq, but that didn't make any difference

Re: tape drive writing and kernel errors

2007-04-02 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/02/07 04:43, Sebastiaan Veldhuisen wrote: Hi, I'm running debian Etch on a no name server with a Quantum DLT-v4 SATA drive. All my backups on tape are failing with kernel errors (see below). The tape is fresh, so it isn't a bad medium I

tape writing and kernel errors

2006-03-30 Thread david robert
Hi,I am running debian 3.1 on dell power edge 2650 with power vault 114T and i am running bacula backup for my tape backup.My backup is not working because of the following errorkernel: st0: Error with sense data: Current st09:00: sense key Unit Attention kernel: Additional sense indicates

Re: printing a certain .ps causes usb kernel errors

2005-10-28 Thread Marc Wilson
On Fri, Oct 28, 2005 at 12:18:40PM -0400, David Morse wrote: All this is news to me, and interesting. How can one, in general, tell good and bad postscript apart? The one doesn't crash the target printer, the other does. That's not a joke, that's just the way it is today. It used to be that

printing a certain .ps causes usb kernel errors

2005-10-27 Thread David Morse
Perhaps I should send this to some other mailing list (suggestions?), but my user has been generating a series of .ps files through firefox that, when printed, cause the printer to stop printing. Its red LED starts flashing, and when I go to examine /var/log/kern.log I see many entries of the

Re: printing a certain .ps causes usb kernel errors

2005-10-27 Thread Marc Wilson
On Thu, Oct 27, 2005 at 10:30:29PM -0400, David Morse wrote: description of how to crash a Postscript printer deleted I don't see why you think this is a problem with the kernel. You generated bad Postscript, you sent bad Postscript to an unsuspecting printer, that printer crashed. It stopped

DRM kernel errors

2003-07-27 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This is starting to get really annoying. Whenever a window pops up in front of flightgear, my machine freezes and I get this little tidbit in my logs: Jul 27 19:43:43 ursine kernel: [drm:radeon_lock_take] *ERROR* 4 holds heavyweight lock I'm

Re: Kernel errors

2003-03-04 Thread Seneca
On Tue, Mar 04, 2003 at 09:41:52PM -0500, Joel Konkle-Parker wrote: I just compiled a fresh 2.2.20 kernel and rebooted into it for the first time. During the boot, the kernel went into an endless cycle of the same error message, something to the effect of cannot modprobe switch switch

Re: Kernel errors

2003-03-04 Thread Russell Shaw
Joel Konkle-Parker wrote: I just compiled a fresh 2.2.20 kernel and rebooted into it for the first time. During the boot, the kernel went into an endless cycle of the same error message, something to the effect of cannot modprobe switch switch switch binfmt###c; error=8. That's from memory, so

OT: AMD chips cause kernel errors and hangs?

2001-08-22 Thread Rick Macdonald
We have a Linux cluster of 1000 nodes. I wasn't involved in setting it up. They use RedHat 6.2 kernel 2.2.19. Dual AMD 1.2GHz, 2GB memory, 2GB swap, GB ethernet. Several nodes hang and/or get kernel errors every day. The first causes that come to mind are bad RAM and running out of virtual

Re: OT: AMD chips cause kernel errors and hangs?

2001-08-22 Thread Rogério Brito
On Aug 21 2001, Rick Macdonald wrote: Several nodes hang and/or get kernel errors every day. The first causes that come to mind are bad RAM and running out of virtual memory. I've pasted some logs below. (...) I guess that the best solution would be for you to run these Oops

Re: OT: AMD chips cause kernel errors and hangs?

2001-08-22 Thread Jason Majors
a Linux cluster of 1000 nodes. I wasn't involved in setting it up. They use RedHat 6.2 kernel 2.2.19. Dual AMD 1.2GHz, 2GB memory, 2GB swap, GB ethernet. Several nodes hang and/or get kernel errors every day. The first causes that come to mind are bad RAM and running out of virtual memory

Re: OT: AMD chips cause kernel errors and hangs?

2001-08-22 Thread Michael B. Taylor
On Tue, Aug 21, 2001 at 11:59:06PM -0600, Rick Macdonald wrote: We have a Linux cluster of 1000 nodes. I wasn't involved in setting it up. They use RedHat 6.2 kernel 2.2.19. Dual AMD 1.2GHz, 2GB memory, 2GB swap, GB ethernet. Quoting the latest Kernel Traffic (kt.zork.net), which summerizes

Re: OT: AMD chips cause kernel errors and hangs?

2001-08-22 Thread Kent West
Jason Majors wrote: I just got an AMD chip and noticed that witht the RAM set to 133MHz in the BIOS it would lock under Debian or Win98. It happened on my box and my girlfriend's identical box. I'd suggest checking the memory settings. On Tue, Aug 21, 2001 at 11:59:06PM -0600, Rick Macdonald

Re: OT: AMD chips cause kernel errors and hangs?

2001-08-22 Thread Brandon High
On Wed, Aug 22, 2001 at 01:03:05PM -0500, Kent West wrote: I got an FIC motherboard with an AMD 1.2GHz Athlon; the mobo has a jumper to switch between 100MHz and 133MHz bus speed. If I set it to 133, I can then go into CMOS and watch the temperature monitor climb and climb until the

kernel errors with PPP

1999-04-20 Thread Marlon Urias
I after installing the base Debain 2.1 using the cdrom I rebooted and attempted to continue the package installation process via apt PPP. When I attempted to dial up (pon provider) after pppconfig I got weird kernel error to standard out. So I decied to install from the CD instead. After doing

Re: kernel errors with PPP

1999-04-20 Thread John Hasler
Marlon Urias writes: ANYWAYS after dialing up and installing some packages via apt PPP my dialup STOPPED working. What packages did you install? This time the errors showed up in /var/log/messages so I've appended them to the end of this email incase anybody can help. Can't tell much from

kernel errors under Linux pre-patch-2.0.31-3

1997-08-07 Thread Peter S Galbraith
I tested the kernel pre-patch-2.0.31-3 from www.linuxhq.com because it's got support for hardware I use. I use Debian 1.3 with upgrades for 2.1.X kernels. Under this kernel, I'm logging errors like: Unable to handle kernel paging request at virtual address e0202024 current-tss.cr3 = 00742000,