Displaying 16 results from an estimated 16 matches for "poyner".
Did you mean:
poner
2018 Feb 19
2
UID GID mapping with sssd no longer supported on samba 4.7.4?
...=S-1-22-<unix
uid of user> and the group is SID=S-1-22-<unix gid of group>
This all works fine for files owned by the windows user, or files that
are world readable, but fails for files owned by root, but belonging to
a the user's primary group.
On the linux side:
-rw-rw---- 1 poyner pvt-poyner 0 Feb 19 17:32 poynerFile
drwxrws--- 2 root pvt-poyner 2 Feb 19 19:30 rootPoynerDir
On the windows side using powershell get-acl
get-acl .\poynerDir\
Path Owner Access
---- ----- ------
poynerDir O:S-1-22-1-17907 S-1-22-1-17907 Allow FullControl....
2016 Jul 21
5
aio settings for samba 4.3
On Thu, Jul 21, 2016 at 12:23:01PM -0500, Russell R Poyner wrote:
> One more data point for comparison
>
> I installed the stock samba 4.2 rpm on a centos 7 machine and ran
> the same diskspd tests against a share configured with:
> vfs objects = aio_pthread
> aio read size = 1024
> aio read size = 1024
>
> smb2 lea...
2016 Jul 21
2
aio settings for samba 4.3
Am 21.07.2016 um 20:56 schrieb Russell R Poyner:
> Jeremy,
>
> I think this is exactly a complex interaction between FreeBSD and
> Samba. Best guess would be some system call that is fast in linux but
> slow in FreeBSD holding things back.
>
> Russ
>
> On 07/21/2016 01:00 PM, Jeremy Allison wrote:
>> On Thu, Ju...
2016 Jul 20
4
aio settings for samba 4.3
On Tue, Jul 19, 2016 at 12:42:53PM -0700, Jeremy Allison wrote:
> On Tue, Jul 19, 2016 at 12:49:09PM -0500, Russell R Poyner wrote:
> > I'm tuning a samba 4.3 install on freebsd and I'm confused about aio
> > settings.
> >
> > I've loaded the freebsd aio kernel module and tried various values
> > or aio read size and aio write size, but it seems to make no
> > difference i...
2016 Jul 19
3
aio settings for samba 4.3
...disk system. FWIW iperf shows >900Mbits/sec in both
directions on the link.
# smbd -b|grep aio
vfs_aio_fork_init
vfs_aio_posix_init
vfs_aio_pthread_init
As always google finds lots of tuning advice, but it's not clear what if
any of it applies to 4.3 on FreeBSD.
Thanks
Russ Poyner
2016 Jul 21
0
aio settings for samba 4.3
On Thu, Jul 21, 2016 at 10:50:16PM +0200, Achim Gottinger wrote:
>
>
> Am 21.07.2016 um 20:56 schrieb Russell R Poyner:
> >Jeremy,
> >
> >I think this is exactly a complex interaction between FreeBSD and
> >Samba. Best guess would be some system call that is fast in linux
> >but slow in FreeBSD holding things back.
> >
> >Russ
> >
> >On 07/21/2016 01:00 PM, Jere...
2015 Jan 28
2
ldap start_tls to microsoft active directory
...le
tls certfile
and also added the certs in openldap/ldap.conf
but I've not been able to get samba to connect to AD ldap over tls. I
can't seem to convince it to trust the AD machines certificate.
Does anyone have ldap ssl working against a MS domain controller?
Thanks in advance
Russ Poyner
2015 Feb 12
0
Trouble building 4.2rc4 on FreeBSD
I'm attempting to build 4.2.0rc4 on a FreeBSD 10.0 system. There seems
to be a problem with finding the system headers. Specifically
lib/texpect/texpect.c seems to not be finding /usr/include/sys/signal.h
Some hints on waf or building samba would be appreciated
Russ Poyner
The errors:
make
WAF_MAKE=1 python ./buildtools/bin/waf build
Waf: Entering directory `/root/samba-4.2.0rc4/bin'
Selected embedded Heimdal build
[ 680/3738] Compiling lib/texpect/texpect.c
../lib/texpect/texpect.c:79:8: error: unknown type name 'sig_atomic_t'
static sig_atomic_t...
2015 Feb 12
0
Trouble building 4.2rc4 on FreeBSD
...aders. Specifically
> lib/texpect/texpect.c seems to not be finding /usr/include/sys/signal.h
>
> Some hints on waf or building samba would be appreciated
Look at bugs 10833 11092 at bugzilla.samba.org. The patch there
most likely is looking for signal.h in just /usr/include.
> Russ Poyner
>
> The errors:
>
> make
> WAF_MAKE=1 python ./buildtools/bin/waf build
> Waf: Entering directory `/root/samba-4.2.0rc4/bin'
> Selected embedded Heimdal build
> [ 680/3738] Compiling lib/texpect/texpect.c
> ../lib/texpect/texpect.c:79:8: error: unknown type nam...
2016 Jul 21
0
aio settings for samba 4.3
...Thus it seems that
the dismal performance I see is associated with the FreeBSD
implementation somehow.
Thanks again
RP
On 07/20/2016 03:58 AM, Volker Lendecke wrote:
> On Tue, Jul 19, 2016 at 12:42:53PM -0700, Jeremy Allison wrote:
>> On Tue, Jul 19, 2016 at 12:49:09PM -0500, Russell R Poyner wrote:
>>> I'm tuning a samba 4.3 install on freebsd and I'm confused about aio
>>> settings.
>>>
>>> I've loaded the freebsd aio kernel module and tried various values
>>> or aio read size and aio write size, but it seems to make no
>>...
2016 Jul 21
0
aio settings for samba 4.3
Jeremy,
I think this is exactly a complex interaction between FreeBSD and Samba.
Best guess would be some system call that is fast in linux but slow in
FreeBSD holding things back.
Russ
On 07/21/2016 01:00 PM, Jeremy Allison wrote:
> On Thu, Jul 21, 2016 at 12:23:01PM -0500, Russell R Poyner wrote:
>> One more data point for comparison
>>
>> I installed the stock samba 4.2 rpm on a centos 7 machine and ran
>> the same diskspd tests against a share configured with:
>> vfs objects = aio_pthread
>> aio read size = 1024
>> aio read size...
2015 Jan 29
0
ldap start_tls to microsoft active directory
On Wed, 2015-01-28 at 10:11 -0600, Russell Poyner wrote:
> I have 20+ freebsd 10 samba 4 servers joined to our local microsoft
> active directory. At the moment things work well enough. However the
> windows administrator wants to tighten his AD security by requiring tls
> encrypted ldap.
>
> When I add:
> ldap ssl = start...
1999 Jan 12
0
Trouble seeing files on OS/2 server
...lient on the
linux machine to connect to the OS/2 box it appears to connect fine but dir or
ls return no files, only a report on free space on the OS/2 drive. Smbmount
gives similar behavior, the mount command appears to work but the mount point
directory appears empty.
Thanks in advance
Russell Poyner
2010 Apr 15
0
wbinfo -K no such user
...2. wbinfo -i user
3. calls to nss, getent passwd, id user (yes I have compat winbind in
nsswitch for passwd and groups)
The nss calls create failed LDAP bind messages in the logs. My sense is
that the failure of the ldap bind is related to the apparent kerberos
problem.
Thanks is advance
Russ Poyner
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: krb5.conf
URL: <http://lists.samba.org/pipermail/samba/attachments/20100415/f7609853/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was sc...
2015 Feb 10
0
ldap start_tls to microsoft active directory
...Master-Key:
Key-Arg : None
PSK identity: None
PSK identity hint: None
SRP username: None
Start Time: 1423605319
Timeout : 7200 (sec)
Verify return code: 0 (ok)
On 01/29/2015 12:49 PM, Andrew Bartlett wrote:
> On Wed, 2015-01-28 at 10:11 -0600, Russell Poyner wrote:
>> I have 20+ freebsd 10 samba 4 servers joined to our local microsoft
>> active directory. At the moment things work well enough. However the
>> windows administrator wants to tighten his AD security by requiring tls
>> encrypted ldap.
>>
>> When I add:
&...
2015 Jul 23
0
Any one have previous versions working in samba 4.2 with zfs?
On older versions of samba I was able to expose zfs snapshots to windows
clients as "previous versions" using:
vfs objects = shadow_copy2
shadow: snapdir = .zfs/snapshot
shadow: sort = desc
shadow: format = %Y-%m-%d
follow symlinks = yes
wide links = yes
Since upgrading to 4.2 the windows clients report no previous versions.
Even though the snapshots are there in zfs.
Anyone have