Page 1 of 1

"set::hosts::__missing"

Posted: Sun Oct 29, 2006 3:17 pm
by Bigboy0910
After I have made the unrealircd.conf file and run the wircd.exe I get the errors:

Code: Select all

[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] 5 errors encountered
[error] IRCd configuration failed to pass testing
Inside the .conf file under the set{ I have:

Code: Select all

hosts{ 
		local		"locop.x.org";
		global		"ircop.x.org";
		coadmin		"coadmin.x.org";
		admin		"admin.x.org";
		servicesadmin 	"csops.x.org";
		netadmin 	"netadmin.x.org";
		host-on-oper-up "no";
	};
Please help

Posted: Sun Oct 29, 2006 4:09 pm
by Jobe
Try putting a space between "hosts" and the {

Also make sure the whole block isnt between a /* and a */

Posted: Sun Oct 29, 2006 6:42 pm
by Jason
Is this the one we solved in #unreal-support because you had a }; closing the set block right before starting the hosts subblock?