Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ircd-ratbox(8) [debian man page]

IRCD-RATBOX(8)						  System Administration Commands					    IRCD-RATBOX(8)

NAME
ircd-ratbox - Advanced, stable and fast ircd SYNOPSIS
ircd-ratbox [-help | -version] ircd-ratbox [-basedir BASEDIR] [-configfile CONFFILE] [-logfile LOGFILE] [-pidfile PIDFILE] [-foreground] [-conftest] DESCRIPTION
ircd-ratbox is the main ircd daemon responsible for running the IRC server. It delegates specific tasks to several other daemons: resolver, ssld, bandb. OPTIONS
-help Show summary of options. -version Display version information. -basedir BASEDIR Before starting the server, enter BASEDIR directory (chdir). -configfile CONFFILE Set configuration file (defaults to /etc/ircd-ratbox/ircd.conf). -logfile LOGFILE Set main log path (defaults to /var/log/ircd-ratbox/ircd.log). -pidfile PIDFILE Set file used to store main daemon PID (defaults to /etc/ircd-ratbox/ircd.pid). -foreground Don't detach process in the background. -conftest Check configuration and exit. AUTHOR
Marc `Duck` Dequenes <Duck@DuckCorp.org> Original author. COPYRIGHT
Copyright (C) 2011 Marc Dequenes (Duck) This manual page was written for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License version 3 can be found in /usr/share/common-licenses/GPL-3. ircd ratbox 2011-11-07 IRCD-RATBOX(8)

Check Out this Related Man Page

BANTOOL-RATBOX(8)					  System Administration Commands					 BANTOOL-RATBOX(8)

NAME
bantool-ratbox - Tool used to manage the ban database of the ratbox ircd server. SYNOPSIS
bantool-ratbox -h bantool-ratbox -i [-f DBFILE] [-s] [-p] [-d] [-w] [-v] [OLDCONFDIR] bantool-ratbox -e [-f DBFILE] [-s] [-v] [OLDCONFDIR] bantool-ratbox -u [-f DBFILE] [-s] [-v] DESCRIPTION
bantool-ratbox is a tool used to import, export, and update the ban database. The import/export operation is useful when migrating from an old ircd ratbox server. It can also be used to redistribute ban lists and create backups. The upgrade operation should be done whenever the ircd server is upgraded. OPTIONS
-h Show summary of options. -i Import the (old) configuration files into the database. -e Export the database content into configuration files. -u Upgrade the database. -f DBFILE Set the database file (defaults to /etc/ircd-ratbox/ban.db). -s Reclaim empty slack space the database may be taking up. -p Dry run, checking configuration, but without touching the database. -d Allow redondant entries (unlike what the help screen pretends). -w Completely wipe the database before importing. -v Verbose mode (only useful for debugging). OLDCONFDIR Set the (old) configuration directory (defaults to /etc/ircd-ratbox). AUTHOR
Marc `Duck` Dequenes <Duck@DuckCorp.org> Original author. COPYRIGHT
Copyright (C) 2011 Marc Dequenes (Duck) This manual page was written for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License version 3 can be found in /usr/share/common-licenses/GPL-3. ircd ratbox 2011-11-07 BANTOOL-RATBOX(8)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to modify BASEDIR with request script?

Here is request script: #!/bin/sh echo "Current install root path is " CONFIRM="n" while do BASEDIR="" while true do echo please input install root path then press : read BASEDIR if then echo... (6 Replies)
Discussion started by: kingpmp
6 Replies

2. UNIX for Advanced & Expert Users

bandwidth throtteling with pf queing questions

Ok, I currently own a server which has 16 external ip's connecting to it. The ip's are assigned to specific types of accounts... Ie: email, dns, ircd, webpage, ssh, streaming radio. Currently I have my pf config rules set up to only allow access to the ports that these ip's are to be used for. ... (0 Replies)
Discussion started by: droolin
0 Replies