From: Henry N. <hen...@ar...> - 2009-11-03 21:48:25
|
hello Peter, Peter Kuznetsov wrote: > What does it mean next coLinux messages? > > scsi2: unhandled opcode: 51 > scsi2: unhandled opcode: 5a > Driver 'sd' needs updating - please use bus_type methods > Driver 'sr' needs updating - please use bus_type methods > Kernel panic - not syncing: COSCSI: response: use_sg (2)> 1! > > See the post at https://sourceforge.net/tracker/?func=detail&aid=2890857&group_id=98788&atid=622063 > It would be nice to see this bug in my installation. But, it does running without problems for me. My coLinux config: colinux-daemon -t nt mem=64 kernel=vmlinux ^ cobd0=Debian-4.0.img root=/dev/cobd0 ^ cofs0=. ^ scsi0=cdrom,\Device\Cdrom0 "\Device\Cdrom0" is a Fedora 10 install DVD. This I used to checksum the read via scsi driver. Under Linux was running: debian:~# dd if=/dev/sr0 | md5sum 27e581edb392728c4a07d00d3fc5ced0 - 7153464+0 records in 7153464+0 records out 3662573568 bytes (3.7 GB) copied, 797.93 seconds, 4.6 MB/s But, have not your messages in kernel logs. debian:~# dmesg | grep -E 'sr|sd|scsi' scsi0 : Cooperative Linux SCSI Adapter scsi 0:0:1:0: CD-ROM coLinux COCD 1.01 PQ: 0 ANSI: 2 Driver 'sd' needs updating - please use bus_type methods Driver 'sr' needs updating - please use bus_type methods sr0: scsi3-mmc drive: 32x/32x cd/rw xa/form2 cdda tray sr 0:0:1:0: Attached scsi CD-ROM sr0 My used coLinux was the last snapshot from http://www.colinux.org/snapshots/ : debian:~# dmesg | head -n1 Linux version 2.6.25.20-co-0.8.0 (hn@hn-dt) (gcc version 4.2.1 (SUSE Linux)) #2 PREEMPT Sun Sep 27 12:49:54 UTC 2009 -- Henry N. |