Zabbix interfering with sabnzbd web UI
Posted: April 25th, 2011, 8:31 am
Hi, I've noticed something quite strange. I'm running Ubuntu 10.10, with sabnzbd 0.6.0RC2. I also have installed Zabbix 1.8.2. If I go to the web interface of sabnzbd (plush theme) whilst I have Zabbix open in another tab, looking at any of the pages in Zabbix's 'configuration', I get this error from sabnzbd:
I have reported the problem on the Zabbix forums (here: http://www.zabbix.com/forum/showthread.php?p=83622) since I assumed it was Zabbix setting cookies incorrectly, but the response there has been that it's more likely to be sabnzbd's fault. Any ideas as to what's going on?
It's 100% reproducible, but not a super-high priority since the workaround is simple; view a different page in Zabbix
Code: Select all
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 593, in respond
self.process_headers()
File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 661, in process_headers
self.cookie.load(value)
File "/usr/lib/python2.6/Cookie.py", line 627, in load
self.__ParseString(rawdata)
File "/usr/lib/python2.6/Cookie.py", line 660, in __ParseString
self.__set(K, rval, cval)
File "/usr/lib/python2.6/Cookie.py", line 580, in __set
M.set(key, real_value, coded_value)
File "/usr/lib/python2.6/Cookie.py", line 455, in set
raise CookieError("Illegal key value: %s" % key)
CookieError: Illegal key value: cb_/zabbix/hostgroups.php_parts
It's 100% reproducible, but not a super-high priority since the workaround is simple; view a different page in Zabbix