Debian Bug report logs - #707955
TFTP fetch-url inserts superflous slash in remote file

Package: debian-installer-utils; Maintainer for debian-installer-utils is Debian Install System Team <debian-boot@lists.debian.org>;

Reported by: Mathias Bogaert <mathias.bogaert@gmail.com>

Date: Sun, 12 May 2013 10:09:11 UTC

Severity: normal

Reply or subscribe to this bug.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian Install System Team <debian-boot@lists.debian.org>:
Bug#707955; Package debian-installer-utils. (Sun, 12 May 2013 10:09:15 GMT) (full text, mbox, link).


Acknowledgement sent to Mathias Bogaert <mathias.bogaert@gmail.com>:
New Bug report received and forwarded. Copy sent to Debian Install System Team <debian-boot@lists.debian.org>. (Sun, 12 May 2013 10:09:15 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Mathias Bogaert <mathias.bogaert@gmail.com>
To: submit@bugs.debian.org
Subject: TFTP fetch-url inserts superflous slash in remote file
Date: Sun, 12 May 2013 12:07:29 +0200
[Message part 1 (text/plain, inline)]
Package: debian-installer-utils

Version: 1.95

The TFTP fetch-url method script inserts a slash in front of the
remote file. This
breaks certain TFTP servers with 'access violation'. Since TFTP expects the
path to start at root, the slash is not necessary and can be removed.

so the line > remote_file="/$(echo $url | cut -d/ -f 4-)"

should be > remote_file="$(echo $url | cut -d/ -f 4-)"
[Message part 2 (text/html, inline)]

Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Wed Jul 3 06:36:32 2024; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.