Starting Unreal

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

Starting Unreal

Post 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?
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post 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".
john
Posts: 23
Joined: Thu Jul 15, 2004 6:41 am

Post by john »

in this same topic: on XP, you must do "Run As"
{Amp}
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

What? I have no idea what you are talking about, nor what your problem is (john).
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
john
Posts: 23
Joined: Thu Jul 15, 2004 6:41 am

Post by john »

i have an XP. On it, i must do "Right-Click > Run As" in order to run Unreal...
{Amp}
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

But Alai is apparently using *NIX.
Post Reply