Forum Moderators: bakedjake
I have tried the directions at [trustix.org...] and that didnt do a bit of good.
When you log into using the non-root account, if you type `id`, it should show a list of groups you are a member of - is root in that list? If it isn't, then check /etc/group to make sure you added your username to the root group correctly. If it is in the list, then check /etc/pam.d/su. There should be a line like:
auth required /lib/security/pam_wheel.so group=root
If there is a different group, then you should add yourself to that group in /etc/group. Otherwise, try commenting out that line, and see if `su` works then.
Chad