Your message dated Mon, 30 Jun 2008 21:02:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#484932: fixed in atftp 0.7.dfsg-5
has caused the Debian Bug report #484932,
regarding no IPv6 support in atftpd, but inetd setting is doing IPv6 thus 
failure
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.)


-- 
484932: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484932
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: atftpd
Version: 0.7.dfsg-4
Severity: grave
Justification: renders package unusable

Config file edited into /etc/inetd.conf (which should actually be added to /etc/inetd.d/) is:

#:BOOT: TFTP service is provided primarily for booting.  Most sites
#       run this only on machines acting as "boot servers."
tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100
--verbose=5  /var/lib/tftpboot

Which results in:

Jun 7 13:58:23 purgatory atftpd[20773]: Advanced Trivial FTP server started (0.7) Jun 7 13:58:23 purgatory atftpd[20773]: connect: Address family not supported by protocol

Because atftpd doesn't support IPv6.

Solution, use 'udp4' instead of 'udp' in inetd configuration, thus:

#:BOOT: TFTP service is provided primarily for booting.  Most sites
#       run this only on machines acting as "boot servers."
tftp dgram udp4 wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300 --retry-timeout 5 --mcast-port 1758 --mcast-addr 239.239.239.0-255 --mcast-ttl 1 --maxthread 100
--verbose=5  /var/lib/tftpboot


When fixing this one, you might just want to move that config snipplet into /etc/inetd.d/ where it
belongs, makes things much easier and doesn't mess up /etc/inetd.conf

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

Kernel: Linux 2.6.25-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages atftpd depends on:
ii debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  inetutils-inetd [inet-sup 2:1.5.dfsg.1-6 Internet super server
ii  libc6                     2.7-12         GNU C Library: Shared libraries
ii libpcre3 7.6-2 Perl 5 Compatible Regular Expressi ii libwrap0 7.6.q-15 Wietse Venema's TCP wrappers libra

atftpd recommends no packages.

-- debconf information:
  atftpd/port: 69
  atftpd/tftpd-timeout: 300
  atftpd/mcast_port: 1758
  atftpd/verbosity: 5 (LOG_NOTICE)
  atftpd/timeout: true
  atftpd/tsize: true
  atftpd/retry-timeout: 5
  atftpd/multicast: true
  atftpd/ttl: 1
  atftpd/use_inetd: true
  atftpd/basedir: /var/lib/tftpboot
  atftpd/mcast_addr: 239.239.239.0-255
  atftpd/logfile: /var/log/atftpd.log
  atftpd/blksize: true
  atftpd/logtofile: false
  atftpd/maxthread: 100

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: atftp
Source-Version: 0.7.dfsg-5

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

atftp_0.7.dfsg-5.diff.gz
  to pool/main/a/atftp/atftp_0.7.dfsg-5.diff.gz
atftp_0.7.dfsg-5.dsc
  to pool/main/a/atftp/atftp_0.7.dfsg-5.dsc
atftp_0.7.dfsg-5_i386.deb
  to pool/main/a/atftp/atftp_0.7.dfsg-5_i386.deb
atftpd_0.7.dfsg-5_i386.deb
  to pool/main/a/atftp/atftpd_0.7.dfsg-5_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.
Ludovic Drolez <[EMAIL PROTECTED]> (supplier of updated atftp 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: Fri, 13 Jun 2008 16:00:57 +0200
Source: atftp
Binary: atftp atftpd
Architecture: source i386
Version: 0.7.dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Ludovic Drolez <[EMAIL PROTECTED]>
Changed-By: Ludovic Drolez <[EMAIL PROTECTED]>
Description: 
 atftp      - advanced TFTP client
 atftpd     - advanced TFTP server
Closes: 473777 484932
Changes: 
 atftp (0.7.dfsg-5) unstable; urgency=medium
 .
   * inetd.conf: change udp to udp4. Closes: #484932
   * fixed pcre substitutions. Closes: #473777
Checksums-Sha1: 
 2044958c50108a688602769767f69da0b80758d2 1014 atftp_0.7.dfsg-5.dsc
 69c1278d0e4e661a876d3ac409fb285976575a97 33386 atftp_0.7.dfsg-5.diff.gz
 697426ad9010b21eb72a812f4944d8c4982a071d 28568 atftp_0.7.dfsg-5_i386.deb
 09d7e3f008fae2a078fb4600d64958eff671fd1d 58304 atftpd_0.7.dfsg-5_i386.deb
Checksums-Sha256: 
 80d8bbed9941aeffb6cd4e9ed90bd35cef7e6c2a33b9a633ef3a6668a589543b 1014 
atftp_0.7.dfsg-5.dsc
 cb4c06a741b31b7cf9778b8389bb39b9434c1559470020a43b9b6015f7551544 33386 
atftp_0.7.dfsg-5.diff.gz
 9625a23cc5df1f02f2d39ade7a4034100f9e1ab8242d5eb6d0b7b2a254750429 28568 
atftp_0.7.dfsg-5_i386.deb
 4225ba0ce8d3e9bfa8e2f2895aa2d3ce17b04069adb8f75aed07ad543427a65f 58304 
atftpd_0.7.dfsg-5_i386.deb
Files: 
 71ed19c0e89cf716f16b4904e9fbd094 1014 net extra atftp_0.7.dfsg-5.dsc
 4e6cb69246440243fd239adc20a17953 33386 net extra atftp_0.7.dfsg-5.diff.gz
 2055907fe934c233d94e8a94998d28e4 28568 net extra atftp_0.7.dfsg-5_i386.deb
 14c452f2cedaa0cd43b1d5d2aecb5f5e 58304 net extra atftpd_0.7.dfsg-5_i386.deb

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

iD8DBQFIaUYlsRlQAP1GppgRAs0EAJ968pvmpt9ec4M4dykV4r0gVwfCUgCfQ752
CeTWDDFYetYyPNl5RBI064k=
=dwav
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to