Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Anope suddenly stops right after load? UnrealIRCd on Windows.  (Read 7213 times)

0 Members and 1 Guest are viewing this topic.

jutm543

  • Guest

So, I get this log message.


[Mar 27 18:13:17 2006] Loading IRCD Protocol Module: [unreal32]
[Mar 27 18:13:17 2006] status:
[Mar 27 18:13:17 2006] Launching Anope into the background
[Mar 27 18:13:17 2006] Anope 1.7.13 (951) (ircd protocol: UnrealIRCd 3.2+) starting up
[Mar 27 18:13:18 2006] ns_sendpass requested unload...
[Mar 27 18:13:18 2006] debug: trying to load core module [ns_sendpass]
[Mar 27 18:13:18 2006] debug: status: [6]
[Mar 27 18:13:18 2006] cs_sendpass requested unload...
[Mar 27 18:13:18 2006] debug: trying to load core module [cs_sendpass]
[Mar 27 18:13:18 2006] debug: status: [6]
[Mar 27 18:13:19 2006] ms_rsend requested unload...
[Mar 27 18:13:19 2006] debug: trying to load core module [ms_rsend]
[Mar 27 18:13:19 2006] debug: status: [6]
[Mar 27 18:13:20 2006] Databases loaded
[Mar 27 18:13:20 2006] Info: Reflecting database records.
[Mar 27 18:13:23 2006] Connected to Server 1 (localhost:6667)
[Mar 27 18:13:23 2006] trying to load [cs_appendtopic]
[Mar 27 18:13:23 2006] [cs_appendtopic] Loaded succesfully
[Mar 27 18:13:23 2006] status:
[Mar 27 18:13:23 2006] trying to load [cs_enforce]
[Mar 27 18:13:23 2006] status:
[Mar 27 18:13:23 2006] trying to load [ns_maxemail]
[Mar 27 18:13:23 2006] status:
[Mar 27 18:13:23 2006] trying to load [ns_noop]
[Mar 27 18:13:23 2006] ns_noop: Loading configuration directives
[Mar 27 18:13:23 2006] ns_noop: NSAutoOPDBName is not defined in Services configuration file, using default autoop.db
[Mar 27 18:13:23 2006] ns_noop: Directive NSAutoOPDBName loaded (autoop.db)...
[Mar 27 18:13:23 2006] ns_noop: WARNING: Can not open database file! (it might not exist, this is not fatal)
[Mar 27 18:13:23 2006] status:
[Mar 27 18:13:23 2006] trying to load [os_info]
[Mar 27 18:13:23 2006] os_info: Loading configuration directives...
[Mar 27 18:13:23 2006] os_info: OSInfoDBName is not defined in Services configuration file, using default os_info.db
[Mar 27 18:13:23 2006] os_info: Directive OSInfoDBName loaded (os_info.db)...
[Mar 27 18:13:23 2006] os_info: WARNING: can not open the database file! (it might not exist, this is not fatal)
[Mar 27 18:13:23 2006] status:
[Mar 27 18:13:23 2006] trying to load [hs_request]
[Mar 27 18:13:23 2006] hs_request loaded
[Mar 27 18:13:23 2006] status:
[Mar 27 18:13:24 2006] Read error from server: No such file or directory (error num: 2)
[Mar 27 18:13:24 2006] PANIC! waiting=-4 (Segmentation fault)
[Mar 27 18:13:24 2006] Backtrace: not available on this windows
[Mar 27 18:13:24 2006] Services terminating on signal 11

Something I can fix?
Logged

Trystan Scott Lee

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 343
(No subject)
« Reply #1 on: March 28, 2006, 01:27:19 AM »

[Mar 27 18:13:24 2006] Read error from server: No such file or directory (error num: 2)


means your ircd is not listening on the port you entered, make sure the ircd is listening on the port
Logged
my God my tourniquet, return to me salvation

jutm543

  • Guest
(No subject)
« Reply #2 on: March 28, 2006, 01:58:02 AM »

ok, this is what I have in "listen" section of Unrealircd.conf:

listen         *:6697
{
   options
   {
      clientsonly;
   };
};

listen         *:8067;
listen         *:6667;
Logged

jutm543

  • Guest
(No subject)
« Reply #3 on: March 28, 2006, 02:38:53 AM »

Problem has been fixed via IRC. Thanks to everyone who helped me. Now I can start enjoying Anope!
Logged

jutm543

  • Guest
(No subject)
« Reply #4 on: March 28, 2006, 04:43:24 AM »

Ok, I fiddled with BotServ (which apparently I shouldn't do on Windows), and now everything just went to hell (pardon me).

[21:20:34] * DaVinci (bot@i.am.an.illusion) has joined #swgc
[21:20:34] -BotServ- Bot DaVinci has been assigned to #SWGC.
[21:20:46] * DaVinci (bot@i.am.an.illusion) Quit (swgc.no-ip.org swgcservices.no-ip.org
[21:20:46] -swgc.no-ip.org- *** Notice -- Max SendQ limit exceeded for swgcservices.no-ip.org[127.0.0.1]: 1000029 > 1000000

That's the wierdest message I've ever seen. And, checking the Anope logs for that time, I see this same message again:

Read error from server: No such file or directory (error num: 2)

Apparently messing with BotServ on Windows is a horrible idea? Oh well, I guess I'll wait until my Linux machine comes in...
Logged

Dave Robson

  • Team
  • *
  • Offline Offline
  • Posts: 357
(No subject)
« Reply #5 on: March 28, 2006, 08:02:07 AM »

*** Notice -- Max SendQ limit exceeded for swgcservices.no-ip.org[127.0.0.1]: 1000029 > 1000000 <-- that implies your ulines are wrong.
Logged

jutm543

  • Guest
(No subject)
« Reply #6 on: March 28, 2006, 09:30:54 PM »

Is there some reason Anope now just won't start up at all? Unreal gives me this message now when I /rehash:

*** Notice -- Unable to resolve hostname '*', when trying to connect to server swgcservices.no-ip.org.
Logged

lonewolf

  • Guest
(No subject)
« Reply #7 on: March 29, 2006, 02:08:50 AM »

What error is there in your status screen if you start the services?
What is in the error log (services/logs/services.logDATE)

/dns swgcservices.no-ip.org and /dns swgc.no-ip.org  tells me:

hostname    24.159.121.253;

so in your unrealircd.conf:

link            swgcservices.no-ip.org
{
   username   *;
   hostname    24.159.121.253;
   bind-ip    *;
   port       6667;
   hub             *;
   password-connect "yourpass";
   password-receive "yourpass";
   class           servers;
      options {
         autoconnect;
         zip;
      };
};


ulines {
   swgcservices.no-ip.org;
};

#################

In you services.conf:

RemoteServer   24.159.121.253 6667 "yourpass"

ServerName  "swgcservices.no-ip.org"

#################
Logged
Pages: [1]   Go Up