From owner-freebsd-questions@FreeBSD.ORG Mon May 5 09:06:18 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB0291065671 for ; Mon, 5 May 2008 09:06:18 +0000 (UTC) (envelope-from thenudnik@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id 7D23C8FC21 for ; Mon, 5 May 2008 09:06:18 +0000 (UTC) (envelope-from thenudnik@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so393822ywe.13 for ; Mon, 05 May 2008 02:06:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type; bh=sEYkcigXZy2ZI0kanYpG3Bt5m9CR2imwd/yZrocf2KY=; b=Ve4Qa+BDt1yOyPTgFVp2u5DIrU1PA8i1b+2Wzns+iNQq84sH8VawgjH1gNUrAEDAufrVvZjkRpSFPLwZfHNUCgsPVAXqwP1w8/ZcbzvgaXBqtu9rfW2/qB7+SbkpfXJJjYpJwxF17+qN+4rmzmiFaUDEH2GgWBDclktImKMb9c0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type; b=XeRX8dDBqjbWnTcdIuvcwrLszq2/B6yLHGNVgM8LExcwUSyNPA8b6GA5pTKWDLp4IvxuA+nquFOi4n9Wytjhm4G2sRq5p3sBnIMqLlrXcaFLK5yDwsyc1cDh3zeCeLbJ6Cvov4c8Xqoe+yY6W1vbUN5YEjuSLCKIVewFZRTIeaI= Received: by 10.150.84.41 with SMTP id h41mr5721737ybb.216.1209978366184; Mon, 05 May 2008 02:06:06 -0700 (PDT) Received: from ?192.168.2.2? ( [67.235.234.20]) by mx.google.com with ESMTPS id 6sm6834011ywc.8.2008.05.05.02.06.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 05 May 2008 02:06:05 -0700 (PDT) Message-ID: <481ECDEE.3000709@gmail.com> Date: Mon, 05 May 2008 05:05:50 -0400 From: "David M. Patronis" User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: Pollywog References: <4818C475.9070800@gmail.com> <481E7AF8.60100@hdk5.net> <200805050411.49030.lists-fbsd@shadypond.com> In-Reply-To: <200805050411.49030.lists-fbsd@shadypond.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Mystery Hardware Error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2008 09:06:18 -0000 Pollywog wrote: > On Monday 05 May 2008 03:11:52 Al Plant wrote: > > > >> Aloha list, >> >> I am getting the same error on FreeBSD 7 RELEASE and 8. Current as David >> is. CD's work fine. >> Anybody know what this is? >> > > I have been getting the errors too, whenever I reboot the machine, I find them > in the logs. I don't burn CD's on the machine so I don't know if I could. I > normally do that on another machine that runs Linux. > _ If you have an ATAPI burner you can easily burn CDs from the command line using mkisofs to generate a disc image and then the "burncd" utility that comes with even a basic install of FreeBSD. See below for the most simple example: mkisofs -o nameofimage.iso pathtofile burncd -f /dev/acd0 data pathtofile nameoffile.iso fixate Of course, that still doesn't answer our question. David