Error reading ircd.c

These are old archives. They are kept for historic purposes only.
Post Reply
Reeckz
Posts: 6
Joined: Mon Sep 20, 2010 8:59 am

Error reading ircd.c

Post by Reeckz »

After going through many errors and managed to fix them by the magic of Google.com i have encountered my biggest problem so far...
I'm trying to run this IRCd on my Ununtu Linux VPS

Code: Select all

Memory      Burst / Swap      Operating System      Node       
1024 MB     2.04 GB           CentOS-5.5-x86        vps4
I have installed cURL, GCC and "make"
but this made my clueless on what to do, i have set it up before on a Windows VPS but first time on a Linux... heres the error i get:

Code: Select all

-bash-3.2# ./unreal start
Starting UnrealIRCd
/root/Unreal3.2/src/ircd.c: line 1: /aquota.group: Permission denied
/root/Unreal3.2/src/ircd.c: line 2: CVS: command not found
/root/Unreal3.2/src/ircd.c: line 3: syntax error near unexpected token `('
/root/Unreal3.2/src/ircd.c: line 3: `*   Copyright (C) 1990 Jarkko Oikarinen and'
Possible error encountered (IRCd seemingly not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
Thanks in Advance
-Reeckz
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Error reading ircd.c

Post by Syzop »

Most likely you answered the 3rd queston during ./Config wrong, this question looks like this:

Code: Select all

What is the path to the ircd binary including the name of the binary?
[/home/whatever/Unreal3.2/src/ircd] ->
It should point to the ircd binary (which at that point does not exist yet), not a .c file or anything.

Run 'make clean', and then './Config' (and answer the question correctly), and then 'make'
Reeckz
Posts: 6
Joined: Mon Sep 20, 2010 8:59 am

Re: Error reading ircd.c

Post by Reeckz »

i set it to:

"/root/Unreal3.2/src/ircd.c"

during Config..
Reeckz
Posts: 6
Joined: Mon Sep 20, 2010 8:59 am

Re: Error reading ircd.c

Post by Reeckz »

okay new error o.o

i changed it from ircd.c to ircd..

Code: Select all

-bash-3.2# ./unreal start
Starting UnrealIRCd
 _   _                      _ ___________  _____     _
| | | |                    | |_   _| ___ \/  __ \   | |
| | | |_ __  _ __ ___  __ _| | | | | |_/ /| /  \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | |    / | |    / _` |
| |_| | | | | | |  __/ (_| | |_| |_| |\ \ | \__/\ (_| |
 \___/|_| |_|_|  \___|\__,_|_|\___/\_| \_| \____/\__,_|
                           v3.2.8.1
                     using TRE 0.7.5 (LGPL)

* Loading IRCd configuration ..
* unrealircd.conf:745: Ignoring extra data
* unrealircd.conf:745: Ignoring extra data
* unrealircd.conf:792: Ignoring extra close brace
* unrealircd.conf:792 Ignoring extra semicolon
[warning] unrealircd.conf:255: listen with SSL flag enabled on a non SSL compile
[error] unrealircd.conf:743: unknown directive set::dns{
[error] unrealircd.conf:746: unknown directive set::retires
* unrealircd.conf:748: unknown directive options
* unrealircd.conf:755: unknown directive maxchannelsperuser
* unrealircd.conf:758: unknown directive anti-spam-quit-message-time
* unrealircd.conf:772: unknown directive oper-only-stats
* unrealircd.conf:775: unknown directive throttle
* unrealircd.conf:781: unknown directive anti-flood
[error] unrealircd.conf:788: Unknown directive 'spamfilter::ban-reason'
[error] unrealircd.conf:789: Unknown directive 'spamfilter::virus-help-channel'
[error] unrealircd.conf:786: spamfilter::regex is missing
[error] unrealircd.conf:786: spamfilter::target is missing
[error] unrealircd.conf:786: spamfilter::action is missing
[error] set::maxchannelsperuser is missing
[error] 8 errors encountered
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemingly not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: Error reading ircd.c

Post by Syzop »

Heh, I leave that to someone else :)
Reeckz
Posts: 6
Joined: Mon Sep 20, 2010 8:59 am

Re: Error reading ircd.c

Post by Reeckz »

Okay figured this one out...after reading it through 5 times and tried a bit...

Code: Select all

-bash-3.2# ./unreal start
Starting UnrealIRCd
 _   _                      _ ___________  _____     _
| | | |                    | |_   _| ___ \/  __ \   | |
| | | |_ __  _ __ ___  __ _| | | | | |_/ /| /  \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | |    / | |    / _` |
| |_| | | | | | |  __/ (_| | |_| |_| |\ \ | \__/\ (_| |
 \___/|_| |_|_|  \___|\__,_|_|\___/\_| \_| \____/\__,_|
                           v3.2.8.1
                     using TRE 0.7.5 (LGPL)

* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------
-bash-3.2#
Had to try to start it ~7 more times after i mad the first post, but got it! ;)
*proud of myself*

you can close / trash / bin this now ^.^ thanks for your time..
Post Reply