I believe the zenbackup command has to be run as the zenoss user, not the root user.
You might want to try [EMAIL PROTECTED] ~]# su - zenoss in place of [EMAIL PROTECTED] ~]# su zenoss The difference is that the argument to su, the dash ( -) makes the shell a login shell, which means that you become the zenoss user with the environment for the zenoss user. By contrast, [EMAIL PROTECTED] ~]# su zenoss becomes the zenoss user with the environment for root. [EMAIL PROTECTED] ~]# su - zenoss is the same as [EMAIL PROTECTED] ~]# su -l zenoss -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=18320#18320 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
