Displaying 2 results from an estimated 2 matches for "intftpd_opts".
2004 Jun 10
0
TFTP: error code 2 received - Only absolute filenames allowed
Hey ppl,
This is probably something very basic i'm doing wrong but I can't seem to
get aorund it after reading the man page, it goes between error 2 and 1, im
trying to tftp from a cisco router to my linux box.
my in.tftpd.conf file looks like this:
INTFTPD_PATH="/usr/tftp"
INTFTPD_OPTS="-l ${INTFTPD_PATH}"
and ive done a chmod 777 on the above path just to be 100% sure there are no
permission problems even though the tftp is running as root.
Heres the full snipper from cisco when i try and tftp it:
gw0#cop flash:1:c820-k9osy6-mz.122-15.T5.bin tftp
Address or name of...
2015 Feb 05
5
Unable to PXE boot
...y boot, F2 for setup utility
---
/diskless/pxelinux.cfg/default
---
DEFAULT /gentoo-x86_64/boot/kernel-3.14.14-gentoo
APPEND ip=dhcp ro rootfstype=nfs root=/dev/nfs
nfsroot=10.0.0.11:/diskless/gentoo-x86_64
init=/linuxrc
/etc/conf.d/in.tftpd (using tftp-hpa)
---
INTFTPD_PATH="/diskless"
INTFTPD_OPTS="-R 4096:32767 -v -s ${INTFTPD_PATH}"
/etc/dhcp/dhcpd.conf
---
ddns-update-style none;
authoritative;
log-facility local7;
allow bootp;
subnet 10.0.0.0 netmask 255.255.0.0 {
default-lease-time 86400;
max-lease-time 86400;
option routers 10.0.0.1;
option broadcast-address 10.0.255.255;...