Code: Select all
rkitect@blahServer:~/conf$ ./unreal start
Starting UnrealIRCd
./unreal: 136: /home/rkitect/bin: Permission denied
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
=====================================================
ps -ae verifies that ircd is indeed not running. However, if I run ircd from the ../bin folder it runs and I can connect, ps -ae shows ircd as running. I thought I'd be smart and look in the unreal file to see what was on line :136 but it was just the final fi. Once I run it via ircd, the daemon runs fine, I have services up and everything, I just can't use unreal restart/stop/etc because of the permission denied. I've checked all of file and folder permissions and they are all chowned by the user running unreal. I've also tried sudo unreal and get the same permission denied error.
I've also noted that I'm not getting any output to ircd.log or ircd.pid using the unreal bin.
Any pointers in the right direction here? TIA
-rkitect