<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://forums.zenoss.com//">
<channel>
 <title>Forums</title>
 <link>http://forums.zenoss.com//</link>
 <description>Zenoss Forums</description>
 <language>en</language>
 <copyright />
 <managingEditor>community@zenoss.com</managingEditor>
 <webMaster>community@zenoss.com</webMaster>
 <docs>http://blogs.law.harvard.edu/tech/rss</docs>
 <ttl>60</ttl>
 <lastBuildDate>Sun, 12 Jul 2009 20:10:54 GMT</lastBuildDate>
 <pubDate>Sun, 12 Jul 2009 20:10:54 GMT</pubDate>
 <image>
  <url />
  <title>Forums</title>
  <link>http://forums.zenoss.com//</link>
 </image>
 <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/zenoss/eeXO" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
  <title>RE: All Monitored Components Report not running</title>
  <link>http://forums.zenoss.com/viewtopic.php?p=36874#36874</link>
  <description>Using .../manage and editing/storing the atttribute serial number doesn't lead to the conflict.
&lt;br /&gt;

&lt;br /&gt;
The traceback of the conflict:
&lt;br /&gt;

&lt;br /&gt;
Traceback (most recent call last): File &amp;quot;/opt/zenoss/lib/python/Zope2/App/startup.py&amp;quot;, line 167, in zpublisher_exception_hook v.reraise() File &amp;quot;/opt/zenoss/lib/python/ZPublisher/Publish.py&amp;quot;, line 120, in publish transactions_manager.commit() File &amp;quot;/opt/zenoss/lib/python/Zope2/App/startup.py&amp;quot;, line 233, in commit transaction.commit() File &amp;quot;/opt/zenoss/lib/python/transaction/_manager.py&amp;quot;, line 84, in commit self.get().commit(sub) File &amp;quot;/opt/zenoss/lib/python/transaction/_transaction.py&amp;quot;, line 381, in commit self._saveCommitishError() # This raises! File &amp;quot;/opt/zenoss/lib/python/transaction/_transaction.py&amp;quot;, line 379, in commit self._commitResources() File &amp;quot;/opt/zenoss/lib/python/transaction/_transaction.py&amp;quot;, line 427, in _commitResources rm.tpc_vote(self) File &amp;quot;/opt/zenoss/lib/python/ZODB/Connection.py&amp;quot;, line 637, in tpc_vote s = vote(transaction) File &amp;quot;/opt/zenoss/lib/python/ZEO/ClientStorage.py&amp;quot;, line 893, in tpc_vote return self._check_serials() File &amp;quot;/opt/zenoss/lib/python/ZEO/ClientStorage.py&amp;quot;, line 877, in _check_serials raise s ConflictError: database conflict error (oid 0x2ca84d, class BTrees._IOBTree.IOBucket, serial this txn started with 0x037f4aad83073777 2009-07-12 17:17:30.709732, serial currently committed 0x037f4aad956c4f22 2009-07-12 17:17:35.021035) 
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
Hmm - doesn't help me &lt;img src="images/smiles/icon_smile.gif" alt="Smile" border="0" /&gt;
&lt;br /&gt;

&lt;br /&gt;
Is it normal that location and group are set several times with the same value? =&amp;gt;
&lt;br /&gt;

&lt;br /&gt;
2009-07-12 19:17:12	INFO  	zen.Device	setting location to xxxx
&lt;br /&gt;
2009-07-12 19:17:12	INFO 	zen.Device	setting group ['yyyy']
&lt;br /&gt;
2009-07-12 19:17:16	INFO 	zen.Device	setting location to xxx
&lt;br /&gt;
2009-07-12 19:17:16	INFO 	zen.Device	setting group ['yyyy']
&lt;br /&gt;
2009-07-12 19:17:23	INFO 	zen.Device	setting location to xxx
&lt;br /&gt;
2009-07-12 19:17:23	INFO 	zen.Device	setting group ['yyy']
&lt;br /&gt;
2009-07-12 19:17:31	INFO 	zen.Device	setting location to xxx
&lt;br /&gt;
2009-07-12 19:17:31	INFO 	zen.Device	setting group ['yyyy']
&lt;br /&gt;
2009-07-12 19:17:35	ERROR 	Zope.SiteErrorLog	/zport/dmd/Devices/Server/Linux/devices/yxyx/editDevice
&lt;br /&gt;

&lt;br /&gt;
christian</description>
  <category>zenoss-users</category>
  <comments>http://forums.zenoss.com//posting.php?mode=reply&amp;t=10171</comments>
  <dc:creator>shakespear</dc:creator>
  <pubDate>Sun, 12 Jul 2009 17:22:04 GMT</pubDate>
  <guid isPermaLink="true">http://forums.zenoss.com/viewtopic.php?p=36874#36874</guid>
 </item>
 <item>
  <title>RE: Monitoring using telnet (Command?)</title>
  <link>http://forums.zenoss.com/viewtopic.php?p=36873#36873</link>
  <description>Yep that should help...
&lt;br /&gt;

&lt;br /&gt;
I have a one liner command that does the job &amp;amp; have spent a little ( &lt;img src="images/smiles/icon_sad.gif" alt="Sad" border="0" /&gt;  ) time trying to run it as a command type data collector... I have FINALLY discovered that 
&lt;br /&gt;

