[hybrid] Re: hybrid Digest, Vol 71, Issue 2
Fawkes
fawkes at phat-net.de
Mon Oct 31 15:05:02 EDT 2011
> Send hybrid mailing list submissions to
> hybrid at lists.ircd-hybrid.org
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.ircd-hybrid.org/mailman/listinfo/hybrid
> or, via email, send a message with subject or body 'help' to
> hybrid-request at lists.ircd-hybrid.org
> You can reach the person managing the list at
> hybrid-owner at lists.ircd-hybrid.org
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of hybrid digest..."
> Today's Topics:
> 1. where can i find a good tutorial for ircd-hybrid under linux (Guy)
> ----------------------------------------------------------------------
> Message: 1
> Date: Mon, 31 Oct 2011 15:16:50 +0100
> From: Guy <anonymousguy at free.fr>
> Subject: [hybrid] where can i find a good tutorial for ircd-hybrid
> under linux
> To: hybrid at lists.ircd-hybrid.org
> Message-ID: <201110311516.50507.anonymousguy at free.fr>
> Content-Type: Text/Plain; charset="iso-8859-1"
> Hello and sorry for my english,
> where can i find a good tutorial for ircd-hybrid under linux
> Regard's
> Guy
> End of hybrid Digest, Vol 71, Issue 2
> *************************************
add the user you want to run the ircd under
eg.
adduser ircd
wget http://prdownloads.sourceforge.net/ircd-hybrid/ircd-hybrid-7.3.1.tgz
tar -xf ircd-hybrid-7.3.1.tgz
cd ircd-hybrid-7.3.1
./configure ## Read README for configure arguments
make
make install
cd /path/to/installed/ircd/etc
EDITOR ircd.conf ## edit it for your needs
EDITOR ircd.motd ## add your motd file
cd ..
mkdir /path/to/your/logs/directory ### add the files as you
### defined them inside the
### ircd.conf
touch /path/to/your/logs/directory/userlog
touch /path/to/your/logs/directory/operlog
touch /path/to/your/logs/directory/foperlog
touch /path/to/your/logs/directory/kill
touch /path/to/your/logs/directory/kline
touch /path/to/your/logs/directory/gline
mkdir /path/to/your/config/extensions ### add the files as you
### defined them inside the
### ircd.conf
touch /path/to/your/config/extensions/kline.conf
touch /path/to/your/config/extensions/dline.conf
touch /path/to/your/config/extensions/xline.conf
touch /path/to/your/config/extensions/nresv.conf
touch /path/to/your/config/extensions/cresv.conf
to generate ssl-keys/certs you may read ircd.conf
after finishing everything, start the ircd with
./path/to/ircd/install/sbin/ircd
if something fails, read the logfile in
/path/to/ircd/var/log/ircd.log
Note: the EDITOR is a env variable and should be set.
That should be enough for now.
Best Regards,
Fawkes
More information about the hybrid
mailing list