a correction.
commit() didn't work for me either
the first time I tried commit() it gave an error (see below)
the second time it returned immediately (probably because at this point there
was nothing to commit)
tested again, and the same things happens again.
Code:
[EMAIL PROTECTED] ~]$ zendmd
Welcome to zenoss dmd command shell!
use zhelp() to list commands
>>> for p in dmd.ZenPackManager.packs():
... p.manager.obj = dmd.ZenPackManager
... commit()
File "<stdin>", line 3
commit()
^
SyntaxError: invalid syntax
>>> commit()
>>> commit()
>>> for p in dmd.ZenPackManager.packs():
... p.manager.obj = dmd.ZenPackManager
... commit()
File "<stdin>", line 3
commit()
^
SyntaxError: invalid syntax
-------------------- m2f --------------------
Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=20376#20376
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users