Bug 22055

Summary: tftp 0.17-5
Product: [Retired] Red Hat Linux Reporter: Need Real Name <monger>
Component: tftpAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0CC: dr, pekkas, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-12-11 14:42:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2000-12-11 14:07:25 UTC
doesn't seem to work well with (maybe without) xinetd-2.1.8.9pre9-6. When
you try to connect you have access violation: code error 2 (even with the
maximum right (777) on /tftpboot and the empty file you want to fill.
Solution : use an old tftp ( mine is tftp-server-0.16-9k.i586.rpm) without
changing anything to your /etc/xinetd.d/tftp file ( simply don't forget to
rename in from tftp.rpmsave to tfto ).

Comment 1 Pekka Savola 2000-12-11 16:23:56 UTC
You have to use syntax like:

get /tftpboot/test.file

or 

put /tftpboot/test.file

or use -s for chroot (see man page)

Previous version was much more liberal about this.