Search found 2 matches

by SineSwiper
Mon Oct 11, 2004 5:38 am
Forum: Unreal 3.2 Support
Topic: help: No O-line for your host
Replies: 24
Views: 11677

Found the problem. The "./unreal restart" command is misleading and doesn't work as expected. Apparently, a SIGINT doesn't actually reload the config file. I noticed this when I tried a stop & start, and suddenly I couldn't log in. (This was due to a recent screw up on my allow blocks.)

After ...
by SineSwiper
Mon Oct 11, 2004 5:09 am
Forum: Unreal 3.2 Support
Topic: help: No O-line for your host
Replies: 24
Views: 11677

Same problem

I'm getting the same problem. No, it's not a case issue. Here's the oper block:

oper admin {
class clients;
from {
userhost *@*;
};
password "blahblah";
flags
{
netadmin;
global;
can_override;
};
};

Here's the commands I've tried:

/stats o
Permission Denied- You do not have the ...