Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Todd Pearsall on July 02, 2002, 12:40:21 AM
-
I've read a bunch of messages on this error, but can't seem to find a definative solution (or one that works for me at least).
Here's what I see at boot up:
Jan 21 18:35:24 house2 kernel: ide1: BM-DMA at 0x1488-0x148f, BIOS settings: hdc:DMA, hdd:DMA
Jan 21 18:35:24 house2 kernel: hda: Maxtor 53073H4, ATA DISK drive
Jan 21 18:35:24 house2 kernel: hdc: FX400_02, ATAPI CDROM drive
Jan 21 18:35:24 house2 kernel: hdd: Seagate STT20000A, ATAPI TAPE drive
Jan 21 18:35:24 house2 kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Jan 21 18:35:24 house2 kernel: ide1 at 0x170-0x177,0x376 on irq 15
Jan 21 18:35:24 house2 kernel: hda: Maxtor 53073H4, 29311MB w/2048kB Cache, CHS=3970/240/63
Jan 21 18:35:24 house2 kernel: FDC 0 is a post-1991 82077
Jan 21 18:35:24 house2 kernel: md driver 0.90.0 MAX_MD_DEVS=256, MAX_REAL=12
...
Jan 21 18:35:24 house2 kernel: scsi : 0 hosts.
Jan 21 18:35:24 house2 kernel: scsi : detected total.
When running a backup I get:
Jul 1 03:00:01 house2 kernel: st0: Error with sense data: [valid=0] Info fld=0x0, Current st09:00: sense key Illegal Request
Jul 1 03:00:01 house2 kernel: Additional sense indicates Invalid command operation code
...
I tried setting the backup device to ide:
# /sbin/e-smith/db configuration setprop backup Device /dev/nht0
# /sbin/e-smith/signal-event conf-backup
# /sbin/e-smith/backup
Backup aborted: No tape loaded
Any recommendations?
Thanks,
Todd
-
You wrote
>I tried setting the backup device to ide:
># /sbin/e-smith/db configuration setprop backup Device /dev/nht0
># /sbin/e-smith/signal-event conf-backup
AFAIK, /dev/nht0 is the _IDE_ tape device.
You try using /dev/nst0
(the _SCSI_ tapedevice)
ALso, ide-scsi module must be loaded
Bart
-
Thanks for the respone.
Bart wrote:
> AFAIK, /dev/nht0 is the _IDE_ tape device.
That's what I understood, but when I use that is says no tape loaded. Go figure.
> You try using /dev/nst0
> (the _SCSI_ tapedevice)
> ALso, ide-scsi module must be loaded
ide-scsi is loaded, but looks like it is not in use:
# lsmod
Module Size Used by
ide-tape 19424 0 (autoclean)
appletalk 18208 0
ppp_mppe 15440 0 (autoclean)
ppp 20464 0 (autoclean) [ppp_mppe]
slhc 4480 0 (autoclean) [ppp]
nls_cp437 3920 0 (autoclean)
smbfs 26592 0 (autoclean)
printer 4608 0 (unused)
parport_probe 3440 0 (autoclean)
parport_pc 7504 1 (autoclean)
lp 5232 0 (autoclean)
parport 7360 1 (autoclean) [parport_probe parport_pc lp]
eepro100 16912 1 (autoclean)
st 25456 0
usb-uhci 19024 0 (unused)
usbcore 42992 1 [printer usb-uhci]
ide-scsi 7408 0
Is there any configuration I should be playing with?
Thanks,
Todd
-
For the archives...
Strangely enough, after the upgrade to 5.5 /dev/nst0 is no longer the tape device, but /dev/nht0 is. So far it looks like the "Error with sense data" problem has gone away, but I'm still testing.
- Todd