I'd like to set up my slimp3slave debian player up so that it just starts up
automatically on boot. Its a home machine inside a firewall and security
isn't really an issue.
Has someone got a script or maybe point me at a general purpose howto.
I'm a happy squeezebox user, this is just for another headless dumpster
reclaimed player to synchronize with it.
Results 1 to 10 of 19
Thread: slimp3slave startup on debian
-
2004-04-07, 18:18 #1pmcdowellGuest
slimp3slave startup on debian
-
2004-04-08, 01:59 #2alexdGuest
slimp3slave startup on debian
On Thu, 2004-04-08 at 13:18 +1200, pmcdowell wrote:
> I'd like to set up my slimp3slave debian player up so that it just starts up
> automatically on boot. Its a home machine inside a firewall and security
> isn't really an issue.
> Has someone got a script or maybe point me at a general purpose howto.
> I'm a happy squeezebox user, this is just for another headless dumpster
> reclaimed player to synchronize with it.
cat /etc/init.d/README
alexd
--
http://ale.cx
-
2005-09-19, 15:06 #3
- Join Date
- May 2005
- Posts
- 4
Not really...
slimp3slave has a segfault issue when it isn't foreground in a console. even backgrounding it causes a segfault... I think there's a memory allocation/access issue (from the segfault), but it's 900+ lines of code I'd rather not debug for a pointer error =/
I ran it as a service, but it segfaults there too.
-
2005-09-19, 23:53 #4
Re: slimp3slave startup on debian
> slimp3slave has a segfault issue when it isn't foreground in a
> console.
> even backgrounding it causes a segfault... I think there's a memory
> allocation/access issue (from the segfault), but it's 900+ lines of
> code I'd rather not debug for a pointer error =/
Try v0.3 (latest is IMHO 0.4). The latter caused more problems for me, too. 0.3 doesn't offer the text based UI, but did its job of playing quite fine.
http://www.ex-parrot.com/~pdw/slimp3...ave-0.3.tar.gz
--
Michael
-----------------------------------------------------------
Help translate SlimServer by using the
SlimString Translation Helper (http://www.herger.net/slim/)Last edited by mherger; 2005-09-19 at 23:55.
-
2005-09-22, 13:42 #5
- Join Date
- Sep 2005
- Posts
- 4
If you are interested, I have managed to get this to work.
I created a -b option (background) and changed one line in the code.
-
2005-09-22, 13:58 #6
Re: slimp3slave startup on debian
> If you are interested, I have managed to get this to work.
>
> I created a -b option (background) and changed one line in the code.
Yes please!
--
Michael
-----------------------------------------------------------
Help translate SlimServer by using the
StringEditor Plugin (http://www.herger.net/slim/)
-
2005-09-22, 23:41 #7
- Join Date
- Sep 2005
- Posts
- 4
G'day all,
Here is a patch to update your c code
It works for me, no guarantee's it will work for you :-)
-
2005-09-25, 08:27 #8
Re: slimp3slave startup on debian
> If you are interested, I have managed to get this to work.
>
> I created a -b option (background) and changed one line in the code.
Excellent! Works like a charm. Thanks a lot!
--
Michael
-----------------------------------------------------------
Help translate SlimServer by using the
StringEditor Plugin (http://www.herger.net/slim/)
-
2005-10-06, 12:49 #9
- Join Date
- May 2005
- Posts
- 4
Originally Posted by stinga`
-
2005-10-06, 13:02 #10
Re: slimp3slave startup on debian
>> If you are interested, I have managed to get this to work.
>> I created a -b option (background) and changed one line in the code.
>
> I'd love to hear about this too!
I downloaded his patch, compiled and have it running since without a
problem using the following command line:
slimp3slave -b -s localhost
--
Michael
-----------------------------------------------------------
Help translate SlimServer by using the
StringEditor Plugin (http://www.herger.net/slim/)