mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 09:31:48 +00:00
bf08ce086d
Former-commit-id: 342cdeb67cc99dc5c0da1095d07cf5f239b58c4c
102 lines
2.8 KiB
Plaintext
102 lines
2.8 KiB
Plaintext
Template: atftpd/configure
|
|
Type: boolean
|
|
Default: true
|
|
_Description: Do you want to configure the server?
|
|
atftpd can have various parameters passed to it. These parameters can
|
|
optimize performances for servers that do heavy work. The default values
|
|
are suitable for most purposes.
|
|
|
|
Template: atftpd/use_inetd
|
|
Type: boolean
|
|
Default: true
|
|
_Description: Should the server be started by inetd?
|
|
atftpd can be started by the inetd superserver or as a daemon and handle
|
|
incoming connections by itself. The latter is only recommend for very high
|
|
usage server.
|
|
|
|
Template: atftpd/tftpd-timeout
|
|
Type: string
|
|
_Default: 300
|
|
_Description: Server timeout.
|
|
How many seconds the main thread waits before exiting.
|
|
|
|
Template: atftpd/retry-timeout
|
|
Type: string
|
|
_Default: 5
|
|
_Description: Retry timeout.
|
|
How many seconds to wait for a reply before retransmitting a packet.
|
|
|
|
Template: atftpd/maxthread
|
|
Type: string
|
|
_Default: 100
|
|
_Description: Maximum number of threads.
|
|
Maximum number of concurrent threads that can be running.
|
|
|
|
Template: atftpd/verbosity
|
|
Type: select
|
|
_Choices: 7 (LOG_DEBUG), 6 (LOG_INFO), 5 (LOG_NOTICE), 4 (LOG_WARNING)
|
|
Default: 5 (LOG_NOTICE)
|
|
_Description: Verbosity level.
|
|
Level of logging. 7 logs everything including debug logs. 1 will log only
|
|
the system critical logs. 5 (LOG_NOTICE) is the default value.
|
|
|
|
Template: atftpd/timeout
|
|
Type: boolean
|
|
Default: true
|
|
_Description: Enable 'timeout' support
|
|
|
|
Template: atftpd/tsize
|
|
Type: boolean
|
|
Default: true
|
|
_Description: Enable 'tsize' support
|
|
|
|
Template: atftpd/blksize
|
|
Type: boolean
|
|
Default: true
|
|
_Description: Enable 'block size' support
|
|
|
|
Template: atftpd/multicast
|
|
Type: boolean
|
|
Default: true
|
|
_Description: Enable 'multicast' support
|
|
|
|
Template: atftpd/port
|
|
Type: string
|
|
_Default: 69
|
|
_Description: Port to listen for tftp request
|
|
|
|
Template: atftpd/mcast_port
|
|
Type: string
|
|
_Default: 1758
|
|
_Description: Port range for multicast file transfer
|
|
Multicast transfer will use any available port in a given set. For
|
|
example, "2000-2003, 3000" allow atftpd to use port 2000 to 2003 and 3000.
|
|
|
|
Template: atftpd/mcast_addr
|
|
Type: string
|
|
_Default: 239.255.0.0-255
|
|
_Description: Address range for multicast transfer
|
|
Multicast transfer will use any available addresses from a given set of
|
|
addresses. Syntax is "a.b.c.d-d,a.b.c.d,..."
|
|
|
|
Template: atftpd/logtofile
|
|
Type: boolean
|
|
Default: false
|
|
_Description: Log to file instead of syslog?
|
|
If your server does intensive tftp file serving, it is a good idea to say
|
|
yes. That will avoid to clutter your syslog with tftpd logs.
|
|
|
|
Template: atftpd/logfile
|
|
Type: string
|
|
_Default: /var/log/atftpd.log
|
|
_Description: Log file.
|
|
A file where atftpd write its logs. This file will be made writable for
|
|
the user 'nobody' and group 'nogroup'.
|
|
|
|
Template: atftpd/basedir
|
|
Type: string
|
|
_Default: /tftpboot
|
|
_Description: Base directory.
|
|
The directory tree from where atftpd can serve files. That directory must
|
|
be world readable.
|