tftpd-hpa no longer supports running with inetd (since >=5.0-1 as
shipped in Lucid) so this bug is no longer relevant.
** Changed in: tftp-hpa (Ubuntu)
Status: Confirmed => Fix Released
** Changed in: server-papercuts
Status: New => Invalid
--
tftpd-hpa does not use /etc/default/t
** Also affects: server-papercuts
Importance: Undecided
Status: New
--
tftpd-hpa does not use /etc/default/tftp-hpa options
https://bugs.launchpad.net/bugs/227881
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs
When I install tftp-hpa in karmic (9.10) installs openbsd-inetd. Both
the startup scripts for these two packages are installed in
/etc/init.d/. However, by default tftp-hpa is set to not run by default
with the RUN_DAEMON=yes set while openbsd-inetd starts up tftpd anyway,
because of its default
I am not able observer / reproduce this issue in Ubuntu 9.04.
--
tftpd-hpa does not use /etc/default/tftp-hpa options
https://bugs.launchpad.net/bugs/227881
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubu
To run tftpd-hpa as a daemon:
#purge old config
sudo aptitude purge tftpd-hpa openbsd-inetd
# install only tftpd-hpa
sudo aptitude -R install tftpd-hpa
# enable RUN_DAEMON
sudo sed -i 's/.*RUN_DAEMON.*/RUN_DAEMON="yes"/' /etc/default/tftpd-hpa
# disable tftp inetd supervision
sudo sed -i 's/^tf
There are some reasonable tradeoffs between using inet and running
standalone, and it's possible to run tftpd-hpa in either mode. Which
one is better depends on the use case, so we should preserve the
ability to choose. However, I also usually use standalone (i.e. not
inet), and I agree that the w
One further problem with the tftpd-hpa package is that it depends on
inet-superserver despite being able to run perfectly well without one.
I discovered with some surprise that openbsd-inetd had been dragged in
somehow, and attempts to purge it would remove tftpd-hpa.
The relationship between tftp
Confirmed. The solution suggested here would fix bug 181017.
Happy Trails,
Loye Young
Isaac & Young Computer Company
Laredo, Texas
http://www.iycc.biz
** Changed in: tftp-hpa (Ubuntu)
Status: New => Confirmed
--
tftpd-hpa does not use /etc/default/tftp-hpa options
https://bugs.launchpad