./unreal start error :(

These are old archives. They are kept for historic purposes only.
Post Reply
AciD
Posts: 4
Joined: Thu Sep 22, 2005 12:20 am

./unreal start error :(

Post by AciD »

In first, sorry for my english, i'm french... :?

Ok, my probleme is went i start unreal, i've this error :

Code: Select all

[xxx@xxxx Unreal3.2]# ./unreal start
Starting UnrealIRCd
./unreal: line 10: y: command not found
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: y/ircd.log: No such file or directory
Can someone help me?

Thank's
Moogey
Posts: 56
Joined: Thu Sep 08, 2005 9:08 pm

Post by Moogey »

Did you first compile it?

readme
AciD
Posts: 4
Joined: Thu Sep 22, 2005 12:20 am

Post by AciD »

Yes, compil, make, ..... and make the unrealircd.conf

I have no error before this one :(
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

You get this if you give answers like 'y' when it asks you to enter a path :P.

Just do:
rm -f config.settings; make clean; ./Config

And press ENTER for all questions (unless you know what you are doing of course)

And run 'make' again.
AciD
Posts: 4
Joined: Thu Sep 22, 2005 12:20 am

Post by AciD »

YES, great thank's Syzop, i make an mistake when i make ./Config

now everything it's ok, unreal run.

8) :D
Post Reply