Page 1 of 2

Quick help plz

Posted: Wed Jan 18, 2006 12:53 am
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 :)

Posted: Wed Jan 18, 2006 1:11 am
by Bricker
read the whole thing. your ircd.log

Posted: Wed Jan 18, 2006 1:11 am
by Bricker
oh and also LOOK AT LINE NUMBER 10 IN YOUR unrealircd.conf !

Posted: Wed Jan 18, 2006 1:15 am
by VampirE
ircd.log is empty!!! :(

where is line no10 ? text??? Tnx again :(

Posted: Wed Jan 18, 2006 1:21 am
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

Posted: Wed Jan 18, 2006 1:28 am
by VampirE
Oke,one more question plz :(
from where I have to start to count the lines ?

Posted: Wed Jan 18, 2006 2:24 am
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?

Posted: Wed Jan 18, 2006 2:28 am
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! :(

Posted: Wed Jan 18, 2006 2:38 am
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.

Posted: Wed Jan 18, 2006 2:43 am
by VampirE
*/
me
{
name "irc.***.com";
info "***.com IRC Server";
numeric 1;
};


y have only this with "irc.***.com"

Posted: Wed Jan 18, 2006 4:03 am
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 .

Posted: Wed Jan 18, 2006 4:11 am
by VampirE
Bravo, stars are just to hide server, I am not that crasy not to write the name

Posted: Wed Jan 18, 2006 4:12 am
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 .

Posted: Wed Jan 18, 2006 4:14 am
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 ? .

Posted: Wed Jan 18, 2006 4:19 am
by VampirE
Hmm,oke where is error?

Code: Select all

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