RE: SU Question

2009-04-30 Thread Dixit, Viraj
Sorry, I have the answer, my apologize to all.

VJ

 

Viraj Dixit 
City of Palo Alto Information Technology 
650-329-2118 



From: Dixit, Viraj 
Sent: Thursday, April 30, 2009 3:46 PM
To: 'freebsd-questions@freebsd.org'
Subject: RE: SU Question

 

Sorry, I figured the problem, I edited the group file and added my name
to the group wheel and still not getting su to work.

VJ

 

Viraj Dixit 
City of Palo Alto Information Technology 
650-329-2118 



From: Dixit, Viraj 
Sent: Thursday, April 30, 2009 3:34 PM
To: 'freebsd-questions@freebsd.org'
Subject: RE: SU Question

 

Hi,

 

I just installed Free BSD OS 7.1 and installation went without any
errors, all looks good till I try to login with SU account via telnet
and I get this error below. Please help!!

 

 

VJ

 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

RE: SU Question

2009-04-30 Thread Dixit, Viraj
Hi,

 

I just installed Free BSD OS 7.1 and installation went without any
errors, all looks good till I try to login with SU account via telnet
and I get this error below. Please help!!

 

 

VJ

 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

RE: SU Question

2009-04-30 Thread Dixit, Viraj
Sorry, I figured the problem, I edited the group file and added my name
to the group wheel and still not getting su to work.

VJ

 

Viraj Dixit 
City of Palo Alto Information Technology 
650-329-2118 



From: Dixit, Viraj 
Sent: Thursday, April 30, 2009 3:34 PM
To: 'freebsd-questions@freebsd.org'
Subject: RE: SU Question

 

Hi,

 

I just installed Free BSD OS 7.1 and installation went without any
errors, all looks good till I try to login with SU account via telnet
and I get this error below. Please help!!

 

 

VJ

 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: SU Question

2005-05-12 Thread Dan Nelson
In the last episode (May 12), Dixit, Viraj said:
> I am getting this error message when I try to logon using "su"
> command through Telnet remotely. All this started when I accidentally
> changed permissions, since then all permissions have been restored,
> yet the same error.
>  % su
> Password:
> su: setting user context: Operation not permitted 

Check the permissions on /usr/bin/su.  They should be

-r-sr-xr-x

If they aren't, run "chmod a=rx,u+s /usr/bin/su" as root to fix it.
You'll probably need to do this directly from the console, since you
can't use su :)

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: SU Question

2005-05-12 Thread Roland Smith
On Thu, May 12, 2005 at 10:19:31AM -0700, Dixit, Viraj wrote:
 
> Final question, I notice the rights of "su" on another system were
> like this "-r-sr-xr-x". What's the rule of setting the option "s" in
> the permissions. Thanks!

You can set this bit (the setuid bit) with chmod. See the chmod manual
page for details and an explanation of the different mode bits.

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgp50PcjGh5YQ.pgp
Description: PGP signature


RE: SU Question

2005-05-12 Thread Dixit, Viraj

Final question, I notice the rights of "su" on another system were like this 
"-r-sr-xr-x". What's the rule of setting the option "s" in the permissions. 
Thanks!
VJ

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: SU Question

2005-05-12 Thread Dixit, Viraj
HI Dan,

I am getting this error message when I try to logon using "su" command through 
Telnet remotely. All this started when I accidentally changed permissions, 
since then all permissions have been restored, yet the same error.
 % su
Password:
su: setting user context: Operation not permitted 

Any idea! Thanks,
VJ


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"