Anope Support > 1.6.x (Read Only)

Unreal3.2.7 + Anope 1.6

(1/2) > >>

dmarescajr:
-
[07:14pm] -irc.iwentertainment.com- *** LocOps -- ERROR :from services.iwentertainment.com[127.0.0.1] -- Closing Link: [72.232.252.26] (Link denied (No matching link configuration))
-
[07:14pm] -irc.iwentertainment.com- *** Notice -- Connection to services.iwentertainment.com[127.0.0.1] activated.
-
[07:14pm] -irc.iwentertainment.com- *** LocOps -- Server services.iwentertainment.com[127.0.0.1] closed the connection
-
[07:14pm] -irc.iwentertainment.com- *** LocOps -- Link denied for irc.iwentertainment.com(unknown@72.232.252.26) (No link block named 'irc.iwentertainment.com') [@72.232.252.26.3187]
-
[07:14pm] -irc.iwentertainment.com- *** LocOps -- Link denied for irc.iwentertainment.com(unknown@72.232.252.26) (No link block named 'irc.iwentertainment.com') [@72.232.252.26.3188]
-
[07:14pm] -irc.iwentertainment.com- *** Notice -- Connection to services.iwentertainment.com[127.0.0.1] activated.
-
[07:14pm] -irc.iwentertainment.com- *** LocOps -- ERROR :from services.iwentertainment.com[127.0.0.1] -- Link denied (No matching link configuration) [@72.232.252.26.3188]
-
[07:14pm] -irc.iwentertainment.com- *** LocOps -- ERROR :from services.iwentertainment.com[127.0.0.1] -- Closing Link: [72.232.252.26] (Link denied (No matching link configuration))
-
[07:14pm] -irc.iwentertainment.com- *** LocOps -- Server services.iwentertainment.com[127.0.0.1] closed the connection
-
[07:14pm] -irc.iwentertainment.com- *** LocOps -- ERROR :from services.iwentertainment.com[127.0.0.1] -- Link denied (No matching link configuration) [@72.232.252.26.3187]
-
[07:14pm] -irc.iwentertainment.com- *** LocOps -- ERROR :from services.iwentertainment.com[127.0.0.1] -- Closing Link: [72.232.252.26] (Link denied (No matching link configuration))
-
[07:14pm] -irc.iwentertainment.com- *** Notice -- Connection to services.iwentertainment.com[127.0.0.1] activated.
-
[07:14pm] * Disconnected
-
[07:14pm] * Connect retry #1 irc.iwentertainment.com (6667)

How come it kills my server when I oper up, also services doesn't seem to work fully?

I've pastebinned my unrealircd.conf config and my services.conf

UnrealIRCD.conf = http://pastebin.ca/1022279
Services.conf = http://pastebin.ca/1022280

Jan Milants:
1 - services link block should never be autoconnect. anope connects to the ircd, not vice versa.
2
--- Quote ---#
# ServerName <name>  [REQUIRED]
#
#     Specifies the IRC server name which Services should use.  May be
#
#     overridden by the -name command-line option.
ServerName  "irc.iwentertainment.com"
--- End quote ---

and in unreal config it s services.iwentertainment.com... and 2 servers with same name won't work anyways..

as for the server killing itself/you when you try to oper, try asking unrealircd support..

dmarescajr:
I removed the autoconnect from the link and fixeded the link to point to irc.iwentertainment.com instead of services.iwentertainment.com

I go to oper up and do a /chanserv help and I still get this:

Server notice mask (+fFveqs)
-
You are now an IRC Operator
-
Services are currently down. Please try again later.

How do I even verify the services are running or is there any kind of logging?

dmarescajr:
* Loading IRCd configuration ..
* unrealircd.conf:16: illegal link::class, unknown class 'serveronly' using default of class 'default'
* Configuration loaded without any problems ..

Also how am  I getting this illegal link error?


link irc.iwentertainment.com {
   username   *;
   hostname   127.0.0.1;
   bind-ip      *;
   port      55077;
   hub      *;
   password-connect youdntneedtoremember;
   password-receive youdntneedtoremember;
   class serveronly;
};

class serveronly {
   pingfreq 90;
   maxclients 10;
   sendq 1000000;
   connfreq 100;
};

isn't that class correct?

dmarescajr:
I fixed the illegal link problem by moving the link block AFTER the class blocks.

* Loading IRCd configuration ..
* Configuration loaded without any problems ..

But I still don't see 'services'.

Services are currently down. Please try again later.

Here is my most current unrealircd.conf and services.conf:

http://www.pastebin.ca/1022443 <= UnrealIRCD.conf

http://www.pastebin.ca/1022445 <= Services.conf

Please help me :(

Navigation

[0] Message Index

[#] Next page

Go to full version