Page 1 of 1

problem when run Unreal3.2.10-rc1

Posted: Tue Oct 23, 2012 8:00 pm
by 4mIRC
hello ...

itried to install Unreal3.2.10-rc1

every thing ok but when i run this ./unreal start
* Loading IRCd configuration ..
[error] me {} block is missing
[error] admin {} block is missing
[error] listen {} block is missing
[error] set::kline-address is missing
[error] set::maxchannelsperuser 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] 15 errors encountered
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemingly not started)
in the unrealircd.conf all that configured completly

whats the problem?

thanks

Re: problem when run Unreal3.2.10-rc1

Posted: Tue Oct 23, 2012 11:50 pm
by Stealth
Go through your configuration, delete all the comments, try again.

Re: problem when run Unreal3.2.10-rc1

Posted: Wed Oct 24, 2012 1:17 am
by katsklaw
Also make sure that if you are editing your conf on your pc that you upload it to the correct directory before you try starting unreal or you will get the same error.

Re: problem when run Unreal3.2.10-rc1

Posted: Thu Oct 25, 2012 9:30 pm
by 4mIRC
hello again
i fixed the problem

after installing and compiling the unrealircd i found file name Unreal3.2.10-rc1

i changed the named to cp -rf Unreal3.2.10-rc1 Unreal3.2.10

and i uploaded the config file to the new directory Unreal3.2.10

then i did cd - ./unreal start

i received this msg
[error] 15 errors encountered
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemingly not started)
because im in Unreal3.2.10 but the shell is tried to run the config from Unreal3.2.10-rc1

i deleted every thing and i installled it again by this name Unreal3.2.10

its working good

Thanks

Re: problem when run Unreal3.2.10-rc1

Posted: Thu Oct 25, 2012 10:27 pm
by katsklaw
After all that, all you had to do is upload your config file. Also, do not rename a directory you compiled a program into, this is also called the "run directory". You will break the path the compiled program is expecting to be in.

Re: problem when run Unreal3.2.10-rc1

Posted: Thu Oct 25, 2012 11:19 pm
by 4mIRC
yes thanks
now work without any problem