Hi, > $ xorrisofs dummy/ > dummy.iso > $ $ od -t x1 dummy.iso > 0000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > * > 1334000
Yes. This is reproducible in the upstream development version. It seems to be related to the fact that the output fd is read-only to a disk file. The problem must have sneaked in between release 1.0.0 and 1.0.2. I will have to examine deeper. Can you confirm that the following produces an ISO image ? xorrisofs dummy/ | cat > dummy.iso (Here xorriso talks to a pipe, not a disk file. With -o it would talk to a file descriptor which it opened itself.) Have a nice day :) Thomas -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

