Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: [Jun 03 00:44:32 2006] services.conf: NickServDB missing <-- ?  (Read 8595 times)

0 Members and 1 Guest are viewing this topic.

CrOBoY2001

  • Guest

[Jun 03 00:44:32 2006] services.conf: NickServDB missing
[Jun 03 00:44:32 2006] services.conf: ChanServDB missing
[Jun 03 00:44:32 2006] services.conf: OperServDB missing
[Jun 03 00:44:32 2006] services.conf: BotServDB missing
[Jun 03 00:44:32 2006] services.conf: HostServDB missing

-----------------------

I get those missing errors when attempting to start services. What is this? I cant seem to find the answer to it.
Logged

Charles Kingsley

  • Contributor
  • *
  • Offline Offline
  • Posts: 1405
(No subject)
« Reply #1 on: June 02, 2006, 04:22:45 PM »

NickServDB  nick.db
ChanServDB  chan.db
BotServDB   bot.db
OperServDB  oper.db
NewsDB      news.db
ExceptionDB exception.db
HostServDB  hosts.db


In future, read the example config file.
Logged

CrOBoY2001

  • Guest
(No subject)
« Reply #2 on: June 03, 2006, 01:49:23 PM »

i already made those files, but i found out what the problem was, i renamed something i shouldnt have. but now i get these errors:

[Jun 03 21:32:54 2006] Loading IRCD Protocol Module: [unreal32]
[Jun 03 21:32:54 2006] status:
  • [Module, Okay - No Error]
  • [Jun 03 21:32:54 2006] Launching Anope into the background
    [Jun 03 21:32:54 2006] Anope 1.7.14 (1023) (ircd protocol: UnrealIRCd 3.2+) starting up
    [Jun 03 21:32:54 2006] ns_sendpass requested unload...
    [Jun 03 21:32:54 2006] debug: trying to load core module
[ns_sendpass]
[Jun 03 21:32:54 2006] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 03 21:32:54 2006] cs_sendpass requested unload...
[Jun 03 21:32:54 2006] debug: trying to load core module [cs_sendpass]
[Jun 03 21:32:54 2006] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 03 21:32:54 2006] ms_rsend requested unload...
[Jun 03 21:32:54 2006] debug: trying to load core module [ms_rsend]
[Jun 03 21:32:54 2006] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 03 21:32:56 2006] Databases loaded
[Jun 03 21:32:56 2006] Info: Reflecting database records.

?
Logged

CrOBoY2001

  • Guest
(No subject)
« Reply #3 on: June 03, 2006, 01:50:18 PM »

.
Logged

katsklaw

  • Guest
(No subject)
« Reply #4 on: June 03, 2006, 02:06:10 PM »

Did you enable MD5 encryption during ./Config?
Logged

CrOBoY2001

  • Guest
(No subject)
« Reply #5 on: June 03, 2006, 02:09:50 PM »

what config? im using windows/ pre compiled version...i just had to setup config file and thats it?i dont need that send mail stuff but i dont know how to turn it off?
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #6 on: June 03, 2006, 07:43:55 PM »

well not really errors... those are modules that for some reason unload themselves again.
since they use mail i guess they unload themselves cause you didn't configure anope to use mail then those modules would be useless loaded anyways :-)
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

CrOBoY2001

  • Guest
(No subject)
« Reply #7 on: June 04, 2006, 10:55:39 AM »

yeah, because of it, the services are not connecting to the server.

how do i prevent the modules from loading? i already tried putting the hash infront of this module, like that;

#MemoCoreModules "ms_send ms_cancel ms_list ms_read ms_del ms_set ms_info ms_rsend ms_check ms_staff ms_sendall ms_help"

but i still get some errors and it doesnt connect the services. what do i do?
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #8 on: June 04, 2006, 03:03:21 PM »

the fact that they don't connect to the server has nothing to do with those errors.... like i said those modules unload themselves when they aren't needed and that doesn't affect services startup.
they probably don't connect because of problems with the link block or because of some other error you didn't pasted but
Code: [Select]
[Jun 03 21:32:54 2006] Loading IRCD Protocol Module: [unreal32]
[Jun 03 21:32:54 2006] status: [0][Module, Okay - No Error]
[Jun 03 21:32:54 2006] Launching Anope into the background
[Jun 03 21:32:54 2006] Anope 1.7.14 (1023) (ircd protocol: UnrealIRCd 3.2+) starting up
[Jun 03 21:32:54 2006] ns_sendpass requested unload...
[Jun 03 21:32:54 2006] debug: trying to load core module [ns_sendpass]
[Jun 03 21:32:54 2006] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 03 21:32:54 2006] cs_sendpass requested unload...
[Jun 03 21:32:54 2006] debug: trying to load core module [cs_sendpass]
[Jun 03 21:32:54 2006] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 03 21:32:54 2006] ms_rsend requested unload...
[Jun 03 21:32:54 2006] debug: trying to load core module [ms_rsend]
[Jun 03 21:32:54 2006] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 03 21:32:56 2006] Databases loaded
[Jun 03 21:32:56 2006] Info: Reflecting database records.
is a normal startup so far
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

CrOBoY2001

  • Guest
(No subject)
« Reply #9 on: June 04, 2006, 03:22:46 PM »

[Jun 03 21:32:54 2006] Loading IRCD Protocol Module: [unreal32]
[Jun 03 21:32:54 2006] status:
  • [Module, Okay - No Error]
  • [Jun 03 21:32:54 2006] Launching Anope into the background
    [Jun 03 21:32:54 2006] Anope 1.7.14 (1023) (ircd protocol: UnrealIRCd 3.2+) starting up
    [Jun 03 21:32:54 2006] ns_sendpass requested unload...
    [Jun 03 21:32:54 2006] debug: trying to load core module
[ns_sendpass]
[Jun 03 21:32:54 2006] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 03 21:32:54 2006] cs_sendpass requested unload...
[Jun 03 21:32:54 2006] debug: trying to load core module [cs_sendpass]
[Jun 03 21:32:54 2006] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 03 21:32:54 2006] ms_rsend requested unload...
[Jun 03 21:32:54 2006] debug: trying to load core module [ms_rsend]
[Jun 03 21:32:54 2006] debug: status: [6][Module Error, Error during load time or module returned MOD_STOP]
[Jun 03 21:32:56 2006] Databases loaded
[Jun 03 21:32:56 2006] Info: Reflecting database records.
[Jun 03 21:32:56 2006] FATAL: Can't connect to server: No such file or directory

--

thats all that is in the log file...and thats the only lgo file.....how do i find out whats wrong with it? the linking is good, the password is good wat else could be the prob?
Logged

Jan Milants

  • Team
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 1372
(No subject)
« Reply #10 on: June 04, 2006, 03:26:10 PM »

FATAL: Can't connect to server: No such file or directory

problem with link settings.... ip, password, port, anything
Logged
If you like me donate coins to 1FBmZVT4J8WAUMHKqpWhgNVj3XXnRN1cCk :)

CrOBoY2001

  • Guest
(No subject)
« Reply #11 on: June 04, 2006, 04:21:01 PM »

i have fixed it up jaj =D
Logged
Pages: [1]   Go Up