Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: Panic + Segmentation fault  (Read 6255 times)

0 Members and 1 Guest are viewing this topic.

SpaceDoG

  • Anope User
  • Offline Offline
  • Posts: 183
    • http://www.hypermutt.net
Panic + Segmentation fault
« on: March 23, 2006, 02:32:45 AM »

I keep getting random panics/segmentation faults...

[Mar 22 19:51:46 2006] PANIC! waiting=-4 (Segmentation fault)
[Mar 22 20:24:58 2006] You have not defined the NickLen configuration directive. It is strongly
Logged

Spy

  • Guest
(No subject)
« Reply #1 on: March 23, 2006, 07:47:41 AM »

"You have not defined the NickLen configuration directive."
Maybe you should follow his advice and set it?
Logged

SpaceDoG

  • Anope User
  • Offline Offline
  • Posts: 183
    • http://www.hypermutt.net
(No subject)
« Reply #2 on: March 23, 2006, 11:42:40 AM »

I dunno about you, but I've searched the hell out of my services.conf and there is no such directive. Think before you post Spy.
Logged

Spy

  • Guest
(No subject)
« Reply #3 on: March 23, 2006, 02:55:00 PM »

Thanks for considering me an idiot, but I DO think when I post.
Quote

I've searched the hell out of my services.conf and there is no such directive.

Exactly that is what I and the services were talking about. It is not in your config. Put it there. And read the example.conf:
Code: [Select]

# NickLen [RECOMMENDED]
#     Set this to the maximum allowed nick length on your network. Anope does
#     not support values larger than 31, so setting them makes no sense. Be
#     sure to set this correctly, as setting this wrong can result in services
#     being disconnected from the network.

NickLen 31

No comments.
Logged

SpaceDoG

  • Anope User
  • Offline Offline
  • Posts: 183
    • http://www.hypermutt.net
(No subject)
« Reply #4 on: March 23, 2006, 08:47:37 PM »

Well my apologies I guess they changed the .conf file from 1.7.11 to be different in 1.7.13. However if ya would have posted that block of code it would have made both of our lives easier and saved me a smidgen of minute embarrasment :-P
Logged

ShelLuser

  • Guest
(No subject)
« Reply #5 on: March 25, 2006, 07:54:20 PM »

Quote
Originally posted by SpaceDoG
I guess they changed the .conf file from 1.7.11 to be different in 1.7.13.

Thats why there are Changes files. If you would have read the 'Changes.conf' file (to be found in the Anope source directory) you would have known about every required and optionally needed config changes and you'd made all of our lives easier. Always read the Changes files before upgrading. Every now and then there are options being added or removed in the config file, the language file(s) and also your SQL database can change every now and then.

Upgrading isn't simply compiling your software, copying it over the old version and hope things will work.

Quote
changes.conf

Anope Version 1.7.12
--------------------
** ADDED    CONFIGURATION DIRECTIVES **
# BSFantasyCharacter [REQUIRED]
...
** MODIFIED CONFIGURATION DIRECTIVES **

** DELETED  CONFIGURATION DIRECTIVES **

Anope Version 1.7.11
--------------------
** ADDED    CONFIGURATION DIRECTIVES **

# NickLen [REQUIRED]
Logged
Pages: [1]   Go Up