Your message dated Tue, 01 Sep 2009 12:17:31 +0000
with message-id <[email protected]>
and subject line Bug#525828: fixed in update-inetd 4.32
has caused the Debian Bug report #525828,
regarding Fails to install with xinetd
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.)


-- 
525828: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525828
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: proftpd-basic
Version: 1.3.2-3
Severity: important


/var/lib/dpkg/info/proftpd-basic.postinst fails with return status 20

The following trace from this postinst script is observed.
'itox' is utility which converts inetd.conf to xinetd.conf.

+ [ -f /etc/inetd.conf -a 0 -eq 0 ]
+ update-inetd --group STANDARD --add ftp       stream  tcp     nowait  root    
/usr/sbin/tcpd /usr/sbin/proftpd
--------- IMPORTANT INFORMATION FOR XINETD USERS ----------
The following line will be added to your /etc/inetd.conf file:

ftp     stream  tcp     nowait  root    /usr/sbin/tcpd /usr/sbin/proftpd

If you are indeed using xinetd, you will have to convert the
above into /etc/xinetd.conf format, and add it manually. See
/usr/share/doc/xinetd/README.Debian for more information.
You must use option -daemon_dir if you use tcpd
-----------------------------------------------------------

+ db_get shared/proftpd/inetd_or_standalone
+ _db_cmd GET shared/proftpd/inetd_or_standalone
+ IFS=  printf %s\n GET shared/proftpd/inetd_or_standalone
+ IFS=
 read -r _db_internal_line
+ RET=20 Unsupported command "suggested" (full line was "Suggested entry 
(automatically converted using itox):") received from confmodule.
+ return 20
dpkg: error processing proftpd-basic (--configure):
 subprocess post-installation script returned error exit status 20



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

Kernel: Linux 2.6.25.10 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages proftpd-basic depends on:
hi  adduser                   3.105          add and remove users and groups
hi  debconf                   1.5.19         Debian configuration management sy
hi  debianutils               2.30           Miscellaneous utilities specific t
hi  libacl1                   2.2.45-1       Access control list shared library
hi  libattr1                  1:2.4.41-1     Extended attribute shared library
hi  libc6                     2.9-7          GNU C Library: Shared libraries
ii  libcap2                   1:2.16-5       support for getting/setting POSIX.
hi  libncurses5               5.6+20080203-1 Shared libraries for terminal hand
hi  libpam-runtime            0.99.7.1-5     Runtime support for the PAM librar
hi  libpam0g                  0.99.7.1-5     Pluggable Authentication Modules l
hi  libssl0.9.8               0.9.8g-7       SSL shared libraries
hi  libwrap0                  7.6.dbs-14     Wietse Venema's TCP wrappers libra
hi  netbase                   4.30           Basic TCP/IP networking system
hi  sed                       4.1.5-5        The GNU sed stream editor
hi  ucf                       3.005          Update Configuration File: preserv
hi  xinetd [inet-superserver] 1:2.3.14-7     replacement for inetd with many en

proftpd-basic recommends no packages.

-- debconf information:
* shared/proftpd/inetd_or_standalone: from inetd



--- End Message ---
--- Begin Message ---
Source: update-inetd
Source-Version: 4.32

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

update-inetd_4.32.dsc
  to pool/main/u/update-inetd/update-inetd_4.32.dsc
update-inetd_4.32.tar.gz
  to pool/main/u/update-inetd/update-inetd_4.32.tar.gz
update-inetd_4.32_all.deb
  to pool/main/u/update-inetd/update-inetd_4.32_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.
Serafeim Zanikolas <[email protected]> (supplier of updated update-inetd 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.8
Date: Mon, 31 Aug 2009 22:47:21 +0200
Source: update-inetd
Binary: update-inetd
Architecture: source all
Version: 4.32
Distribution: unstable
Urgency: low
Maintainer: Serafeim Zanikolas <[email protected]>
Changed-By: Serafeim Zanikolas <[email protected]>
Description: 
 update-inetd - inetd configuration file updater
Closes: 24543 63504 131889 409129 472470 510406 510557 512105 525185 525828
Changes: 
 update-inetd (4.32) unstable; urgency=low
 .
   * New maintainer (Closes: #472470)
   * Install /etc/inetd.conf.d/, to be eventually populated with xinetd
     fragments from daemon packages that rely on inetd
   * Update long description to note that xinetd is currently not supported
   * Add tests.py to test most common use cases
   * Depend on ${misc:Depends}, and Build-Depend-Indep on python and coreutils
     (for test cases)
   * Bump Standards-Version to 3.8.3 (check for nocheck in DEB_BUILD_OPTIONS)
   * Fix mixed-space indentation to improve readability
   * Fix removal of disabled services (Closes: 510406)
   * Document in update-inetd(8) and in the command-line help that users
     disabling a service with update-inetd must use --comment-chars '#' to
     ensure that the setting survives package upgrades (Closes: #24543). Add
     clarifications to update-inetd(8) about the significance and proper use of
     --comment-chars.
   * Do not run itox; point to its manpage instead (Closes: #525828, #525185)
   * Make sure to start inetd (as opposed to restart or force-reload) when
     update-inetd is asked to add or enable a service that happens to be the
     only one being enabled. Thanks to Jonathan Hall <[email protected]> for
     the patch (Closes: #512105)
   * Add more diagnostic messages for --verbose (Closes: #131889)
   * Do not touch /etc/inetd.conf or bother inetd unless the configuration file
     is actually changed. Thanks to Jason Cormie
     <[email protected]> for the patch (Closes: #63504)
   * Revise the message displayed to xinetd users to not suggest that an entry
     has been added to /etc/inetd.conf, at a point when it is not yet clear
     whether that will indeed be the case. Also, when an --add request is
     not acted upon (because it refers to a commented-out entry), display a
     message in standard error (Closes: #409129)
   * Fix typo in update-inetd(8) (Closes: #510557) and
     hyphen-used-as-minus-sign lintian warnings
   * Add lintian override for unused-debconf-template
   * Add Vcs-* fields in debian/control
Checksums-Sha1: 
 315a427ffa68b1ebb1c06093f8a2d7db6288d14f 910 update-inetd_4.32.dsc
 5f458b6c39ee8e66beffc849ccd33b39dd6a6b81 23145 update-inetd_4.32.tar.gz
 b29c5d0c76991a716bb885a0fca3691d752aa312 19164 update-inetd_4.32_all.deb
Checksums-Sha256: 
 1c48306c47d86d8a736a70a1e9b21e828d19c1bd2a786b5892b8ff07e0c6cb70 910 
update-inetd_4.32.dsc
 99efc64631d328f4334f03ecfb9e55939fe3d29846b076b36b9c7a0f3fbdff87 23145 
update-inetd_4.32.tar.gz
 89b98f2ff39d5771611ac2488e37da44c2a76172e960d7764bcb23c5891b80a0 19164 
update-inetd_4.32_all.deb
Files: 
 7cf82bf6086e9888f6929a74aea49f40 910 admin important update-inetd_4.32.dsc
 cc1bfb54de9c07d2e35aabe0d82615ee 23145 admin important update-inetd_4.32.tar.gz
 474f407d16018826c6349d3f95990ed0 19164 admin important 
update-inetd_4.32_all.deb

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

iEYEARECAAYFAkqdDXoACgkQ2XA5inpabMepiACfXUhQGZgY4Tr/9CjUIuhV6UQi
ptEAoIMuzt2+8aQDaRRxYMF9gVyohmyr
=bGg4
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to