Displaying 20 results from an estimated 10000 matches similar to: "Suggested patch for tftphpa"
2014 Jul 31
0
[PATCH 2/3] Update manpage to match source code for --map-file
From: Daniel Baumann <mail at daniel-baumann.ch>
Closes: #606267 in the Debian BTS
Reported-By: Jim Paris <jim at jtan.com>
Signed-off-by: Ron Lee <ron at debian.org>
---
tftpd/tftpd.8.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tftpd/tftpd.8.in b/tftpd/tftpd.8.in
index b500d27..71a712d 100644
--- a/tftpd/tftpd.8.in
+++ b/tftpd/tftpd.8.in
@@
2003 Jun 09
0
[patch] ./configure problem on Solaris
Hi,
I have a problem with tftpd-hpa on Solaris-8, in that the configure
script cannot find the regex engine.
This is because of the following in configure.in:
LIBXTRA=false
AC_SEARCH_LIBS(xmalloc, iberty, , LIBXTRA=true AC_LIBOBJ(xmalloc))
AC_SEARCH_LIBS(xstrdup, iberty, , LIBXTRA=true AC_LIBOBJ(xstrdup))
AC_SEARCH_LIBS(bsd_signal, bsd, , LIBXTRA=true AC_LIBOBJ(bsdsignal))
if $LIBXTRA; then
2003 Jun 09
1
[patch] ./configure problem on Solaris with Sun's CC
Hi,
I have a problem with tftpd-hpa on Solaris-8, in that the configure
script cannot find the regex engine.
This is because of the following in configure.in:
LIBXTRA=false
AC_SEARCH_LIBS(xmalloc, iberty, , LIBXTRA=true AC_LIBOBJ(xmalloc))
AC_SEARCH_LIBS(xstrdup, iberty, , LIBXTRA=true AC_LIBOBJ(xstrdup))
AC_SEARCH_LIBS(bsd_signal, bsd, , LIBXTRA=true AC_LIBOBJ(bsdsignal))
if $LIBXTRA; then
2009 Jan 07
2
OpenBSD TFTPD remap rules
Hi!
I am using OpenBSD 4.4 with the build-in TFTP-Daemon for PXE.
Distributing OpenBSD works fine.
Now I want to distribute OpenBSD and WinPE. I've installed
PXELinux 3.72 and configured it. Works also fine for PXELinux and
distributing OpenBSD.
To distribute WinPE I need a remap rule (\ -> /) for the TFTP-Daemon.
I've created a file /etc/tftpd.remap with the following rule:
rgG \\ /
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
2013 Jan 11
2
HP Probook 6570b - Unable to locate configuration file
Hi,
We currently use pxelinux and tftp-hpa for pxe booting new machines and
installing our OS of choice. This has worked great for the past year, and
just about every HP laptop we've tried so far has worked flawlessy, until
now...?
We recently bought a bunch of HP ProBook 6570b laptops but couldn't get them
to work with our pxelinux setup. What we see is that the 6570b stops at
the
2005 Mar 16
0
tftpd remap rules
Hi,
Without this patch, I get a "remap rules cannot be inverted" error
message with any remap rule:
--- tftp-hpa-0.40/tftpd/remap.c.old 2005-03-16 16:34:34.000000000 -0500
+++ tftp-hpa-0.40/tftpd/remap.c 2005-03-16 16:22:49.000000000 -0500
@@ -275,6 +275,7 @@
int lineno = 0;
int err = 0;
+ memset(this_rule, '\0', sizeof(struct rule));
while ( lineno++, fgets(line,
2014 Jul 31
5
[PATCH 0/3] tftp-hpa patches from Debian
From: Ron <ron at debian.org>
Hi,
I've just taken over maintaining the packages for this in Debian,
and we've been carrying a couple of patches for a while now that
really should have been forwarded since they're clearly not distro
specific. I added a third one to that yesterday to fix another
autoconf build 'race' seen when doing parallel builds.
Cheers,
Ron
2003 Jun 10
3
tftp server error
I have got a Solaris 9 package build from the latest tftp software at
ftp.kernel.org.
When I do the following:
./in.tftpd -l -s /tftpboot -m /tftprules -v
The tftp server does not start. The error in /var/adm/messages is
"too many -s directories".
If i do
./in.tftpd -l -s /tftpboot -v
then it works fine. But i need remap feature for my project.
The message I get when i do
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
-Wsign-compare -pipe -fno-strict-aliasing -I/build/buildd/tftp-hpa-5.0
-c
2003 Apr 03
1
syntax of tftpd mapfile
Hello,
I want to use tftpd rewrite feature to sort configs from different systems
to subdirs named by the system-ip and (perheps) by date.
the system (cisco pix) issues 'wr net: /config'
this should be rewritten to /10.0.0.1/config or better /10.0.0.1/20020403-1448
Is this possible?
Thanks for any hints.
--
Andreas Schulze
2010 Jun 19
3
Case Insensitive TFTPD
I am trying to do file transfers through tftpd under fedora and I need the server to be case insensitive. I could not find any way to achieve this! Manual is useless!
As an example I need to transfer file "foo.ext" even if I request file "FOO.Ext" which now spits an error saying that it does not exists. How can I do that?
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 Sep 26
3
PXEboot: can't find configfile on tftpd server
Hello,
I've got several machines which I'm trying to netboot, the setup is a
bootserver using dhcpd3 and tftpd-hpa.
When a machine boots up, it gets an ip address and downloads pxelinux.0 from
the server, then it starts searching for pxelinux.cfg/[MACADDRESS]
pxelinux.cfg/0A0000F0 and so on. On the server side I see in the syslog the
client's DHCP-request and the client downloading
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
2020 May 22
0
[PATCH] [v3] ddrescue mapfile filter
This allows to overlay bad sectors according to the mapfile generated by
ddrescue, to then see where sectors are used using fsck and trying to
copy files around.
Should now be mature enough to be useful to someone else.
And we have a proper test also.
Signed-off-by: François Revol <revol@free.fr>
---
configure.ac | 2 +
filters/ddrescue/Makefile.am
2004 Jan 14
2
Remap not enabled on some builds...
Hi-
Here at Columbia Unix Systems Group we experienced difficulty getting
tftpd-hpa to build on certain systems (including Debian Woody), and
after investigation, my officemate Lev discovered that it is a problem
with the autoconf script, not the source code for the
application itself. Perhaps others will be helped by this info...
Good luck!
Erik Dykema
Sent by lev at columbia.edu on
2020 May 01
1
[PATCH] WIP: ddrescue mapfile filter
This allows to overlay bad sectors according to the mapfile generated by
ddrescue, to then see where sectors are used using fsck and trying to
copy files around.
Signed-off-by: Fran?ois Revol <revol at free.fr>
---
configure.ac | 2 +
filters/ddrescue/Makefile.am | 75 +++++++
filters/ddrescue/ddrescue.c | 218
2020 Oct 28
0
[PATCH] fbcon: Disable accelerated scrolling
Hi Daniel et al.
On Wed, Oct 28, 2020 at 05:06:00PM +0100, Daniel Vetter wrote:
> So ever since syzbot discovered fbcon, we have solid proof that it's
> full of bugs. And often the solution is to just delete code and remove
> features, e.g. 50145474f6ef ("fbcon: remove soft scrollback code").
>
> Now the problem is that most modern-ish drivers really only treat
>
2020 May 01
4
[PATCH] [v2] WIP: ddrescue mapfile filter
This allows to overlay bad sectors according to the mapfile generated by
ddrescue, to then see where sectors are used using fsck and trying to
copy files around.
Signed-off-by: Fran?ois Revol <revol at free.fr>
---
configure.ac | 2 +
filters/ddrescue/Makefile.am | 75 +++++++
filters/ddrescue/ddrescue.c | 211