Configuration Problem
check at the end of the operblock for the required number of brackets . Each { requires a }; . If unreal reads the block below as a continuation of the block it will chuck up that even though the block below is ok . Its a pain to get your head round it all but worth it. My first config had loads of similar errors . Keep at it your going about it the right way .
-
geometric1
- Posts: 16
- Joined: Tue Feb 15, 2005 1:46 am
Ok. I checked again after I solved one of the problems. I tried to solve the locop adress and such...but I mmust be doing something wrong.
Well at least Im that much closer :/* Loading IRCd configuration ..
[error] unrealircd.conf:36: oper::from::user@LocalOp without parameter
[error] unrealircd.conf:87: unknown directive set::hosts::net
[error] unrealircd.conf:88: unknown directive set::hosts::services
[error] unrealircd.conf:89: unknown directive set::hosts::oper-auto-join
[error] unrealircd.conf:92: unknown directive set::dns::nameserver
[error] set::dns::nameserver missing
[error] set::dns::timeout missing
[error] set::dns::retries missing
[error] set::services-server missing
[error] set::default-server missing
[error] set::network-name missing
[error] set::hosts::admin missing
[error] set::hosts::servicesadmin missing
[error] set::hosts::netadmin missing
[error] set::hosts::coadmin missing
[error] set::hiddenhost-prefix missing
[error] set::cloak-keys missing!
[error] 17 errors encountered
[error] IRCd configuration failed to pass testing
Fix the 1st error (around line 36) and try it again...
Seems to be a problem in an oper block, check the syntax in the docs:
http://www.vulnscan.org/UnrealIRCd/unre ... #operblock
Seems to be a problem in an oper block, check the syntax in the docs:
http://www.vulnscan.org/UnrealIRCd/unre ... #operblock
-
geometric1
- Posts: 16
- Joined: Tue Feb 15, 2005 1:46 am
Sorry I havent posted in so long. Im working on it right now
what do I put for the hostname there? If I get that I knock out 8 errors...[/quote]

ok I solved that. Down to these:* Loading IRCd configuration ..
* unrealircd.conf:94: Ignoring extra data
* unrealircd.conf:94: Ignoring extra data
* unrealircd.conf:95: Ignoring extra data
* unrealircd.conf:95: Ignoring extra data
[error] unrealircd.conf:96: Missing semicolon before close brace
[error] Could not load config file unrealircd.conf
[error] IRCd configuration failed to load
* Loading IRCd configuration ..
[error] unrealircd.conf:36: oper::from::user@LocalOp without parameter
[error] unrealircd.conf:87: unknown directive set::hosts::net
[error] unrealircd.conf:88: unknown directive set::hosts::services
[error] unrealircd.conf:89: unknown directive set::hosts::oper-auto-join
[error] unrealircd.conf:93: set::dns::nameserver (FADChat) is not a valid IP
[error] set::dns::nameserver missing
[error] set::services-server missing
[error] set::default-server missing
[error] set::network-name missing
[error] set::hosts::admin missing
[error] set::hosts::servicesadmin missing
[error] set::hosts::netadmin missing
[error] set::hosts::coadmin missing
[error] set::hiddenhost-prefix missing
[error] set::cloak-keys missing!
[error] 15 errors encountered
[error] IRCd configuration failed to pass testing
I don't know what to put for error set::hosts::admin missing
[error] set::hosts::servicesadmin missing
[error] set::hosts::netadmin missing
[error] set::hosts::coadmin missing
what do I put for the hostname there? If I get that I knock out 8 errors...[/quote]
Ok there's an updated one...I solved a problem or two. I'm getting closer.* Loading IRCd configuration ..
[error] unrealircd.conf:36: oper::from::user@LocalOp without parameter
[error] unrealircd.conf:87: unknown directive set::hosts::net
[error] unrealircd.conf:88: unknown directive set::hosts::services
[error] unrealircd.conf:89: unknown directive set::hosts::oper-auto-join
[error] set::services-server missing
[error] set::default-server missing
[error] set::network-name missing
[error] set::hosts::admin missing
[error] set::hosts::servicesadmin missing
[error] set::hosts::netadmin missing
[error] set::hosts::coadmin missing
[error] set::hiddenhost-prefix missing
[error] set::cloak-keys missing!
[error] 13 errors encountered
[error] IRCd configuration failed to pass testing
-
Ron2K
Assuming that the last block of errors is what you're currently encountering...
In fact, it may be worth your while to ditch your existing file and just edit example.conf instead (from reading the previous posts, it looks like you've attempted to create from scratch - not a bad idea in itself, unless you can't fix your errors).
I haven't seen that one before, so I'm not sure what to do about it. I would guess however, that it's because you haven't set a valid user@host mask. Though I emphasise again, I'm guessing on this.[error] unrealircd.conf:36: oper::from::user@LocalOp without parameter
OK, this is an easy one. Those directives don't exist. You've probably left out a }; after set::hosts.[error] unrealircd.conf:87: unknown directive set::hosts::net
[error] unrealircd.conf:88: unknown directive set::hosts::services
[error] unrealircd.conf:89: unknown directive set::hosts::oper-auto-join
Those are required directives which you've ommitted. You need to put them in.[error] set::services-server missing
[error] set::default-server missing
[error] set::network-name missing
[error] set::hosts::admin missing
[error] set::hosts::servicesadmin missing
[error] set::hosts::netadmin missing
[error] set::hosts::coadmin missing
[error] set::hiddenhost-prefix missing
[error] set::cloak-keys missing!
Take a look at doc/example.conf and you'll find out.I don't know what to put for error set::hosts::admin missingwhat do I put for the hostname there? If I get that I knock out 8 errors...[error] set::hosts::servicesadmin missing
[error] set::hosts::netadmin missing
[error] set::hosts::coadmin missing
In fact, it may be worth your while to ditch your existing file and just edit example.conf instead (from reading the previous posts, it looks like you've attempted to create from scratch - not a bad idea in itself, unless you can't fix your errors).
-
geometric1
- Posts: 16
- Joined: Tue Feb 15, 2005 1:46 am
Um I need to know what to put for the host things.
I dont know if I did something wrong. Could someone show me what I should put as my substitute for the local LocalOp.MyNet.com;
in the example? This seems to be the thing I am getting stuck on the most. Thanks
The reason for the following errors:
And, what do I put for
That's what it currently looks like.......what does it need to be?hosts {
local locop.fadchat.com;
global globop.fadchat.com;
net netadmin.fadchat.com;
services servadmin.fadchat.com;
That's what it is in the docs, so I replaced the localop.mynet.com with locop.fadchat.com ...fadchat.com is going to be the website this will be onhosts {
local LocalOp.MyNet.com;
global globalop.mynet.com;
};
in the example? This seems to be the thing I am getting stuck on the most. Thanks
That's what I have for the oper-auto-join. there is a }; after the list. Should I not have "" around #admin?oper-auto-join "#Admin";
The reason for the following errors:
is because I dont know what to put there, like I said, I have locop.fadchat.com for the locop one and I dont know what to put there.All of those can be solved if I knew what to put there lol.[error] unrealircd.conf:36: oper::from::user@LocalOp without parameter
[error] unrealircd.conf:87: unknown directive set::hosts::net
[error] unrealircd.conf:88: unknown directive set::hosts::services
[error] set::hosts::admin missing
[error] set::hosts::servicesadmin missing
[error] set::hosts::netadmin missing
[error] set::hosts::coadmin missing
And, what do I put for
set::services-server set::default-server
-
geometric1
- Posts: 16
- Joined: Tue Feb 15, 2005 1:46 am
-
Ron2K