Then I copied example.conf and renamed it unrealircd.conf as required.
When I tried to launch unreal (unreal start). I got that
Code: Select all
* Loading IRCd configuration ..
[error] Couldn't open "unrealircd.conf": Permission denied
[error] Could not load config file unrealircd.conf
[error] IRCd configuration failed to load
Possible error encountered (IRCd seemily not started)
I did 'ls -l unrealircd.conf' and got ---x-wx--T.
I had effictively no read right on this file. So I chmod 600 it. But nothing changed, since ircd restored ---x-wx--T before loading the config file.
I had no more ideas, and moreover, I don't understand that T added by ircd.
So, how to cleanly get rid of this permission problem ? Do I really need to run it as root ?
Thanks.