ok i think we're making some good headway here, thanks for all of your support 
so far guys!  I think I have the syslog-ng file configured properly but Now I 
can't get zensyslog started up...


Code:
[EMAIL PROTECTED]:~$ netstat -na
udp        0      0 0.0.0.0:514             0.0.0.0:*                          
udp        0      0 0.0.0.0:514             0.0.0.0:*                          
udp        0      0 0.0.0.0:514             0.0.0.0:*                          
udp        0      0 0.0.0.0:514             0.0.0.0:*                          
udp        0      0 0.0.0.0:514             0.0.0.0:*                          
udp        0      0 0.0.0.0:514             0.0.0.0:*                           
                     
udp        0      0 10.x.x.x:33069      10.16.129.20:1514     ESTABLISHED
udp        0      0 10.x.x.x:33100      10.16.129.20:1514       ESTABLISHED
udp        0      0 10.x.x.x:33101      10.16.129.20:1514       ESTABLISHED



  I outmitted some output, but at least 1514 shows up now.  when doing a 
netstat | grep LISTEN, port 1514 does not show up however.   Here's what I get 
when I try to start zensyslog now too.

Code:
starting...
Traceback (most recent call last):
  File "/usr/local/user/Products/ZenEvents/zensyslog.py", line 177, in ?
    ZenSyslog().main()
  File "/usr/local/user/Products/ZenEvents/zensyslog.py", line 51, in __init__
    EventServer.__init__(self)
  File "/usr/local/user/Products/ZenEvents/EventServer.py", line 69, in __init__
    ZCmdBase.__init__(self, keeproot=True)
  File "/usr/local/user/Products/ZenUtils/ZCmdBase.py", line 38, in __init__
    ZenDaemon.__init__(self, noopts, keeproot)
  File "/usr/local/user/Products/ZenUtils/ZenDaemon.py", line 52, in __init__
    CmdBase.__init__(self, noopts)
  File "/usr/local/user/Products/ZenUtils/CmdBase.py", line 67, in __init__
    parseconfig(self.options)
  File "/usr/local/rnccadmin/Products/ZenUtils/CmdBase.py", line 41, in 
parseconfig
    key, value = line.split(None, 1)
ValueError: need more than 1 value to unpack






-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=18506#18506

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to