Your message dated Fri, 9 Aug 2013 13:33:03 +0200
with message-id <[email protected]>
and subject line Re: [Pkg-mpd-maintainers] Bug#716925: mpd: none
has caused the Debian Bug report #716925,
regarding mpd: none
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
716925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716925
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mpd
Version: 0.16.7-2+b1
Severity: normal
Dear Maintainer,
I observed this bug at Rasbian (Rasberry PI) but I verified that the same
situation is at Debian 7.0, amd64.
When I run command "service mpd start-create-db", I receive message:
Usage: /etc/init.d/mpd {start|start-create-db|stop|restart|force-reload}
Command start-create-db is advertised but not handled by script
/etc/init.d/mpd
Fragment of the script that shows that start-create-db is advertised by not
handled; it was handled in the past:
case "$1" in
start)
mpd_start
;;
stop)
mpd_stop
;;
status)
status_of_proc -p $PIDFILE $DAEMON $NAME
;;
restart|force-reload)
mpd_stop
mpd_start
;;
force-start)
mpd_start
;;
force-restart)
mpd_stop
mpd_start
;;
force-reload)
mpd_stop
mpd_start
;;
*)
echo "Usage: $0 {start|start-create-db|stop|restart|force-reload}"
exit 2
;;
esac
-- System Information:
Debian Release: 7.1
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---------------------------------
Petr Slansky, [email protected]
--- End Message ---
--- Begin Message ---
fixed 716925 0.17.3-1
thanks
Hi,
> When I run command "service mpd start-create-db", I receive message:
> Usage: /etc/init.d/mpd {start|start-create-db|stop|restart|force-reload}
>
> Command start-create-db is advertised but not handled by script
> /etc/init.d/mpd
yes, this is a known bug in mpd's initscript in wheezy. In
testing/unstable, as well as in wheezy-backports, start-create-db is no
longer advertised. As the backports version has a number of other fixes,
I recommend using that if possible
> "mpd --create-db" is now deprecated.
>
> http://mpd.wikia.com/wiki/MusicPlayerDaemonDatabaseUpdating
Indeed. Recent versions of mpd will create a missing database
automatically, and updates can be scheduled with 'mpc update' or any
other suitable client.
Florian
--- End Message ---