AW: AW: AW: Problem runnning vlcs

Stephan D´Costa <[email protected]> Tue, 16 Jul 2002 14:52:40 +0200
Newsgroups gmane.comp.video.videolan.vlcs
Message-ID <[email protected]>
> > ./vlcs &>/var/log/vlcs &
> 
> You probably mean :
> ./vlcs > /var/log/vlcs 2>&1 &
 
I think, it is possible to type th command either your way, 
or my way, as far as I know, the two commands should behave the same 
(1> redirects standard output, 2> redirects standard error,
&> redirects stardard output AND stardard error.

The described error with the self-stopping vlcs also appears, when I
don't redirect the output (the following output is generated by using
the cvs-version, version 0.1.2 behaves nearly the same):

sat_neu:/usr/src/miniVLCS # ./vlcs &
[1] 5147
INFO : List of channels initialized
INFO : Adding channel 0 : I:
INFO : Adding channel 1 : udp:@239.255.12.42
INFO : Adding channel 2 : udp:@239.255.12.43
INFO : Adding channel 3 : udp:@239.255.12.44
sat_neu:/usr/src/miniVLCS #
sat_neu:/usr/src/miniVLCS #
sat_neu:/usr/src/miniVLCS #
[1]+  Stopped                 ./vlcs
sat_neu:/usr/src/miniVLCS #

I didn't press CTRL+z, the process is self-stopping.

Regards
	Stephan


-- 
This is the vlcs mailing-list, see http://www.videolan.org/vlcs/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <[email protected]>