Image

Imagejackal wrote in Imagelinux

mt-daapd server not starting on reboot

Everytime I reboot my mt-daapd server is off, and I have to manually go restart it.

This is an Ubuntu Linux hosts so there's no chkconfig to chkconfig it on with.

Here's what I see:

# find /etc/rc* -name '*mt-daapd*'
/etc/rc0.d/K25mt-daapd
/etc/rc1.d/K25mt-daapd
/etc/rc2.d/S25mt-daapd
/etc/rc3.d/S25mt-daapd
/etc/rc4.d/S25mt-daapd
/etc/rc5.d/S25mt-daapd
/etc/rc6.d/K25mt-daapd

# runlevel
N 2

So it should be starting. But it's not... I have to manually /etc/init.d/mt-daapd start after each reboot..... why?

Argh.