Anope IRC Services

Anope Development => Modules => Topic started by: spoiled on February 19, 2008, 11:45:02 PM

Title: problems with vHostChannel
Post by: spoiled on February 19, 2008, 11:45:02 PM
Hi,

Just installed Unreal3.2.7 with Anope 1.7.21 on debian linux.. everything is working properly. Installed the module ircd_vhostserv v2.0.1.. everything is still going fine, reloading, restarting, module is being loaded.. but then i get this error in the Anope logfile :

ircd_vhostserv: Error: ^BvHostChannel^B is not defined in services configuration file or vHostChannel is not registered. You need to defined or register the vHostChannel first for this module to work.

What is it that i'm missing ?..


services.conf :

.....

# ModuleAutoload [OPTIONAL]
#
# When compiled with module support, this contains a space separated list
# of modules to automatically load as soon as possible, e.g. IRCD support modules.
#
ModuleAutoload "ircd_vhostserv"

.....

# vHostChannel [REQUIRED]
# Define your network vhost channel.
#
vHostChannel "#vhost"

....


Chanserv message :

[00:38:29] -> *chanserv* info #vhost
-
[00:38:29] -ChanServ- Information for channel #vhost:
-
[00:38:29] -ChanServ-         Founder: networkadmin
-
[00:38:30] -ChanServ-     Description: vhost
-
[00:38:30] -ChanServ-      Registered: Feb 19 22:59:16 2008 UTC


Complete error in services.log :

[Feb 19 23:04:35 2008] trying to load [ircd_vhostserv]
[Feb 19 23:04:35 2008] ircd_vhostserv: Error: ^BvHostChannel^B is not defined in services configuration file or vHostChannel is not registered. You need to defined or register the vHostChannel first for this module to work.
[Feb 19 23:04:35 2008] ircd_vhostserv requested unload...
[Feb 19 23:04:35 2008] ircd_vhostserv: Module Unloaded.
[Feb 19 23:04:35 2008] status: [6][Module Error, Error during load time or module returned MOD_STOP]


Thanks for all your help! If there is any information i'm not telling.. i'm glad to hear :)

[Edited on 19-2-2008 by spoiled]

[Edited on 19-2-2008 by spoiled]
Title:
Post by: deiks on February 23, 2008, 09:57:42 AM
Have you done /msg operserv reload
:)
Title:
Post by: Jobe on February 23, 2008, 02:39:10 PM
Did you read the part of the error that says "or register the vHostChannel"

Meaning you HAVE to register the channel with ChanServ BEFORE loading the module.
Title:
Post by: deiks on February 23, 2008, 03:06:44 PM
-ChanServ- Registered: Feb 19 22:59:16 2008 UTC

[Feb 19 23:04:35 2008] trying to load [ircd_vhostserv]

Registered at 22:59, started at 23:04
Title:
Post by: spoiled on February 24, 2008, 10:01:10 PM
Quote
Originally posted by network
Have you done /msg operserv reload
:)


yap...

Quote
Originally posted by Jobe1986
Did you read the part of the error that says "or register the vHostChannel"

Meaning you HAVE to register the channel with ChanServ BEFORE loading the module.


i posted the chanserv message right??.. :-/
Title:
Post by: VisioN on April 21, 2008, 06:00:44 PM
i have the same Error.
Title:
Post by: DragonRyder on April 22, 2008, 02:42:52 PM
before you compile the module and load the module you register the channel

then compile then load it

i got 0 errors form the module and i even have vhost set that can not be used.

try again fresh