View Issue Details

IDProjectCategoryView StatusLast Update
0002808unrealircdpublic2006-02-08 07:40
ReporterAceIRC Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version3.2.4 
Summary0002808: tkl efunction error
DescriptionReproducable error on all of our 4 servers, each running different distros of Linux or FreeBSD.

Issue:

If modules commands.so and m_tkl.so are set to load, the follow error message is produced:

* Loading IRCd configuration ..
[error] ERROR: efunction 'tkl_hash' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'tkl_typetochar' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'tkl_add_line' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'tkl_del_line' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'tkl_check_local_remove_shun' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'tkl_expire' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'tkl_check_expire' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'find_tkline_match' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'find_shun' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'find_spamfilter_user' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] ERROR: efunction 'find_qline' was found 2 times, perhaps you loaded commands.so twice or commands.so and a/the m_*.so module(s)
[error] [--efunction errors truncated to prevent flooding--]
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)
Steps To ReproduceThis has occurred on all 4 servers, however, it is easily fixed by disabling the module m_tkl.so from loading. No other features appear to be affected.
3rd party modules

Activities

AceIRC

2006-02-07 23:38

reporter   ~0011169

This error was corrected by disabling the loading of m_tkl.so module, however since this is a stock module, we felt it needed reported.

RandomNumber

2006-02-08 00:44

reporter   ~0011170

This error is correct loading of commands.so loads the other module so you are then infact loading it twice.

syzop

2006-02-08 07:40

administrator   ~0011177

See RandomNumber's answer ;p

Issue History

Date Modified Username Field Change
2006-02-07 23:36 AceIRC New Issue
2006-02-07 23:38 AceIRC Note Added: 0011169
2006-02-08 00:44 RandomNumber Note Added: 0011170
2006-02-08 07:40 syzop Status new => closed
2006-02-08 07:40 syzop Note Added: 0011177
2006-02-08 07:40 syzop Resolution open => no change required