Page 1 of 2
help: No O-line for your host
Posted: Fri Oct 01, 2004 8:09 pm
by Err0r
why do i get this when i type /oper Err0r ***** someone please help me, i looked in FAQ never found a thing about thing problem, i searched the forums also, i tried messing with the oper block but dont seem to change a thing also
when i log onto the server with mirc, it says cant find motd and the rules, but when if it could not then it would say so in the service file but it does say this
Code: Select all
* Loading IRCd configuration ..
* unrealircd.conf:274: listen with SSL flag enabled on a non SSL compile
* Configuration loaded without any problems ..
all help is appreciated
Posted: Fri Oct 01, 2004 9:55 pm
by Jason
You can ignore that error, and the problem with your /oper is that there is no O:Line with the name Err0r (case sensitive) which matches your host
Posted: Fri Oct 01, 2004 10:19 pm
by Err0r
but there is lol, iv tried messing with the o:line
Posted: Fri Oct 01, 2004 10:34 pm
by katsklaw
did you /rehash after messing with the O:Line?
Posted: Sat Oct 02, 2004 4:16 am
by Err0r
rehashing is? restarting server? yeah i did
Posted: Sat Oct 02, 2004 5:23 am
by Yarou
We have done everything we can.
We even put our masked/unmasked, !*@* format, every type imaginable, yet it still does not give us netadmin, let alone any of the flags.
Posted: Sat Oct 02, 2004 5:27 am
by aquanight
try just *@*
oper hosts don't use the full nick!blarp format, so I dunno why you'd put a ! in. Also remember that both the login name and password are case sensitive

.
Posted: Sat Oct 02, 2004 5:56 am
by Err0r
still dont work ;'(, and i get services to work, im trying to use unreal, its the linking for the link name { blah } i cant use a ip can i? cus im tring to i dont hav an name
Posted: Sat Oct 02, 2004 3:06 pm
by katsklaw
paste your oper block please ... don't forget to edit out your password

.. we can imagine that part.
Something else you can try is to by-pass any IRC script you may be using by typing this:
Posted: Sat Oct 02, 2004 5:30 pm
by Yarou
Oper block for the umteenth time.
oper error {
class clients;
from {
userhost *@*;
userhost *@*;
};
password "wouldn'tyouliketoknow";
flags
{
netadmin;
global;
};
};
Posted: Sat Oct 02, 2004 7:10 pm
by wiretapp
In the case of this oper block, change your
/oper err0r [password] to
/oper error [password]
or change
"
oper error {" to "
oper err0r {"
Good Luck.
Yarou wrote:Oper block for the umteenth time.
oper error {
class clients;
from {
userhost *@*;
userhost *@*;
};
password "wouldn'tyouliketoknow";
flags
{
netadmin;
global;
};
};
Posted: Sun Oct 03, 2004 12:53 am
by Err0r
nothing ya all post helps, i dont mean to be rude but this is agrivating, cus i have the right oper block, im typing it right, im not stupid it must be a bug
Posted: Sun Oct 03, 2004 2:15 am
by Stealth
The /oper command is CaSe-SenSitIVe meaning if you have:
You need to use:
When the IRCd says "No O-Lines for your host", that means the oper login name does not match any of the oper blocks, or the userhost dod not match. If the IRCd says "Password incorrect", I think that is self-explanitory.
My Solution:
I usually dont do things like this for people, but I am in a good mood.
Add EXACTLY this to your conf:
Code: Select all
oper Err0r {
class clients;
from { userhost *@*; };
password "passwd";
flags {
netadmin;
};
};
Use this oper command EXACTY as it is here after rehash or restart:
When this works, you may modify it as you need.
Posted: Sun Oct 03, 2004 2:26 am
by jewles
wow, whatever happened to reading the documentation...
Posted: Sun Oct 03, 2004 2:33 am
by Err0r
wow w/e happen to people being polite, or thinking maybe documentation dont have all the answers!