Search found 15 matches

by Flying Jack
Fri Sep 29, 2006 12:53 pm
Forum: Steamcast
Topic: SourceRawKey Tutorial
Replies: 9
Views: 17171

/me happy and ready to donate :)

Maybe could I help by offering mirror hosting ?
by Flying Jack
Fri Sep 29, 2006 1:39 am
Forum: Steamcast
Topic: SourceRawKey Tutorial
Replies: 9
Views: 17171

Lane wrote:Would a small donation help? :)
+1 ;)
by Flying Jack
Wed Sep 27, 2006 8:21 am
Forum: Steamcast
Topic: Run Steamcast as daemon
Replies: 12
Views: 19526

I've try lot of different possibilities, the only one which works is: server:/home/user# more /etc/init.d/steamcast #!/bin/bash NAME="Steamcast" SCREEN=/usr/local/bin/screen # On va faire tourner steamcast en tant que nobody:nogroup # On peut bien sur creer un autre user (sans shell,...) s...
by Flying Jack
Wed Sep 27, 2006 2:42 am
Forum: Steamcast
Topic: Run Steamcast as daemon
Replies: 12
Views: 19526

Hi ! I've try lot of things, it doesn't work anymore... server:/home/user# more /etc/init.d/steamcast #!/bin/bash NAME="Steamcast" SRV_BIN=/steamcast/steamcast SRV_CFG=/steamcast/steamcast.conf SRV_PATH=/steamcast # On va faire tourner steamcast en tant que nobody:nogroup # On peut bien su...
by Flying Jack
Tue Sep 26, 2006 2:44 pm
Forum: Steamcast
Topic: Run Steamcast as daemon
Replies: 12
Views: 19526

Thanks,
I'll check tomorrow, and I'll post feedback.
by Flying Jack
Tue Sep 26, 2006 1:57 pm
Forum: Steamcast
Topic: Run Steamcast as daemon
Replies: 12
Views: 19526

So how does running as a daemon stop you from changing the current working directory? Just do this in the startup script. Mmmhhh... I don't really understand you answer... You say that I have to put something like this: cd /my/path/of/steamcast echo "Starting $NAME"; here ? $SSD_BIN $SSD_...
by Flying Jack
Tue Sep 26, 2006 10:21 am
Forum: Steamcast
Topic: Run Steamcast as daemon
Replies: 12
Views: 19526

you need to make sure the working directory is set to the steamcast exe's location. such as cd /pathto/steamcast hey ! What an honor... the admin himself :) The problem is that I run Steamcast as daemon, on boot... (update-rc.d etc...) How can I do ? The other way I've try is to launch steamcast us...
by Flying Jack
Tue Sep 26, 2006 5:50 am
Forum: Steamcast
Topic: authentication made easy?!
Replies: 9
Views: 17727

Just to say that VideoLAN opens a loggin pop up for play authenticated stream ;)

(Sorry for my english, I'm french :D)
by Flying Jack
Tue Sep 26, 2006 3:52 am
Forum: Steamcast
Topic: Run Steamcast as daemon
Replies: 12
Views: 19526

Hi, Just one more question... I've all my steamcast files in a /steamcast directory... server:/steamcast# ll total 400K drwxr-xr-x 2 root root 4,0K 2006-09-26 10:48 . drwxr-xr-x 22 root root 4,0K 2006-09-25 23:12 .. -rw-r--r-- 1 root root 1003 2006-09-25 21:36 steamauth.txt -rwxr-xr-x 1 root root 36...
by Flying Jack
Tue Sep 26, 2006 3:26 am
Forum: Steamcast
Topic: SourceRawKey Tutorial
Replies: 9
Views: 17171

Just a little up...
I wish the futur version of steamcast will come soon :)
by Flying Jack
Tue Sep 26, 2006 3:07 am
Forum: Steamcast
Topic: Run Steamcast as daemon
Replies: 12
Views: 19526

Thanks a lot :) I paste my script for everybody: server:/home/user# more /etc/init.d/steamcast #!/bin/bash NAME="Steamcast" SRV_BIN=/steamcast/steamcast SRV_CFG=/steamcast/steamcast.conf # On va faire tourner steamcast en tant que nobody:nogroup # On peut bien sur creer un autre user (sans...
by Flying Jack
Mon Sep 25, 2006 4:20 pm
Forum: Steamcast
Topic: Run Steamcast as daemon
Replies: 12
Views: 19526

found !
apt-get install screen

more /etc/init.d/steamcast
#!/bin/bash
screen -d -m /steamcast/steamcast /steamcast/steamcast.conf
by Flying Jack
Mon Sep 25, 2006 3:18 pm
Forum: Steamcast
Topic: Run Steamcast as daemon
Replies: 12
Views: 19526

Run Steamcast as daemon

Hi !
I've juste set up a steamcast server, which runs fine, but I can't run it as daemon...
I've try with the same script I use for shoutcast, but it doesn't work...
Somebody has already do this ?
Thanks
by Flying Jack
Mon Sep 25, 2006 12:58 pm
Forum: Steamcast
Topic: Missing libs
Replies: 30
Views: 55207

Fixed !

Code: Select all

apt-get install libstdc++2.10-glibc2.2
by Flying Jack
Mon Sep 25, 2006 12:44 pm
Forum: Steamcast
Topic: Missing libs
Replies: 30
Views: 55207

Hi ! I've got the same problem, on a Debian Sarge 3.1... ./steamcast: error while loading shared libraries: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory I've install last version of all needed library... ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries ii l...