1pioneers-meta-server(6) Games Manual pioneers-meta-server(6)
2
3
4
6 pioneers-meta-server - meta game server for Pioneers
7
8
10 pioneers-meta-server [options]
11
12
14 Pioneers is a computerized version of a well known strategy board game.
15 The goal of the game is to colonize an island. The players play the
16 first colonists hence the name pioneers. It uses a client/server model
17 for networked play. This program provides a piece of network infra‐
18 structure that helps match pioneers clients to pioneers servers. Casual
19 players of pioneers probably do not need to run this program.
20
21
23 -?, --help
24 Print a short help text and exit.
25
26
27 -d, --daemon
28 Run in daemon mode.
29
30
31 -P, --pidfile pidfile
32 Write the pid to pidfile (implies -d)
33
34
35 -r, --redirect location
36 Redirect to another meta-server running at location.
37
38
39 -s, --servername hostname
40 Use hostname as hostname when creating servers.
41
42
43 -p, --port-range from-to
44 Use ports in the range from-to (inclusive) to start servers. It
45 is advised not to include port 5557 in the range. (See BUGS
46 below.) When this range is not specified, the meta-server will
47 not be able to create new games.
48
49
50 --debug
51 Enable debug messages.
52
53
54 --syslog-debug
55 Duplicate the messages of the syslog to the console.
56
57
58 --version
59 Show version information.
60
61
63 The default settings of the meta-server can be influenced with the fol‐
64 lowing three environment variables:
65
66 PIONEERS_META_SERVER
67 The hostname the meta-server will use when creating new games.
68 This should be a hostname that can be resolved by all clients
69 that will connect.
70
71 PIONEERS_SERVER_CONSOLE
72 The path to pioneers-server-console. If it is not set, the
73 default installation path will be used.
74
75 PIONEERS_DIR
76 The path to the game definition files. If it is not set, the
77 default installation path will be used.
78
79
81 /usr/share/games/pioneers/*.game
82 Game definitions
83
84
86 Do not include port 5557 in the --port-range argument because the meta-
87 server uses this port.
88
89
91 This manual page was written by Jeff Breidenbach <jab@debian.org>, and
92 updated by Roland Clobus <rclobus@bigfoot.com> and Bas Wijnen
93 <shevek@fmf.nl>. Pioneers was written by Dave Cole <dave@dccs.com.au>,
94 Andy Heroff <aheroff@mediaone.net>, and Roman Hodek <roman@hodek.net>,
95 with contributions from many other developers on the Internet; see the
96 AUTHORS file in the pioneers distribution or the help->about dialog in
97 one of the graphical programs for a complete list of contributing
98 authors.
99
100
102 pioneers(6), pioneers-server-gtk(6), pioneers-server-console(6)
103
104
105
106pioneers September 19, 2009 pioneers-meta-server(6)