Displaying 20 results from an estimated 32 matches for "agroup".
Did you mean:
group
2016 Oct 03
6
winbindd losing track of RFC2307 UIDs
...nfo = template
template shell = /bin/bash
template homedir = /home/%U
winbind use default domain = yes
[...]
This generally works fine... user mappings are like:
$ wbinfo -i auser
auser:*:10028:10000:User Name:/home/auser:/bin/bash
$ id auser
uid=10028(auser) gid=10000(agroup) groups=10000(agroup),10007(othergroup)
After a while (generally a couple days, though sometimes much sooner), this
starts happening:
$ wbinfo -i auser
auser:*:2018:10000:User Name:/home/auser:/bin/bash
$ id auser
uid=2018(auser) gid=10000(agroup) groups=10000(agroup),10007(othergroup)
and this...
2016 Nov 02
1
Samba using pdb ldapsam fails upon startup
Dear all,
I freshly installed a new smb-server that should act as file server with
some smb-shares.
The pdc is a Windows 2008 r2 server.
My smb.conf is as follows:
[global]
workgroup = agroup
server string = ssmbserver
#passdb backend = tdbsam
map to guest = Bad User
usershare allow guests = No
security = domain
wins support = No
domain logons = No
domain master = No
# LDAP
idmap backend = ldap:lda...
2024 Oct 26
1
[smb.conf] How to get "rw r r" ?
On 25/10/2024 14:03, Havany via samba wrote:
> Did you try 133 mask instead of 0133 ?
>
> We use to disable acl for this kind of share and do something like that :
>
> [share]
> path = /a/share/path
> create mask = 133
> directory mask = 022
> valid users = @agroup
> write list = @sagroup
> force group = @agroup
> nt acl support = No
Still no go: It's rwx rw rw, instead of the expected rw r r
In RAM, Samba seems to rewrite 133 to 0133 anyway, cf. testparm
========
# cat /etc/samba/smb.conf
...
[myshare]
...
create mask = 133
directory mask =...
2016 Oct 21
2
winbindd losing track of RFC2307 UIDs
...wrote:
> Am 03.10.2016 um 18:57 schrieb Rob via samba:
>> [...]
>>
>> This generally works fine... user mappings are like:
>>
>> $ wbinfo -i auser
>> auser:*:10028:10000:User Name:/home/auser:/bin/bash
>> $ id auser
>> uid=10028(auser) gid=10000(agroup) groups=10000(agroup),10007(othergroup)
>>
>> After a while (generally a couple days, though sometimes much sooner), this
>> starts happening:
>>
>> $ wbinfo -i auser
>> auser:*:2018:10000:User Name:/home/auser:/bin/bash
>> $ id auser
>> uid=2018(a...
2016 Oct 04
2
winbindd losing track of RFC2307 UIDs
...;
> > winbind use default domain = yes
> > [...]
> >
> > This generally works fine... user mappings are like:
> >
> > $ wbinfo -i auser
> > auser:*:10028:10000:User Name:/home/auser:/bin/bash
> > $ id auser
> > uid=10028(auser) gid=10000(agroup)
> > groups=10000(agroup),10007(othergroup)
> >
> > After a while (generally a couple days, though sometimes much
> > sooner), this starts happening:
> >
> > $ wbinfo -i auser
> > auser:*:2018:10000:User Name:/home/auser:/bin/bash
> > $ id auser
>...
2024 Oct 25
1
[smb.conf] How to get "rw r r" ?
Havany
Hi,
Did you try 133 mask instead of 0133 ?
We use to disable acl for this kind of share and do something like that :
[share]
path = /a/share/path
create mask = 133
directory mask = 022
valid users = @agroup
write list = @sagroup
force group = @agroup
nt acl support = No
Regards,
Arnaud Cruzel
Le 25/10/2024 ? 12:25, Gilles via samba a ?crit?:
> Hello,
>
> On a Linux partition, I'd like new files to be created as "rw r r".
>
> 0133 doesn't seem to be the right mask...
2016 Oct 04
2
winbindd losing track of RFC2307 UIDs
...t;> [...]
> >>>
> >>> This generally works fine... user mappings are like:
> >>>
> >>> $ wbinfo -i auser
> >>> auser:*:10028:10000:User Name:/home/auser:/bin/bash
> >>> $ id auser
> >>> uid=10028(auser) gid=10000(agroup)
> >>> groups=10000(agroup),10007(othergroup)
> >>>
> >>> After a while (generally a couple days, though sometimes much
> >>> sooner), this starts happening:
> >>>
> >>> $ wbinfo -i auser
> >>> auser:*:2018:10000:Us...
2016 Oct 04
0
winbindd losing track of RFC2307 UIDs
...> template homedir = /home/%U
>
> winbind use default domain = yes
> [...]
>
> This generally works fine... user mappings are like:
>
> $ wbinfo -i auser
> auser:*:10028:10000:User Name:/home/auser:/bin/bash
> $ id auser
> uid=10028(auser) gid=10000(agroup) groups=10000(agroup),10007(othergroup)
>
> After a while (generally a couple days, though sometimes much sooner),
> this starts happening:
>
> $ wbinfo -i auser
> auser:*:2018:10000:User Name:/home/auser:/bin/bash
> $ id auser
> uid=2018(auser) gid=10000(agroup) groups=100...
2016 Oct 03
0
winbindd losing track of RFC2307 UIDs
...better if you
change 'idmap config MY.AD REALM.COM' to 'idmap config MYDOMAIN'
The 'ad' backend should start working properly then.
Rowland
>
> $ wbinfo -i auser
> auser:*:10028:10000:User Name:/home/auser:/bin/bash
> $ id auser
> uid=10028(auser) gid=10000(agroup)
> groups=10000(agroup),10007(othergroup)
>
> After a while (generally a couple days, though sometimes much
> sooner), this starts happening:
>
> $ wbinfo -i auser
> auser:*:2018:10000:User Name:/home/auser:/bin/bash
> $ id auser
> uid=2018(auser) gid=10000(agroup)
>...
2016 Oct 22
0
winbindd losing track of RFC2307 UIDs
...18:57 schrieb Rob via samba:
>>> [...]
>>>
>>> This generally works fine... user mappings are like:
>>>
>>> $ wbinfo -i auser
>>> auser:*:10028:10000:User Name:/home/auser:/bin/bash
>>> $ id auser
>>> uid=10028(auser) gid=10000(agroup)
>>> groups=10000(agroup),10007(othergroup)
>>>
>>> After a while (generally a couple days, though sometimes much
>>> sooner), this starts happening:
>>>
>>> $ wbinfo -i auser
>>> auser:*:2018:10000:User Name:/home/auser:/bin/bash
>...
2017 Sep 22
0
fts_read failed
...rectories from the
cluster using /etc/fstab:
gfs1,gfs2:/vol1/sites-available/ws0 /etc/nginx/sites-available glusterfs
defaults,_netdev 0 0
and
gfs1,gfs2:/vol1/webroots/ws0 /var/www glusterfs defaults,_netdev 0 0
I cd to /var/www/example.com/public_html/www.example.com/ and run:
chown -R auser:agroup .
and get:
chown: fts_read failed: No such file or directory
If I try the same on one of the glusterfs servers, it works fine as
expected.
However, if I run:
chown auser:agroup *
chown auser:agroup */*
chown auser:agroup */*/*
[...]
all the way to the bottom of the directory tree, it all wo...
2016 Oct 04
0
winbindd losing track of RFC2307 UIDs
...ind use default domain = yes
>>> [...]
>>>
>>> This generally works fine... user mappings are like:
>>>
>>> $ wbinfo -i auser
>>> auser:*:10028:10000:User Name:/home/auser:/bin/bash
>>> $ id auser
>>> uid=10028(auser) gid=10000(agroup)
>>> groups=10000(agroup),10007(othergroup)
>>>
>>> After a while (generally a couple days, though sometimes much
>>> sooner), this starts happening:
>>>
>>> $ wbinfo -i auser
>>> auser:*:2018:10000:User Name:/home/auser:/bin/bash
>&...
2016 Oct 04
2
winbindd losing track of RFC2307 UIDs
...>> This generally works fine... user mappings are like:
> >>>>>
> >>>>> $ wbinfo -i auser
> >>>>> auser:*:10028:10000:User Name:/home/auser:/bin/bash
> >>>>> $ id auser
> >>>>> uid=10028(auser) gid=10000(agroup)
> >>>>> groups=10000(agroup),10007(othergroup)
> >>>>>
> >>>>> After a while (generally a couple days, though sometimes much
> >>>>> sooner), this starts happening:
> >>>>>
> >>>>> $ wbinfo...
2016 Oct 04
0
winbindd losing track of RFC2307 UIDs
...>>>
>>>>> This generally works fine... user mappings are like:
>>>>>
>>>>> $ wbinfo -i auser
>>>>> auser:*:10028:10000:User Name:/home/auser:/bin/bash
>>>>> $ id auser
>>>>> uid=10028(auser) gid=10000(agroup)
>>>>> groups=10000(agroup),10007(othergroup)
>>>>>
>>>>> After a while (generally a couple days, though sometimes much
>>>>> sooner), this starts happening:
>>>>>
>>>>> $ wbinfo -i auser
>>>>>...
2005 Apr 15
1
cannot write to share
I have a server 192.168.0.14 and the directory I wish to share is /home/photo
I can mount from 192.168.0.1 with
mount -t smbfs -o "username=photo" //192.168.0.14/photo /mnt/smbshare
it prompts me for a password and I can see the contents of the share
but I cannot write to it.
Any pointers gladly recieved
kind regards
Kevin
--
"Democracy is two wolves and a lamb voting on what to
2016 Oct 04
0
winbindd losing track of RFC2307 UIDs
...enerally works fine... user mappings are like:
>>>>>>>
>>>>>>> $ wbinfo -i auser
>>>>>>> auser:*:10028:10000:User Name:/home/auser:/bin/bash
>>>>>>> $ id auser
>>>>>>> uid=10028(auser) gid=10000(agroup)
>>>>>>> groups=10000(agroup),10007(othergroup)
>>>>>>>
>>>>>>> After a while (generally a couple days, though sometimes much
>>>>>>> sooner), this starts happening:
>>>>>>>
>>>>>...
2011 Jul 09
2
Meta-analysis with zero values for mean and sd. Continuous data.
...ysis with count data for treatement/control cases.
Mi problem is that I need to use zero values (an informative zero value) for
the mean and standard deviation for one of the treatement, but R has a
problem: "Studies with zero values for sd.e or sd.c get no weight in
meta-analysis". I can agroup the case by Family (byvar=Family).
¿Can you help me? Thanks!
> datos<-read.table(file="datos_totales.csv",head=TRUE,sep=",",dec=",")
> datos[10:20,]
Study ControlN ControlMean ControlSD TreatedN TreatedMean
TreatedSD Family
10 Ali.Gmb.S1.In...
2024 Oct 25
2
[smb.conf] How to get "rw r r" ?
Hello,
On a Linux partition, I'd like new files to be created as "rw r r".
0133 doesn't seem to be the right mask for that pupose.
Does someone know what I should use instead?
Thank you.
============ fdisk -l
Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disklabel type: dos
Device???? Boot Start??????? End??? Sectors?? Size Id Type
/dev/sda1? *???? 2048
2011 Jul 09
1
Meta-analysis with zero values for mean and sd
...-analysis with count data for treatement/control cases.
Mi problem is that I need to use zero values (an informative value) for the
mean and standard deviation for one of the treatement, but R has a
problem: "Studies
with zero values for sd.e or sd.c get no weight in meta-analysis". I can
agroup the case by Family (byvar=Family).
¿anybody help me? Thanks!
> datos<-read.table(file="datos_totales.csv",head=TRUE,sep=",",dec=",")
> datos[10:20,]
Study ControlN ControlMean ControlSD TreatedN TreatedMean
TreatedSD Family
10 Ali.Gmb.S1.In...
2010 Jun 25
7
Ability to deploy a "skeleton" directory
...eploy a skeleton directory through puppet, i.e.
puppet deploys it only if it does not exist.
I tried this :
file {"/path/to/this/directory":
source => "puppet:///files/path/to/the/skeleton",
ensure => directory,
recurse => true,
owner => auser,
group => agroup
}
But I have 2 problems for the moment :
- if I don''t set owner/group, it takes uid/gid on the puppetmaster, which
does not exist on the node ; if I do set these options, the directory is
scanned each time and all files are chown''ed to this user/group, which is
absolutely not des...