File: conserver-server.templates

package info (click to toggle)
conserver 8.2.1-1
  • links: PTS
  • area: non-free
  • in suites: stretch
  • size: 1,836 kB
  • ctags: 1,314
  • sloc: ansic: 22,099; sh: 3,507; makefile: 278
file content (49 lines) | stat: -rw-r--r-- 2,283 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Template: conserver-server/port
Type: string
Default: 3109
_Description: The master port number for the conserver server:
 Set the TCP port for the master process to listen on for clients. This may
 be either a port number or a service name. The original port number for
 conserver is 782, must be higher than 1024 if running as non-root.

Template: conserver-server/base_port
Type: string
_Description: The base port number for the conserver children:
 Set the base port for children to listen on. Each child starts looking for
 free ports at this port number and working upward, trying a maximum number
 of ports equal to twice the maximum number of groups. If no free ports are
 available in that range, conserver exits. By default, conserver lets the
 operating system choose a free port.
 Empty input selects the default.
 (Conserver forks a child for each group of consoles it must manage and
 assigns each process a port number to listen on.)

Template: conserver-server/listen_address
Type: string
_Description: The listen address (defaults to all addresses if empty):
 Set the address to listen on.  This allows conserver to bind to a
 particular IP address (like `127.0.0.1') instead of all interfaces. The
 default is to bind to all interfaces.

Template: conserver-server/run_as_root
Type: boolean
Default: false
_Description: Should conserver run as root?
 Conserver can be configured to run as root or as 'conservr'. It is not
 possible to use the shadow password if running as non-root in
 conserver.passwd. (See the manual for conserver.passwd for more details.)

Template: conserver-server/upgrade_800_flag
Type: boolean
Default: true
_Description: Convert conserver.cf and conserver.passwd to new format?
 Protocol and file format has changed!
 The client/server protocol has been rearchitected. You *MUST* use an 8.0.1
 client with an 8.0.1 server.  No combination of client/server will work
 with pre-8.0.0 code.
 The config file format for both conserver.cf and conserver.passwd has been
 changed, read /usr/share/doc/conserver-server/README.Debian for more
 details.
 The /etc/conserver/conserver.cf and /etc/conserver/conserver.passwd will be
 converted to the new format and the old will be renamed with .OLD as suffix.
 Check the files after the conversion!