problem when run Unreal3.2.10-rc1

These are old archives. They are kept for historic purposes only.
Post Reply
4mIRC
Posts: 63
Joined: Sat Mar 13, 2010 8:24 pm

problem when run Unreal3.2.10-rc1

Post 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
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: problem when run Unreal3.2.10-rc1

Post by Stealth »

Go through your configuration, delete all the comments, try again.
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: problem when run Unreal3.2.10-rc1

Post 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.
4mIRC
Posts: 63
Joined: Sat Mar 13, 2010 8:24 pm

Re: problem when run Unreal3.2.10-rc1

Post 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
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: problem when run Unreal3.2.10-rc1

Post 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.
4mIRC
Posts: 63
Joined: Sat Mar 13, 2010 8:24 pm

Re: problem when run Unreal3.2.10-rc1

Post by 4mIRC »

yes thanks
now work without any problem
Post Reply