Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package glusterfs See bug #691595 - there is an stupid and faulty duplication of starting the glusterd daemon in the init script. Just fixed by removing the useless lines. diff -Naur '--exclude=.svn' 3.2.7-2/debian/changelog 3.2.7-3/debian/changelog --- 3.2.7-2/debian/changelog 2012-07-22 14:18:52.000000000 +0200 +++ 3.2.7-3/debian/changelog 2012-11-12 20:37:46.218864002 +0100 @@ -1,3 +1,11 @@ +glusterfs (3.2.7-3) unstable; urgency=low + + * Remove duplicated and faulty call of the glusterd daemon from the init + script. + Closes: #691595 + + -- Patrick Matthäi <pmatth...@debian.org> Mon, 12 Nov 2012 20:23:32 +0100 + glusterfs (3.2.7-2) unstable; urgency=low * Add upstream patch 03-glusterd-crash-gcc-optimizations, which fixes a crash diff -Naur '--exclude=.svn' 3.2.7-2/debian/glusterfs-server.init 3.2.7-3/debian/glusterfs-server.init --- 3.2.7-2/debian/glusterfs-server.init 2012-07-22 14:18:52.000000000 +0200 +++ 3.2.7-3/debian/glusterfs-server.init 2012-11-12 20:37:46.218864002 +0100 @@ -43,8 +43,6 @@ log_daemon_msg "Starting glusterd service" "glusterd" start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --startas $DAEMON -- -p $PIDFILE $GLUSTERD_OPTS log_end_msg $? - start_daemon -p $PIDFILE $DAEMON -f $CONFIGFILE - return $? fi } unblock glusterfs/3.2.7-3 -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org