[Fedora-livecd-list] Redirecting livecd-creator output

Patrice Guay patrice.guay at nanotechnologies.qc.ca
Thu Aug 27 12:59:06 UTC 2009


Patrice Guay wrote:
> When I call livecd-creator (livecd-tools version 014 under CentOS 5) and
> redirect the output to a standard file, the creation process fails:
>
> # livecd-creator -c minimal.ks -f minimal > output.log
>
> mke2fs 1.39 (29-May-2006)
> warning: libgcc-4.1.2-44.el5: Header V3 DSA signature: NOKEY, key ID
> e8562897
> warning: syslinux-3.36-4.2: Header V3 DSA signature: NOKEY, key ID fabea322
> /sbin/scsi_id: option requires an argument -- s
> /sbin/scsi_id: option requires an argument -- s
> e2fsck 1.39 (29-May-2006)
> Installation target minimized to 610900K
> resize2fs 1.39 (29-May-2006)
> genMinInstDelta data length is 2208 512 byte sectors
> /sbin/mksquashfs: invalid option
>
> SYNTAX:/sbin/mksquashfs source1 source2 ...  dest [options] [-e list of
> exclude dirs/files]
> [...]
> Error creating Live CD : mksquashfs exited with error (1)
>
>
> What could explain this behavior?

> Marc Herbert wrote :
>> Weird, I use "tee" with livecd-tools-020.1-1.fc10 and it works.
>> Works for me:
>>
>>     time nice sudo livecd-creator ....       | tee build.log
>
> Sorry I am actually doing this:
>
>       time nice sudo livecd-creator ....  2>&1 | tee build.log
>
>
> That could make a difference, who knows.
>
>
>
>
livecd-creator ... | tee build.log
livecd-creator ... 2>&1 | tee build.log
 -> both methods fail the same way "livecd-creator ... > output.log" did

Is there a commit somewhere between 014 and 020 fixing this issue?

--
Patrice




More information about the Fedora-livecd-list mailing list