Displaying 20 results from an estimated 3000 matches similar to: "tftpd-hpa: the tftpdir is ignored if --secure isn't used"
2002 Sep 24
1
tftpd-hpa
Hello,
I need help in setting up tftpd-hpa to send a kernel to a client,
on a debian woody installation. I did manage the feat when using tftpd
to send a kernel to a client which had a separate network interface card,
but I would like to do it with integrated LAN. Trials with tftpd
failed with error messages starting with 'PXE', and later I learned that
tftpd-hpa is needed for the PXE
2004 Jul 21
3
Request to an hpa-TFTP enhancement - convert '\' in filenames to '/'
Hello,
I'm working on getting BartPE (normally a LiveCD of Windows XP)
network booted by PXE from a Linux TFTPD server. Normally a M$
RIS server with Active Directory and stuff is necessary, but the basic
filetransfers are all done by TFTP and SMB and can therefore be
delivered by a Linux machine.
I'm referring to this documentation
http://oss.netfarm.it/guides/pxe.php how to do
2006 Oct 29
1
tftpd-hpa issue: I think, anyway
I have spent the last two hours on this issue. I think there's a
problem with tftp-hpa.
Setup: attempting to use Debian FAI, but there is definitely a
problem with PXELINUX. pxelinux.0 is obviously being loaded by
clients, but *nothing* in the pxelinux.cfg directory can be loaded.
Clients sit and spin on their MAC files and when they get to default
nothing happens. This is
2005 Feb 06
4
Can't get hpa-tftpd working on Slackware 9.1
Hi,
I have a question on tftpd on Slackware - I know this is an embedded
Linux forum, but I think it still must be the appropriate place to ask.
I have hpa-tftpd V0.40 on Slackware 9.1. No matter what I do, I can't
get files transferred to the tftp server. I just get timeouts - no
messages
in /var/log/messages or in /var/log/syslog - just dealthly silence.
This is the configuration line
2004 Aug 05
1
(hpa-tftpd] remapping with regular expression problem
Hi mailing list,
I'm working on PXE booting a BartPE (=Windows XP) system from a server running
hpa tftpd.
In the initialization phase the files are requested from the boot server by TFTP, later
the transfer is switched to SMB.
Most of the problems during this tftp phase can be solved with the remapping feature
quite nicely like:
*converting filenames into absolute paths
*convert
2002 Sep 25
1
tftpd-hpa does not fork
hi,
i try to get this tsize capable tftpd running,
but it doesn't fork. (as read the strace output
and the process table)
strace:
9122 execve("/usr/sbin/in.tftpd", ["/usr/sbin/in.tftpd", "-u",
"nobody", "-s", "/var/tftpboot/"], [/* 35 vars */]) = 0
9122 uname({sys="Linux", node="saturn", ...}) = 0
9122
2010 Mar 04
1
Making tftpd (hpa) firewall frienldy
Hello all,
Tested on linux 2.6.18 (Centos5) and FreeBSD 7.0.
You would execute it like below (which basically makes tftp reply back with
same port is listening on )
tftpd --port-range 69:69 -4 -s /tftpboot/
--- tftp-hpa-0.49/tftpd/tftpd.c 2008-10-21 01:08:31.000000000 +0300
+++ tftp-hpa-0.49-tftpd-reuseport.c 2010-03-03 15:19:26.000000000 +0200
@@ -524,6 +524,11 @@
#ifndef __CYGWIN__
2004 May 27
3
tftp-hpa versus atftpd
I'm interested to find out how many people are running tftp-hpa versus atftpd.
I'm almost a bit surprised in how many people seem to be using tftp-hpa; for
modern Unix systems (including Linux), I would in general assume atftpd to be
a better choice.
If you have tried both and specifically chosen (as opposed to "it was already
installed", etc.) I'd be interested in
2017 Feb 02
0
Bug#771441: [PATCH tftpd-hpa] tftpd: don't use AI_CANONNAME and AI_ADDRCONFIG to resolve addresses for bind
On Sun, Jan 29, 2017 at 12:09:43PM +0100, Uwe Kleine-K?nig wrote:
> AI_CANONNAME is only relevant when the resulting official name is used,
> which is not the case in tftpd for the address to bind to. Also
> AI_ADDRCONFIG isn't helpful. This flag is good for sockets used to
> connect(2) somewhere. But for listening sockets it makes tftpd fail to
> start when -a 0.0.0.0:69 is
2009 Jul 04
2
[PATCH] Create /var/run/tftpd-hpa.pid in standalone mode
This is more a question than a serious proposal. The name of the pid
file should probably be configurable, and it should be unlinked on
normal termination, but no such thing exists in standalone mode.
SIGTERM and SIGINT should be catched and considered normal, I guess.
Signed-off-by: Ferenc Wagner <wferi at niif.hu>
---
tftpd/tftpd.c | 7 +++++++
1 files changed, 7 insertions(+), 0
2013 Aug 26
1
logging location of tftpd-hpa
Op 2013-08-26 om 09:35 schreef John McDonnell:
> On Behalf Of Geert Stappers
> Sent: Sunday, August 25, 2013 6:42 AM
> >
> > On my previous TFTP server I had logging. I did see all requests
> > in logfiles.
> >
> > On my current TFTP server I have also added the options '-v -v -v',
> > but no logging. At least I can't find it them in
2006 Apr 03
0
tftpd-hpa wrong data
I believe I have encountered a problem with tftpd-hpa very similar to the problem described in the following link:
http://syslinux.zytor.com/archives/2003-May/001955.html
We were running tftpd-hpa version 0.29 on RedHat 8.0 (on an older Dell desktop), and upgraded to tftpd-hpa version 0.42 when the problem was discovered; however, we are seeing the same thing after the upgrade.
The TFTP
2015 Aug 07
0
Bug#793921: tftpd-hpa: IPv6 address cannonization breaks IPv4
On 07/29/2015 01:45 AM, Ron via Syslinux wrote:
>
> Take 2 at bouncing this to the rest of the original recipients through a
> different MTA, since mail.zytor.com refused to accept it the first time.
>
> Please re-add Jason Gunthorpe <jgg at obsidianresearch.com> and
> 793921 at bugs.debian.org to the CC for replies.
>
>
> On Wed, Jul 29, 2015 at 05:34:00PM
2003 Jan 13
1
tftpd-hpa filename remapping
I cannot seem to get the remap-file function of tftpd working right. I can sucessfully place files on the server but the remap feature is not working. I look in the logfile and it has an entry in there for tftpd.
remap: input: startup-config
Jan 13 21:47:50 proxy in.tftpd[25438]: remap: done
Jan 13 21:47:50 proxy in.tftpd[25438]: RRQ from 192.168.0.12 filename startup-config
I think that I
2014 Jan 30
0
Issue with running tftpd-hpa in inetd mode?
On Thu, 2014-01-30 at 11:25 -0500, Dan Swartzendruber wrote:
> Hopefully I'm not out to lunch here. I ported tftp-hpa to our proprietary
> OS, VOS (at stratus.com). We've always runs the old legacy tftpd from
> inetd, so I wanted to continue doing so with tftp-hpa. It seems to work
> okay, but I noticed that the code in tftpd.c has a 'while (1)' loop that
> has
2014 Jan 30
2
Issue with running tftpd-hpa in inetd mode?
> Correct. Like most UDP-based inetd services, tftpd is intended to be
run in 'wait' mode. When the first request arrives, inetd starts the
service but does not read the incoming packet (it can't, because it has
no way to pass it along to the server). After that, inetd ignores that
socket until the server exits. This isn't critical for tftp, but it
does help to keep down the
2006 Jun 02
3
tftpd-hpa: remap '/tftpboot/ncd4/foo' into 'ncd4/foo'
Hello,
This about remapping in the HPA tftp server.
A client does request for '/tftpboot/ncd4/foo' which should be 'ncd4/foo'
I have created a remap file that looks now like this:
r tftpboot/ncd4/modshmx/login.hmx ncd4/modshmx/login.hmx
r tftpboot/ncd4/modshmx/setup.hmx ncd4/modshmx/setup.hmx
r tftpboot/ncd4/modshmx/term.hmx ncd4/modshmx/term.hmx
Because
r
2013 Aug 26
0
logging location of tftpd-hpa
> -----Original Message-----
> On Behalf Of Geert Stappers
> Sent: Sunday, August 25, 2013 6:42 AM
> Subject: [syslinux] logging location of tftpd-hpa
>
> On my previous TFTP server I had logging. I did see all requests in
logfiles.
>
> On my current TFTP server I have also added the options '-v -v -v', but
nog
> logging. At least I can't find it them in
2014 Jan 30
0
Issue with running tftpd-hpa in inetd mode?
On 01/30/2014 11:09 AM, Dan Swartzendruber wrote:
>
> Yeah, I get this part. I think I misunderstood what xinetd was doing - I
> thought it was waiting for tftpd parent to exit and not processing
> anything else. So xinetd is ignoring tftp port during this sequence, and
> any new requests come in and are serviced by the parent tftpd which spawns
> new tftpd children to do the
2003 Jun 07
1
tftp-hpa loads but stalls
Hello,
I am attempting pxelinux via dhcpd/tftpd. If I use the system
default tftpd daemon, then pxelinux loads but then complains about
the tsize option.
I've downloaded tftp-hpa-0.34, compiled and installed. I also
edited inetd.conf according to README.security and then reloaded inetd.
/tftpboot directory and all files and directories have nobody:nobody
for permissions with at least read