From owner-freebsd-stable Fri Sep 26 18:32:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA13266 for stable-outgoing; Fri, 26 Sep 1997 18:32:13 -0700 (PDT) Received: from ns.NL.net (ns.NL.net [193.78.240.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id SAA13249 for ; Fri, 26 Sep 1997 18:32:06 -0700 (PDT) Received: from stuyts by ns.NL.net (5.65b/NLnet1.3) id AA11267; Sat, 27 Sep 1997 03:22:16 +0200 Received: from daneel.stuyts.nl (daneel.stuyts.nl [193.78.231.7]) by terminus.stuyts.nl (8.8.7/8.8.5) with ESMTP id DAA03060; Sat, 27 Sep 1997 03:19:43 +0200 (MET DST) Received: (from benst@localhost) by daneel.stuyts.nl (8.8.5/8.8.5) id DAA22457; Sat, 27 Sep 1997 03:19:30 +0200 (MET DST) Message-Id: <199709270119.DAA22457@daneel.stuyts.nl> Content-Type: text/plain Mime-Version: 1.0 (NeXT Mail 3.3 v118.2) In-Reply-To: <8488.875262955@time.cdrom.com> X-Nextstep-Mailer: Mail 3.3 (Enhance 1.2) Received: by NeXT.Mailer (1.118.2) From: Ben Stuyts Date: Sat, 27 Sep 97 03:19:27 +0200 To: "Jordan K. Hubbard" Subject: Re: 2nd Notice: 4 days to code freeze in RELENG_2_2 branch. Cc: stable@FreeBSD.ORG, joerg_wunsch@uriah.heep.sax.de Reply-To: ben@stuyts.nl References: <8488.875262955@time.cdrom.com> Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, On Fri, 26 Sep 1997, "Jordan K. Hubbard" wrote: > This will be the usual FreeBSD style code-freeze: New features > and radical changes not allowed, bug fixes and cleanup permitted. I just found out that the problem with fixating cdr's are still present in RELENG_2_2. (cvsupped two days ago): [terminus.stuyts.nl src/worm]167: sudo ./burncd /var/tmp/cd Place CD in the worm drive now and press return: 510966 kilobytes, 1693 seconds 1021932+0 records in 25548+1 records out 523229184 bytes transferred in 1706.858504 secs (306545 bytes/sec) /var/log/messages says after writing, but before finishing, so probably during fixating: Sep 27 02:56:24 terminus /kernel: worm0(ahc0:5:0): MEDIUM ERROR info:0x80000082 asc:34,0 I tried a suggestion posted by J"org here, but that doesn't seem to work: %scsi -f /dev/rworm0.ctl -s 3600 -c "e9 0 0 0 0 0 0 0 1 0" SCIOCCOMMAND ioctl: Command accepted. return status 3 (Sense Returned) host adapter status 2 Command out (10 of 10): e9 00 00 00 00 00 00 00 01 00 Error code is "current errors" Segment number is 00 Sense key is "Illegal request" The Information field is 80000002 (-2147483646). The Command Specific Information field is 00000000 (0). Additional sense code: 82 Additional sense code qualifier: 00 sense (32 of 48): f0 00 05 80 00 00 02 0a 00 00 00 00 82 00 00 00 00 00 00 ff 74 bf 3a 00 00 00 00 00 00 00 00 00 %scsi -f /dev/rworm0.ctl -s 3600 -c "35 0 0 0 0 0 0 0 0 0" SCIOCCOMMAND ioctl: Command accepted. return status 3 (Sense Returned) host adapter status 2 Command out (10 of 10): 35 00 00 00 00 00 00 00 00 00 Error code is "current errors" Segment number is 00 Sense key is "Illegal request" The Information field is 80000000 (-2147483648). The Command Specific Information field is 00000000 (0). Additional sense code: 2c Additional sense code qualifier: 00 sense (32 of 48): f0 00 05 80 00 00 00 0a 00 00 00 00 2c 00 00 00 00 00 00 ff 74 bf 3a 00 00 00 00 00 00 00 00 00 %scsi -f /dev/rworm0.ctl -s 3600 -c "e9 0 0 0 0 0 0 0 1 0" SCIOCCOMMAND ioctl: Command accepted. return status 3 (Sense Returned) host adapter status 2 Command out (10 of 10): e9 00 00 00 00 00 00 00 01 00 Error code is "current errors" Segment number is 00 Sense key is "Illegal request" The Information field is 80000002 (-2147483646). The Command Specific Information field is 00000000 (0). Additional sense code: 82 Additional sense code qualifier: 00 sense (32 of 48): f0 00 05 80 00 00 02 0a 00 00 00 00 82 00 00 00 00 00 00 ff 74 bf 3a 00 00 00 00 00 00 00 00 00 This is with a Philips CDD2600 drive. Mounting the same cd after all this did work though. Checked it, and it verified fine. If there's anything I can do or check, please let me know. With kind regards, Ben Stuyts