.TH pioneers-meta-server 6 "February 24, 2013" "pioneers" .SH NAME pioneers-meta-server \- metaserver for Pioneers .SH SYNOPSIS .B pioneers-meta-server .RI [ options ] .SH DESCRIPTION .B Pioneers is an implementation of the popular, award-winning "Settlers of Catan" board game. It uses a client/server model for networked play. This program provides a piece of network infrastructure that helps match pioneers clients to pioneers servers. Casual players of pioneers probably do not need to run this program. .SH OPTIONS .TP .B \-?, \-\-help Print a short help text and exit. .TP .B \-d, \-\-daemon Run in daemon mode. .TP .BI "\-P, \-\-pidfile" " pidfile" .RI "Write the pid to " pidfile " (implies -d)" .TP .BI "\-r, \-\-redirect" " location" .RI "Redirect to another metaserver running at " location "." .TP .BI "\-s, \-\-servername" " hostname" .RI "Use " hostname " as hostname when creating servers." .TP .BI "\-p, \-\-port\-range" " from" \- "to" .RI "Use ports in the range " from "-" to " (inclusive) to start servers." It is advised not to include port 5557 in the range. (See BUGS below.) When this range is not specified, the metaserver will not be able to create new games. .TP .B \-\-debug Enable debug messages. .TP .B \-\-syslog-debug Duplicate the messages of the syslog to the console. .TP .B \-\-version Show version information. .SH ENVIRONMENT The default settings of the metaserver can be influenced with the following three environment variables: .TP .B PIONEERS_META_SERVER The hostname the metaserver will use when creating new games. This should be a hostname that can be resolved by all clients that will connect. .TP .B PIONEERS_SERVER_CONSOLE .RB "The path to " pioneers-server-console "." If it is not set, the default installation path will be used. .TP .B PIONEERS_DIR The path to the game definition files. If it is not set, the default installation path will be used. .SH FILES .B /usr/share/games/pioneers/*.game .RS Game definitions .RE .SH SIGNALS .B USR1 .RS Shutdown the metaserver gracefully (can be used to check for memory leaks) .RE .SH BUGS Do not include port 5557 in the .I \-\-port\-range argument because the metaserver uses this port. .SH AUTHOR This manual page was written by Jeff Breidenbach , and updated by Roland Clobus and Bas Wijnen . Pioneers was written by Dave Cole , Andy Heroff , and Roman Hodek , with contributions from many other developers on the Internet; see the AUTHORS file in the pioneers distribution or the help->about dialog in one of the graphical programs for a complete list of contributing authors. .SH SEE ALSO .BR pioneers(6) ", " pioneers-server-gtk(6) ", " pioneers-server-console(6)