Displaying 3 results from an estimated 3 matches for "slready".
Did you mean:
already
2017 Apr 19
2
PUPPET - group IDS
...'
? ? user2:? ? ? ? uid: '1001'? ? ? ? gid: '200'? ? ? ? home: '/home/user2'? ? ? ? shell: '/bin/bash'? ? ? ? password: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
But when I trfy and use this puppet agent -tv complains when trying to create user2 that GID 2000 is slready used .
how may I manage this?
(Obvs I could have all users with their own GID and add users to a seperate group m... but this is just tidier to my mind?
cheersdidds
2017 Apr 19
0
PUPPET - group IDS
...? ? user2:? ? ? ? uid: '1001'? ? ? ? gid: '200'? ? ? ? home: '/home/user2'? ? ? ? shell: '/bin/bash'? ? ? ? password: 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
> But when I trfy and use this puppet agent -tv complains when trying to create user2 that GID 2000 is slready used .
>
> how may I manage this?
I haven't used the "allowdupe" option, so I don't know if it works for
GIDs, but supposedly this works:
user { 'user1':
uid => 1000, gid => 2000, ...,
allowdupe => true
}
user { 'user2':
u...
2013 Nov 30
3
64bit centos and wine
Hello everyone. Has anybody ever tried to install 32bit wine to 64bit
centos. I was able to run 64 bit wine, but some of mine application require
32 bit wine, but I cannot install it. It says to install 32bit development
libraries at first. Does it make sense, what I'm doing ? I will be really
appreciated any help.
Cheers
Igor