Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: Callum Lord on April 22, 2011, 02:47:08 PM

Title: HELP!!!
Post by: Callum Lord on April 22, 2011, 02:47:08 PM
I get this...

Code: [Select]
[Apr 21 13:05:15 2011] Loading IRCD Protocol Module: [unreal32]
[Apr 21 13:05:15 2011] status: [0][Module, Okay - No Error]
[Apr 21 13:05:15 2011] Loading Encryption Module: [enc_none]
[Apr 21 13:05:15 2011] status: [0][Module, Okay - No Error]
[Apr 21 13:05:15 2011] Launching Anope into the background
[Apr 21 13:05:15 2011] Anope 1.8.5 (3037) (ircd protocol: UnrealIRCd 3.2+) starting up
[Apr 21 13:05:17 2011] debug: trying to load core module [bs_fantasy]
[Apr 21 13:05:17 2011] debug: status: [4][Module Error, File does not exist]
[Apr 21 13:05:19 2011] Invalid version number (0) on hosts.db
[Apr 21 13:05:19 2011] Invalid version number (0) on bot.db
[Apr 21 13:05:19 2011] Invalid version number (0) on chan.db
[Apr 21 13:05:19 2011] Invalid version number (0) on oper.db
[Apr 21 13:05:19 2011] Invalid version number (0) on news.db
[Apr 21 13:05:19 2011] FATAL: Unsupported version (0) on news.db
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 02:48:30 PM
Restore from a known good back up your *.dbs.
Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 02:50:09 PM
All of them?
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 02:52:13 PM
I would.
Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 03:38:12 PM
ok I will try
Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 03:47:45 PM
Ok now I get...

Code: [Select]
[Apr 22 15:46:27 2011] Loading IRCD Protocol Module: [unreal32]
[Apr 22 15:46:27 2011] status: [0][Module, Okay - No Error]
[Apr 22 15:46:27 2011] Loading Encryption Module: [enc_none]
[Apr 22 15:46:27 2011] status: [0][Module, Okay - No Error]
[Apr 22 15:46:27 2011] Launching Anope into the background
[Apr 22 15:46:27 2011] Anope 1.8.5 (3037) (ircd protocol: UnrealIRCd 3.2+) starting up
[Apr 22 15:46:28 2011] FATAL: Can't connect to server: No such file or directory
[Apr 22 15:46:29 2011] debug: trying to load core module [bs_fantasy]
[Apr 22 15:46:29 2011] debug: status: [4][Module Error, File does not exist]
[Apr 22 15:46:31 2011] Databases loaded
[Apr 22 15:46:31 2011] Info: Reflecting database records.
[Apr 22 15:46:52 2011] FATAL: Can't connect to server: No such file or directory
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 03:48:41 PM
Something's changed, has your IRCD gone away?

[Apr 22 15:46:52 2011] FATAL: Can't connect to server: No such file or directory
Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 03:53:55 PM
nope just the network IP
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 03:55:22 PM
The IP of the network changing is probably the problem.

Check your RemoteServer ip/port marries up with what your IRCD is listening on and expecting link on.
Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 04:01:35 PM
Here...

Code: [Select]
RemoteServer    192.168.0.7 6667 "password"
#RemoteServer2  localhost 6667 "mypass"
#RemoteServer3  localhost 6667 "mypass
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 04:02:08 PM
And on the ircd side?
Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 04:38:09 PM
In the Anope conf file.
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 04:40:23 PM
No, I'm asking to see what is on the ircd side as you showed us anope's.
Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 04:45:15 PM
That was from the anope conf file.  :) :) :) :)
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 04:46:08 PM
ircd
Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 05:00:10 PM
So you want it from the IRCd not the Anope?
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 05:01:53 PM
Let me start again because this is going nowhere.

I want to see everything in unrealircd.conf and services.conf because it will be the easiest way of finding what you've done wrong.
Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 05:06:54 PM
But what about the passwords? :D :D :D :D :D :D
Title: Re: HELP!!!
Post by: Dax Bane on April 22, 2011, 05:07:16 PM
Callum, are you able to paste a /stats P output from your IRCd?
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 05:07:25 PM
I simply couldn't care about your passwords.

