RE: [gentoo-user] su: Permission denied!

2004-01-12 Thread Van Eps, Nathan D. (James Tower)
-Original Message- From: JurLan Sterling Chavis wrote: Please correct me if I'm wrong but I believe I read that you need to be a member of the wheel group before you can use su. You're right :) That wasn't what happened in my case. I could use su, it just wouldn't let me su to

Re: [gentoo-user] su: Permission denied!

2004-01-10 Thread JurLan
On Saturday 10 January 2004 08:26, Sterling Chavis wrote: Please correct me if I'm wrong but I believe I read that you need to be a member of the wheel group before you can use su. You're right :) -- Kind Regards JurLan Sysinfo: Bliksem running Gentoo Linux Kernel: 2.4.22-gentoo-r2

Re: [gentoo-user] su: Permission denied!

2004-01-10 Thread Brett I. Holcomb
PROTECTED] wrote: What did you do with etc-update? If you updated things like /etc/group or /etc/passwd then you will have a problem. From: Roger [EMAIL PROTECTED] Date: 2004/01/09 Fri AM 10:39:11 EST To: [EMAIL PROTECTED] Subject: [gentoo-user] su: Permission denied! -- [EMAIL PROTECTED] mailing

[gentoo-user] su: Permission denied!

2004-01-09 Thread Roger
Hi, I am learning how to admin my gentoo box. Now I have a problem with 'su'. It is working some hours ago. But after I type 'etc-update',I quit, because I was a little confused. After that, when I type 'su', System reply su: Permission denied! Sorry what's wrong? PLS help me. Roger --

Re: [gentoo-user] su: Permission denied!

2004-01-09 Thread Peter Eis
Roger wrote: Hi, I am learning how to admin my gentoo box. Now I have a problem with 'su'. It is working some hours ago. But after I type 'etc-update',I quit, because I was a little confused. After that, when I type 'su', System reply su: Permission denied! Sorry what's wrong? you must be

Re: [gentoo-user] su: Permission denied!

2004-01-09 Thread Bill Roberts
On 23:39 Fri 09 Jan , Roger wrote: I am learning how to admin my gentoo box. Now I have a problem with 'su'. It is working some hours ago. But after I type 'etc-update',I quit, because I was a little confused. After that, when I type 'su', System reply su: Permission denied! Did your

Re: [gentoo-user] su: Permission denied!

2004-01-09 Thread Thomas T. Veldhouse
Peter Eis wrote: Roger wrote: Hi, I am learning how to admin my gentoo box. Now I have a problem with 'su'. It is working some hours ago. But after I type 'etc-update',I quit, because I was a little confused. After that, when I type 'su', System reply su: Permission denied! Sorry

Re: [gentoo-user] su: Permission denied!

2004-01-09 Thread brettholcomb
What did you do with etc-update? If you updated things like /etc/group or /etc/passwd then you will have a problem. From: Roger [EMAIL PROTECTED] Date: 2004/01/09 Fri AM 10:39:11 EST To: [EMAIL PROTECTED] Subject: [gentoo-user] su: Permission denied! Hi, I am learning how to admin

RE: [gentoo-user] su: permission denied

2003-11-24 Thread Van Eps, Nathan D. (James Tower)
As someone pointed out to me earlier, you have to be part of the wheel group to su. You might want to check that, although I don't see how the command below removed you from the wheel group. -Nathan -Original Message- From: Joel Konkle-Parker Ok, I have no idea what happened here, but

RE: [gentoo-user] su: permission denied

2003-11-24 Thread Paul Kimberley
Read the man of usermod, the -G flag is used to SET (not append) all additional groups for a user. So as you didn't specify wheel in the -G flag wheel was removed even though you were originally a member of wheel. I did an `su` and logged in as root, emerged some stuff, and did a `usermod -G

Re: [gentoo-user] su: permission denied

2003-11-24 Thread brett holcomb
Man group points out that the -G option will add you to that group but remove you from all others you might be a member of. On Mon, 24 Nov 2003 08:51:39 -0600 Van Eps, Nathan D. (James Tower) [EMAIL PROTECTED] wrote: As someone pointed out to me earlier, you have to be part of the wheel

