Your message dated Fri, 04 Apr 2008 16:17:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#460420: fixed in proftpd-dfsg 1.3.1-7
has caused the Debian Bug report #460420,
regarding overwrites file from proftpd-common
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.)


-- 
460420: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460420
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: proftpd
Version: 1.3.1-4
Severity: normal

Hello,

afaics the current proftpd package overwrites files from an old version 
of proftpd-common, 1.2.10-27+b1:

dpkg: Fehler beim Bearbeiten von 
/var/cache/apt/archives/proftpd_1.3.1-4_i386.deb (--unpack):
 Versuche, »/usr/bin/ftpcount« zu überschreiben, welches auch in Paket 
proftpd-common ist
dpkg-deb: Unterprozess paste mit Signal (Datenübergabe unterbrochen 
(broken pipe)) getötet
Starting ProFTPD ftp daemon: proftpd

And it also fails to start after that, it just hangs.

ps | grep proftp
root      6584  0.3  1.6  16964 13140 pts/5    S+   16:40   0:00 
/usr/bin/perl -w /usr/share/debconf/frontend 
/var/lib/dpkg/info/proftpd.postinst abort-upgrade 1.3.1-4
root      6593  0.0  0.0      0     0 pts/5    Z+   16:40   0:00 
[proftpd.postins] <defunct>
nobody    6619  0.0  0.1   5028  1216 ?        Ss   16:40   0:00 
proftpd: (accepting connections)      

lsof does not tell much more either,
proftpd    6619   nobody    0u     IPv4     278418                  TCP 
*:ftp (LISTEN)
proftpd    6619   nobody    3w     FIFO        0,6               278369 
pipe
proftpd    6619   nobody    5r      REG        3,5       888    1010002 
/etc/group
proftpd    6619   nobody   14w     FIFO        0,6               195763 
pipe



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages proftpd depends on:
pn  adduser                     <none>       (no description available)
ii  debconf [debconf-2.0]       1.5.18       Debian configuration management sy
ii  libc6                       2.7-5        GNU C Library: Shared libraries
ii  libcap1                     1:1.10-14    support for getting/setting POSIX.
ii  libpam0g                    0.99.7.1-5   Pluggable Authentication Modules l
ii  libssl0.9.8                 0.9.8g-3     SSL shared libraries
pn  libwrap0                    <none>       (no description available)
pn  netbase                     <none>       (no description available)
ii  proftpd-common              1.2.10-27+b1 Versatile, virtual-hosting FTP dae
pn  ucf                         <none>       (no description available)

proftpd recommends no packages.

-- debconf information:
* shared/proftpd/warning:
* shared/proftpd/inetd_or_standalone: standalone



--- End Message ---
--- Begin Message ---
Source: proftpd-dfsg
Source-Version: 1.3.1-7

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

proftpd-dfsg_1.3.1-7.diff.gz
  to pool/main/p/proftpd-dfsg/proftpd-dfsg_1.3.1-7.diff.gz
proftpd-dfsg_1.3.1-7.dsc
  to pool/main/p/proftpd-dfsg/proftpd-dfsg_1.3.1-7.dsc
proftpd-doc_1.3.1-7_all.deb
  to pool/main/p/proftpd-dfsg/proftpd-doc_1.3.1-7_all.deb
proftpd_1.3.1-7_i386.deb
  to pool/main/p/proftpd-dfsg/proftpd_1.3.1-7_i386.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.
Francesco Paolo Lovergine <[EMAIL PROTECTED]> (supplier of updated proftpd-dfsg 
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: Fri, 04 Apr 2008 17:46:56 +0200
Source: proftpd-dfsg
Binary: proftpd proftpd-doc
Architecture: source i386 all
Version: 1.3.1-7
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Changed-By: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Description: 
 proftpd    - versatile, virtual-hosting FTP daemon - binaries
 proftpd-doc - Versatile, virtual-hosting FTP daemon - documentation
Closes: 378826 460420
Changes: 
 proftpd-dfsg (1.3.1-7) unstable; urgency=low
 .
   * [PATCH] check_order.dpatch
        Make sure that the handling of any <Limit LOGIN> sections happens after
         the class of the session has been determined.  Otherwise, any
         AllowClass/DenyClass directives within the <Limit>
         section will not be handled properly.
   * [PATCH] mod_delay.dpatch
        Fixing possible segfault due to DelayTable loading failure.
         See http://bugs.proftpd.org/show_bug.cgi?id=3044
   * [PATCH] ftpstats.dpatch
        Fixes default xferlog pathname in ftpstats.
         (closes: #378826)
   * [PATCH] mod_quotatab_sql.dpatch
        Fixes segfault when n mod_quotatab_sql if the SQL query returns
         NULL bytes/files values
         See http://bugs.proftpd.org/show_bug.cgi?id=3061
   * Reintroduced conflicting/replacing against proftpd-common,
     just for corner cases.
     (closes: #460420)
   * Introduced new sample templates to be included by provided proftpd.conf
     for exotic implementations. They are only optionally included.
   * Revised class_rules_fix.dpatch to fix netacl.c changes.
     See http://bugs.proftpd.org/show_bug.cgi?id=3035
Files: 
 6d35ae0c1fb5e9794978ba5e00d4c259 838 net optional proftpd-dfsg_1.3.1-7.dsc
 bbfd5b7246e92f7dca5ad11848eaffca 88059 net optional 
proftpd-dfsg_1.3.1-7.diff.gz
 ce9e6a855cc517da6903f5c443805904 919092 net optional proftpd_1.3.1-7_i386.deb
 e43eb4f5bc9f27d72f77db99e2c2e615 1254378 doc optional 
proftpd-doc_1.3.1-7_all.deb

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

iD8DBQFH9lGlpFNRmenyx0cRAswpAJ4yFaRHumYzowWbnFuOrxwlgWQclACg2rqA
HMPAU6W0JN05qd50/DqhzTg=
=zxrp
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to