IRCd stopped working and cannot start

These are old archives. They are kept for historic purposes only.
Post Reply
Niels
Posts: 4
Joined: Wed Sep 26, 2007 2:58 pm

IRCd stopped working and cannot start

Post by Niels »

Hi,

Until this morning Unreal IRCd 3.2.7 was functioning fine, but somehow stopped. When I tried to restart I got the output below. As you can see there are no real error messages to give an indication of what went wrong.

I even tried to compile with DEBUGMODE and then start IRCd, but that also gave no obvious error messages. Does anybody have any idea of what is going on?

Thanks in advance.

Code: Select all

Starting UnrealIRCd
 _   _                      _ ___________  _____     _
| | | |                    | |_   _| ___ \/  __ \   | |
| | | |_ __  _ __ ___  __ _| | | | | |_/ /| /  \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | |    / | |    / _` |
| |_| | | | | | |  __/ (_| | |_| |_| |\ \ | \__/\ (_| |
 \___/|_| |_|_|  \___|\__,_|_|\___/\_| \_| \____/\__,_|
                           v3.2.7
                     using TRE 0.7.5 (LGPL)

* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Loading tunefile..
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------
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
=====================================================
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: IRCd stopped working and cannot start

Post by Stealth »

What are the last things in ircd.log? If you changed from the default ircd.log with a log block in your conf, be sure to check that log instead because that's where the error would be.

Does Unreal show in ps?
Niels
Posts: 4
Joined: Wed Sep 26, 2007 2:58 pm

Re: IRCd stopped working and cannot start

Post by Niels »

Stealth wrote:What are the last things in ircd.log? If you changed from the default ircd.log with a log block in your conf, be sure to check that log instead because that's where the error would be.

Does Unreal show in ps?
The last entries in the log show the connections that were established this morning. Nothing else unfortunately.

There is no process called *irc* or *real* running and the log block in the configuration file only points to ircd.log.
Niels
Posts: 4
Joined: Wed Sep 26, 2007 2:58 pm

Re: IRCd stopped working and cannot start

Post by Niels »

I just had some time to see if there was something wrong with the server and as a desperate measure I even rebooted it. The server itself is working fine, but the IRC daemon still refuses to start. Here are the last lines from the log (addresses obscured):

[

Code: Select all

Wed Sep 26 10:33:42 2007] - Connect - Detlef!Detlef.***@******.com [VHOST QRM_chat_server-C790D941.****.com]
[Wed Sep 26 10:40:52 2007] - Disconnect - (144:24:6) Jaap!***@******.com [VHOST QRM_chat_server-4BE3421F.******.com]
[Wed Sep 26 16:54:21 2007] - [Debug] langsinuse: ''
[Wed Sep 26 16:55:56 2007] - [Debug] langsinuse: ''
[Wed Sep 26 17:00:02 2007] - [Debug] langsinuse: ''
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: IRCd stopped working and cannot start

Post by Stealth »

Do you have any set::allowed-nickchars set?
Niels
Posts: 4
Joined: Wed Sep 26, 2007 2:58 pm

Re: [SOLVED] IRCd stopped working and cannot start

Post by Niels »

Stealth wrote:Do you have any set::allowed-nickchars set?
No.

I did do a fresh download and install and now everything seems to work fine. I even used the unrealircd.conf from the previous installation.

Very strange: on the old installation the problem persisted even after a 'make clean' and a re-compile. I hope that the problem does not happen again, since the previous install 'just stopped' and gave no pointers whatsoever. The old install is still available, so if you still would like to have information it should still be available.

Thanks anyway for the quick responses.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: IRCd stopped working and cannot start

Post by Stealth »

Can you email me your conf at [email protected] please?
Post Reply