Public bug reported:

Binary package hint: tftpd-hpa

Hi,

Like all TFTP daemons in ubuntu tftpd-hpa does not support ipv6
(see: https://lists.ubuntu.com/archives/sounder/2006-July/008297.html)

Change the entry in inetd.conf to udp4

** Affects: tftp-hpa (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

** Description changed:

  Binary package hint: tftpd-hpa
  
  Hi,
  
  Like all TFTP daemons in ubuntu tftpd-hpa does not support ipv6
  (see: https://lists.ubuntu.com/archives/sounder/2006-July/008297.html)
  
  Change the entry in inetd.conf to udp4
- 
- Patch:
- 
- *** postinst.orig       2006-11-25 13:35:08.000000000 +0100
- --- postinst.new        2006-11-25 13:35:56.000000000 +0100
- *************** fi
- *** 25,31 ****
-   case "$1" in
-       configure)
-         if [ ! -n "$2" -a "$USE_INETD" = "true" ]; then
- !           update-inetd --group BOOT --add "tftp           dgram   udp     
wait    root  /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /var/lib/tftpboot"
-         fi
-         if [ "$USE_INETD" = "false" ]; then
-             update-inetd --disable tftp
- --- 25,31 ----
-   case "$1" in
-       configure)
-         if [ ! -n "$2" -a "$USE_INETD" = "true" ]; then
- !           update-inetd --group BOOT --add "tftp           dgram   udp4     
wait    root  /usr/sbin/in.tftpd /usr/sbin/in.tftpd -s /var/lib/tftpboot"
-         fi
-         if [ "$USE_INETD" = "false" ]; then
-             update-inetd --disable tftp

-- 
no ipv6 support (use udp4 in inetd.conf)
https://launchpad.net/bugs/73233

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to