Page 1 of 1

help

Posted: Sun Oct 10, 2004 8:03 pm
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

Posted: Sun Oct 10, 2004 11:38 pm
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.

Posted: Mon Oct 11, 2004 4:05 pm
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

Posted: Mon Oct 11, 2004 4:55 pm
by w00t
Or just remove the tld{} blocks.

Posted: Mon Oct 11, 2004 8:14 pm
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??

Posted: Mon Oct 11, 2004 8:50 pm
by WilliamWIkked
You have 6697 open too? If that's for SSL you need to enable SSL in your client.

Posted: Tue Oct 12, 2004 12:16 am
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

Posted: Tue Oct 12, 2004 2:31 am
by WilliamWIkked
Try using 6667, it should be open by default.

Posted: Tue Oct 12, 2004 4:23 pm
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.