Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: anope can't run:  (Read 9803 times)

0 Members and 1 Guest are viewing this topic.

peter

  • Anope User
  • Offline Offline
  • Posts: 23
anope can't run:
« on: July 10, 2010, 11:51:33 AM »

i get this one error the whole time:
[Jul 08 22:30:15 2010] Loading IRCD Protocol Module: [unreal32]
[Jul 08 22:30:15 2010] status: [11][Module Error, File I/O Error]
Logged

DjSlash

  • Anope User
  • Offline Offline
  • Posts: 1
Re: anope can't run:
« Reply #1 on: July 10, 2010, 12:32:57 PM »

1. What version?
2. On what platform (i.e. linux/windows)?
3. Did the install went ok?
4. Is the module file on the right place with the right permissions?
Logged

peter

  • Anope User
  • Offline Offline
  • Posts: 23
Re: anope can't run:
« Reply #2 on: July 10, 2010, 12:43:44 PM »

version:     1.8.4.2859
platform:    windows (vista)
install:       yes
modefile:    c:/program files/anope/data/modules
                not sure.
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: anope can't run:
« Reply #3 on: July 10, 2010, 01:13:49 PM »

Does it work if you "run as administrator" ?
Logged

peter

  • Anope User
  • Offline Offline
  • Posts: 23
Re: anope can't run:
« Reply #4 on: July 10, 2010, 01:18:58 PM »

Does it work if you "run as administrator" ?
doesn't work.....
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: anope can't run:
« Reply #5 on: July 10, 2010, 01:19:33 PM »

Sounds about right for vista...

Have you tried uninstalling + reinstalling?

Logged

peter

  • Anope User
  • Offline Offline
  • Posts: 23
Re: anope can't run:
« Reply #6 on: July 10, 2010, 01:24:42 PM »

yes.... i just tried it.
same error....
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: anope can't run:
« Reply #7 on: July 10, 2010, 01:29:00 PM »

Hm, something's not right then.

This error on linux is normally permissions based (where a genius has installed as root).

It's hard to understand what's happening here so lets open a command prompt and run anope.exe -debug and then pastebin the logfile at pastebin.anope.org
Logged

peter

  • Anope User
  • Offline Offline
  • Posts: 23
Re: anope can't run:
« Reply #8 on: July 11, 2010, 08:46:04 AM »

Solved
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: anope can't run:
« Reply #9 on: July 11, 2010, 11:54:59 AM »

Please state what the fix was for the sake of other users.
Logged

peter

  • Anope User
  • Offline Offline
  • Posts: 23
Re: anope can't run:
« Reply #10 on: July 11, 2010, 12:01:14 PM »

When you have vista install anope NOT in the program files but in documents, in unrealircd.conf this part:
Quote
listen         *:6667
{
 options
{
ssl;
clientsonly;
   };
};
should become:
Quote
listen         *:*;

And these problems:
http://pastebin.anope.org/index.php?page=viewpaste&id=3f5f0905ef
were solved by simply restarting anope.

DO NOT FORGET TO ADD THE OUTCOME OF THIS IN YOUR UNREALIRCD.CONF FILE: http://www.anope.org/ilm.php
Logged

Dax Bane

  • Anope User
  • Offline Offline
  • Gender: Male
  • Posts: 30
  • Bane of All
Re: anope can't run:
« Reply #11 on: July 11, 2010, 10:57:32 PM »

When you have vista install anope NOT in the program files but in documents, in unrealircd.conf this part:should become:
And these problems:
http://pastebin.anope.org/index.php?page=viewpaste&id=3f5f0905ef
were solved by simply restarting anope.

DO NOT FORGET TO ADD THE OUTCOME OF THIS IN YOUR UNREALIRCD.CONF FILE: http://www.anope.org/ilm.php
listen *:* is quite a lazy way of fixing your linking problems; What port were you trying to connect services on (bearing in mind that as far as the IRCd was concerned, services is a server link and not a client connection)?

I'll wager the more likely problem was that you didn't have a listen *:<num> { ... } block specifically for server links
Logged

peter

  • Anope User
  • Offline Offline
  • Posts: 23
Re: anope can't run:
« Reply #12 on: July 12, 2010, 08:59:35 AM »

Quote
listen    *:6667
and nothing more, it is lazy but the easiest way.
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
Re: anope can't run:
« Reply #13 on: July 12, 2010, 09:05:16 AM »

You'd lose the wager, the bigger issue was the file permissions not allowing it to load the protocol module.

But yes, a blind wildcard listen is poor practice and if on a shared system liable to have you strung up and beaten with a spoon.
Logged
Pages: [1]   Go Up