[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections by default

2016-09-14 Thread Joshua Powers
Thanks for confirming! For the original issue of "Address family not supported by protocol" I am marking this as 'Fix Released'. For the separate issue brought up about not seeing netstat output for IPv4, the following was brought to my attention: '...a process that binds on both by not

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections by default

2016-09-14 Thread Nick B.
I can confirm that it works with IPv4 as expected with the default configuration. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448500 Title: tftp-hpa doesn't accept IPv4 connections by default

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections by default

2016-09-13 Thread Joshua Powers
The original issue was the following message "in.tftpd[4295]: connect: Address family not supported by protocol". This appears to have been fixed in version 5.2+20150808-1, see Debian bug 793921 (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793921). This version is found in Xenial (16.04) or

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections by default

2016-09-13 Thread Robie Basak
** Changed in: tftp-hpa (Ubuntu) Assignee: (unassigned) => Joshua Powers (powersj) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448500 Title: tftp-hpa doesn't accept IPv4 connections by

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections by default

2016-08-02 Thread Robie Basak
17:16 stgraber: any opinion on bug 1448500 please? 17:18 rbasak: if just :69 instead of [::]:69 causes it to do the right thing, I don't have a problem with that change ** Summary changed: - tftp-hpa doesn't accept IPv4 connections + tftp-hpa doesn't accept IPv4 connections by default **

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2016-07-25 Thread Nikolai Kristiansen
Can confirm that Rafael's change in comment #7 works :-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448500 Title: tftp-hpa doesn't accept IPv4 connections To manage notifications about this

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2015-07-21 Thread Rafael Bijos Faidiga
FIX: Just edit /etc/default/tftpd-hpa and remove [::] from line TFTP_ADDRESS=[::]:69 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448500 Title: tftp-hpa doesn't accept IPv4 connections To

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2015-07-21 Thread Rafael Bijos Faidiga
FIX: Just edit /etc/default/tftpd-hpa and remove [::] from line TFTP_ADDRESS=[::]:69 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tftp-hpa in Ubuntu. https://bugs.launchpad.net/bugs/1448500 Title: tftp-hpa doesn't accept IPv4

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2015-07-21 Thread Nick B.
That seems to work to get it to listen of both IPv4 and IPv6. Not sure if it's a true fix or just a workaround though. Did something in the code change? % sudo netstat -lp | grep tftp

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2015-07-21 Thread Nick B.
That seems to work to get it to listen of both IPv4 and IPv6. Not sure if it's a true fix or just a workaround though. Did something in the code change? % sudo netstat -lp | grep tftp

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2015-06-12 Thread Frans Oilinki
It seems tftpd-hpa interprets option --address ::69 to mean that only listen on IPv6: 1. By default (with TFTP_ADDRESS=[::]:69) it is started as /usr/sbin/in.tftpd --listen --user tftp --address [::]:69 --secure --create /srv/tftp 2. netstat (command sudo netstat -anutp | grep '[:]69')

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2015-06-12 Thread Frans Oilinki
NOTE: There is an obvious limitation in the above solution - if you want to listen on different port then you are back to square one. I wish this helps someone to bypass the problem while waiting for proper and complete fix. -- You received this bug notification because you are a member of

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2015-06-12 Thread Frans Oilinki
NOTE: There is an obvious limitation in the above solution - if you want to listen on different port then you are back to square one. I wish this helps someone to bypass the problem while waiting for proper and complete fix. -- You received this bug notification because you are a member of

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2015-06-12 Thread Frans Oilinki
It seems tftpd-hpa interprets option --address ::69 to mean that only listen on IPv6: 1. By default (with TFTP_ADDRESS=[::]:69) it is started as /usr/sbin/in.tftpd --listen --user tftp --address [::]:69 --secure --create /srv/tftp 2. netstat (command sudo netstat -anutp | grep '[:]69')

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2015-05-27 Thread Justin Slay
I have the same issue where the first GET request works, but then times out and produces this error until service is restarted. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448500 Title: tftp-hpa

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2015-05-27 Thread Justin Slay
I have the same issue where the first GET request works, but then times out and produces this error until service is restarted. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tftp-hpa in Ubuntu. https://bugs.launchpad.net/bugs/1448500

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2015-05-14 Thread Nine
At me works at first client get, after that only if restart server. I have ubuntu 15.04 upgraded from 14.10, and I have tried a apt-get remove --purge and install again, and continues. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2015-05-14 Thread Nine
At me works at first client get, after that only if restart server. I have ubuntu 15.04 upgraded from 14.10, and I have tried a apt-get remove --purge and install again, and continues. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2015-05-03 Thread Alberto Salvia Novella
** Changed in: tftp-hpa (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448500 Title: tftp-hpa doesn't accept IPv4 connections To manage notifications about

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2015-05-03 Thread Alberto Salvia Novella
** Changed in: tftp-hpa (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tftp-hpa in Ubuntu. https://bugs.launchpad.net/bugs/1448500 Title: tftp-hpa doesn't accept IPv4 connections To manage

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2015-05-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: tftp-hpa (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tftp-hpa in Ubuntu.

[Bug 1448500] Re: tftp-hpa doesn't accept IPv4 connections

2015-05-02 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: tftp-hpa (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448500 Title: