On 01 Mar 2006, Clint Adams wrote: > > compaudit:107: unknown group > > What groups is root in? What NSS modules are used to fetch the groups? > What is the group ownership of every directory in root's $fpath and the > parent directories of those?
Bear with me. This is going to be a bit of data. And this is only coming from one of my machines that has this problem (the simplest setup -- normal nsswitch.conf and such, but it also happens on machines which are using LDAP; I'll be giving you the one that doesn't though). 'group' (as root) returns: root For NSS, my nsswitch.conf (again, on this one machine) has the standard compat entry for passwd, group and shadow. Nothing fancy is happening on this machine. 'echo $fpath' gives me: --- /usr/local/share/zsh/site-functions /usr/share/zsh/4.3.0-dev-5/functions/Completion /usr/share/zsh/4.3.0-dev-5/functions/Completion/AIX /usr/share/zsh/4.3.0-dev-5/functions/Completion/BSD /usr/share/zsh/4.3.0-dev-5/functions/Completion/Base /usr/share/zsh/4.3.0-dev-5/functions/Completion/Cygwin /usr/share/zsh/4.3.0-dev-5/functions/Completion/Darwin /usr/share/zsh/4.3.0-dev-5/functions/Completion/Debian /usr/share/zsh/4.3.0-dev-5/functions/Completion/Linux /usr/share/zsh/4.3.0-dev-5/functions/Completion/Mandrake /usr/share/zsh/4.3.0-dev-5/functions/Completion/Redhat /usr/share/zsh/4.3.0-dev-5/functions/Completion/Unix /usr/share/zsh/4.3.0-dev-5/functions/Completion/X /usr/share/zsh/4.3.0-dev-5/functions/Completion/Zsh /usr/share/zsh/4.3.0-dev-5/functions/Exceptions /usr/share/zsh/4.3.0-dev-5/functions/MIME /usr/share/zsh/4.3.0-dev-5/functions/Misc /usr/share/zsh/4.3.0-dev-5/functions/Prompts /usr/share/zsh/4.3.0-dev-5/functions/Zle --- All of those exist, and so 'for i in `echo $fpath`; do ls -alF $i | grep ' \./'; done' gives me: --- drwxr-xr-x 2 root staff 48 2005-01-07 02:41 ./ drwxr-xr-x 14 root root 816 2006-02-28 00:19 ./ drwxr-xr-x 2 root root 352 2006-02-28 00:18 ./ drwxr-xr-x 2 root root 144 2006-02-28 00:18 ./ drwxr-xr-x 2 root root 1.7K 2006-02-28 00:18 ./ drwxr-xr-x 2 root root 376 2006-02-28 00:18 ./ drwxr-xr-x 2 root root 336 2006-02-28 00:18 ./ drwxr-xr-x 2 root root 960 2006-02-28 00:18 ./ drwxr-xr-x 2 root root 512 2006-02-28 00:18 ./ drwxr-xr-x 2 root root 72 2006-02-28 00:18 ./ drwxr-xr-x 2 root root 120 2006-02-28 00:18 ./ drwxr-xr-x 2 root root 5.7K 2006-02-28 00:18 ./ drwxr-xr-x 2 root root 1.3K 2006-02-28 00:18 ./ drwxr-xr-x 2 root root 2.0K 2006-02-28 00:18 ./ drwxr-xr-x 2 root root 96 2006-02-28 00:18 ./ drwxr-xr-x 2 root root 144 2006-02-28 00:18 ./ drwxr-xr-x 2 root root 528 2006-02-28 00:18 ./ drwxr-xr-x 2 root root 672 2006-02-28 00:18 ./ drwxr-xr-x 2 root root 1.4K 2006-02-28 00:18 ./ --- For the parent directories: --- /usr/local/share/zsh: drwxr-xr-x 3 root root 80 2005-01-07 02:41 ./ /usr/local/share: drwxr-xr-x 8 root root 192 2006-02-14 00:31 ./ /usr/local: drwxr-xr-x 9 root root 240 2005-10-15 20:42 ./ /usr: drwxr-xr-x 15 root root 344 2005-10-15 20:02 ./ /: drwxr-xr-x 19 root root 488 2005-12-16 04:05 ./ /usr/share/zsh/4.3.0-dev-5/functions: drwxr-xr-x 11 root root 528 2006-02-28 00:19 ./ /usr/share/zsh/4.3.0-dev-5: drwxr-xr-x 4 root root 104 2006-02-28 00:18 ./ /usr/share/zsh: drwxr-xr-x 4 root root 104 2006-02-28 00:18 ./ /usr/share: drwxr-xr-x 165 root root 4.3K 2006-02-14 00:32 ./ --- Let me know if you need anything else or if I didn't answer your questions correctly. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]