Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: hostserv Access Denied  (Read 8721 times)

0 Members and 1 Guest are viewing this topic.

Blair Parton

  • Anope User
  • Offline Offline
  • Posts: 7
hostserv Access Denied
« on: April 21, 2010, 08:11:00 AM »

i get access denied errors when im using operserv or hostserv, ive added myself as servicesroot, the following like is what i have it set to

ServicesRoot "supaflyx3"

im running anope 1.8.3 and unrealircd 3.2 i do believe, thanks :)
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: hostserv Access Denied
« Reply #1 on: April 21, 2010, 08:27:57 AM »

To get access to OperServ:

1. Make sure you are listed on the ServicesRoot config directive in services.conf.
2. Make sure you have restarted Anope after changing the ServicesRoot value.
3. On IRC you must be identified to a ServicesRoot nick via NickServ.
4. You must be an Global IRC Operator.
Logged

Blair Parton

  • Anope User
  • Offline Offline
  • Posts: 7
Re: hostserv Access Denied
« Reply #2 on: April 22, 2010, 10:46:17 AM »

To get access to OperServ:

1. Make sure you are listed on the ServicesRoot config directive in services.conf.
2. Make sure you have restarted Anope after changing the ServicesRoot value.
3. On IRC you must be identified to a ServicesRoot nick via NickServ.
4. You must be an Global IRC Operator.

ive done all that, still get access denied :( suggestions?
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: hostserv Access Denied
« Reply #3 on: April 22, 2010, 01:20:11 PM »

Can you paste the output of "/msg NickServ status <yournick>" "/whois <yournick>" and "/msg NickServ info <yournick>" please?
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/

Blair Parton

  • Anope User
  • Offline Offline
  • Posts: 7
Re: hostserv Access Denied
« Reply #4 on: April 22, 2010, 02:01:28 PM »

[05:59] -NickServ- STATUS supaflyx3 3
-
supaflyx3 is supaflyx3@rage-9949A7C0.va.shawcable.net * Ze Admin
supaflyx3 is connecting from *@S01060004e204e57a.va.shawcable.net 70.78.35.51
supaflyx3 is a registered nick
supaflyx3 on ~#TOCF ~#RAGE-Help ~#RAGE ~#TPCF
supaflyx3 using rage.h4ck.me H4ck.me IRC Server
supaflyx3 is available for help.
supaflyx3 has been idle 23secs, signed on Thu Apr 22 05:49:31
supaflyx3 End of /WHOIS list.
-
[06:00] -> *nickserv* info supaflyx3
-
[06:00] -NickServ- supaflyx3 is Ze Admin
-
[06:00] -NickServ- supaflyx3 is a services root administrator.
-
[06:00] -NickServ- supaflyx3 is currently online.
-
[06:00] -NickServ-   Time registered: Apr 20 04:10:19 2010 Pacific Daylight Time

there ya go
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: hostserv Access Denied
« Reply #5 on: April 22, 2010, 02:07:18 PM »

Your /whois doesn't show you as an oper of any sort. YOU MUST /oper as already stated.
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/

Blair Parton

  • Anope User
  • Offline Offline
  • Posts: 7
Re: hostserv Access Denied
« Reply #6 on: April 22, 2010, 02:30:07 PM »

well, how do i do that... i already set myself as servicesroot, what else do i need to add?
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: hostserv Access Denied
« Reply #7 on: April 22, 2010, 02:31:28 PM »

You need to configure your IRCd so you can then use the /oper command.
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/

Blair Parton

  • Anope User
  • Offline Offline
  • Posts: 7
Re: hostserv Access Denied
« Reply #8 on: April 22, 2010, 02:33:52 PM »

mind linking me to a tutorial on how to do that with unrealircd 3.2?

also, here is my current oper block from my unrealircd, anything i need to add?

oper supaflyx3 {
   class           clients;
   from {
      userhost supaflyx3@rage-example.va.shawcable.net;
   };
   password "password";
   flags
   {
      netadmin;
      can_zline;
      can_gzline;
      can_gkline;
      can_rehash;
      global;
      services-admin;
   };
};
« Last Edit: April 22, 2010, 02:42:03 PM by Blair Parton »
Logged

Jobe

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1023
    • Anope IRC Services
Re: hostserv Access Denied
« Reply #9 on: April 22, 2010, 02:44:16 PM »

Nothing needs adding to that except you will NEED to use with *@S01060004e204e57a.va.shawcable.net or *@70.78.35.51 as the userhost mask.

Then you simply do "/oper supaflyx3 password"
Logged
Your IP: ()
My IRC Status:

Come along and visit http://www.anopequotes.org/

Blair Parton

  • Anope User
  • Offline Offline
  • Posts: 7
Re: hostserv Access Denied
« Reply #10 on: April 22, 2010, 02:47:35 PM »

you are god, thank you
Logged

Blair Parton

  • Anope User
  • Offline Offline
  • Posts: 7
Re: hostserv Access Denied
« Reply #11 on: April 22, 2010, 03:03:06 PM »

now im getting "This application has failed to start because msvcr80.dll was not found. Re-installing the application might fix this problem" :(
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: hostserv Access Denied
« Reply #12 on: April 23, 2010, 12:17:50 PM »

Sounds like you've introduced a module which has a dependency not being met.

Install http://www.microsoft.com/downloads/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en & reboot.
Logged
Pages: [1]   Go Up