search for: netzensolut

Displaying 8 results from an estimated 8 matches for "netzensolut".

2008 Feb 15
4
Backing up Xen DomU''s - Tape Drive - LVM
...but no one is ever going to be using the server at like 3AM so pausing the DomU''s at that time should not cause a problem. Any ideas? Does anyone else have any suggestions / solutions I have not thought about? Many Thanks Keith -- Keith Sudbury Netzen Solutions Ltd Web: http://www.netzensolutions.com Email: keith@netzensolutions.com <mailto:keith@netzensolutions.com> Tel: +44 (0)1225 588 588 Mob: +44 (0)7970 165 190 Fax: +44 (0)1225 580 061 ------------------------------------------------------------------------ _______________________________________________ Xen-users ma...
2008 Aug 08
1
ACL -Manage with Windows security tab?
Hi Guys, I am attempting to configure AC:L's I have enabled it in smb.conf for my share and remounted my fs with acl enabled. However if I attempt to edit security permissions for the group "Domain Users" it creates two more group "CREATOR GROUP" and "CREATOR OWNER" and refreshes the security properties and then just resets the tick boxes i had selected. I
2008 Aug 28
1
Adding users to dirs, acl
I have some users I was to allow access to a dir, I know I will need to setup ACL's however when this is done can I add users to dirs like I can in windows? Thanks
2009 Oct 22
2
UID - high need to lower it for a test user - active directory auth
Hi Guys, I am having some problems with Active Directory users using a bit of software on our server, my AD users are authing via Winbind this works fine and the only difference I can see between a local user and an AD user is the fact the AD user has a MUCH higher UID, how can I create a user with a low UID to test this? I don't want to change them all yet as it might not be this that
2009 Nov 27
1
Group not updating - Active Directory Auth with Winbind - Is there a way to make it update?
Hi Guys, I have a machine setup to auth over AD with winbind and it's working fine. However, I just added a user to a group on my Windows box in AD, when I am logged into Linux and i id the user it does not show the group I just added the user to. Is there a way of forcing it to update? I have tried restarting winbind and samba. Many Thanks
2009 Nov 18
1
CentOS 5 - VNC Server - Gnome Font Problem - Pango Warning
Hi Guys, > > I am getting a strange font problem (see > http://lh6.ggpht.com/_NirUcVREM8k/SwPNpSUJ2AI/AAAAAAAAAgo/3eZiO8j2pEg/s640/font-issue.png) > for a user logging in over VNC Server, I am also logged in over VNC > however I am no experiencing any problems... This was the case on > CentOS 5.3 and on 5.4 (after upgrade). > > I have tried removing the .vnc dir in the
2009 Oct 14
0
Problem with users (authing over Active Directory) not being about to run software, but local users can.
Hi Guys, I have a CentOS box running with Active Directory Authentication via winbind and that is working fine. When users login for the first time their home dir's are created in /home/%DOMAIN%/ which is also working fine. Now, they have installed a bit of commercial software on the CentOS server which works fine for all the local users but not the users logging in via Active Directory
2009 Sep 24
2
Adding a AD Group to a Unix user account
Hi Guys, First of all I can do the following: "usermod -g GID bobby" and it adds the group to the user account fine (GID being the actual number value not the name). but if i don't use -g it fails to work, I want to ADD the group "Domain Users" to "bobbys" account, so I tried: "usermod -a -G GID bobby" but it doesnt not appear to do anything...