Displaying 20 results from an estimated 4704 matches for "hpa".
Did you mean:
hp
2002 Feb 28
2
addendum to syslinux/ tftp-hpa docs
After a few days of troubleshooting, we finally determined why we were
having problems. It seems as though the tftp-hpa daemon requires the
MTU of the interface it's running on to be >= 1500. We had the MTU set
at 1400 (don't ask why) and the PXE client was receiving fragmented
packets and failing. As soon as we set it to over 1500, it worked fine.
hpa,
Could you please update your syslinux/pxelinu...
2005 May 30
0
compiling tftp-hpa-040 under Solaris 8
Dear List,
I'm trying to compile tftp-hpa-040 under Solris 8:
Step 1: "configre" works fine:
root at isu001[/usr/src/tftp-hpa-0.40] > ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no...
2002 Feb 22
1
problems with tftp-hpa timing out.
I'm difficulty diagnosing a tftp-hpa problem. Specfically, when
performing a PXE boot, the machine hangs at the "TFTP...." and times out.
This is only occuring at one network location (we'll call it network A).
Now on network B, the computers on network can tftp boot no problem.
If I run a tftp client from my workst...
2010 Jul 09
2
atftpd versus tftpd-hpa
It seems that tftpd-hpa is more suitable at serving arbitrarily large
files (greater than 65535 blocks long; with pxelinux.0 using a default
block size of 1408 this is 92,273,280 bytes) as atftpd will complain
in the log stating "Requested file to big, increase BLKSIZE". I saw
that a while back HPA mentioned th...
2004 Jul 30
2
tftp-hpa server hooks to external programs
Hello tftp-hpa community,
I am trying to locate a tftp server that I can integrate with an external
program/database application, and was wondering if tftp-hpa might have the
capability I am looking for.
Upon the tftp server receiving a read request, and before it sending a read
request reply, I would like to...
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", e...
2003 Apr 11
3
Please help: how to enable tftp-hpa (0.33) for large file
Hi:
I compiled and run tftp-hpa-0.33 on my Solaris 2.7
but it does not support file size larger than 16MB.
The tftpd time out when 16MB of file is transfered.
Can anyone offer a hint for how to enable tftp-hpa
to support large file size ?
Very appreciate
Geefu Wang
2005 Sep 26
0
Trouble compiling tftp hpa under Solaris 10
Hi..
I'm having trouble compiling tftp hpa... when I run make, I get:
make
echo \#define VERSION \"tftp-hpa `cat version`\" > version.h
make -C lib
make[1]: Entering directory `/data/downloads/tftp-hpa-0.40/lib'
rm -f libxtra.a
ar cq libxtra.a
ranlib libxtra.a
make[1]: Leaving directory `/data/downloads/tftp-hpa-0.40/lib&...
2002 Oct 15
3
ISC DHCPD Problem and Solution.
A long time, this apeared on the list:
> Date: Tue, 23 Jul 2002 08:17:26 -0700
> From: H. Peter Anvin <hpa at zytor.com>
> To: Gal Goldschmidt <gal at cs.haifa.ac.il>
> Cc: syslinux at zytor.com
> Subject: Re: [syslinux] ISC DHCPD Problem and Solution.
>
> Gal Goldschmidt wrote:
> >
> > All the station in that group suddenly did not receive the net mask, routers,
>...
2004 Jan 13
1
tftpd-hpa suggestions
Hello, Peter and others!
there are some issues regarding the tftp-hpa server:
1. Running as Windows service seems to require that the application does
not detach (otherwise "net start" says smth. like "could not start,
the service didn't report any errors").
The attached patch adds the option "-n", which can be used to hav...
2010 Jan 03
1
tftp-hpa 5.0 fails to build on mips
Hi,
recently, tftp-hpa has started to fail to build on mips and mipsel with
the following error:
---snip---
[...]
make -C tftpd
[...]
gcc -g -O2 -W -Wall -Wpointer-arith -Wbad-function-cast
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wnested-externs -Winline -Wwrite-strings -Wundef -Wshadow
-Ws...
2004 May 28
1
I installed tfpt-hpa
Hi...
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",...
2002 Jul 12
4
tftp-hpa 0.28, 0.29 interoperability problem
Hi,
I have a tftp client which loads quite happily from a tftpd built
from netkit-tftp-0.16 but which fails to load from from a tftpd built
from tftp-hpa 0.29. In both cases, tftpd was built from pristine
sources and run from xinetd under Redhat 7.3.
[netkit-tftp-0.16 is the ancestor of tftp-hpa, predating HPA's
maintenance of same]
[the tftp client also..
.. fails with the prebuilt tftpd in RH7.3, which is a patched
tftp-hpa 0.28
.. succee...
2005 Sep 27
2
tftp-hpa execution
Okay, I have come to agree that tftp-hpa needs some kind of execution
support. The two alternatives which have been proposed in the past is a
flag in the regex map to run a program and deliver its output, and the
other one is a flag in the regex map to serve as an HTTP proxy (get a
file via HTTP and deliver via TFTP.)
At the moment,...
2006 Dec 25
3
[patch] fix parallel building of tftp-hpa
if you try to build tftp-hpa in parallel, it may fail as the tftp and tftpd
subdirs may try to link before the libcommon.a has a chance to be generated
in the common subdir
trivial patch attached to address this
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: app...
2002 Feb 21
2
hpa-tftp with xinetd
Good day,
Just a quick question- could someone please confirm that this is the correct
xinetd configuration (or not) for hpa-tftp?
We've noticed that, when under moderate load hpa-tftpd resides in memory,
even after there are no connections or even if xinetd is shut down. Under
light load the server goes away after each connection, as desired.
Thanks in advance!
service tftp
{
socket_type = d...
2014 Oct 17
4
Syslinux 6.03 released
On Oct 17, 2014, at 1:30 PM, "H. Peter Anvin" <hpa at zytor.com> wrote:
>
>> On 10/17/2014 12:19 AM, Ferenc Wagner wrote:
>> "H. Peter Anvin" <hpa at zytor.com> writes:
>>
>>> I would like to do a short cycle for 6.04, because 64-bit support for
>>> ext4 has come up as a very high priority...
2004 Jul 10
10
Syslinux 2.10 does not load initrd anymore
Hello all,
I just installed syslinux 2.10 on my usb-stick. It still boots then, but
doesn't load initrd.gz (same config file..).
Reverting back to syslinux 2.09 works fine, eg: initrd.gz is loaded.
Something changed in initrd handling code?
greetz,
Jaap Crezee
NB I am willing to share you more information or hints how to solve the
problem.
I am using kernel 2.6.7-bk20
2002 Dec 26
1
tftp-hpa backport to openbsd tftpd
Hi
I'm working on an update of the openbsd tftpd, mainly to support RFC
2349 (tsize option; and 2347-2348 too). In fact, i backport from
tftp-hpa (which came from an old openbsd cvs).
I know, i can use tftp-hpa but first it doesn't compile on openbsd,
second, i hope the backport could be include in openbsd cvs ...
does someone know a tftp client or a test to really know what is good or
not ? it seems i have a transfert but not well ......
2007 May 01
4
tftp-hpa performance?
How many simultaneous tftp connections can tftp-hpa handle? Thanks
for any info.
--
Jiann-Ming Su
"I have to decide between two equally frightening options.
If I wanted to do that, I'd vote." --Duckman
"The system's broke, Hank. The election baby has peed in
the bath water. You got to throw 'em both out." --Dal...