MAGICK PROBLEM :(

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

visi
Posts: 9
Joined: Sun May 02, 2004 4:05 pm

Post by visi »

Hi soultech.I have done this thing and now i get a message

-irc.albgeneration.com- *** LocOps -- Link [@127.0.0.1.1118] denied, colliding server numeric


this is magic.ini

05 May 2004 22:12:41.357 | NOTICE | SERVER MESSAGE (ERROR): Closing Link: sherbimet.albgeneration.com[127.0.0.1] (Colliding server numeric (choose another))


What can i do????
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

Right you need to change the magick numeric to a diff number its currently on the same as unreal .

Change

REMOTE_1 = 127.0.0.1|6667|LiNk|1|254

to

REMOTE_1 = 127.0.0.1|6667|LiNk|2|254

That ought to shift it :)
visi
Posts: 9
Joined: Sun May 02, 2004 4:05 pm

Post by visi »

Solutech i have done but it's the same message :cry:
I have put the number 2 and it's the same.I have put the number 3 and again the same.
Is there anything that i can do?
Thnx
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

damn I edited the wrong bit lol sorry bout that . right Im presuming the server number you specified for unreal and the services is 254 . so firstly restore the line to


REMOTE_1 = 127.0.0.1|6667|LiNk|1|254

and change it to

REMOTE_1 = 127.0.0.1|6667|LiNk|1|255

As long as the 2 servers are on different numbers they wont collide . Magick is seen as basically a server hence the need for the server numeric .
visi
Posts: 9
Joined: Sun May 02, 2004 4:05 pm

Post by visi »

Thank you very very very much :D
Everything is ok.Yeahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh.

Thanks bro :D
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

No probs m8 . Glad you got it running ok . Magick is gr8 once its up . Just a shame the docs supplied with it dont explain stuff like the protocol line . Took me a few days to get it straight . Seems stable enough for me . Had no glitches or crashes so far.
visi
Posts: 9
Joined: Sun May 02, 2004 4:05 pm

Post by visi »

Either for me is stable.Everything now is ok but i have some questions.
I could't use some commands like getpass,forbidden etc.

/nickserv getpass visi
-NickServ- Unrecognised command GETPASS. Type /MSG NickServ HELP for help.

-NickServ- This service allows you to use the following commands:
-
-NickServ- HELP REGISTER LINK IDENTIFY
-
-NickServ- INFO GHOST RECOVER LIST
-
-NickServ- DROP UNLINK HOST SLAVES
-
-NickServ- ACCESS IGNORE SET SEND


Getpass is not in the list.The same thing is for some other commands.

The other thing is that i want to make short commands for ex i want the comand nickserv for ns,chanserv for cs etc

Could you help me?
Thnx :D
Ron2K

Post by Ron2K »

visi wrote:The other thing is that i want to make short commands for ex i want the comand nickserv for ns,chanserv for cs etc
Alias block. RTFM.
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

If I remember correctly GETPASS is disabled by default . It can only be enabled through a recompile from the magick source . This is from the Magick docs in the install directory . File called opers . You may want to read it.

2.2.3 GETPASS
---------------

SYNTAX: GETPASS <nickname> <password>

This will retrieve and display the password of the nickname specified.
A global notice will be sent out to warn people that you have done this.
NOTE: This may not be available - this feature must be specifically
compiled into magick, so if this has not been done, this will not work.

You must be on the SADMIN committee to use this command.


Its somewhere in the docs or on the magick forum that it isnt compiled into the windows version .
Locked