RE: [gentoo-user] su: permission denied

2003-11-24 Thread Van Eps, Nathan D. (James Tower)
Thanks. I should have worded my reply I don't know if rather than I don't see how. Plus I should check replies before I bother. :) Sorry all. -Nathan -Original Message- From: brett holcomb Man group points out that the -G option will add you to that group but remove you from all others

Re: [gentoo-user] su: permission denied

2003-11-24 Thread brett holcomb
You're welcome. No problem - now you are a little more knowledgable G. On Mon, 24 Nov 2003 10:06:14 -0600 Van Eps, Nathan D. (James Tower) [EMAIL PROTECTED] wrote: Thanks. I should have worded my reply I don't know if rather than I don't see how. Plus I should check replies before I bother.

Re: [gentoo-user] su: permission denied

2003-11-22 Thread Ric Messier
On Fri, 21 Nov 2003, Joel Konkle-Parker wrote: Cool, that did it. Any kind of GUI out there or command that will show all the groups I belong to? grep username /etc/group -- [EMAIL PROTECTED] mailing list

Re: [gentoo-user] su: permission denied

2003-11-22 Thread Donnie Berkholz
On Fri, 2003-11-21 at 21:53, Daniel wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I did an `su` and logged in as root, emerged some stuff, and did a `usermod -G games joeljkp` to add myself to the 'games' group. I then did `exit` to get back to my account. Are you still

[gentoo-user] su: permission denied

2003-11-21 Thread Joel Konkle-Parker
Ok, I have no idea what happened here, but all of a sudden I lost the ability to 'su' into root. I did an `su` and logged in as root, emerged some stuff, and did a `usermod -G games joeljkp` to add myself to the 'games' group. I then did `exit` to get back to my account. Now when I type `su`,

Re: [gentoo-user] su: permission denied

2003-11-21 Thread Daniel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I did an `su` and logged in as root, emerged some stuff, and did a `usermod -G games joeljkp` to add myself to the 'games' group. I then did `exit` to get back to my account. Are you still part of the wheel group - you should be. - -- Daniel

RE: [gentoo-user] su: permission denied

2003-11-21 Thread Sumeet Singh Parmar
Title: RE: [gentoo-user] su: permission denied you bumped yourself from the 'wheel' group and replaced with 'games'. You need to run with '-g' option instead of '-G'. hth -Original Message- From: Joel Konkle-Parker [mailto:[EMAIL PROTECTED]] Sent: Friday, November 21, 2003 6:56

Re: [gentoo-user] su: permission denied

2003-11-21 Thread Joel Konkle-Parker
Sumeet Singh Parmar wrote: you bumped yourself from the 'wheel' group and replaced with 'games'. You need to run with '-g' option instead of '-G'. Cool, that did it. Any kind of GUI out there or command that will show all the groups I belong to? -- Joel Konkle-Parker Webmaster [Ballsome.com]

Re: [gentoo-user] su: permission denied

2003-11-21 Thread Brett I. Holcomb
Try man id for one On Friday 21 November 2003 22:18, you wrote: Sumeet Singh Parmar wrote: you bumped yourself from the 'wheel' group and replaced with 'games'. You need to run with '-g' option instead of '-G'. Cool, that did it. Any kind of GUI out there or command that will show all the

Re: [gentoo-user] su: permission denied

2003-11-21 Thread Ciaran McCreesh
On Fri, 21 Nov 2003 22:18:51 -0500 Joel Konkle-Parker [EMAIL PROTECTED] wrote: | Cool, that did it. Any kind of GUI out there or command that will show | all the groups I belong to? groups or for pretty graphical front-end: xmessage `groups` -- Ciaran McCreesh Mail:ciaranm at gentoo.org

Re: [gentoo-user] su: permission denied

2003-11-21 Thread Michael Milverton
groups command will tell you what groups you belong to. groups user will tell you what groups user belongs to. On Sat, 22 Nov 2003 11:18 am, Joel Konkle-Parker wrote: Sumeet Singh Parmar wrote: you bumped yourself from the 'wheel' group and replaced with 'games'. You need to run with '-g'