Problems with Anope services

The UnrealIRCd team does not officially provide support for any services packages that you may be using or want to use. This forum is provided so the community can help each other with services issues.

Moderator: Supporters

Locked
K
Posts: 2
Joined: Thu Mar 25, 2004 6:52 pm

Problems with Anope services

Post by K »

I use to use Anope 1.4.26 on Unreal 3.2 RC1 and it use to work fine for me , then I upgraded the ircd to Unreal 3.2RC2fix , from that the ircd is not allowing the services to connect . This is my services log

Code: Select all

[Mar 25 10:27:17 2004] Anope 1.4.26 (compiled for UnrealIRCd 3.1.1+) starting up
[Mar 25 10:27:17 2004] Attempting to load V3 HS Database
[Mar 25 10:27:17 2004] Databases loaded
[Mar 25 10:27:18 2004] unknown message from server (:*myIRC* 451 PROTOCTL :You have not registered)
[Mar 25 10:27:18 2004] unknown message from server (:*myIRC* 451 PASS :You have not registered)
[Mar 25 10:27:18 2004] unknown message from server (:*myIRC* 451 SERVER :You have not registered)
[Mar 25 10:27:18 2004] unknown message from server (:*myIRC* 451 SQLINE :You have not registered)
[Mar 25 10:27:18 2004] unknown message from server (:*myIRC* 432 NickServ ChanServ :Erroneous Nickname: Reserved for Services)
[Mar 25 10:27:18 2004] unknown message from server (:*myIRC* 451 SQLINE :You have not registered)
[Mar 25 10:27:21 2004] unknown message from server (:*myIRC* 451 SQLINE :You have not registered)
[Mar 25 10:27:24 2004] unknown message from server (:*myIRC* 451 SQLINE :You have not registered)
[Mar 25 10:27:28 2004] unknown message from server (:*myIRC* 451 SQLINE :You have not registered)
After that I even removed the ban nick block, even then it didnt worked. Hope You can help me out :)
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

Sorry, I can't answer, but you've chosen a wrong forum. :) This post should go to the Services forum.
Ron2K

Post by Ron2K »

Just a thought - did you remember to rehash after taking the block out?

Unfortunately, I don't use Anope, so I can't help you out much more than that, other than something I just noticed...

Code: Select all

[Mar 25 10:27:17 2004] Anope 1.4.26 (compiled for UnrealIRCd 3.1.1+) starting up
Now, I don't know what that line tells you, but it tells me that your services maybe need upgrading too.
K
Posts: 2
Joined: Thu Mar 25, 2004 6:52 pm

Post by K »

I have rehashed , I thought that the problem was with ircd so I have posted it here (because the server is not accepting link with services).
Anyways , Thanx for your help :)
v00d00
Posts: 4
Joined: Sat Mar 27, 2004 3:00 pm

Post by v00d00 »

Try upgrading to Anope v1.6 stable. It's the latest version, and I'm running UnrealIRCD 3.2-RC2fix along with it no problem.
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

I have RC1 (still) with Anope 1.5.10-rc5 (compiled for UnrealIRCd 3.1.1+) and it runs fine.

The only reason I have ircd RC1 is because I haven't had time to dl RC2fix. The only reason I have Anope 1.5 is because of Cygwin. I could probably compile 1.6 on Cygwin, but it's the same situation as with the ircd. Plus, I'd have to find the Anope source to compile it.

(BTW, would the unix ircd compile+run on cygwin?)
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

(BTW, would the unix ircd compile+run on cygwin?)
Nope.
-- codemastr
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

codemastr wrote:Nope.
Darn it... :cry:

I was hoping this could solve the whole module thing.

But why won't it compile? Is there something that's non-posix (I haven't looked at the source, mainly due to the designation of 'unix')?
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

Cygwin requires special support to be added in some cases.
-- codemastr
Ron2K

Post by Ron2K »

aquanight wrote:I was hoping this could solve the whole module thing.
Cygwin does not support dynamically linked modules, only static modules. Tried and tested that with IRC Services.
Locked