quick question....

These are old archives. They are kept for historic purposes only.
Post Reply
SlashX1896
Posts: 2
Joined: Sun Jan 29, 2006 7:43 pm

quick question....

Post by SlashX1896 »

[error] unrealircd.conf:2: Unterminated quote found.

whats it mean? i did the conf file... i didnt set competly all the set part of it i did like 90%... whats up?
SlashX1896
Posts: 2
Joined: Sun Jan 29, 2006 7:43 pm

Post by SlashX1896 »

well i fixed that but it just caused alot more errors

Code: Select all

* Loading IRCd configuration ..
* unrealircd.conf:3: Ignoring extra data
* unrealircd.conf:10: Ignoring extra data
* unrealircd.conf:29: Ignoring extra close brace
* unrealircd.conf:29 Ignoring extra semicolon
* unrealircd.conf:31: Ignoring extra data
* unrealircd.conf:32: Ignoring extra data
* unrealircd.conf:32: Ignoring extra data
* unrealircd.conf:34: Ignoring extra data
* unrealircd.conf:34: Ignoring extra data
* unrealircd.conf:35: Ignoring extra close brace
* unrealircd.conf:35 Ignoring extra semicolon
* unrealircd.conf:37: Ignoring extra data
* unrealircd.conf:56: Ignoring extra close brace
* unrealircd.conf:56 Ignoring extra semicolon
* unrealircd.conf:70: Ignoring extra data
* unrealircd.conf:85: Ignoring extra data
[error] unrealircd.conf:1: Unknown directive 'me::numberic'
[error] unrealircd.conf:1: me::numeric is missing
[error] unrealircd.conf:22: Unknown directive 'allow::host'
[error] unrealircd.conf:20: allow::hostname is missing
[error] unrealircd.conf:31: oper::password is missing
[error] unrealircd.conf:31: oper::from is missing
[error] unrealircd.conf:31: oper::flags is missing
[error] unrealircd.conf:31: oper::class is missing
* unrealircd.conf:33: unknown directive from
* unrealircd.conf:36: unknown directive password
* unrealircd.conf:55: unknown directive maxlogins
[error] set::dns::nameserver is missing
[error] set::dns::timeout is missing
[error] set::dns::retries is missing
[error] set::services-server is missing
[error] set::default-server is missing
[error] set::network-name is missing
[error] set::hosts::global is missing
[error] set::hosts::admin is missing
[error] set::hosts::servicesadmin is missing
[error] set::hosts::netadmin is missing
[error] set::hosts::coadmin is missing
[error] set::help-channel is missing
[error] set::hiddenhost-prefix is missing
[error] set::cloak-keys missing!
[error] 22 errors encountered
[error] IRCd configuration failed to pass testing
[/quote]
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Code: Select all

* unrealircd.conf:3: Ignoring extra data
* unrealircd.conf:10: Ignoring extra data
* unrealircd.conf:29: Ignoring extra close brace
* unrealircd.conf:29 Ignoring extra semicolon
* unrealircd.conf:31: Ignoring extra data
* unrealircd.conf:32: Ignoring extra data
* unrealircd.conf:32: Ignoring extra data
* unrealircd.conf:34: Ignoring extra data
* unrealircd.conf:34: Ignoring extra data
* unrealircd.conf:35: Ignoring extra close brace
* unrealircd.conf:35 Ignoring extra semicolon
* unrealircd.conf:37: Ignoring extra data
* unrealircd.conf:56: Ignoring extra close brace
* unrealircd.conf:56 Ignoring extra semicolon
* unrealircd.conf:70: Ignoring extra data
* unrealircd.conf:85: Ignoring extra data
Thats just because you put extra useless stuff in there.

Code: Select all

[error] unrealircd.conf:1: Unknown directive 'me::numberic'
[error] unrealircd.conf:1: me::numeric is missing
numeric is not spelled with a b. Go fix it.

Code: Select all

[error] unrealircd.conf:22: Unknown directive 'allow::host'
[error] unrealircd.conf:20: allow::hostname is missing
host and hostname are different words. Go fix it.

Code: Select all

[error] unrealircd.conf:31: oper::password is missing
[error] unrealircd.conf:31: oper::from is missing
[error] unrealircd.conf:31: oper::flags is missing
[error] unrealircd.conf:31: oper::class is missing
* unrealircd.conf:33: unknown directive from
* unrealircd.conf:36: unknown directive password
* unrealircd.conf:55: unknown directive maxlogins
Looks like you closed your oper block before you finished putting stuff in it. Go fix it.

Code: Select all

[error] set::dns::nameserver is missing
[error] set::dns::timeout is missing
[error] set::dns::retries is missing
[error] set::services-server is missing
[error] set::default-server is missing
[error] set::network-name is missing
[error] set::hosts::global is missing
[error] set::hosts::admin is missing
[error] set::hosts::servicesadmin is missing
[error] set::hosts::netadmin is missing
[error] set::hosts::coadmin is missing
[error] set::help-channel is missing
[error] set::hiddenhost-prefix is missing
[error] set::cloak-keys missing!
[error] 22 errors encountered
You messed up your set block. Perhaps deleted a part of it. Or deleted a */, leaving a comment open.


NOTHING here was stuff you didnt already knew if you read the errors.
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply