Steamcast 0.99 beta (Linux) - cannot run in background?
Steamcast 0.99 beta (Linux) - cannot run in background?
I tried the standard "./steamcast &" and it would keep stopping, so I tried the "./steamcast > /dev/null &" as suggested in the readme, with no difference.
No matter what, it will not continue to run unless I pull it to the foreground.
Code: Select all
[email protected]:~/steamcast$ ./steamcast > /dev/null &
[1] 32488
[email protected]:~/steamcast$
[1]+ Stopped ./steamcast > /dev/null
[email protected]:~/steamcast$ bg 1
[1]+ ./steamcast > /dev/null &
[email protected]:~/steamcast$
[1]+ Stopped ./steamcast > /dev/null
[email protected]:~/steamcast$ bg 1
[1]+ ./steamcast > /dev/null &
[email protected]:~/steamcast$
[1]+ Stopped ./steamcast > /dev/null
[email protected]:~/steamcast$ bg 1
[1]+ ./steamcast > /dev/null &
[email protected]:~/steamcast$
[1]+ Stopped ./steamcast > /dev/null
[email protected]:~/steamcast$
Re: Steamcast 0.99 beta (Linux) - cannot run in background?
What flavor of Linux are you using?
Also, do you have logs for when it stops?
Also, do you have logs for when it stops?