To whom it may concern,

For those who stumble upon this issue and are trying to fix it on their system,
I found that I still had the issue even with 0.18.10-2 installed. In
particular, running "sudo chkconfig mpd on" returned:
    insserv: warning: current start runlevel(s) (empty) of script `mpd' 
overrides LSB defaults (2 3 4 5).
    insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `mpd' 
overrides LSB defaults (0 1 6).

And running the find command from upthread (find /etc/rc* -name '*mpd*') still
returned:
    /etc/rc0.d/K02mpd
    /etc/rc1.d/K02mpd
    /etc/rc2.d/K02mpd
    /etc/rc3.d/K02mpd
    /etc/rc4.d/K02mpd
    /etc/rc5.d/K02mpd
    /etc/rc6.d/K02mpd


The solution I found was to delete these K02mpd files (sudo rm
/etc/rc*.d/K02mpd) and then reinstall the package with "sudo apt-get install
--reinstall mpd". The reinstall indicated that it setup the S05mpd files then
and chkconfig automatically reported mpd was set to run on boot without
anyfurther intervention.

I hope this is useful.

Thanks,
Matthew Todd


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to