help

These are old archives. They are kept for historic purposes only.
Post Reply
blazer29
Posts: 3
Joined: Sun Oct 10, 2004 7:14 pm

help

Post by blazer29 »

Loading IRCd configuration ..
* unrealircd.conf:332: Ignoring extra data
* unrealircd.conf:332: Ignoring extra data
[error] unrealircd.conf:63: illegal me::name, must be fully qualified hostname
[error] unrealircd.conf:334: unknown directive listen::username
[error] unrealircd.conf:335: unknown directive listen::hostname
[error] unrealircd.conf:336: unknown directive listen::bind-ip
[error] unrealircd.conf:337: unknown directive listen::port
[error] unrealircd.conf:338: unknown directive listen::hub
[error] unrealircd.conf:339: unknown directive listen::password-connect
[error] unrealircd.conf:340: unknown directive listen::password-receive
[error] unrealircd.conf:341: unknown directive listen::class
[error] unrealircd.conf:346: unknown listen option 'autoconnect'
[error] unrealircd.conf:348: unknown listen option 'zip'
[error] unrealircd.conf:547: tld::motd: ircd.motd.fr: No such file or directory
[error] unrealircd.conf:548: tld::rules: ircd.rules.fr: No such file or directory

Not srue if this error has been posted but I need immediate help if possible please thank
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

looks like your me block is messed up ... compare it to the example conf file in the doc directory. If you can't find where the error is .. paste the me block here .. remember .. the me block .. not the whole conf file :D

Also, please read the error message that are provided

Code: Select all

[error] unrealircd.conf:63: illegal me::name, must be fully qualified hostname
they often tell you exactly whats wrong. In your case check your hostname.
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

Code: Select all

[error] unrealircd.conf:547: tld::motd: ircd.motd.fr: No such file or directory 
[error] unrealircd.conf:548: tld::rules: ircd.rules.fr: No such file or directory 
You will also need to create these files to get rid of these 2 errors
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

Or just remove the tld{} blocks.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
blazer29
Posts: 3
Joined: Sun Oct 10, 2004 7:14 pm

Post by blazer29 »

ok i fixed that error and everything should be going fine I just get this error when I try to connect

14(000411:003711:0017pm14) * Connect retry #1 68.161.61.152 (6697)
-
14(000411:003711:0017pm14) Local host: pool-68-161-82-92.ny325.east.verizon.net (68.161.82.92)
-
14(000411:003711:0018pm14) * Unable to connect to server (Connection refused)
-
14(000411:003711:0019pm14) * Connect cancelled

I have all ports open corerectly and everything set up so whats wrong??
WilliamWIkked
Posts: 59
Joined: Sun Jun 20, 2004 3:30 am
Contact:

Post by WilliamWIkked »

You have 6697 open too? If that's for SSL you need to enable SSL in your client.
[insert another cliche sig here.]
blazer29
Posts: 3
Joined: Sun Oct 10, 2004 7:14 pm

Post by blazer29 »

not srue how to do that in this client so how could I run htis without the ssl or is it the best choice etctera help
WilliamWIkked
Posts: 59
Joined: Sun Jun 20, 2004 3:30 am
Contact:

Post by WilliamWIkked »

Try using 6667, it should be open by default.
[insert another cliche sig here.]
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

Are you trying to connect from behind a router ? if so configure your client so it uses the local ip of the machine the server is on and not the irc.blah.com address.
Post Reply