Your message dated Fri, 21 Jul 2006 01:47:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366539: fixed in fetchmail 6.3.4-3
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)

--- Begin Message ---
Package: fetchmail
Version: 6.3.4-1
Severity: minor

the init.d script show a error if fetchmail is tunning and i try to
restart it.

Starting mail retrieval agent: fetchmail.
linda:/home/goneri# /etc/init.d/fetchmail stop 
Stopping mail retrieval agent: fetchmail.
linda:/home/goneri# /etc/init.d/fetchmail start
Starting mail retrieval agent: fetchmail.
linda:/home/goneri# /etc/init.d/fetchmail start
readlink: extra operand `30/exe'
Try `readlink --help' for more information.
/etc/init.d/fetchmail: line 111: [: too many arguments
Removing stale PID file /var/run/fetchmail/fetchmail.pid.
Starting mail retrieval agent: fetchmail.


strangly fetchmail.pid contain 2 lines:
linda:/home/goneri# cat /var/run/fetchmail/fetchmail.pid
14946
30



Patch to retreive the first line:
linda:/home/goneri# diff -ru /etc/init.d/fetchmail.orig /etc/init.d/fetchmail
--- /etc/init.d/fetchmail.orig  2006-05-09 16:51:04.000000000 +0000
+++ /etc/init.d/fetchmail       2006-05-09 16:54:56.000000000 +0000
@@ -106,7 +106,7 @@
 case "$1" in
        start)
                if test -e $PIDFILE ; then
-                       pid=`cat $PIDFILE | sed -e 's/\s.*//'`
+                       pid=`cat $PIDFILE | sed -e 's/\s.*//'|head -n 1`
                        PIDDIR=/proc/$pid
                    if [ -d ${PIDDIR} -a  "$(readlink -f ${PIDDIR}/exe)" = 
"${DAEMON}" ]; then
                                echo "fetchmail already started; not starting."


Regards,


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: sparc (sparc64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-sparc64-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: 
LC_ALL set to C)


--- End Message ---
--- Begin Message ---
Source: fetchmail
Source-Version: 6.3.4-3

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

fetchmail_6.3.4-3.diff.gz
  to pool/main/f/fetchmail/fetchmail_6.3.4-3.diff.gz
fetchmail_6.3.4-3.dsc
  to pool/main/f/fetchmail/fetchmail_6.3.4-3.dsc
fetchmail_6.3.4-3_i386.deb
  to pool/main/f/fetchmail/fetchmail_6.3.4-3_i386.deb
fetchmailconf_6.3.4-3_all.deb
  to pool/main/f/fetchmail/fetchmailconf_6.3.4-3_all.deb



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.
Nico Golde <[EMAIL PROTECTED]> (supplier of updated fetchmail 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: Mon, 19 Jun 2006 20:03:26 +0200
Source: fetchmail
Binary: fetchmailconf fetchmail
Architecture: source i386 all
Version: 6.3.4-3
Distribution: unstable
Urgency: low
Maintainer: Fetchmail Maintainers <[EMAIL PROTECTED]>
Changed-By: Nico Golde <[EMAIL PROTECTED]>
Description: 
 fetchmail  - SSL enabled POP3, APOP, IMAP mail gatherer/forwarder
 fetchmailconf - fetchmail configurator
Closes: 312415 366539 374473
Changes: 
 fetchmail (6.3.4-3) unstable; urgency=low
 .
   [ Nico Golde ]
   * Removed not needed removal of /etc/default/fetchmail in postrm
     script, thanks Justin Pryzby for the hint (Closes: #374473).
 .
 fetchmail (6.3.4-2) experimental; urgency=low
 .
   [ Nico Golde ]
   * Added head -n1 to get the fetchmail pid from pid file in init since it
     does not contain only one line (Closes: #366539).
 .
   [ Hector Garcia ]
   * Added patch from Matthias Andree to fix IMAP (Closes: #312415).
Files: 
 f940807e38fd98ec8d0c1c6fb12dbb38 747 mail optional fetchmail_6.3.4-3.dsc
 6ab2a78b936febb890423d7172ea588f 42925 mail optional fetchmail_6.3.4-3.diff.gz
 9edee8e05f08b627eac0a6258a33e5fd 58972 mail optional 
fetchmailconf_6.3.4-3_all.deb
 02d4e0422708211979da978e475a336b 592794 mail optional 
fetchmail_6.3.4-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEwJGYMwsDi2xjdG0RAgMoAKCFZ4OzP61yVMrj63g3YnVXXRv7TACgnhQ6
8i7vr/XF9AmApNCQTvxznFc=
=XKyz
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to