All pastes #841688 Raw Copy code Copy link Edit

Miscellany

public text v1 · immutable
#841688 ·published 2008-01-04 21:07 UTC
rendered paste body
$ zenhub run -v 10
Traceback (most recent call last):
  File "/opt/zenoss/Products/ZenHub/zenhub.py", line 395, in ?
    z = ZenHub()
  File "/opt/zenoss/Products/ZenHub/zenhub.py", line 185, in __init__
    ZCmdBase.__init__(self)
  File "/opt/zenoss/Products/ZenUtils/ZCmdBase.py", line 44, in __init__
    self.zeoConnect()
  File "/opt/zenoss/Products/ZenHub/zenhub.py", line 227, in zeoConnect
    cache_size=self.options.pcachesize*1024*1024)
  File "/opt/zenoss/lib/python/ZEO/ClientStorage.py", line 314, in __init__
    self._cache.open()
  File "/opt/zenoss/lib/python/ZEO/cache.py", line 112, in open
    self.fc.scan(self.install)
  File "/opt/zenoss/lib/python/ZEO/cache.py", line 842, in scan
    "cache file" % 0, hex(ord(status)))
ValueError: ('unknown status byte value 0 in client cache file', '0x51')
$