(use pastebin.anope.org and protect it)
Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 05:25:44 PM
IRCd: http://pastebin.com/yWRd91hE
Anope: http://pastebin.com/bdCC7APd
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 05:28:04 PM
So much for password protecting it.


Quote
#
listen         *:6667
#
{
#
        options
#
        {
#
                clientsonly;
#
        };
#
};

This is bad since anope is a server.

Quote
#
listen 192.168.0.7:6667;

This is fine but you should remove the first one above ..... seems pointless to have two.


Quote
#
 
#
link           Services.callumlord.co.uk
#
{
#
        username        *;
#
        hostname        192.168.0.7;
#
        bind-ip         *;
#
        port            6667;
#
        hub             *;
#
        password-connect "password";
#
        password-receive "password";
#
        class           servers;
#
                options {
#
                       
#
                        /* Note: You should not use autoconnect when linking services */
#
                        zip;
#
        };
#
};

Get rid of zip.




Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 05:48:17 PM
So what do I need to change?
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 05:49:40 PM
I thought my explanation was clear enough?

Remove the crap about clients only (since anope is a server) & remove zip.
Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 05:52:10 PM
Ok done
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 05:53:25 PM
and.....
Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 05:53:54 PM
Now I get...

Code: [Select]
[Apr 22 17:52:43 2011] Loading IRCD Protocol Module: [unreal32]
[Apr 22 17:52:43 2011] status: [0][Module, Okay - No Error]
[Apr 22 17:52:43 2011] Loading Encryption Module: [enc_none]
[Apr 22 17:52:43 2011] status: [0][Module, Okay - No Error]
[Apr 22 17:52:43 2011] Launching Anope into the background
[Apr 22 17:52:43 2011] Anope 1.8.5 (3037) (ircd protocol: UnrealIRCd 3.2+) starting up
[Apr 22 17:52:45 2011] debug: trying to load core module [bs_fantasy]
[Apr 22 17:52:45 2011] debug: status: [4][Module Error, File does not exist]
[Apr 22 17:52:47 2011] Databases loaded
[Apr 22 17:52:47 2011] Info: Reflecting database records.
[Apr 22 17:53:08 2011] FATAL: Can't connect to server: No such file or directory
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 05:54:26 PM
You restarted your ircd?

Show us /stats P as requested before.
Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 05:55:27 PM
Code: [Select]
[17:52] -Apple.callumlord.co.uk- *** Notice -- Loading IRCd configuration ..
-
[17:52] -Apple.callumlord.co.uk- *** Notice -- Configuration loaded without any problems ..
-
[17:55] -Apple.callumlord.co.uk- *** Listener on *:6697, clients 1. is PERM
-
[17:55] -Apple.callumlord.co.uk- *** Listener on *:8067, clients 0. is PERM
-
[17:55] -Apple.callumlord.co.uk- *** Listener on *:6667, clients 1. is PERM
-
End of /STATS report
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 06:03:23 PM
& /stats c

And the output of anope.exe -support



Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 06:18:05 PM
...

Code: [Select]
C *@63.223.80.143 * Shuttle.callumlord.co.uk 7001 servers
H * * Shuttle.callumlord.co.uk
C *@192.168.0.7 * Services.callumlord.co.uk 6667 servers
H * * Services.callumlord.co.uk
End of /STATS report
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 06:21:07 PM
& ?
Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 07:20:27 PM
?
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 07:23:01 PM
?

sigh, please read the posts that are trying to help you.

Quote
And the output of anope.exe -support
Title: Re: HELP!!!
Post by: Callum Lord on April 22, 2011, 08:38:22 PM
Look here...

We all may not be as good as you are on Anope like you may as not be as good as me on computers. But instead of 'Sigh' ing me what is very rude but if you explain it easier and not say 'sigh' then it may come across better.!!
Title: Re: HELP!!!
Post by: Charles Kingsley on April 22, 2011, 08:41:24 PM
Sigh, Sigh, Sigh, Double Sigh.

I asked you to provide simple, yet useful information.

"Look here" is quite rude in itself so I think we'll do the right thing here and give you a timeout for a few days.