search for: tftpdir

Displaying 6 results from an estimated 6 matches for "tftpdir".

2012 Apr 17
1
tftpd-hpa: the tftpdir is ignored if --secure isn't used
If I omit --secure from the tftpd-hpa command line, I then need to e.g. `tftp -c get /var/lib/tftpboot/vmlinuz` instead of plain /vmlinuz, even though I pass /var/lib/tftpboot as the tftp dir in the tftpd-hpa command line. That essentially means that I'm exporting my whole /, which is clearly something I don't want to do. I basically want tftpd-hpa to serve files from /var/lib/tftpboot
2005 Apr 15
3
IBM BladeCenter HS20 blades
Greetings, We have purchased an IBM BladeCenter and I am in the process of testing Linux installation on these things (boot off SAN i.e. qla2300 driver, not using internal drives). My distro of choice is Debian, however, since I'm really not interested in trying to hand compile all the drivers, I decided to try CentOS (which I'm so far very impressed with). On boot, as with the
2006 Dec 11
2
Add option to TFTP client to ignore ':' in file name (re-submit)
...0.44 'R' option is not documented in the tftp man page. ----------------------------------------- I have encountered a situation where I would like to use tftp-hpa to retrieve a file that resides within an absolute path containing a ':' character. Ala, "tftp foobar -c get C:2/tftpdir/myfile". Since the tftp client automatically converts the host:file syntax, I get an error "tftp: C: Unknown host". I made a chage to the tftp client code to add a literal mode (-l), that prevents the special treatment of the ':' character. I've attached a patch set fo...
2006 Jun 12
0
tftp trouble
...ting systems. service tftp { socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -v -v -v -v -s /home/tf-user/tftpdir -c -u tf-user disable = no per_source = 11 cps = 100 2 flags = IPv4 } [root at 170 chadr]#
2006 Dec 11
0
Add option to TFTP client to ignore ':' in file name
I have encountered a situation where I would like to use tftp-hpa to retrieve a file that resides within an absolute path containing a ':' character. Ala, "tftp foobar -c get C:2/tftpdir/myfile". Since the tftp client automatically converts the host:file syntax, I get an error "tftp: C: Unknown host". I made a chage to the tftp client code to add a literal mode (-l), that prevents the special treatment of the ':' character. I've attached a patch set fo...
2012 Feb 14
2
[PATCH 3/3] syslinux: support isolinux configuration files
This one is the most critical for my app, but also possibly the most controversial to integrate. A few applications that convert isolinux ISOs to bootable USB, including mine, copy the ISO content to a VFAT formatted partition and then add syslinux to make it bootable. This would work great... if isolinux and syslinux shared the same defaults when it comes to configuration files.