Now im try to start unreal in another of my leaf and when i put config file and start the unreal i get this:
Unreal directory is the installation directory and is all ok, i have try to setup permisison to 777, seem like there is some error but ircd.log can't be created...user8@server:~/Unreal$ ./unreal start
Starting UnrealIRCd
./unreal: line 10: /home/user8/Unreal: 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
=====================================================
tail: cannot open `/home/user8/Unreal/ircd.log' for reading: No such file or directory
thsi is the log blok of unrealircd.conf:
Code: Select all
log "ircd.log" {
/* Delete the log file and start a new one when it reaches 2MB, leave this out to always use the
same log */
maxsize 2097152;
flags {
oper;
kline;
connects;
server-connects;
kills;
errors;
sadmin-commands;
chg-commands;
oper-override;
spamfilter;
};
};