18.6. Hurricane Start Options

Usage: hurricaned [options]
Hurricane v1.0.2.371
		Hurricane Daemon
	Copyright 2003, Highwinds-Software Inc.  All Rights Reserved.
 -config <file_name>   Location of system configuration file.
                        Default = "../hurricane.conf"
 -feeds <file_name>    Location of feed configuration file.
                        Default = "../feeds.conf"
 -interface <host/ip>  Local interface to use for network access.
 -key <file_name>      File that contains the license key.
 -nocreate             Prevents the creation of new spools.
 -pidfile <file_name>  File to store PID.
                        Default = "../log/hurricane.pid"
 -port <port_number>   Port to bind to. Default is the NNTP port.
 -user <user_name>     User to become after binding port.
-config

Location of system configuration file. Default = "../hurricane.conf"

Takes as a single argument the name of the config file, normally ../<typhoon|twister|tornado_be>.conf. If you specify this argument in the line which starts <typhoond|twisterd|tornado_be> in the bin/start script, you should add it to the line which runs validate as well, so that validate checks the same file which will be used to configure the server.

-feeds

Location of feed configuration file. Default = "../feeds.conf"

Takes as a single argument the name of the feed definition file, normally ../feeds.conf. If you specify this argument in the line which starts <typhoond|twisterd|tornado_be> in the bin/start script, you should add it to the line which runs validate as well, so that validate checks the same file which will be used to configure the server.

-interface

Local interface to use for network access.

Specifies a host name or IP address of the local network interface which should be used by the server.

-key

File that contains the license key.

Specifies an alternate location for the license key file. The license key file is usually found in the bin subdirectory and named <typhoon|twister|tornado>.key.

-nocreate

Prevents the creation of new spools.

Prevents the server from creating or resizing spools during startup. This option can be useful after you have created your spools to prevent user error from causing accidental spool modification.

-pidfile

File to store PID. Default = "../log/hurricane.pid"

Specifies an alternate location for the pid file (normally log/<typhoond|twisterd|tornado_be>.pid ).

-port

Port to bind to. Default is the NNTP port.

The server listens for incoming connections on the specified port number, instead of the default port 119. Note that if the port is below 1000, the server must be started by root.

-user

User to become after binding port.

After the server has bound its port, it will attempt to become the user username. The server will refuse to start if the provided user is the super-user.