We've discovered a problem with the 2.1.x->2.2 migration that may or may not be causing some of these problems. This will be fixed in 2.2.1 but you can apply the fix manually pretty easily by following these steps as the zenoss user:
Code: zenoss$ zendmd >>> for p in dmd.ZenPackManager.packs(): ... p.manager.obj = dmd.ZenPackManager # this line indented 1 space >>> commit() Ctrl-d gets you out of zendmd afterwards. -jason -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=20371#20371 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
