Re: Wodim: How to read from stdin?

2010-01-02 Thread Til Schubbe
* On 02.01. Bill Davidsen muttered: > Til Schubbe wrote: > > My goal is to burn a DVD with an existing image over the network. > > Therefore I asked for reading from stdin. > In fact, I wonder why you don't just burn > it direct. Computer A has the burner inside, but not enough free diskspace

Re: cdrkit 1.1.10 fails to locate libcap

2010-01-02 Thread Mark Rosenstand
Hi Joerg, On Sat, 2010-01-02 at 23:55 +0100, Joerg Schilling wrote: > Mark Rosenstand wrote: > > > Hi, > > > > I just found the 1.1.10 update on ftp.debian.org by accident as I'm > > tracking cdrkit.org/releases/ - would be nice if releases were made > > available through the upstream site as we

Re: Wodim: How to read from stdin?

2010-01-02 Thread Bill Davidsen
Til Schubbe wrote: * On 02.01. Thomas Schmitt muttered: | So it seems you need a different burn program. Seems so. Joerg Schilling wrote: Please note that software that allows to write media without knowing the size in advance is not writing in SAO mode. In principle: yes. B

Re: cdrkit 1.1.10 fails to locate libcap

2010-01-02 Thread Norbert Preining
On Sa, 02 Jan 2010, Joerg Schilling wrote: > Cdrkit is undistributable as it is in conflict with the GPL and the Copyright > law. Cdrkit is unmaintained since May 6th 2007, so why do you ask for cdrkit? 1. This is a mailing list for CD/DVD writing, not for your personal enjoyment. There are ot

Re: cdrkit 1.1.10 fails to locate libcap

2010-01-02 Thread Joerg Schilling
Mark Rosenstand wrote: > Hi, > > I just found the 1.1.10 update on ftp.debian.org by accident as I'm > tracking cdrkit.org/releases/ - would be nice if releases were made > available through the upstream site as well (or the old releases removed > and a message telling to use ftp.debian.org) Cdr

Re: Wodim: How to read from stdin?

2010-01-02 Thread Joerg Schilling
"Thomas Schmitt" wrote: > Joerg Schilling wrote: > > Please note that software that allows to write media without knowing the > > size in advance is not writing in SAO mode. > > In principle: yes. > > But cdrskin can combine options -sao and -isosize > and thus can burn ISO images which it receiv

Re: cdrkit 1.1.10 fails to locate libcap

2010-01-02 Thread Mark Rosenstand
On Sat, 2010-01-02 at 20:31 +0100, Mark Rosenstand wrote: > Hi, > > I just found the 1.1.10 update on ftp.debian.org by accident as I'm > tracking cdrkit.org/releases/ - would be nice if releases were made > available through the upstream site as well (or the old releases removed > and a message t

Re: Wodim: How to read from stdin?

2010-01-02 Thread Til Schubbe
Hi, * On 02.01. Thomas Schmitt muttered: > > My goal is to burn a DVD with an existing image over the network. > > Therefore I asked for reading from stdin. > That should not keep you from trying Andy Polyakov's growisofs or > one of my libburn based programs. Ok. > Just like options -sao -is

Re: Wodim: How to read from stdin?

2010-01-02 Thread Thomas Schmitt
Hi, > My goal is to burn a DVD with an existing image over the network. > Therefore I asked for reading from stdin. In that case you may use wodim with option tsize=. E.g. size=$(ls -l /dvdbuffer/fertig.iso | \ awk '{print $5}') cat /dvdbuffer/fertig.iso | \ ssh "wodim -v dev=0,0,

Re: Wodim: How to read from stdin?

2010-01-02 Thread Til Schubbe
* On 02.01. Thomas Schmitt muttered: | So it seems you need a different burn program. Seems so. > Joerg Schilling wrote: > > Please note that software that allows to write media without knowing the > > size in advance is not writing in SAO mode. > > In principle: yes. > > But cdrskin can combi

Re: Wodim: How to read from stdin?

2010-01-02 Thread Til Schubbe
* On 02.01. Joerg Schilling muttered: > First a question: Why do you like to use defective and illegal > software like wodim? > [...] I do not intend to do so. I never digged into CD-writing in depth, so your info is appreciated. I'm running Debian Lenny and have to trust those people to imple

cdrkit 1.1.10 fails to locate libcap

2010-01-02 Thread Mark Rosenstand
Hi, I just found the 1.1.10 update on ftp.debian.org by accident as I'm tracking cdrkit.org/releases/ - would be nice if releases were made available through the upstream site as well (or the old releases removed and a message telling to use ftp.debian.org) Anyway, it fails to locate my libcap 2.

Re: Wodim: How to read from stdin?

2010-01-02 Thread Joerg Schilling
Norbert Preining wrote: > On Sa, 02 Jan 2010, Joerg Schilling wrote: > > First a question: Why do you like to use defective and illegal software > > like wodim? > > Please stop calling anything "illegal" without a legal proof of it. > Please go to court and find clarification once and for all, ot

Re: Wodim: How to read from stdin?

2010-01-02 Thread Norbert Preining
On Sa, 02 Jan 2010, Joerg Schilling wrote: > > > First a question: Why do you like to use defective and illegal software > > > like wodim? > > > > Please stop calling anything "illegal" without a legal proof of it. > > Please go to court and find clarification once and for all, otherwise > > you in

Re: Wodim: How to read from stdin?

2010-01-02 Thread Thomas Schmitt
Hi, Joerg Schilling wrote: > Please note that software that allows to write media without knowing the > size in advance is not writing in SAO mode. In principle: yes. But cdrskin can combine options -sao and -isosize and thus can burn ISO images which it receives from stdin to CD as SAO resp. to

Re: Wodim: How to read from stdin?

2010-01-02 Thread Norbert Preining
On Sa, 02 Jan 2010, Joerg Schilling wrote: > First a question: Why do you like to use defective and illegal software > like wodim? Please stop calling anything "illegal" without a legal proof of it. Please go to court and find clarification once and for all, otherwise you in turn can be sued for "

Re: Wodim: How to read from stdin?

2010-01-02 Thread Joerg Schilling
Til Schubbe wrote: > Hi, > > on 25 May 2007 Thomas Schmitt wrote: > > | I.e. this does not work: > | $ cat /dvdbuffer/fertig.iso | wodim -v dev=0,0,0 - > | ... > | wodim: Track 1 has unknown length. > > I'm getting the same errormessage. How can wodim read from stdin? First a question: Why

Re: Wodim: How to read from stdin?

2010-01-02 Thread Thomas Schmitt
Hi, Til Schube: > I'm getting the same errormessage. How can wodim read from stdin? I once wrote in http://lists.debian.org/cdwrite/2007/05/msg00097.html > > i do know that the following command works with > > a DVD+RW: > > $ wodim -v dev=0,0,0 /dvdbuffer/fertig.iso > > That's with version 1.1