Page 1 of 2

ulines problam

Posted: Mon Apr 19, 2004 9:57 am
by Snaffels
[11:54:17] -Test.Boomber.Net- *** Notice -- Connection to Irc.Boomber.Net[212.117.152.45] activated.
-----------
[11:54:17] -Test.Boomber.Net- *** Global -- Closing link: Write error: Connection refused - Irc.Boomber.Net[212.117.152.45]

i dont understand this thing... this is the same results from the second ircd...
and evrything is perfect on the ulines....

when i do restart for the ircd(the two off them) the ircd dont up agien.. when i do restart and the ulines is exists its like that i doing die...

and with the services and the stats servers its ok!!

soryy for the bad english..

Posted: Mon Apr 19, 2004 10:16 am
by Ron2K
Please reply with the following information:

If it's services/stats:
  • The link block in question
  • Your u-line block
  • Your link information in your services configuration
  • Your services' daemon and version
If it's two ircd's:
  • The link block in question for BOTH ircd's
  • The class and listen blocks may also be useful
(You shouldn't have u-lines for either server if this is the case)

REMOVE ALL PASSWORDS BEFORE POSTING!

here...

Posted: Mon Apr 19, 2004 10:58 am
by Snaffels
On Irc.Boomber.Net, its look like this:
---------
link Test-Boomber.Net
{
username *;
hostname 212.179.47.189;
bind-ip *;
port 7049;
hub *;
password-connect "pass";
password-receive "pass";
class servers;
options {
autoconnect;
};
};

ulines {
Test-Boomber.Net
};
listen 212.179.47.189:7049;
---------------
i didnt shot the services lines..

On Test-Boomber.Net, its look like this:
-----------
link Irc.Boomber.Net
{
username *;
hostname 212.117.152.45;
bind-ip *;
port 7049;
hub *;
password-connect "pass";
password-receive "pass";
class servers;
options {
autoconnect;
};
};



ulines {
Irc.Boomber.Net;
};
listen 212.117.152.45:7049;
----------------

on irc.boomber... only when i type "/connect irc.boomber.net" its write ti me:
[12:57:01] -Irc.Boomber.Net- *** Couldn't connect to Test-Boomber.Net.

and on Test.Boomber... its write to me automaticly:
-----------
[12:56:36] -Test.Boomber.Net- *** Notice -- Connection to Irc.Boomber.Net[212.117.152.45] activated.
-----------
[12:56:36] -Test.Boomber.Net- *** Global -- Closing link: Write error: Connection refused - Irc.Boomber.Net[212.117.152.45]

and i dont need to do nothing.. its going agein and agein...

Posted: Mon Apr 19, 2004 1:38 pm
by aquanight
Your listen address and link::hostname address are the same in both blocks. Your link block(s) would then cause the server to connect to itself.

Code: Select all

link Test-Boomber.Net 
{ 
// SNIP
hostname 212.179.47.189; 
// SNIP
}; 

// SNIP
listen 212.179.47.45:7049; 

link Irc.Boomber.Net 
{ 
// SNIP
hostname 212.117.152.45; 
// SNIP
}; 

// SNIP
listen 212.117.152.189:7049; 
As mentioned you SHOULD NOT U-Line normal servers. In fact, Unreal IRCd doesn't provide any means for a local user to intiate the use of SVS* commands (or get +S).

ah?!?

Posted: Mon Apr 19, 2004 5:15 pm
by Snaffels
i didnt understood nothing...
and i cannot put your code on my server.. i need to pux class and pass..
if im putting your code then the server write me:
[19:11:22] -Irc.Boomber.Net- *** Notice -- ^Shmupy is rehashing server config file
-----------
unrealircd.conf Rehashing
-----------
[19:11:22] -Irc.Boomber.Net- *** Notice -- Loading IRCd configuration ..
-----------
[19:11:22] -Irc.Boomber.Net- *** Notice -- error: ulines.conf:31: link::username missing
-----------
[19:11:22] -Irc.Boomber.Net- *** Notice -- error: ulines.conf:31: link::bind-ip missing
-----------
[19:11:22] -Irc.Boomber.Net- *** Notice -- error: ulines.conf:31: link::port missing
-----------
[19:11:22] -Irc.Boomber.Net- *** Notice -- error: ulines.conf:31: link::password-receive missing
-----------
[19:11:22] -Irc.Boomber.Net- *** Notice -- error: ulines.conf:31: link::password-connect missing
-----------
[19:11:22] -Irc.Boomber.Net- *** Notice -- error: ulines.conf:31: link::class missing
-----------
[19:11:22] -Irc.Boomber.Net- *** Notice -- error: 6 errors encountered
-----------
[19:11:22] -Irc.Boomber.Net- *** Notice -- error: IRCd configuration failed to pass testing
and i didnt understand the "// SNIP" ??? what is it?!?

can you please explain it to me agien?

Posted: Mon Apr 19, 2004 5:20 pm
by aquanight
//SNIP means I left out the part of your config that you didn't need to change :P . Obviously you would keep the parts from your config that I didn't include in mine.

steel..

Posted: Mon Apr 19, 2004 5:34 pm
by Snaffels
hmm
i put it:
link Test-Boomber.Net
{
username *;
hostname 212.179.47.189;
bind-ip *;
port 7049;
hub *;
password-connect "3575315951";
password-receive "3575315951";
class servers;
options {
autoconnect;
};
};
on: Irc.Boomber.Net

and the result:
[19:32:15] -Irc.Boomber.Net- *** Couldn't connect to Test-Boomber.Net.
(same result)

it will be more easy if you can connect to my server 212.117.152.45 and if you can then please help me in there..

Posted: Mon Apr 19, 2004 9:45 pm
by AngryWolf
You should immediately remove Irc.Boomber.Net and Test-Boomber.Net from the ulines blocks. Clients on U:lined servers have extra privileges that normal users shouldn1t have

Posted: Mon Apr 19, 2004 10:12 pm
by aquanight
UnrealIRCd doesn't really actually have any means to enable the use of a U-Line, because it doesn't let any local client have +S, and it doesn't accept SVS* from any client that doesn't have +S.

yes......... and?

Posted: Tue Apr 20, 2004 9:36 am
by Snaffels
i know all you sad about the use of ulines... but i steel want it.
remove the uline hasn't did nothing to change... i the same
[11:26:34] -Test.Boomber.Net- *** Notice -- Connection to Irc.Boomber.Net[212.117.152.45] activated.
-----------
[11:26:34] -Test.Boomber.Net- *** Global -- Closing link: Write error: Connection refused - Irc.Boomber.Net[212.117.152.45]

if i do restart to the ircd and all of the link conf steel in the unrealircd.conf then the server dont up..
look:
-----------
[11:29:12] * Disconnected
[11:29:12] No more connected to Test-Boomber Test.Boomber.Net
[11:29:12] Disconnected with nickname ^Shmupy
-----------
[11:29:15] * Connect retry #1 .............

i try to do the /restart command and that what happend.. look at the ssh windiw what heppen when i try to start the ircd agien...:

Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2-beta19
* Loading IRCd configuration ..
* unrealircd.conf:88: listen with SSL flag enabled on a non SSL compile
* Configuration loaded without any problems ..
* Loading tunefile..
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------
Possible error encountered (IRCd seemily not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
[Sun Feb 15 20:32:34 2004] - OPER (Daniel) by (^[email protected])
[Sun Feb 15 20:36:31 2004] - Disconnect - (0:4:5) ^[email protected] [VHOST NetAdmin.Boomber.Net]
[Sun Feb 15 21:48:11 2004] - Connect - ^[email protected] [VHOST 23CD3074.C9537C6C.4123B9A7.IP]
[Sun Feb 15 21:48:14 2004] - OPER (Daniel) by (^[email protected])
[Sun Feb 15 21:55:08 2004] - Connect - [email protected] [VHOST 23CD3074.C9537C6C.4123B9A7.IP]

end...
if i delete the link configuration from the conf its start ageing and its normal.. if i put the links line on the conf and the ircd is working, i type /rehash and then:
[11:35:38] -Test.Boomber.Net- *** Notice -- Loading IRCd configuration ..
-----------
[11:35:38] -Test.Boomber.Net- *** Notice -- unrealircd.conf:88: listen with SSL flag enabled on a non SSL compile
-----------
[11:35:38] -Test.Boomber.Net- *** Notice -- Configuration loaded without any problems ..
-----------
[11:35:38] -Test.Boomber.Net- *** Notice -- Connection to Irc.Boomber.Net[212.117.152.45] activated.
-----------
[11:35:38] -Test.Boomber.Net- *** Global -- Closing link: Write error: Connection refused - Irc.Boomber.Net[212.117.152.45]

anyone know what the problam here?!?!?
i just want my two server to links between them..

then ks for all the help, i need a littel beet more..

Posted: Wed Apr 21, 2004 9:01 am
by Snaffels
sombady? can somone helpme? please :?: :shock:

Posted: Wed Apr 21, 2004 12:21 pm
by AngryWolf
I wasn't saying removing the U:line will solve your linking problem. I was just trying to help you to avoid other problems with U:lined servers.
[11:26:34] -Test.Boomber.Net- *** Notice -- Connection to Irc.Boomber.Net[212.117.152.45] activated.
-----------
[11:26:34] -Test.Boomber.Net- *** Global -- Closing link: Write error: Connection refused - Irc.Boomber.Net[212.117.152.45]
Did your server connect to the right hostname/IP with the proper port? To me It seems to be typical network related issue, so I have no idea what to say here without details. (Any ideas?)
Possible error encountered (IRCd seemily not started)
Maybe it's that UnrealIRCd wanted to use an already opened port. Perhaps your UnrealIRCd has a bad port configuration or you tried to start ircd while it was already running. (Have you checked the ircd.log?)
[11:35:38] -Test.Boomber.Net- *** Notice -- unrealircd.conf:88: listen with SSL flag enabled on a non SSL compile
I know this is unrelated to your original problem, but take a look in Syzop's FAQ to solve this.

Posted: Thu Apr 22, 2004 6:04 am
by jewles
wow, and when I thought people couldn't surpize me any further with how terrible their configuration files are.... tisk tisk tisk :twisted: :twisted:

Posted: Thu Apr 22, 2004 12:53 pm
by Snaffels
thenk you for going down on me
and if your sow understand.. why dont you say how i should configure my configuration file

Posted: Thu Apr 22, 2004 1:16 pm
by Snaffels
i did it... now when i start the unreal its write me:
Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2-beta19
using OpenSSL 0.9.7a Feb 19 2003

using zlib 1.1.4

* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Loading tunefile..
* Initializing SSL.
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------
Possible error encountered (IRCd seemily not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================

i thourgh that this is beacuse i hasnt put nothing on the cpnfiguration file.. then i put this:

set {

egd /ssl.rnd;
certificate /server.cert.pem;
key /server.key.pem;
trusted-ca-file /server.req.pem;

options {

fail-if-no-clientcert;
no-self-signed;
verify-certificate;

};
};
but i realy dont now how yo mess woth the ssl configuration..
its write me now:
Starting UnrealIRCd
_ _ _ ___________ _____ _
| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
\___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
v3.2-beta19
using OpenSSL 0.9.7a Feb 19 2003

using zlib 1.1.4

* Loading IRCd configuration ..
[error] set.conf:94: unknown directive set::egd
[error] set.conf:95: unknown directive set::certificate
[error] set.conf:96: unknown directive set::key
[error] set.conf:97: unknown directive set::trusted-ca-file
[error] set.conf:101: unknown option set::options::fail-if-no-clientcert
[error] set.conf:102: unknown option set::options::no-self-signed
[error] set.conf:103: unknown option set::options::verify-certificate
[error] 7 errors encountered
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================