helpp...!!!

These are old archives. They are kept for historic purposes only.
No_Name
Posts: 16
Joined: Tue Jan 25, 2005 7:57 am

helpp...!!!

Post by No_Name »

* Loading IRCd configuration ..
* unrealircd.conf:319: link irc.webmas.org with SSL option enabled on a non-SSL compile
* unrealircd.conf:319: link irc.webmas.org with ZIP option enabled on a non-ZIP compile
[error] unrealircd.conf:523: tld::motd: ircd.motd: No such file or directory
[error] unrealircd.conf:524: tld::rules: ircd.rules: No such file or directory
[error] 4 errors encountered
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)
_______________________

what's was happend???
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

1. Please chose better topic titles, "helpp...!!!" is not very helpful
2. Please read the FAQ before posting:
http://www.vulnscan.org/UnrealIrcd/faq/#9
3. Please read the Documentation for every block you write in your config file: Why are you including TLD blocks in your config file, if you aren't using them (i.e. didn't create the required motd/rules files)? Do you even know what they are good for? :P
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

* unrealircd.conf:319: link irc.webmas.org with SSL option enabled on a non-SSL compile
* unrealircd.conf:319: link irc.webmas.org with ZIP option enabled on a non-ZIP compile

uncomment those options for one . The version of unreal is not enabled for zip and ssl . The other two as pointed out relate to files you need to create or again uncomment the lines .

Read all of the docs carefully and take your time . Unreals errors are very helpful they tell you what is wrong and more importantly where .

* unrealircd.conf:319 - that says the error is on line 319 in the .conf . In reality you may find the error a line above or below that .

Sort those 4 errors out and it should be good to go .
No_Name
Posts: 16
Joined: Tue Jan 25, 2005 7:57 am

Post by No_Name »

this is my first time to setup unreal ircd..so that thing is confusing me..i have read http://www.unrealircd.com/unreal32docs.html but still don't understand some part...but it's ok...wish me luck.. :P
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

First time set up can be scary . I took one look at the .conf the first time and near chucked the idea out of the window lol .

Your going about it the right way by reading the docs . If there is something you dont understand in the .conf and it doesnt show up in either the unreal docs and the faq then ask away . but to me it looks like those 4 errors ought to nail it.

First 2 are easy to shift simply by commenting out the the ssl and zip options .

Last 2 will require you to create 2 files ircd.motd and ircd.rules . These are just text files saved with those extensions .
No_Name
Posts: 16
Joined: Tue Jan 25, 2005 7:57 am

Post by No_Name »

finally i did' it...yeeee..haaa....but how i want to use port 6667 i try to change the port but still using 6697

i try to oper pass but it's say No O-lines for your host what happend?i'm using admin nick
Last edited by No_Name on Sat Feb 05, 2005 11:03 am, edited 1 time in total.
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

The config file states VERY clearly:
/* FOR *NIX, uncomment the following 2lines: */
//loadmodule "src/modules/commands.so";
//loadmodule "src/modules/cloak.so";

Uncomment these lines and it will work.
No_Name
Posts: 16
Joined: Tue Jan 25, 2005 7:57 am

Post by No_Name »

finally i did' it...yeeee..haaa....but how i want to use port 6667 i try to change the port but still using 6697

i try to oper pass but it's say No O-lines for your host what happend?i'm using admin nick
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

The ports you specify are in the listen block . change them there . As for th olines msg the usual reason for this is the hostname isnt correct ie its looking for [email protected] and your hostname is [email protected] . Check those :) .
No_Name
Posts: 16
Joined: Tue Jan 25, 2005 7:57 am

Post by No_Name »

finally i've been successfull setup unreal with services but now i've got problem how to add an oper is it still same with old version /addline O:*@*:passwd:nickoper:rehwlkKbBnsG:1

how to make nickserv to be ns chanserv be cs

one more thing how to make user auto join to channel

auto change host for exm : [email protected]
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

No_Name
Posts: 16
Joined: Tue Jan 25, 2005 7:57 am

Post by No_Name »

ok...i have change it...now how i want to set all my user quit msg to be something?
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Now, PLEASE, read the documentation!!!
(Yes, read the whole thing!)

http://www.vulnscan.org/UnrealIRCd/unre ... l#setblock
No_Name
Posts: 16
Joined: Tue Jan 25, 2005 7:57 am

Post by No_Name »

i had try to search but til now i can't find how can i add helper inside that server can someone help me please!!!
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

No_Name wrote:how can i add helper inside that server
Huh?
Do you mean helpops? (--> add the helpop flag to your oper block)
I'm sorry but I don't really understand what you are asking for... Please try it again or use the international forum if you can't explain it in english.
Post Reply