Your message dated Tue, 20 May 2014 13:59:32 -0700
with message-id <[email protected]>
and subject line RE: Bug#748795: dnsmasq: tftp server corrupts larger files
has caused the Debian Bug report #748795,
regarding dnsmasq: tftp server corrupts larger files
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
748795: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748795
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dnsmasq
Version: 2.71-1
Severity: normal
Tags: upstream
Dear Maintainer,
I've been trying to use the built in tftp server.
It works fine when I use it to serve up smaller (25byte) files. However, when
serving up larger (~320k) binary files the files recieved are too short (327347
vs 327516 bytes) and the contents are corrputed.
My testing shows that this corruption begins at byte 0x161 and continues
through the rest of the file.
This corruption occurs reguardless of the tftp-no-blocksize setting.
I see it when transferring files using tftp clinets on other machines and when
using the tftp command to localhost on this machine.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: armhf (armv7l)
Kernel: Linux 3.14.2
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dnsmasq depends on:
ii dnsmasq-base 2.71-1
ii init-system-helpers 1.18
ii netbase 5.2
dnsmasq recommends no packages.
Versions of packages dnsmasq suggests:
ii resolvconf 1.75
-- no debconf information
--- End Message ---
--- Begin Message ---
You're right! Thanks. It's working great now.
> Date: Tue, 20 May 2014 21:40:44 +0100
> From: [email protected]
> To: [email protected]; [email protected]
> Subject: Re: Bug#748795: dnsmasq: tftp server corrupts larger files
>
> On 20/05/14 21:20, l3iggs wrote:
> > Package: dnsmasq Version: 2.71-1 Severity: normal Tags: upstream
> >
> > Dear Maintainer,
> >
> > I've been trying to use the built in tftp server.
> >
> > It works fine when I use it to serve up smaller (25byte) files.
> > However, when serving up larger (~320k) binary files the files
> > recieved are too short (327347 vs 327516 bytes) and the contents are
> > corrputed.
> >
> > My testing shows that this corruption begins at byte 0x161 and
> > continues through the rest of the file.
> >
> > This corruption occurs reguardless of the tftp-no-blocksize setting.
> >
> > I see it when transferring files using tftp clinets on other machines
> > and when using the tftp command to localhost on this machine.
>
> A hunch: most tftp clients default to ascii mode transfer, which would
> produce symptoms similar to what you are seeming. Are you setting
> "binary" mode in the client before doing the transfer?
>
>
> Cheers,
>
> Simon.
>
>
> >
> > -- System Information: Debian Release: jessie/sid APT prefers
> > unstable APT policy: (500, 'unstable') Architecture: armhf (armv7l)
> >
> > Kernel: Linux 3.14.2 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8
> > (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
> >
> > Versions of packages dnsmasq depends on: ii dnsmasq-base
> > 2.71-1 ii init-system-helpers 1.18 ii netbase 5.2
> >
> > dnsmasq recommends no packages.
> >
> > Versions of packages dnsmasq suggests: ii resolvconf 1.75
> >
> > -- no debconf information
> >
>
--- End Message ---