Configuration Problem

These are old archives. They are kept for historic purposes only.
Solutech
Posts: 296
Joined: Thu Mar 18, 2004 11:38 pm

Post by Solutech »

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

Post by geometric1 »

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.
* 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
Well at least Im that much closer :/
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

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
geometric1
Posts: 16
Joined: Tue Feb 15, 2005 1:46 am

Post by geometric1 »

Sorry I havent posted in so long. Im working on it right now
* 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
ok I solved that. Down to these:
* 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]
* 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
Ok there's an updated one...I solved a problem or two. I'm getting closer. :D
Ron2K

Post by Ron2K »

Assuming that the last block of errors is what you're currently encountering...
[error] unrealircd.conf:36: oper::from::user@LocalOp without parameter
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: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
OK, this is an easy one. Those directives don't exist. You've probably left out a }; after set::hosts.
[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!
Those are required directives which you've ommitted. You need to put them in.
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...
Take a look at doc/example.conf and you'll find out.

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

Post by geometric1 »

Um I need to know what to put for the host things.

hosts {
local locop.fadchat.com;
global globop.fadchat.com;
net netadmin.fadchat.com;
services servadmin.fadchat.com;
That's what it currently looks like.......what does it need to be?
hosts {
local LocalOp.MyNet.com;
global globalop.mynet.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 on ;) 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
oper-auto-join "#Admin";
That's what I have for the oper-auto-join. there is a }; after the list. Should I not have "" around #admin?


The reason for the following errors:
[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
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.


And, what do I put for
set::services-server set::default-server
geometric1
Posts: 16
Joined: Tue Feb 15, 2005 1:46 am

Post by geometric1 »

* Loading IRCd configuration ..
* unrealircd.conf:27: listen with SSL flag enabled on a non SSL compile
* Configuration loaded without any problems ..
Thanks so much guys, I couldn't do it without you!!
Ron2K

Post by Ron2K »

geometric1 wrote:
* Loading IRCd configuration ..
* unrealircd.conf:27: listen with SSL flag enabled on a non SSL compile
* Configuration loaded without any problems ..
The FAQ will tell you how to fix that one.
geometric1
Posts: 16
Joined: Tue Feb 15, 2005 1:46 am

Post by geometric1 »

Hey it's loaded and that's what matters :)
Post Reply