[Bug 993101] Re: atftpd does not install correctly

2012-12-19 Thread Robert Luberda
This bug does not affects rlinetd any longer. rlientd 0.8.2-2 fixes #1057663 which is a duplicate of rlinetd's part of this report. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/993101 Title:

[Bug 993101] Re: atftpd does not install correctly

2012-12-19 Thread a7x
** Changed in: rlinetd (Ubuntu) Status: Confirmed = Invalid ** Summary changed: - atftpd does not install correctly + atftpd fails to install -- update-inetd doesn't like udp4 ** Summary changed: - atftpd fails to install -- update-inetd doesn't like udp4 + atftpd postinst should pass

[Bug 993101] Re: atftpd does not install correctly

2012-11-04 Thread a7x
I am attaching 3 new debdiffs: one for precise, one for quantal, and one for raring. ** Patch removed: debdiff for atftp to fix this bug https://bugs.launchpad.net/ubuntu/+source/rlinetd/+bug/993101/+attachment/3346761/+files/atftp.debdiff ** Patch added: debdiff for precise

[Bug 993101] Re: atftpd does not install correctly

2012-11-04 Thread a7x
All three of these have been uploaded to my PPA (https://launchpad.net/~a7x/+archive/bug993101). To install: sudo apt-add-repository ppa:a7x/bug993101 sudo apt-get update sudo apt-get upgrade ** Patch added: debdiff for raring

[Bug 993101] Re: atftpd does not install correctly

2012-11-04 Thread a7x
** Patch added: debdiff for quantal https://bugs.launchpad.net/ubuntu/+source/rlinetd/+bug/993101/+attachment/3424276/+files/debdiff-quantal.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 993101] Re: atftpd does not install correctly

2012-10-04 Thread Bug Watch Updater
** Changed in: atftp (Debian) Status: Unknown = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/993101 Title: atftpd does not install correctly To manage notifications about this bug go

[Bug 993101] Re: atftpd does not install correctly

2012-09-27 Thread urusha
Tried ppa versions. Atftpd seems to work fine. But there is a problem with rlinetd: rlinetd crashes (amd64) when I try to make tftp connection (tftp 127.0.0.1 -c get pxelinux.0). rlinetd -d output is in attachment. This must be a new upstream version bug or something, because previous version

[Bug 993101] Re: atftpd does not install correctly

2012-09-27 Thread a7x
@urusha: Do you get the crash if you use an unmodified rlinetd-0.8.2-1? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/993101 Title: atftpd does not install correctly To manage notifications about

[Bug 993101] Re: atftpd does not install correctly

2012-09-27 Thread a7x
(For those that are curious, the reason I patched the Quantal version of rlinetd instead of the Precise version is because Ubuntu's policy is to fix the bug in the latest development version first, then backport the fix to stable releases. See https://wiki.ubuntu.com/StableReleaseUpdates.) --

[Bug 993101] Re: atftpd does not install correctly

2012-09-27 Thread a7x
I'm getting the crash in both the unmodified and patched version of rlinetd-0.8.2-1. A workaround is to simply revert to the official Precise version of rlinetd (since atftpd has been patched to use udp instead of udp4). @urusha: Would you mind filing a new bug for that crash? -- You received

[Bug 993101] Re: atftpd does not install correctly

2012-09-27 Thread urusha
I'll fill a new bug for that crash. But what about rlinetd fix for precise? There can be another packages that use special protocol family, so atftpd patch is just a workaround (fortunately adding new functionality) , but not a real fix. Is there any way to fix it in precise? Thank you. -- You

[Bug 993101] Re: atftpd does not install correctly

2012-09-27 Thread a7x
But what about rlinetd fix for precise? I think it'd be best to file a new bug report about rlinetd's inability to handle (udp|tcp)(4|6) and let this ticket be only about changing atftpd's postinst from udp4 to udp. Is there any way to fix it in precise? Yes, but it will have to go through

[Bug 993101] Re: atftpd does not install correctly

2012-09-27 Thread urusha
I see. Here is the report about the crash, please, confirm it: https://bugs.launchpad.net/ubuntu/+source/rlinetd/+bug/1057645 Protocol family handling report will follow. Debian's reports may too (I've already written to maintainer about the protocol family issue, still haven't got any answer).

[Bug 993101] Re: atftpd does not install correctly

2012-09-27 Thread a7x
In other words, there are three distinct bugs here: * (this bug) atftpd's postinst script should use udp instead of udp4 for two reasons: (1) atftpd supports IPv6, and (2) rlinetd doesn't understand udp4 * rlinetd-0.8.2-1 crashes (at least with atftpd) * rlinetd doesn't understand

[Bug 993101] Re: atftpd does not install correctly

2012-09-27 Thread urusha
Well, here is the report about protocol family: https://bugs.launchpad.net/ubuntu/+source/rlinetd/+bug/1057663 Please, confirm it and add your debdiff there. Thank you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 993101] Re: atftpd does not install correctly

2012-09-27 Thread a7x
I can't access bug #1057645. I'm guessing that bug is marked as private due to the presence of a core dump (which could theoretically contain sensitive information such as IP addresses, passwords, data file contents, etc.). -- You received this bug notification because you are a member of

[Bug 993101] Re: atftpd does not install correctly

2012-09-27 Thread urusha
Now it's public and you can access it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/993101 Title: atftpd does not install correctly To manage notifications about this bug go to:

[Bug 993101] Re: atftpd does not install correctly

2012-09-27 Thread a7x
@urusha: Thank you for filing the bugs! I moved the rlinetd package from ppa:a7x/bug993101 to ppa:a7x/bug1057663 (https://launchpad.net/~a7x/+archive/bug1057663). ** Patch removed: debdiff for rlinetd to fix this bug

[Bug 993101] Re: atftpd does not install correctly

2012-09-26 Thread a7x
** Patch added: debdiff for atftp to fix this bug https://bugs.launchpad.net/ubuntu/+source/atftp/+bug/993101/+attachment/3346761/+files/atftp.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 993101] Re: atftpd does not install correctly

2012-09-26 Thread a7x
Attached are two debdiffs, one for atftp and one for rlinetd. Both are based on urusha's patches. I've uploaded the packages to my PPA: https://launchpad.net/~a7x/+archive/bug993101 They should be done building in a few hours. To install: sudo apt-add-repository ppa:a7x/bug993101 sudo

[Bug 993101] Re: atftpd does not install correctly

2012-09-24 Thread Benjamin Kerensa
** Bug watch added: Debian Bug tracker #688693 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688693 ** Also affects: atftp (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688693 Importance: Unknown Status: Unknown -- You received this bug notification because

[Bug 993101] Re: atftpd does not install correctly

2012-09-21 Thread urusha
This is actually not an atftpd problem, but a problem in rlinetd package (which is being installed with atftpd as inet-superserver daemon by default). rlinetd doesn't support udp4 as protocol. Attached patch (applied to inetd2rlinetd) strips protocol number from those having it. And additionally

[Bug 993101] Re: atftpd does not install correctly

2012-09-21 Thread urusha
Here is the new patch. Now it respects protocol family (udp4/6, tcp4/6) if such is given. ** Patch added: inetd2rlinetd patch (extended) https://bugs.launchpad.net/ubuntu/+source/rlinetd/+bug/993101/+attachment/3327816/+files/inetd2rlinetd.patch -- You received this bug notification

[Bug 993101] Re: atftpd does not install correctly

2012-09-21 Thread urusha
Also, seems that aftpd supports ipv6 from 0.7.dfsg-9.1 (see changelog.Debian.gz), and now upd4 should be changed to udp in atftpd's postinst script. So, I'll set atftpd as affected again. ** Patch added: atftpd postinst patch

[Bug 993101] Re: atftpd does not install correctly

2012-09-21 Thread Ubuntu Foundation's Bug Bot
The attachment inetd2rlinetd patch of this bug report has been identified as being a patch. The ubuntu-reviewers team has been subscribed to the bug report so that they can review the patch. In the event that this is in fact not a patch you can resolve this situation by removing the tag 'patch'

[Bug 993101] Re: atftpd does not install correctly

2012-05-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: atftp (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/993101 Title:

[Bug 993101] Re: atftpd does not install correctly

2012-05-02 Thread Sergey V. Gershovich
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/993101 Title: atftpd does not install correctly To manage notifications about this bug go to: