Quick help plz

These are old archives. They are kept for historic purposes only.
VampirE
Posts: 15
Joined: Mon Jan 16, 2006 11:54 pm

Quick help plz

Post by VampirE »

Look:

[~/Unreal3.2]# ./unreal start
Starting UnrealIRCd
./unreal: line 10: irc.***.com: command not found
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
=====================================================

Where is error ??? Quick help plz :)
Bricker
Posts: 88
Joined: Tue May 03, 2005 7:31 am
Location: Sterling, VA, USA

Post by Bricker »

read the whole thing. your ircd.log
-Bricker-
Bricker
Posts: 88
Joined: Tue May 03, 2005 7:31 am
Location: Sterling, VA, USA

Post by Bricker »

oh and also LOOK AT LINE NUMBER 10 IN YOUR unrealircd.conf !
-Bricker-
VampirE
Posts: 15
Joined: Mon Jan 16, 2006 11:54 pm

Post by VampirE »

ircd.log is empty!!! :(

where is line no10 ? text??? Tnx again :(
Bricker
Posts: 88
Joined: Tue May 03, 2005 7:31 am
Location: Sterling, VA, USA

Post by Bricker »

line number 10 in your unrealircd.conf


this would be line 1
and line 2
and line 3
and line 4
and line 5
and so on and so on!

READ THE FUCKING MANUAL
-Bricker-
VampirE
Posts: 15
Joined: Mon Jan 16, 2006 11:54 pm

Post by VampirE »

Oke,one more question plz :(
from where I have to start to count the lines ?
JIVXor
Posts: 134
Joined: Fri Sep 09, 2005 10:53 pm
Location: Cuba

Post by JIVXor »

You must have some basics *nix/IRC knowledges to get started with unrealIRCd. Have a google-search FIRST.

start unrealircd.conf
--------------------------------- SOF START OF FILE
This is line one
This is line two
....
This is damn line four
--------------------------------- EOF END OF FILE

Got it?
VampirE
Posts: 15
Joined: Mon Jan 16, 2006 11:54 pm

Post by VampirE »

Server was working, but now is showing some error. Thats wye I am asking You: from where I should start counting the lines, I am trying to find the error! :(
JIVXor
Posts: 134
Joined: Fri Sep 09, 2005 10:53 pm
Location: Cuba

Post by JIVXor »

Go to line 10 and find the damn irc.***.com string or whatever syntax type there. Now I guess you know what's wrong.
VampirE
Posts: 15
Joined: Mon Jan 16, 2006 11:54 pm

Post by VampirE »

*/
me
{
name "irc.***.com";
info "***.com IRC Server";
numeric 1;
};


y have only this with "irc.***.com"
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

at a guess some fool fiddled with your .conf .

it should be IRC.SERVERNAME.WHATEVER .

As an example of what it ought to look like here is my ME block .

Code: Select all

me
{
	name "irc.Our-chat.tk";
	info "Our-Chat";
	numeric 1;
};
If you check your docs you will get a better understanding of the ME block .

As for line counting use an editor that has a goto line function .
Yawn. So there's yet another "if the user clicks the button, they're infected" exploit. Why is this news? We already know users are idiots.
VampirE
Posts: 15
Joined: Mon Jan 16, 2006 11:54 pm

Post by VampirE »

Bravo, stars are just to hide server, I am not that crasy not to write the name
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

Bricker wrote:line number 10 in your unrealircd.conf


this would be line 1
and line 2
and line 3
and line 4
and line 5
and so on and so on!

READ THE FUCKING MANUAL
That is really unhelpful dude , Ease up on the guy some . Everyone needs to learn . Yes he needs to read the docs carefully thats been pointed out .

Its posts like this that lead to a load of pointless name calling which gets the topic locked/deleted .

Everyone makes mistakes when they start off .
Yawn. So there's yet another "if the user clicks the button, they're infected" exploit. Why is this news? We already know users are idiots.
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

VampirE wrote:Bravo, stars are just to hide server, I am not that crasy not to write the name
ok well telling us you removed them tends to help .....

so looking at your block against mine what difference do you see ? .
Yawn. So there's yet another "if the user clicks the button, they're infected" exploit. Why is this news? We already know users are idiots.
VampirE
Posts: 15
Joined: Mon Jan 16, 2006 11:54 pm

Post by VampirE »

Hmm,oke where is error?

Code: Select all

me {
        name "irc.name.com";
        info "name.com IRC Server";
        numeric 1;
};
Post Reply