Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: VDR 'hangs' startup, part II



Thomas Glomann wrote:
> 
> Hello,
> 
> now I am back home, and I am currently trying some things out to get VDR
> working again.
> you may have a look at my first posting from Aug. 07.
> 
> This bug happens w/ vdr versions 1.3.11 and later.
> Klaus, can think of any new features since 1.3.11 that might cause this litlle
> hang?
> 
> aehm, how can i reroute the messages to STDOUT into a file so I can post VDRs
> log?  ./vdr >> log only gives me an empty file and the messages are still
> outputed to STDOUT.

The I assume the output goes to stderr, not stdout.

You can do

  ./vdr >> log 2>&1

to also redirect stderr to 'log'.

Klaus

> btw, i tried plain vanilla VDR , so this bug is not caused by 3rd party
> patches/plugins.




Home | Main Index | Thread Index