help: No O-line for your host

These are old archives. They are kept for historic purposes only.
Err0r
Posts: 20
Joined: Fri Oct 01, 2004 7:41 pm

help: No O-line for your host

Post 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
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post 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
Why the hell can't my signature be empty?
"Your message contains too few characters."
Err0r
Posts: 20
Joined: Fri Oct 01, 2004 7:41 pm

Post by Err0r »

but there is lol, iv tried messing with the o:line
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post by katsklaw »

did you /rehash after messing with the O:Line?
Err0r
Posts: 20
Joined: Fri Oct 01, 2004 7:41 pm

Post by Err0r »

rehashing is? restarting server? yeah i did
Yarou
Posts: 14
Joined: Sat Oct 02, 2004 4:57 am

Post 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.
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post 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 :P .
Err0r
Posts: 20
Joined: Fri Oct 01, 2004 7:41 pm

Post 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
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Post 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:

Code: Select all

/quote oper oper-nick oper-pass
Yarou
Posts: 14
Joined: Sat Oct 02, 2004 4:57 am

Post by Yarou »

Oper block for the umteenth time.
oper error {
class clients;
from {

userhost *@*;
userhost *@*;
};
password "wouldn'tyouliketoknow";
flags
{
netadmin;
global;
};
};
wiretapp

Post 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;
};
};
Err0r
Posts: 20
Joined: Fri Oct 01, 2004 7:41 pm

Post 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
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

The /oper command is CaSe-SenSitIVe meaning if you have:

Code: Select all

oper Err0r {
You need to use:

Code: Select all

/oper Err0r password
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:

Code: Select all

/oper Err0r passwd
When this works, you may modify it as you need.
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Post by jewles »

wow, whatever happened to reading the documentation...
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
Err0r
Posts: 20
Joined: Fri Oct 01, 2004 7:41 pm

Post by Err0r »

wow w/e happen to people being polite, or thinking maybe documentation dont have all the answers!
Post Reply