Mailing List archive

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

[vdr] Re: VDR developer version 1.1.20



Oliver Endriss wrote:
> Klaus Schmidinger wrote:
> > Oliver Endriss wrote:
> > > Hmm, why don't you use a more hard-wired approach?
> > > vdr is running in the background
> > > - if the -d option has been specified AND
> > > - the -t option has not been specified.
> > > Otherwise assume that vdr is running in the foreground.
> >
> > What about
> >
> >    vdr &
> > ?
> 
> What's the problem? vdr will try to read from stdin and will block.
> That's ok because other programs do it exactly the same way.
> 
> The correct way to use '&' is:
> vdr < /dev/tty9 > /dev/tty9 2>&1 &
> 

You're kidding? Aren't you?
Thats exactly the point why everyone says linux is user-un-friendly,
because of such more-complicated-than-it-has-to-be Things.

Cu Ulrich



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index