Your message dated Mon, 05 Sep 2005 16:02:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#279030: fixed in mldonkey 2.5.28.1-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 1 Feb 2005 14:24:54 +0000
>From [EMAIL PROTECTED] Tue Feb 01 06:24:54 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mx1.magmacom.com [206.191.0.217] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Cvyxa-00083n-00; Tue, 01 Feb 2005 06:24:54 -0800
Received: from mail4.magma.ca (mail4.magma.ca [206.191.0.222])
        by mx1.magmacom.com (8.13.0/8.13.0) with ESMTP id j11EOqUr015365
        for <[EMAIL PROTECTED]>; Tue, 1 Feb 2005 09:24:53 -0500
Received: from ottgate.precidia.com (ottgate.precidia.com [206.191.32.162])
        by mail4.magma.ca (8.13.0/8.13.0) with ESMTP id j11EOpEE032639
        for <[EMAIL PROTECTED]>; Tue, 1 Feb 2005 09:24:52 -0500
Received: from tolkien.ott.precidia.com [10.0.1.2] (mail)
        by ottgate.precidia.com with esmtp (Exim 3.35 #1 (Debian))
        id 1CvyxX-0000cz-00; Tue, 01 Feb 2005 09:24:51 -0500
Received: from anchorage.ott.precidia.com (precidia.com) [10.0.2.73] (bcwhite)
        by tolkien.ott.precidia.com with esmtp (Exim 3.35 #1 (Debian))
        id 1CvyxW-0000y1-00; Tue, 01 Feb 2005 09:24:50 -0500
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 01 Feb 2005 09:24:50 -0500
From: Brian White <[EMAIL PROTECTED]>
Organization: Precidia Technologies  http://www.precidia.com/
X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.24 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Debian Bugs <[EMAIL PROTECTED]>
Subject: mldonkey-server: init.d problems
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: mldonkey-server
Version: 2.5.28-2
Tags: patch

I found two problems with the init.d script.

 - a typo had MDLONKEY instead of MLDONKEY
 - the pid file was not writeable if running as user other than root

Here's a patch to connect both of those problems:

--- mldonkey-server.orig        2005-02-01 08:59:34.000000000 -0500
+++ /etc/init.d/mldonkey-server 2005-02-01 09:16:30.000000000 -0500
@@ -31,7 +31,7 @@
 fi
 
 if [ ! -d $MLDONKEY_DIR ]; then
-  if [ -z "$MDLONKEY_DIR" ]; then
+  if [ -z "$MLDONKEY_DIR" ]; then
     MLDONKEY_DIR="(unset)"
   fi
   echo "$MLDONKEY_DIR is not a valid directory"
@@ -54,6 +54,12 @@
 
 USER=`/usr/bin/stat --format="%U" $MLDONKEY_DIR/downloads.ini`
 
+PIDDIR=`dirname $PIDFILE`
+if [ ! -d $PIDDIR ]; then
+    mkdir -m755 $PIDDIR
+fi
+chown -R $USER $PIDDIR
+
 START_STOP_OPTIONS=""
 
                                          Brian
                                 ( [EMAIL PROTECTED] )

-------------------------------------------------------------------------------
         "I don't believe it!" -- LS    "That is why you fail." -- Yoda
-------------------------------------------------------------------------------
  ( Couldn't verify my signature?  Use http://www.precidia.com/precidia.crt )

---------------------------------------
Received: (at 279030-close) by bugs.debian.org; 5 Sep 2005 23:14:06 +0000
>From [EMAIL PROTECTED] Mon Sep 05 16:14:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1ECPyY-0002pE-00; Mon, 05 Sep 2005 16:02:06 -0700
From: Sylvain Le Gall <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#279030: fixed in mldonkey 2.5.28.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 05 Sep 2005 16:02:06 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 16

Source: mldonkey
Source-Version: 2.5.28.1-1

We believe that the bug you reported is fixed in the latest version of
mldonkey, which is due to be installed in the Debian FTP archive:

mldonkey-gui_2.5.28.1-1_i386.deb
  to pool/main/m/mldonkey/mldonkey-gui_2.5.28.1-1_i386.deb
mldonkey-server_2.5.28.1-1_i386.deb
  to pool/main/m/mldonkey/mldonkey-server_2.5.28.1-1_i386.deb
mldonkey_2.5.28.1-1.diff.gz
  to pool/main/m/mldonkey/mldonkey_2.5.28.1-1.diff.gz
mldonkey_2.5.28.1-1.dsc
  to pool/main/m/mldonkey/mldonkey_2.5.28.1-1.dsc
mldonkey_2.5.28.1.orig.tar.gz
  to pool/main/m/mldonkey/mldonkey_2.5.28.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sylvain Le Gall <[EMAIL PROTECTED]> (supplier of updated mldonkey package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 30 Aug 2005 11:36:02 +0200
Source: mldonkey
Binary: mldonkey-gui mldonkey-server
Architecture: source i386
Version: 2.5.28.1-1
Distribution: unstable
Urgency: low
Maintainer: Sylvain Le Gall <[EMAIL PROTECTED]>
Changed-By: Sylvain Le Gall <[EMAIL PROTECTED]>
Description: 
 mldonkey-gui - Graphical frontend for mldonkey based on GTK
 mldonkey-server - Door to the 'donkey' network
Closes: 225724 231553 270283 271462 271725 271727 273156 276750 276751 277772 
279030 280073 281086 283930 284556 285231 291451 295854 296573 299722 300547 
300560 312370 312824
Changes: 
 mldonkey (2.5.28.1-1) unstable; urgency=low
 .
   * New upstream version:
     * Fix LOWID protocol error with ed2k (Upstream: #3415,
       Debian closes: #284556, #280073)
   * Transition to ocaml 3.08.3: changes depends in control
   * Remove patch 18_utf8_encoding since it is applied upstream
   * Remove patch 19_mlgui_align since it is applied upstream
   * Depend on docbook-xsl 1.64.1 and docbook-xml 4.2-12
     (Closes: #276750, #276751)
   * Change MDLONKEY_DIR to MLDONKEY_DIR at line 34 in the init.d file
     (Closes: #296573, #273156)
   * Create a command "force-start" to force the start of mldonkey, even if it
     is configured not to start at startup. All other command don't take into
     account the value of the variable ( so you can stop or restart a running
     server, without knowing how it was started )
     (Closes: #225724)
   * Depend on dpkg 1.10.27, so that we can rely on --nicelevel doing what we
     think it does. Put a note for backporters in README.Debian
     (Closes: #277772)
   * Add german debconf translation. Thanks to Jens Nachtigall
     (Closes: #271727)
   * Update czech debconf translation. Thanks to Jan Outrata
     (Closes: #271462)
   * Add vietnamese debconf translatio. Thanks to Clytie Siddall
     (Closes: #312824)
   * Apply patches to improve the debconf templates. Thanks to Jens Nachtigall
     (Closes: #270283)
   * Change license of manpages to LGPL v2.1
     (Closes: #281086)
   * Add "debconf-updatepo" in the target clean of debian/rules to be sure to
     be in sync for the translation
     (Closes: #271725)
   * Add a note about the fact that mldonkey cannot use all the group assigned
     to user mldonkey due to OCaml limitation in README.Debian, explain how to
     deal with this issue
   * Create a patch to correct comments in the initial downloads.ini:
     20_wrong_comments
     (Closes: #285231)
   * Cannot find cache.shareaza.com in the source. This seems to be present in
     release 2.5.4 but it is no more present.
     (Closes: #231553)
   * Added script mldonkey_create_chroot and its manpage, thanks to Mick
     Kappenburg for his contribution
   * Modify mldonkey_server:
     * Add an option to configure the group that should be used when running
       mldonkey.
     * Add an option to configure the niceness of the process
     * Add sanity check :
       * Check for stale pidfile
         (Closes: #295854)
       * Check for good permission/owner/group of files used by mldonkey. After
         better reading the patch provided in bugs 299722, i decided to replace
         a "simple" reowning of the pidfile by a complete check of permission
         and ownership. Reowning a file is not as simple as it looks like. We
         should take care of "dpkg-statoverride" et al. Moreover, i don't want
         to autoset things in the init script. If the ownership/permission of
         files are not good, there should be a real problem (as a standard
         install should set the good permission). I don't try to hide these
         problem by doing fix in the init script: i just warn the user.
         (Closes: #299722).
       * Check for stale .tmp file
         (Closes: #283930)
     * Update the manual page according to these changes.
   * Correct the way you can change password in README.Debian, thanks to
     Spiralvoice.
     (Closes: #312370)
   * Doesn't offer the possibility to keep the server running after upgrade:
     this option can cause a lot of problems (version mismatch between server
     and gui).
     (Closes: #300547)
   * Use Int64 to store integer extracted from ini files, in mldonkey_files.
     This is more compliant with the way mldonkey write this value in his ini
     files.
     (Closes: #291451)
   * Modify priority of the debconf question :
     * to priority low: run_as_user, mldonkey_group, mldonkey_umask,
       mldonkey_niceness, max_alive
     * to priority medium: mldonkey_dir (reasonable default, but are system
       specific most of the time), client_name (reasonnable default, but most
       of the time are changed by user),
     * to priority critical: reown_file (because the server cannot restart if
       the file permission are not changed),
     * So now, configuring the system with priority high only ask you 3
       question, with priority medium only 8 question.
   * Doesn't distribute anymore /etc/default/mldonkey-server. So this file is
     not automatically marked as conffile, allowing to manage it through ucf
     (Closes: #279030):
     * save the default from this file to debconf in the preinst script,
     * move mldonkey-server to mldonkey-server.bak in the preinst script,
     * generate mldonkey-server and manage it using ucf (at the same place, but
       using ucf).
     * add a note into NEWS.Debian to state this change
   * Applied patches #3919 from upstream to correct file permission, generates
     password in users.ini rather than in downloads.ini (this separation is the
     new security scheme, the file users.ini has 600 permission)
     (Closes: #300560)
   * Fix the problem of invoke-rc.d creating a defunct process: i need to stop
     the debconf module (using db_stop in postinst)
   * Enhance mldonkey_files: add the command test, to check if some source are
     from specified network (eg fasstrack).
   * Move the fasttrack split from /etc/init.d/mldonkey-server to
     mldoney-server.postinst.
   * Enhance mldonkey_users: add the command dump-users-section,
     strip-users-section and test-users-section, to extract users section from
     download.ini and place it in users.ini.
   * Create users.in out of downloads.ini using mldonkey_users in
     mldonkey-server.postinst.
   * Transition to svn-buildpackage
   * Reformat the changelog to be sure to have less than 80 characters by line.
   * [JvW] Add mldonkey start init.d script at 98, not as early as the default
     location of 20.
Files: 
 94f9b29d38edfae19388fb53175bfb74 860 net optional mldonkey_2.5.28.1-1.dsc
 8b315030b36b706ee692993f16884b94 3250049 net optional 
mldonkey_2.5.28.1.orig.tar.gz
 4fbdf5b5bfd9672d628420d2616cc0f4 337930 net optional 
mldonkey_2.5.28.1-1.diff.gz
 2297c54e24db47797ac3b968466c5d08 2370174 net optional 
mldonkey-server_2.5.28.1-1_i386.deb
 dfbb1bc15e713aa3e4887de19338d5dc 2664064 net optional 
mldonkey-gui_2.5.28.1-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Signed by Jeroen van Wolffelaar <[EMAIL PROTECTED]>

iD8DBQFDHMqHl2uISwgTVp8RAj6DAKCfXQBRrvIhMIYHprKdDDZoK1xvwACfU8/+
COMJmalVQAF43PIzKw65++8=
=xtvV
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to