There is a bug in Zenoss 2.2.0 that can prevent ZenPacks from being removed. Executing the following commands might help (you don't need to enter the text following the #'s):
Code: zenoss$ zendmd >>> for p in dmd.ZenPackManager.packs(): ... p.manager.obj = dmd.ZenPackManager # this line indented 1 space ... # Just hit return here, nothing on this line >>> commit() >>> # ctl-d to exit zendmd After this try 'zenpack --remove <yourzenpackname>' again. If you have manually removed the zenpack files from the filesystem you'll probably have to restore the files back to where they were before you attempt zenpack --remove. -jason -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=21162#21162 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
