[CentOS] Group permission problems

2011-12-13 Thread Michael Velez
Hello all, I'm having an issue with group permissions which I really find hard to understand why. I have created a group called smbusers which I am a part of by doing the following: # groupadd smbusers# usermod -G smbusers michael I then created a directory called foodir, owned by adm with

[CentOS] Group permission problems [RESEND]

2011-12-13 Thread Michael Velez
Hello all, Re-sending due to incorrect mapping of linefeeds from hotmail. I'm having an issue with group permissions. I have created a group called smbusers which I have added myself to, with the following commands: # groupadd smbusers # usermod -G smbusers michael I then create a directory

Re: [CentOS] Group permission problems [RESEND]

2011-12-13 Thread Michael Velez
I'm having an issue with group permissions. I have created a group called smbusers which I have added myself to, with the following commands: # groupadd smbusers # usermod -G smbusers michael usermod -G smbusers,adm michael I understand what this command does; however, it

Re: [CentOS] Group permission problems [RESEND]

2011-12-13 Thread Michael Velez
This seems to be ok but these: $ groups michael adm $ id uid=500(michael) gid=500(michael) groups=4(adm), 500(michael) Say otherwise. Might sound stupid but... did you make sure to logoff and back in with your user? Regards Ok. I did not know I needed to log back off and

Re: [CentOS] Group permission problems [RESEND]

2011-12-13 Thread Michael Velez
With Unix unless you are changing X or the kernel, you can most times just start a new instance of you. :) i.e., `xterm -ls -sb` or (in gnome) start a terminal click Edit - Current Profile click 'Title and Command' make sure Run command as login shell** is checked, and click close.

[CentOS] nx.x86_64

2007-11-18 Thread Michael Velez
Hello all, Lately, I've been getting the following error when I try to install the nx.x86_64 package with yum: error: unpacking of archive failed on file /usr/lib/NX: cpio: rename The package never gets installed so I get this error every time I run yum. Does anybody know how to resolve

RE: [CentOS] nx.x86_64

2007-11-18 Thread Michael Velez
Lately, I've been getting the following error when I try to install the nx.x86_64 package with yum: error: unpacking of archive failed on file /usr/lib/NX: cpio: rename The package never gets installed so I get this error every time I run yum. Does anybody know how to

RE: [CentOS] nx.x86_64

2007-11-18 Thread Michael Velez
It looks as if your CentOS is 32-bit. What is: uname -mr If it is i686, you should not be installing nx for x86_64. If it is x86_64, then you should not have /usr/lib/NX to begin with. Akemi My Centos is x86_64. I've had this machine for 3 years now. output of uname -mr is

RE: [CentOS] Places Connect to Server Windows Share Doesn't workfor me

2007-09-06 Thread Michael Velez
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Juan C. Valido Sent: Thursday, September 06, 2007 5:33 AM To: centos@centos.org Subject: [CentOS] Places Connect to Server Windows Share Doesn't workfor me This is not too Important but

RE: [CentOS] Strange C programming problem

2007-07-14 Thread Michael Velez
I've got this little program I wrote to test something, and it keeps giving the wrong result. I'm not inexperienced in C, but I can't believe strtof (et al) are broken, so I must be doing something wrong. However, I've spent hours looking at this and comparing it to the man pages and