[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2017-03-24 Thread Łukasz Zemczak
Accepted the yakkety package to -proposed - unfortunately the review script crashed mid-process and didn't manage to write the comment about it. Please test the yakkety-proposed 5.2+20150808-1ubuntu1.16.10.1 version of the package and mark it as verification-done if the bug is fixed and no regress

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2017-03-24 Thread Łukasz Zemczak
** Changed in: tftp-hpa (Ubuntu Yakkety) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1342580 Title: tftpd-hpa doesn't start on boot To manage notificatio

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2017-03-17 Thread Steve Langasek
+ # Replace previous dual-stack syntax + # that fails to work if NIC is not available + # (LP: #1342580) + if [ "${TFTP_ADDRESS}" = "[::]:69" ]; then + TFTP_ADDRESS=":69" fi Please include a version guard in this, so that if the user insists on settin

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2017-03-08 Thread Launchpad Bug Tracker
This bug was fixed in the package tftp-hpa - 5.2+20150808-1ubuntu2 --- tftp-hpa (5.2+20150808-1ubuntu2) zesty; urgency=medium * Replace the default value of TFTP_ADDRESS to :69 instead of [::]:69. The previous default caused a failure to start when the NIC is not available a

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2017-03-07 Thread Louis Bouchard
** Also affects: tftp-hpa (Ubuntu Trusty) Importance: Undecided Status: New ** Changed in: tftp-hpa (Ubuntu Trusty) Status: New => Confirmed ** Changed in: tftp-hpa (Ubuntu Trusty) Importance: Undecided => Medium ** Changed in: tftp-hpa (Ubuntu Trusty) Assignee: (unassig

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2017-03-07 Thread Louis Bouchard
Marking Xenial as invalid since it already uses the :69 format. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1342580 Title: tftpd-hpa doesn't start on boot To manage notifications about this bug g

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2017-03-07 Thread Louis Bouchard
** Changed in: tftp-hpa (Ubuntu) Status: New => In Progress ** Changed in: tftp-hpa (Ubuntu Xenial) Status: New => Confirmed ** Changed in: tftp-hpa (Ubuntu Yakkety) Status: New => Confirmed ** Changed in: tftp-hpa (Ubuntu Xenial) Importance: Undecided => Medium ** Chang

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2017-01-09 Thread Louis Bouchard
** Also affects: tftp-hpa (Ubuntu Yakkety) Importance: Undecided Status: New ** Also affects: tftp-hpa (Ubuntu Xenial) Importance: Undecided Status: New ** Changed in: tftp-hpa (Ubuntu Xenial) Assignee: (unassigned) => Louis Bouchard (louis-bouchard) ** Changed in: tftp-

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2017-01-09 Thread Louis Bouchard
Hello, I may have found a reproducer and the explanation for this bug. Reproducer == 1) Set a trusty VM with one NIC 2) Install tftp-hpa 3) From the VM console : $ sudo -s # service tftpd-hpa status tftpd-hpa start/running, process 867 # service tftpd-hpa stop tftpd-hpa stop/waiting # ps

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2016-08-29 Thread Launchpad Bug Tracker
[Expired for tftp-hpa (Ubuntu) because there has been no activity for 60 days.] ** Changed in: tftp-hpa (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1342

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2016-06-30 Thread Robie Basak
Thanks Stéphane. Let's mark this Incomplete until someone provides exact steps to reproduce. If the steps are to disable IPv6, then this bug will be Invalid or Won't Fix. If there are some other steps that can be followed to reproduce this, then we can look again. To those affected: please carefu

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2016-06-29 Thread Stéphane Graber
Just tested here and confirmed that tftpd-hpa installs and runs perfectly fine on both a clean Ubuntu 14.04 and Ubuntu 16.04 system with its default configuration. Changing from "[::]" to "0.0.0.0" is completely wrong as that turns off IPv6 support for tftpd-hpa which people do need. My best gue

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2016-06-27 Thread Mark Hamzy
The IPv6 definition of localhost (::1) is clearly wrong in the configuration file. root@pkvmci808:~# cat /etc/default/tftpd-hpa ... TFTP_ADDRESS="[::]:69" ... root@pkvmci808:~# systemctl start tftpd-hpa.service Job for tftpd-hpa.service failed because the control process exited with error code. S

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2015-12-21 Thread Gfish
As with comment #10: TFTP_ADDRESS="0.0.0.0:69" worked for me on 14.04 (server edition). The other workaround of: "start on (filesystem and net-device-up IFACE!=lo)" did not help at all. Even tried: "start on (filesystem and started network-services)" Maybe something to do with fact that I have 2

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2015-11-05 Thread Cpt
I did NOT need to edit TFTP_ADDRESS in /etc/default/tftpd-hpa. I only needed to change the 'start on' condition in /etc/init/tftpd-hpa.conf to: start on (filesystem and net-device-up IFACE!=lo) The service started successfully after I made this change, and rebooted. -- You received this bug no

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2015-07-15 Thread Kai Mast
Same experience as jay-o. Please fix :/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1342580 Title: tftpd-hpa doesn't start on boot To manage notifications about this bug go to: https://bugs.launc

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2015-06-13 Thread FriscoSoxFan
TFTP_ADDRESS="0.0.0.0:69" worked for me on 14.04. The other workaround of: "start on (filesystem and net-device-up IFACE!=lo)" did not help at all. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/134258

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2015-05-20 Thread Jan Buchenberger
@falstaff Your workaround works also for my configuration, just changed TFTP_ADDRESS to 0.0.0.0:69 and rebooted -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1342580 Title: tftpd-hpa doesn't start

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2015-01-05 Thread falstaff
A workaround for my case was to bind to the IPv4 address explicitly: In /etc/default/tftpd-hpa: TFTP_ADDRESS="0.0.0.0:69" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1342580 Title: tftpd-hpa doe

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2015-01-05 Thread falstaff
The proposed fix (from #1 as well as the corrected version from #5) does not solve the problem for me. Actually, when I look at what time the system tries to start the tftp-hpa process, it makes it even worse: The process gets started earlier (around ~11s vs ~13s)! Also, the relevant errors look so

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2015-01-05 Thread falstaff
** Attachment added: "syslog-tftp-hpa-net-device-up.txt" https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/1342580/+attachment/4292436/+files/syslog-tftp-hpa-net-device-up.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2014-12-01 Thread Nicolas Ferre
Confirmed for 14.04 LTS. Solved by modifying /etc/init/tftpd-hpa.conf with: start on (filesystem and net-device-up IFACE!=lo) Cf: http://upstart.ubuntu.com/cookbook/#start-on Beware, there is a bug in report #1 attachement: modified.conffile..etc.init.tftpd.hpa.conf.txt There is a syntax error

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2014-11-29 Thread sgofferj
Confirmed for 14.04 LTS server flavor as described also here: http://ubuntuforums.org/showthread.php?t=2254382 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1342580 Title: tftpd-hpa doesn't start on

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2014-11-24 Thread JamesH
Just to confirm that I am seeing this on 14.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1342580 Title: tftpd-hpa doesn't start on boot To manage notifications about this bug go to: https://bu

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2014-11-09 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/1342580 Title: tftpd-hpa doesn't start on boot To manage notifications about this bug

[Bug 1342580] Re: tftpd-hpa doesn't start on boot

2014-07-16 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/1342580 Title: t