Michael Sullivan wrote:
I can ssh over to the old box now, but my su command doesn't work:


[EMAIL PROTECTED] ~ $ su -
su: Authentication failure

From /var/log/messages:

Sep 13 23:23:07 bullet sshd[24134]: pam_unix(sshd:session): session
opened for user michael by (uid=0)
Sep 13 23:23:10 bullet su[24142]: FAILED su for root by michael
Sep 13 23:23:10 bullet su[24142]: - pts/1 michael:root

At first, I thought I might not be in the wheel group, so I checked:

bullet log # grep wheel /etc/group
wheel:x:10:root,michael,amy

What have I done wrong this time?  (I know somebody's going to gripe at
me about using the root account this way; don't bother.  There are far
too many tasks I do every day that require root privileges to configure
them all for sudo...)

does "sudo su -" work? A bit round-about but if su works from sudo, then it probably isn't a pam issue...

And as much as you might like sudo, sometimes it just ain't suitable.

eg:

sudo echo performance > /sys/devices/system/cpu/cpu0/cpufreq scaling_governor

won't work because the redirection is done as the user :)
--
Iain Buchanan <iaindb at netspace dot net dot au>

I have a friend whose a billionaire.  He invented Cliff's notes.  When
I asked him how he got such a great idea he said, "Well first I...
I just... to make a long story short..."
                -- Steven Wright

Reply via email to