Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2002 21:36:20 +0200 (CEST)
From:      Søren Schmidt <sos@freebsd.dk>
To:        Patrik Sundberg <ps@radiac.mine.nu>
Cc:        freebsd-stable@freebsd.org, sos@freebsd.org
Subject:   Re: burncd from stdin
Message-ID:  <200204051936.g35JaLo92522@freebsd.dk>
In-Reply-To: <20020405190039.GA11402@raquel.radiac.mine.nu>

next in thread | previous in thread | raw e-mail | index | archive | help
It seems Patrik Sundberg wrote:
> after updating to -stable as of yesterday i can't burn cd's from stdin
> anymore. what i usually do is:
> 
> # mkisofs -R -J /path/to/cd_dir | burncd -s 12 -f /dev/acd0c data - fixate
> 
> this now says (in verbose mode) that the size to write is 0bytes and it never
> writes anything to disk and then complain when trying fixate (not destroying
> the cd though).
> 
> it works however with:
> # mkisofs -R -J -o /path/temp.iso ; burncd -s 12 -f /dev/acd0c data /path/temp.iso fixate
> 
> anyone know what this could be?

BUG! :)

I just committed the fix to -current, MFC will follow...

-Søren

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204051936.g35JaLo92522>