Your message dated Wed, 31 Oct 2018 05:32:13 +0000
with message-id <[email protected]>
and subject line Bug#904833: Removed package(s) from unstable
has caused the Debian Bug report #610766,
regarding gmediaserver: Enable warm database reload
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.)
--
610766: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610766
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gmediaserver
Version: 0.13.0-6
Severity: wishlist
Tags: patch
Hi!
The daemon supports reloading the db while running, by sending a
SIGUSR1 signal to it.
I've modified the init script to handle that. Attached a patch against
the packaging.
thanks,
guillem
diff -Nru gmediaserver-0.13.0/debian/init.d gmediaserver-0.13.0/debian/init.d
--- gmediaserver-0.13.0/debian/init.d 2010-05-10 15:13:47.000000000 +0200
+++ gmediaserver-0.13.0/debian/init.d 2011-01-22 07:29:00.000000000 +0100
@@ -47,24 +47,12 @@
--oknodo --exec $DAEMON
echo "$NAME."
;;
- #reload)
- #
- # If the daemon can reload its config files on the fly
- # for example by sending it SIGHUP, do it here.
- #
- # If the daemon responds to changes in its config file
- # directly anyway, make this a do-nothing entry.
- #
- # echo "Reloading $DESC configuration files."
- # start-stop-daemon --stop --signal 1 --quiet --pidfile \
- # /var/run/$NAME.pid --exec $DAEMON
- #;;
- restart|force-reload)
- #
- # If the "reload" option is implemented, move the "force-reload"
- # option to the "reload" entry above. If not, "force-reload" is
- # just the same as "restart".
- #
+ reload|force-reload)
+ echo "Reloading $DESC configuration files."
+ start-stop-daemon --stop --quiet --pidfile /var/run/$NAME/$NAME.pid \
+ --signal USR1 --exec $DAEMON
+ ;;
+ restart)
echo -n "Restarting $DESC: "
start-stop-daemon --stop --quiet --pidfile /var/run/$NAME/$NAME.pid \
--exec $DAEMON
--- End Message ---
--- Begin Message ---
Version: 0.13.0-8+rm
Dear submitter,
as the package gmediaserver has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/904833
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---