Steamcast 0.99 beta (Linux) - cannot run in background?

Steamcast is a stand alone server that combines the features of SHOUTcast and Icecast2 and more to make one mega awesome server.
Post Reply
altimit
Posts: 7
Joined: Fri Jan 06, 2006 4:43 pm
Location: AR, USA
Contact:

Steamcast 0.99 beta (Linux) - cannot run in background?

Post by altimit »

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.

Code: Select all

kaguya@chie:~/steamcast$ ./steamcast > /dev/null &
[1] 32488
kaguya@chie:~/steamcast$

[1]+  Stopped                 ./steamcast > /dev/null
kaguya@chie:~/steamcast$ bg 1
[1]+ ./steamcast > /dev/null &
kaguya@chie:~/steamcast$

[1]+  Stopped                 ./steamcast > /dev/null
kaguya@chie:~/steamcast$ bg 1
[1]+ ./steamcast > /dev/null &
kaguya@chie:~/steamcast$

[1]+  Stopped                 ./steamcast > /dev/null
kaguya@chie:~/steamcast$ bg 1
[1]+ ./steamcast > /dev/null &
kaguya@chie:~/steamcast$

[1]+  Stopped                 ./steamcast > /dev/null
kaguya@chie:~/steamcast$
No matter what, it will not continue to run unless I pull it to the foreground.
User avatar
Max
Posts: 153
Joined: Fri Oct 21, 2011 1:39 am

Re: Steamcast 0.99 beta (Linux) - cannot run in background?

Post by Max »

What flavor of Linux are you using?

Also, do you have logs for when it stops?
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Re: Steamcast 0.99 beta (Linux) - cannot run in background?

Post by Jay »

try ./steamcast -k
- Jay
Post Reply