So as an exercise, I deleted the Zenoss installation from my OSX box.
There is a "zenoss" group, but not the actual user in the user
manager. Unfortunately this is going to take some CLI work:
to see the user:
dscl . read /Users/zenoss
to see the members of the "zenoss" group:
dscl . read /groups/zenoss GroupMembership
to delete the 'zenoss' user from the "zenoss" group:
sudo dscl . delete /groups/zenoss GroupMembership zenoss
now they're gone:
dscl . read /groups/zenoss GroupMembership
to delete the group:
sudo dscl . delete /groups/zenoss
to delete the user:
sudo dscl . delete /users/zenoss
and to delete the zenoss user's directory
sudo rm -rf /Users/zenoss
I put all this into http://dev.zenoss.org/trac/ticket/4575 to get the
docs or installer updated. Dry your eyes :)
Thanks,
Matt Ray
Zenoss Community Manager
community.zenoss.com
[email protected]
On Mar 1, 2009, at 9:38 PM, aeoneternal wrote:
> I have tried a great many things. I have deleted the user from the
> accounts in OS X. Uninstalled Zenoss and cried myself to sleep.
> Whats going on does anyone know how to help?
>
> I am running OS X 10.5.6.
>
> Thanks...
>
>
>
>
> -------------------- m2f --------------------
>
> Read this topic online here:
> http://forums.zenoss.com/viewtopic.php?p=31810#31810
>
> -------------------- m2f --------------------
>
>
>
> _______________________________________________
> zenoss-users mailing list
> [email protected]
> http://lists.zenoss.org/mailman/listinfo/zenoss-users
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users