Page 1 of 1

Starting Unreal

Posted: Thu Aug 26, 2004 10:57 pm
by Alai
I am having a bit of trouble starting unreal.

When I type in ./unreal start (or unreal start) I get the following error:
Starting UnrealIRCd
chdir: No such file or directory
ERROR: Unable to change to directory 'Unreal3.2'
Possible error encountered (IRCd seemily 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
=====================================================
tail: Unreal3.2/ircd.log: No such file or directory
enclave@storm:~/Unreal3.2$ ./unreal start
Starting UnrealIRCd
chdir: No such file or directory
ERROR: Unable to change to directory 'Unreal3.2'
Possible error encountered (IRCd seemily 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
=====================================================
tail: Unreal3.2/ircd.log: No such file or directory
enclave@storm:~/Unreal3.2$
Does anyone have any idea why this won't work?

Posted: Thu Aug 26, 2004 11:44 pm
by AngryWolf
I think you specified a non-default path in the 2nd and 3rd questions of ./Config. Only change them if you know what you're doing. Those paths must be absolute ("Unreal3.2" is a relative path!), and if you change the default path settings, you must do a "make install", or your server won't run.

I suggest you to rerun ./Config with the proper path settings (default ones are really recommended, that is, the same directory where the ./Config script is located), then do a "make clean", a "make", and finally "./unreal start".

Posted: Fri Aug 27, 2004 2:53 am
by john
in this same topic: on XP, you must do "Run As"

Posted: Fri Aug 27, 2004 2:58 am
by w00t
What? I have no idea what you are talking about, nor what your problem is (john).

Posted: Sat Aug 28, 2004 1:43 am
by john
i have an XP. On it, i must do "Right-Click > Run As" in order to run Unreal...

Posted: Sat Aug 28, 2004 10:04 am
by AngryWolf
But Alai is apparently using *NIX.