&lt;br /&gt;
1; setting ssh to false means that the command is run on the LOCAL system not on the remote system (so it should be called run locally...??)
&lt;br /&gt;

&lt;br /&gt;
2; That there is NO WAY to run a command on the remote system without using ssh despite the existence of hopeful looking zProperties variables like TelnetEnable...
&lt;br /&gt;

&lt;br /&gt;
I do find it frustrating that often the only way to really find out how it works is either to debug the deamons or look at the scripts (EG it was only when I saw local shell variables in the debug output that I realised that the SSH option switched to local execution...)
&lt;br /&gt;

&lt;br /&gt;
Ho hum now to borrow your expect script, I wonder if I can make the second part a one liner rather than a script.....</description>
  <category>zenoss-users</category>
  <comments>http://forums.zenoss.com//posting.php?mode=reply&amp;t=10320</comments>
  <dc:creator>djmuk</dc:creator>
  <pubDate>Sun, 12 Jul 2009 17:21:47 GMT</pubDate>
  <guid isPermaLink="true">http://forums.zenoss.com/viewtopic.php?p=36873#36873</guid>
 </item>
 <item>
  <title>RE: All Monitored Components Report not running</title>
  <link>http://forums.zenoss.com/viewtopic.php?p=36872#36872</link>
  <description>&lt;/span&gt;&lt;table width="90%" cellspacing="1" cellpadding="3" border="0" align="center"&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class="genmed"&gt;&lt;b&gt;shakespear wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class="quote"&gt;After editing the serialnumber of an device I got:
&lt;br /&gt;

&lt;br /&gt;
A concurrent access to this object has been detected
&lt;br /&gt;

&lt;br /&gt;
This can happen under normal operations, where a Zenoss daemon is updating a device at the same time you edit it from the user interface. Try resubmitting your request (reload your browser) to see if the conflict is now resolved or navigate back to the object
&lt;br /&gt;

&lt;br /&gt;
... and the snmpperf collection stopped for this device.
&lt;br /&gt;

&lt;br /&gt;
I fear 2.4.2 seems broken seriously. 
&lt;br /&gt;

&lt;br /&gt;
bye,
&lt;br /&gt;
christian&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class="postbody"&gt;
&lt;br /&gt;

&lt;br /&gt;
Restarting zenoss doesn't solve this issue.</description>
  <category>zenoss-users</category>
  <comments>http://forums.zenoss.com//posting.php?mode=reply&amp;t=10171</comments>
  <dc:creator>shakespear</dc:creator>
  <pubDate>Sun, 12 Jul 2009 17:11:44 GMT</pubDate>
  <guid isPermaLink="true">http://forums.zenoss.com/viewtopic.php?p=36872#36872</guid>
 </item>
 <item>
  <title>RE: All Monitored Components Report not running</title>
  <link>http://forums.zenoss.com/viewtopic.php?p=36871#36871</link>
  <description>After editing the serialnumber of an device I got:
&lt;br /&gt;

&lt;br /&gt;
A concurrent access to this object has been detected
&lt;br /&gt;

&lt;br /&gt;
This can happen under normal operations, where a Zenoss daemon is updating a device at the same time you edit it from the user interface. Try resubmitting your request (reload your browser) to see if the conflict is now resolved or navigate back to the object
&lt;br /&gt;

&lt;br /&gt;
... and the snmpperf collection stopped for this device.
&lt;br /&gt;

&lt;br /&gt;
I fear 2.4.2 seems broken seriously. 
&lt;br /&gt;

&lt;br /&gt;
bye,
&lt;br /&gt;
christian</description>
  <category>zenoss-users</category>
  <comments>http://forums.zenoss.com//posting.php?mode=reply&amp;t=10171</comments>
  <dc:creator>shakespear</dc:creator>
  <pubDate>Sun, 12 Jul 2009 17:07:00 GMT</pubDate>
  <guid isPermaLink="true">http://forums.zenoss.com/viewtopic.php?p=36871#36871</guid>
 </item>
 <item>
  <title>RE: 2.4.1 zenmodeler not using builtin snmp plugins</title>
  <link>http://forums.zenoss.com/viewtopic.php?p=36870#36870</link>
  <description>I am having a similar symptom here - but some built in plugins are run. I was upgrading from 2.1.3. After upgrade everything seems ok. After changing CpuMap.py and deleting the .pyc it stopped working. Also after restarting zenoss and restoring the original CpuMap.py =&amp;gt; the .pyc is not being generated.
&lt;br /&gt;

&lt;br /&gt;
I have no ideas what to.
&lt;br /&gt;

&lt;br /&gt;
christian</description>
  <category>zenoss-users</category>
  <comments>http://forums.zenoss.com//posting.php?mode=reply&amp;t=9939</comments>
  <dc:creator>shakespear</dc:creator>
  <pubDate>Sun, 12 Jul 2009 15:59:25 GMT</pubDate>
  <guid isPermaLink="true">http://forums.zenoss.com/viewtopic.php?p=36870#36870</guid>
 </item>
</channel>
</rss>
