Posted: Thu Nov 11, 2004 7:21 am
Given that you're now connecting to a port that the IRCd listens on - did you get any messages from the IRCd? And if so, what are they?
Then /rehash it and paste the error(s). Does that not make sense to you?madman wrote:Nothing.. The IRCD Server won't say anything unless I rehash it.
Code: Select all
(16:14:26) -irc.rsalive.com- *** Notice -- madman is rehashing server config file
(16:14:27) -irc.rsalive.com- *** Notice -- Loading IRCd configuration ..
(16:14:27) -irc.rsalive.com- *** Notice -- unrealircd.conf:275: listen with SSL flag enabled on a non SSL compile
(16:14:27) -irc.rsalive.com- *** Notice -- Configuration loaded without any problems ..
There has to be an error somewhere if your Services still isn't connecting. Try the Services log! I wasn't being sarcastic and I don't appriciate you implying so. I've tried for a week to get you to do 4 simple steps that I did in less than 5 minutes. Yes, I still have your working config files.madman wrote:Don't be smart, theres no errors when i rehash. And it does make sense I would of said the error if there was one when i rehashed.
Code: Select all
(16:14:26) -irc.rsalive.com- *** Notice -- madman is rehashing server config file (16:14:27) -irc.rsalive.com- *** Notice -- Loading IRCd configuration .. (16:14:27) -irc.rsalive.com- *** Notice -- unrealircd.conf:275: listen with SSL flag enabled on a non SSL compile (16:14:27) -irc.rsalive.com- *** Notice -- Configuration loaded without any problems ..
Code: Select all
-irc.rsalive.com- *** Notice -- (link) Link irc.rsalive.com -> services.madman.org[@127.0.0.1.1569] established
unrealircd.conf Rehashing
-
-irc.rsalive.com- *** Notice -- Loading IRCd configuration ..
-
-irc.rsalive.com- *** Notice -- Configuration loaded without any problems ..
-
I removed the zip option but left the autoconnect one, Should I delete that? I got rid of the ssl option and when i rehash i now get:Step 5: remove the options section from your link block for Services. Anope can't use zip compression. I must have missed it the first time.
I tryed connectng the services and It still wont work. The error I get from the services is:(08:49:15) -irc.foonet.com- *** Notice -- Loading IRCd configuration ..
(08:49:15) -irc.foonet.com- *** Notice -- Configuration loaded without any problems ..
(08:49:15) -irc.foonet.com- *** Notice -- Connection to services.madman.org[127.0.0.1] activated.
(08:49:25) -irc.foonet.com- *** Notice -- No response from services.madman.org[127.0.0.1], closing link
It's really agrivating :S[Nov 13 08:53:56 2004] FATAL: Can't connect to server: Connection refused
Code: Select all
options {
see? ----->/* Note: You should not use autoconnect when linking services */ <---- plain english
zip;
};
};
It's aggravating because it's taken 36 posts to fix your 5 minute problem because you still haven't read the documentation. I'm willing to bet you haven't even done all of the 4 simple steps I've given you.It's really agrivating :S
1st: Donekatsklaw wrote:ok I downloaded your 2 meg zip file, by the way we only needed the conf files and then only in worst case.Please understand that if we download your files, correct them and send them back or describe every single problem like I'm about to do, you learn nothing because someone other than you fixed the problem. It's best to tell us the error message and we can then GUIDE you to area that is causing the problem, therefore you learn by doing.
First, your anope.conf is in the zip file so you have to have it there. I found it at path: Unreal3.2_madman\aliases\anope.conf (which is right where I said it would be)
Second, in your unrealircd.conf file you need to specify an IP for Services in the services link block.
You also have SSL listen blocks and your version of Unreal is a non-ssl compile. Unreal will still start and run but you can't use SSL and it will complain everytime you (re)start|rehash. If you require SSL then you will have to go back to http://www.unrealircd.com/?page=downloads and download the win32 version with SSL.
Also you have Services connecting on port 6666 which you have no listen block in the unrealircd.conf for. Which I told you was the problem 2 days ago.
I made those 4 changes and I'm currently running Unreal/Anope on my windows box and they are both working as expected.
Code: Select all
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 6666;
hub *;
password-connect "mypass";
password-receive "mypass";
class servers;
options {
/* Note: You should not use autoconnect when linking services */
};
};Code: Select all
RemoteServer 127.0.0.1 6666 "mypass"Can we see the listen blocks as well then?Also you have Services connecting on port 6666 which you have no listen block in the unrealircd.conf for. Which I told you was the problem 2 days ago.
Code: Select all
listen 127.0.0.1:7550;Code: Select all
listen *:7550;
Code: Select all
RemoteServer 127.0.0.1 7550 "mypass"
listen *:7550;
link services.madman.org
{
username *;
hostname 127.0.0.1;
bind-ip *;
port 7550;
hub *;
password-connect "mypass";
password-receive "mypass";
class servers;
options {
};
};
Code: Select all
ulines {
services.madman.org
stats.madman.org;
};