Steamcast and Debian Lenny

Steamcast is a stand alone server that combines the features of SHOUTcast and Icecast2 and more to make one mega awesome server.
Post Reply
masterxert
Posts: 1
Joined: Mon Jun 08, 2009 3:18 pm

Steamcast and Debian Lenny

Post by masterxert »

Hello,

when i will start steamcast:

./steamcast

then come :

-bash: ./steamcast: Datei oder Verzeichnis nicht gefunden (file not found)

but the file in this directory , please help !
DJNightfly
Posts: 7
Joined: Mon Jun 01, 2009 3:36 pm

Re: Steamcast and Debian Lenny

Post by DJNightfly »

Hi,

versuch mal ./steamcast steamcast.conf

Das sollte funktionieren. Ich nutze Ubuntu und musste mich auch erst dran gewöhnen. Bei SuSE war das nicht nötig.
Und achte auf die Berechtigungen für die Steamcast Binary. 744 muss gesetzt sein.

#####

Hi,

try ./steamcast steamcast.conf

This should work. I'm using Ubuntu an had to adjust to it. With SuSE I didn't need this.
An take care to the permissions of the steamcast binary. 744 has to be set.

Nightfly
Lane
Posts: 154
Joined: Mon May 09, 2005 4:16 pm

Re: Steamcast and Debian Lenny

Post by Lane »

you need a -c argument in the command when you specify custom .conf file.

example:
./steamcast -c /some/config/file/steamcast.conf
Post Reply