Activity log for bug #684394

Date Who What changed Old value New value Message
2010-12-02 19:39:13 gpk bug added bug
2010-12-04 17:59:50 Scott Kitterman dansguardian (Ubuntu): importance Undecided High
2010-12-04 17:59:50 Scott Kitterman dansguardian (Ubuntu): status New In Progress
2010-12-04 17:59:50 Scott Kitterman dansguardian (Ubuntu): milestone natty-alpha-2
2010-12-04 18:00:09 Scott Kitterman nominated for series Ubuntu Maverick
2010-12-04 18:00:09 Scott Kitterman bug task added dansguardian (Ubuntu Maverick)
2010-12-04 18:00:27 Scott Kitterman dansguardian (Ubuntu Maverick): status New In Progress
2010-12-04 18:00:31 Scott Kitterman dansguardian (Ubuntu Maverick): importance Undecided High
2010-12-04 18:00:34 Scott Kitterman dansguardian (Ubuntu): assignee Scott Kitterman (kitterman)
2010-12-04 18:00:37 Scott Kitterman dansguardian (Ubuntu Maverick): assignee Scott Kitterman (kitterman)
2010-12-04 18:00:41 Scott Kitterman dansguardian (Ubuntu Maverick): milestone maverick-updates
2010-12-04 19:00:10 Launchpad Janitor dansguardian (Ubuntu): status In Progress Fix Released
2010-12-04 19:08:05 Scott Kitterman description Binary package hint: dansguardian When you run /etc/init.d/dansguardian restart it doesn't actually restart dansguardian. Here's why: look at the first start-stop-daemon line. See how it ends in "--pidfile \" and how the next one doesn't start with the name of the pidfile, but rather with a misplaced "--retry 15" flag? So, when you try to restart, it can't find the PIDfile, and doesn't stop the process. The start then fails, leaving you with the old un-restarted incarnation of dansguardian. 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". # echo -n "Restarting $DESC: " log_daemon_msg "Restarting $DESC: " start-stop-daemon --stop --quiet --retry 15 --oknodo --pidfile \ --retry 15 /var/run/$NAME.pid --exec $DAEMON || log_end_msg 1 start-stop-daemon --start --quiet --pidfile \ /var/run/$NAME.pid --exec $DAEMON || log_end_msg 1 log_end_msg 0 ;; ... found this bug after my daughter was in tears of frustration at being unable to watch something on youtube, and I was climbing a tree, wondering why nothing I did had any effect on the behaviour of Dansguardian... ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: dansguardian 2.10.1.1-2 ProcVersionSignature: Ubuntu 2.6.35-23.40-generic 2.6.35.7 Uname: Linux 2.6.35-23-generic x86_64 Architecture: amd64 Date: Thu Dec 2 19:33:09 2010 InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.1) ProcEnviron: PATH=(custom, no user) LANG=en_GB.utf8 SHELL=/bin/bash SourcePackage: dansguardian Binary package hint: dansguardian When you run /etc/init.d/dansguardian restart it doesn't actually restart dansguardian. Here's why: look at the first start-stop-daemon line. See how it ends in "--pidfile \" and how the next one doesn't start with the name of the pidfile, but rather with a misplaced "--retry 15" flag? So, when you try to restart, it can't find the PIDfile, and doesn't stop the process. The start then fails, leaving you with the old un-restarted incarnation of dansguardian.   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".         #         echo -n "Restarting $DESC: "         log_daemon_msg "Restarting $DESC: "         start-stop-daemon --stop --quiet --retry 15 --oknodo --pidfile \                 --retry 15 /var/run/$NAME.pid --exec $DAEMON || log_end_msg 1         start-stop-daemon --start --quiet --pidfile \                 /var/run/$NAME.pid --exec $DAEMON || log_end_msg 1         log_end_msg 0         ;; ... found this bug after my daughter was in tears of frustration at being unable to watch something on youtube, and I was climbing a tree, wondering why nothing I did had any effect on the behaviour of Dansguardian... ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: dansguardian 2.10.1.1-2 ProcVersionSignature: Ubuntu 2.6.35-23.40-generic 2.6.35.7 Uname: Linux 2.6.35-23-generic x86_64 Architecture: amd64 Date: Thu Dec 2 19:33:09 2010 InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.1) ProcEnviron:  PATH=(custom, no user)  LANG=en_GB.utf8  SHELL=/bin/bash SourcePackage: dansguardian TEST CASE: Install dansguardian, it initially won't run. Edit /etc/dansguardian/dansguardian.conf so it can start, then start the daemon (/etc/init.d/dansguardian start). Restart the daemon (/etc/init.d/dansguardian restart). It will fail with an error like "Restarting DansGuardian: Restarting DansGuardian: : failed!". Install the updated package from maverick-proposed. Restart the daemon again. This time is will succeed.
2010-12-04 19:12:00 Scott Kitterman bug added subscriber Ubuntu Stable Release Updates Team
2010-12-04 19:13:09 Scott Kitterman dansguardian (Ubuntu Maverick): status In Progress Fix Committed
2010-12-04 19:15:40 Launchpad Janitor branch linked lp:ubuntu/dansguardian
2010-12-10 17:27:04 Martin Pitt bug added subscriber SRU Verification
2010-12-10 17:27:09 Martin Pitt tags amd64 apport-bug maverick amd64 apport-bug maverick verification-needed
2010-12-10 18:18:32 Launchpad Janitor branch linked lp:ubuntu/maverick-proposed/dansguardian
2010-12-31 01:35:00 jhansonxi bug added subscriber jhansonxi
2011-01-04 16:24:02 Simon Déziel bug added subscriber Simon Déziel
2011-01-20 13:04:28 Angel Abad bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605934
2011-01-20 13:04:28 Angel Abad bug task added dansguardian (Debian)
2011-01-21 08:04:45 Bug Watch Updater dansguardian (Debian): status Unknown Fix Released
2011-01-25 10:05:39 Martin Pitt tags amd64 apport-bug maverick verification-needed amd64 apport-bug maverick verification-done
2011-01-25 10:05:52 Launchpad Janitor dansguardian (Ubuntu Maverick): status Fix Committed Fix Released
2011-09-19 21:40:21 Ubuntu Foundations Team Bug Bot tags amd64 apport-bug maverick verification-done amd64 apport-bug maverick testcase verification-done
2015-07-16 23:24:20 Ricardo Samano dansguardian (Ubuntu Maverick): assignee Scott Kitterman (kitterman) Ricardo Samano (cruzazulzero)
2015-07-21 00:05:10 Ricardo Samano bug added subscriber Ricardo Samano