issue 1
(log object has no attribute initialConnection) commented on by najmi.zabidi
- I can't submit new issue,I don't know why..
log_modules/log-irc/aConfig.py:7: DeprecationWarning: object.__new__() takes no
parameters
config = amun_config_parser.AmunConfigParser(conffile)
.::[Amun - log_irc] Socket Error. ::.
Traceback (most recent call last):
File "/root/amun/./amun_server.py", line 1258, in <module>
runMain()
File "/root/amun/./amun_server.py", line 950, in runMain
log_modules = readLogModules(config)
File "/root/amun/./amun_server.py", line 650, in readLogModules
log_modules.append(import_name.log())
File "log_modules/log-irc/log_irc.py", line 33, in __init__
self.IRC = aIRC()
File "log_modules/log-irc/aIRC.py", line 41, in __init__
raise
File "log_modules/log-irc/aIRC.py", line 38, in __init__
self.connect((aNetwork, aPort))
File "/usr/lib/python2.6/asyncore.py", line 326, in connect
err = self.socket.connect_ex(address)
File "<string>", line 1, in connect_ex
socket.gaierror: [Errno -5] No address associated with hostname
I got this error, running Amun 0.18
I can't submit new issue,I don't know why..
log_modules/log-irc/aConfig.py:7: DeprecationWarning: object.__new__() takes no
parameters
config = amun_config_parser.AmunConfigParser(conffile)
.::[Amun - log_irc] Socket Error. ::.
Traceback (most recent call last):
File "/root/amun/./amun_server.py", line 1258, in <module>
runMain()
File "/root/amun/./amun_server.py", line 950, in runMain
log_modules = readLogModules(config)
File "/root/amun/./amun_server.py", line 650, in readLogModules
log_modules.append(import_name.log())
File "log_modules/log-irc/log_irc.py", line 33, in __init__
self.IRC = aIRC()
File "log_modules/log-irc/aIRC.py", line 41, in __init__
raise
File "log_modules/log-irc/aIRC.py", line 38, in __init__
self.connect((aNetwork, aPort))
File "/usr/lib/python2.6/asyncore.py", line 326, in connect
err = self.socket.connect_ex(address)
File "<string>", line 1, in connect_ex
socket.gaierror: [Errno -5] No address associated with hostname
I got this error, running Amun 0.18
May 26, 2009
issue 1
(log object has no attribute initialConnection) commented on by squallnetwork
- add this in log_modules/log-irc/log_irc.py
def initialConnection(self, attackerIP, attackerPort, victimIP, victimPort,
identifier, initialConnectionsDict, loLogger):
pass
add this in log_modules/log-irc/log_irc.py
def initialConnection(self, attackerIP, attackerPort, victimIP, victimPort,
identifier, initialConnectionsDict, loLogger):
pass
May 26, 2009
issue 1
(log object has no attribute initialConnection) commented on by anthony.dupuy
- add this on log_modules/log-irc/log_irc.py
def initialConnection(self, attackerIP, attackerPort, victimIP, victimPort,
identifier, initialConnectionsDict, loLogger):
pass
add this on log_modules/log-irc/log_irc.py
def initialConnection(self, attackerIP, attackerPort, victimIP, victimPort,
identifier, initialConnectionsDict, loLogger):
pass
May 03, 2009
issue 1
(log object has no attribute initialConnection) reported by d3adh...@hotmail.com
- What steps will reproduce the problem?
1. Configured latest SVN version of Amun to use amunlogirc
2. Start Amun
3. When it tries to report it crashes with the error: "log object has no
attribute initialConnection", quits IRC, and quits Amun
What version of the product are you using? On what operating system?
Latest SVN version of Amun on Ubuntu Server.
Please provide any additional information below.
What steps will reproduce the problem?
1. Configured latest SVN version of Amun to use amunlogirc
2. Start Amun
3. When it tries to report it crashes with the error: "log object has no
attribute initialConnection", quits IRC, and quits Amun
What version of the product are you using? On what operating system?
Latest SVN version of Amun on Ubuntu Server.
Please provide any additional information below.