HP-UX Reference (11i v2 07/12) - 1M System Administration Commands N-Z (vol 4)

t
tftpd(1M) tftpd(1M)
name can be found in both locations,
tftpd accesses the one under tftp’s home directory.
Note that
inetd allows continuation of command lines in
inetd.conf by ending continued lines with a
backlash.
Defining the
tftp pseudo-user is strongly recommended even when paths are specified, because client
access is further restricted to files that can be read and/or written by this pseudo-user. It is safe to set the
tftp pseudo-user’s home directory to
/ in this case.
DIAGNOSTICS
The following diagnostics are logged to the
syslogd
facility at the err log level (see syslogd(1M)).
No security mechanism exists
The pseudo-user tftp was not found in the password database (
/etc/passwd ), and tftpd
was invoked without any path arguments.
Add or correct the entry for the pseudo-user
tftp in the password database /etc/passwd .
Or, add an access list (path arguments) to the
tftpd arguments in the inetd configuration file
/etc/inetd.conf
. Reconfigure inetd with the command inetd -c
.
Unknown option option ignored
An invalid option was specified in the tftpd arguments in the inetd configuration file
/etc/inetd.conf.
Remove or correct the option. Restart
inetd with the command inetd -c.
Invalid total timeout value
The value given for the -T option was not a number or was a negative number.
Correct the value given for the -T option. Reconfigure inetd with the command inetd -c
.
Invalid retransmission timeout value
The value given for the
-R option was not a number or was a negative number.
Correct the value given for the -R option. Reconfigure inetd with the command inetd -c
.
system call
:
The named system call failed. See the corresponding manual entry for a description of the sys-
tem call. The reason for the failure is explained in the error message appended to the system
call.
WARNINGS
When invoked with no path arguments, tftpd cannot follow symbolic links that refer to paths outside of
the home directory of the pseudo-user tftp, because it performs a chroot().
AUTHOR
tftpd was developed by the University of California, Berkeley, and Hewlett-Packard.
SEE ALSO
tftp(1), inetd(1M), syslogd(1M), chroot(2), inetd.conf(4), passwd(4).
STANDARDS CONFORMANCE
tftpd: RFC783, RFC2347, RFC2348, RFC2349.
HP-UX 11i Version 2: December 2007 Update 2 Hewlett-Packard Company 555