Page 1 of 1

Startup error

Posted: Thu Jul 05, 2007 8:56 pm
by bobster890
I get the following error while starting unreal

Code: Select all

./unreal start
Starting UnrealIRCd
./unreal: line 10: /home/bob/Unreal3.2/src/ircd: is a directory
Possible error encountered (IRCd seemingly not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================

Any suggestions?

Thanks,
-BoB

Posted: Fri Jul 06, 2007 2:07 pm
by Grunt
It thinks "src/ircd" is a directory? Odd.

What about "./ircd" instead of "./unreal start"?

Posted: Fri Jul 06, 2007 5:20 pm
by Jobe
Grunt wrote:It thinks "src/ircd" is a directory? Odd.

What about "./ircd" instead of "./unreal start"?
That will turn up the error "No such file or directory" since the actual IRCd binary isnt in the same dir as ./unreal script.

Best bet to try is to delete all and recompile from scratch.