FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › startup on unslung 6.8
- This topic has 4 replies, 2 voices, and was last updated 18 years, 2 months ago by rpedde.
-
AuthorPosts
-
04/09/2006 at 6:42 PM #560fizzeParticipant
I have a unsling script on my slug, so that mt-daapd is started upon boot.
I just realized, that is is defunct.
There are lots of Zombified instances of mt-daapd left in memory, any clues how this might happen ?I know that the same script used to work as late as 900ish nightlies for sure.
So the Q is, what has changed in mt-daapd since then that affects startup behavious ?
Its really a nag, and the slug doesnt really reboot often, but if it happens, its nice not to have to turn a PC on and “fix” mt-daapd… π04/09/2006 at 6:59 PM #6236rpeddeParticipant@fizze wrote:
I have a unsling script on my slug, so that mt-daapd is started upon boot.
I just realized, that is is defunct.
There are lots of Zombified instances of mt-daapd left in memory, any clues how this might happen ?I know that the same script used to work as late as 900ish nightlies for sure.
So the Q is, what has changed in mt-daapd since then that affects startup behavious ?
Its really a nag, and the slug doesnt really reboot often, but if it happens, its nice not to have to turn a PC on and “fix” mt-daapd… πzombies happen because processes are terminated and not reaped. I’d check your syslog and see what’s up. You might be getting killed for oom condition.
Maybe some of your gigantic oggs slipped into the db?
05/09/2006 at 6:12 AM #6237fizzeParticipantwell I guess thats what I might have to do.
The weird thing is, when I run the same script like 1min after the slug has booted it works fine of course.Just figured Id ask since there’s a bunch of slug users here π
19/09/2006 at 4:21 PM #6238fizzeParticipantAlright, finally had some time to bog this down.
Seems that I start 2 instances π Funny thing is, I never modified my unslung scripts. weirdness. Well, the second entry has to be somewhere π<25>Sep 19 17:32:04 mt-daapd[508]: Starting with debuglevel 0
<25>Sep 19 17:32:04 mt-daapd[508]: Starting rendezvous daemon
<25>Sep 19 17:32:04 mt-daapd[510]: Starting signal handler
<25>Sep 19 17:32:05 mt-daapd[510]: Initializing database
<25>Sep 19 17:32:07 mt-daapd[519]: Starting with debuglevel 0
<25>Sep 19 17:32:07 mt-daapd[519]: Starting rendezvous daemon
<25>Sep 19 17:32:07 mt-daapd[521]: Starting signal handler
<25>Sep 19 17:32:07 mt-daapd[521]: Initializing database
<25>Sep 19 17:34:55 mt-daapd[510]: Starting web server from /share/flash/conf/opt/share/mt-daapd/admin-root on port 3689
<25>Sep 19 17:34:55 mt-daapd[521]: Starting web server from /share/flash/conf/opt/share/mt-daapd/admin-root on port 3689
<25>Sep 19 17:34:55 mt-daapd[521]: Listen port: Address already in use
<25>Sep 19 17:34:55 mt-daapd[521]: Error staring web server: Address already in use
<25>Sep 19 17:34:55 mt-daapd[520]: Rendezvous socket closed (daap server crashed?) Aborting.Wow, funny. I had a rc.local~ in my /unslung dir. If the slug is dumb enough to execute this at bootup, Im gonna scream π
20/09/2006 at 1:49 AM #6239rpeddeParticipantWow, funny. I had a rc.local~ in my /unslung dir. If the slug is dumb enough to execute this at bootup, Im gonna scream π
wow.. that *is* super strange. Quick and dirty, I guess. π
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.