Page 1 of 1

"Starting UnrealIRCd: Command not found"

Posted: Wed Jun 27, 2007 4:42 am
by SNN
On linux, after setting up both Anope 1.6.x (latest version) and Unreal 3.2.6, I get "Starting UnrealIRCd: Command not found" and it says to check ircd.log, when I do I see nothing but a blank document. (Could this be due to a bad setup? x.X)

Everything was setup as default, so it should work shouldn't it? o_O

The config is just the same as my windows server so I don't think there's any problems with that...

Also, while starting up I see a "line 10:" then it goes away. The content on line 10 of unreal is "^[[A^[[B^[[B^[[A" is that supposed to be there?

Much appriciated for any help. :)

EDIT: I commented out the line and now it doesn't give the command not found, but it still doesn't start and still has no errors reporting.

Posted: Wed Jun 27, 2007 5:33 am
by Stealth

Posted: Wed Jun 27, 2007 5:36 am
by SNN
Thanks, but what does it mean by binary? (Sorry, very new to Linux setup stuff :oops: )

Posted: Wed Jun 27, 2007 8:13 am
by nate
Binarys in *nix tend to be straight files, no extention (so you don't have .exe files like you do in windows or whatever), generally the UnrealIRCd binary is found under /src/, just a single file called 'ircd' Thats the binary, it should have been created after ./Config and make were ran, make sure it exists.

Posted: Wed Jun 27, 2007 8:24 am
by SNN
Thanks! That worked works :P

Sorry for looking like a nub but I never knew there was binary files on Linux...I thought that was Windows with the .exe's :P

Once again, thanks for the help :)