Displaying 20 results from an estimated 200 matches similar to: "tftpd and broadcast"
2006 Mar 22
1
tftpd-hpa-0.42 bug when hitting ^C
Start tftp with no host name
Enter a host name
When looking at the tftp> prompt press ^C
$ tftp
(to) localhost
tftp>
*** glibc detected *** double free or corruption (fasttop): 0x08b8b9c0 ***
Aborted
I've attached a patch fixing this issue but I'm not convinced this is the right way to do it.
Radek
--
Radek Vok?l <rvokal at redhat.com>
-------------- next part
2004 Dec 22
1
tftpd - r rule seems to be still broken
This is an example rule from sample.rules
r ^[^/] /tftpboot/\0 # Convert non-absolute files
but it seems to be broken in tftpd-0.40. This comes from syslog when
accesing sample file on server.
Dec 22 14:11:35 localhost in.tftpd[10443]: r rules cannot be inverted,
line 1: ^[^/] /tftpboot/\0 # Convert non-absolute
files
this was already present in 0.39 version and according
2010 Sep 17
3
RHEL 6 potential release date???
Benn playing with the beta's and have looked around for a potential release
date...Does anyone know what the likely date is??? Thanks....
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100917/4f0c37f4/attachment-0001.html>
2005 Oct 31
1
ip tunnel doesn''t show warning or error
This is really strange behavior ..
root@garfield ~# ip tunnel add testing123 mode ipip remote 192.168.1.1
local 192.168.1.12
root@garfield ~# ip tunnel show
..
testing123: ip/ip remote 192.168.1.1 local 192.168.1.12 ttl inherit
root@garfield ~# ip tunnel add testingabc mode ipip remote 192.168.1.1
local 192.168.1.12
root@garfield ~# echo $?
0
root@garfield ~# ip tunnel show
..
testing123:
2005 Dec 05
1
ip route doesn''t not work with virtual inferfaces
I have two IP for eth0 which correspond to eth0 and eth0:1
I want to create a route
to 192.168.66.0/24 via 192.168.0.50 from eth0:1
so I add the route with
ip route add 192.168.66.0/24 via 192.168.1.2 dev eth0:1
but when I connect to 192.168.66.0/24 network in connects still using
the IP of eth0, not the IP of eth0:1 as one would expect.
What''s strange to me is that ip route list
2005 Oct 06
1
buffer overflow in ip
This comse from iproute-ss050901, rebuilt on FC4 with -fortify-source
option. Seems like ip has a buffer overflow which sometimes causes a
segfault..
will try to look at it tmrw, so far here''s my gdb output.
$ gdb ip
GNU gdb Red Hat Linux (6.3.0.0-1.21rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome
2010 Mar 08
8
Motherboards for HPC applications
Hello,
Can somebody recommend CentOS-OK, dual socket motherboards for compute
elements? A quick look up at Intel pages suggests they are thinking of
them as "server boards", but then they recommend them as "for SMB",
I'm somewhat puzzled about it.
It would be nice to know what MBs you are using, pros and cons.
Thank you in advance
--
Eduardo Grosclaude
Universidad
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
2017 Feb 03
0
Bug#771441: [PATCH tftpd-hpa] tftpd: don't use AI_CANONNAME and AI_ADDRCONFIG to resolve addresses for bind
On Thu, Feb 02, 2017 at 02:22:47PM +0100, Uwe Kleine-K?nig wrote:
> On Thu, Feb 02, 2017 at 04:08:49PM +1030, Ron via Syslinux wrote:
>
> > The use of AI_PASSIVE here is a placebo. That flag has no effect unless
> > address was NULL, and if that was true, neither of the hunks here would
> > actually be executed in the first place.
>
> Right. Today it only has an
2007 Sep 14
0
logging tftpd
I'm trying to figure out where my bootloading breaks down on ltsp with a
ppc client and so I changed /etc/xinetd.d/tftp...
server_args = -vv -s /tftpboot
but cannot figure out if/where it's getting logged - do I have to change
something in syslogd.conf?
--
Craig White <craig at tobyhouse.com>
2008 Jun 07
1
directing output of tftpd to stdout, instead of syslog()
I'm doing some work with hpda-tftpd--0.48.
All output is to syslog -- this is inconvenient when running interctivitly.
tftpd has a no daemonize flag -- this is not used either started it normally or from the sample inetd...
I'm thinking of doing:
my_syslog(int priority, const char *format, ...)
{
va_list ap;
va_start(ap, format);
if(use_tty == TRUE)
2011 May 08
1
Cisco 7940 phone and tftpd provisioning - for ever?
Hi all,
Sorry for posting here - but I figured there are many people with Cisco
IP phones here - and I use them with Asterisk :-)
I have a couple of Cisco 7940 phones. I've loaded the SIP firmware OK,
loaded the SIP configuration files OK, they work with Asterisk just fine.
My question is - will I have to keep on running the tftp server for them
for ever and ever? Isn't there any
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
2007 Jun 06
1
tftpd-hpa feature suggestion
Hello,
I had a feature suggestion in mind.
I'm using PXELINUX with tftpd-hpa to netboot a debian system.
Everything works great.
I had an idea to create a dynamic bootup message (DISPLAY command)
The idea is simple, instead of sending the file itself, the file will
be executed and the output will be sent.
Some environment variables can also be defined before executing the
script (MAC
2007 Jul 11
0
tftpd multicast option kills other negotiation options
Hi,
The tftpd can not handle a request with the multicast option set.
If the request has additional options eg. blksize, all options are
discarded and a oack is newer sent.
The client works fine with the atftpd server.
I am not after an implementation of the multicast feature. However, the
server should not discard the other options.
Any thoughts about this?
Regards,
Robin Theander.
--
2005 Apr 21
1
tftpd-hpa file download status
Quick question: is it possible to get the status of files being
downloaded from the tftp server? Perhaps from a log file? Perhaps from
an RPC call?
I'm using tftpd-hpa along with PXELinux and it would be really nice if
I could query the download progress of the kernel and ramdisk images.
Thanks,
Salman
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
2004 Apr 02
0
Problem using tftpd-hpa 0.34 and armmon bootloader on remote embedded arm-linux board
Hi all,
I've been struggling with this for several days now so any help would be very
much appreciated!
I have a compulab embedded arm board which runs a bootloader called ArmMon.
ArmMon supports file fetching over ethernet via a built in tftp client, and
Compulab recommend the use of winagents tftp server for windows ... which is
a bit naff when I'm cross developing from linux to
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
2009 May 18
1
tftpd-hpa and pidfile
Hello,
i've got a problem on lenny with tftpd-hpa
When i launch it from /etc/init.d/tftpd-hpa start, there is no pidfile created.
what is the way to get it ?
thank you
--
---------------------------------------------------------------
Pascal Legrand
*IUT de Chartres* - _Service Informatique_
---------------------------------------------------------------
1, place Roger Joly
28000 Chartres