Startup error

These are old archives. They are kept for historic purposes only.
Post Reply
bobster890

Startup error

Post 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
Grunt
Posts: 159
Joined: Mon Jan 09, 2006 7:31 pm
Contact:

Post by Grunt »

It thinks "src/ircd" is a directory? Odd.

What about "./ircd" instead of "./unreal start"?
Computers are machines that cause trouble you wouldn't normally have if you wouldn't have a computer.
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post 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.
Post Reply