search for: centos7dev64

Displaying 10 results from an estimated 10 matches for "centos7dev64".

2019 Feb 22
2
winbind causing huge timeouts/delays since 4.8
...fig changes make sense as a requirement to me and setting "winbind use default domain" to yes isn't usable on some of our servers, i digged deeper using wbinfo to talk to the winbind more directly and so avoid other services affecting testing. The finding was pretty clear: [root at centos7dev64 ~]# testparm -v 2>&1 < /dev/null|grep "winbind use default domain" ; time wbinfo -i unknown winbind use default domain = No failed to call wbcGetpwnam: WBC_ERR_WINBIND_NOT_AVAILABLE Could not get info for user unknown real 1m2.522s user 0m0.005s sys 0m0.009s...
2019 Feb 23
0
winbind causing huge timeouts/delays since 4.8
...> > >> Yep, these lines should be removed. > > > > Glad you agree ;-) > > > These were a left over from testing config changes to find a solution > to the problem and reomving them so they get to it's default didn't > has a real affect: > [root at centos7dev64 ~]# testparm -v 2>/dev/null </dev/null|grep > "ldap.*timeout" > ldap connection timeout = 10 > ldap timeout = 30 > [root at centos7dev64 ~]# time wbinfo -i foo > failed to call wbcGetpwnam: WBC_ERR_WINBIND_NOT_AVAILABLE > Could not get info for u...
2019 Feb 23
3
winbind causing huge timeouts/delays since 4.8
...10 >>> ldap timeout = 30 >> >> Yep, these lines should be removed. > > Glad you agree ;-) > These were a left over from testing config changes to find a solution to the problem and reomving them so they get to it's default didn't has a real affect: [root at centos7dev64 ~]# testparm -v 2>/dev/null </dev/null|grep "ldap.*timeout" ldap connection timeout = 10 ldap timeout = 30 [root at centos7dev64 ~]# time wbinfo -i foo failed to call wbcGetpwnam: WBC_ERR_WINBIND_NOT_AVAILABLE Could not get info for user foo real 1m1.700s user...
2019 Feb 28
2
winbind causing huge timeouts/delays since 4.8
...completed and working as needed (e.g. existing local and domain accounts resolve as needed). Bad news the problem is still around and reproducible. I teared down noisy services, so i could generate logs with only wbinfo call hitting winbind for testing. Here my result from command line: [root at centos7dev64 samba]# systemctl restart smb winbind sssd ; sss_cache -E ; net cache flush ; date ; smbcontrol winbind debug 10 ; sleep 60 ; date ; touch start ; wbinfo -i foo ; touch stop ; smbcontrol winbind debug 3 ; date ; sleep 5 ; sync ; cp -a st* log.winbindd* log.wb* BAK/ Thu Feb 28 10:31:52 EST 2019...
2019 Feb 23
2
winbind causing huge timeouts/delays since 4.8
> On 23 Feb 2019, at 14:52, Rowland Penny via samba <samba at lists.samba.org> wrote: > > On Sat, 23 Feb 2019 14:21:57 +0100 > Remy Zandwijk via samba <samba at lists.samba.org> wrote: > >> >> >>> On 23 Feb 2019, at 14:07, Rowland Penny via samba >>> <samba at lists.samba.org> wrote: >>> >>> On Sat, 23 Feb 2019
2019 Feb 26
3
winbind causing huge timeouts/delays since 4.8
Am 23.02.19 um 22:23 schrieb Rowland Penny via samba: > On Sat, 23 Feb 2019 21:54:31 +0100 > Alexander Spannagel via samba <samba at lists.samba.org> wrote: > >> Am 23.02.19 um 15:48 schrieb Rowland Penny via samba: >>>>>>>>> If you have, as you have, 'files sss winbind' in the the >>>>>>>>> passwd & group line
2019 Feb 22
2
winbind causing huge timeouts/delays since 4.8
On Fri, 22 Feb 2019 15:35:53 +0100 Ralph Böhme via samba <samba at lists.samba.org> wrote: > Hi, > > On Fri, Feb 22, 2019 at 01:59:15PM +0100, Alexander Spannagel via > samba wrote: > >I want to share some findings with the community about hugh > >timeouts/delays since upgraded to samba 4.8 end of last year and a > >patch fixing this in our setup. It would
2019 Feb 22
0
winbind causing huge timeouts/delays since 4.8
...to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND >> Could not get info for user foo >> >> real 0m0.025s >> user 0m0.004s >> sys 0m0.004s >> >> Can you share your full smb.conf? Here is the extraction of the global section from our smb.conf: [root at centos7dev64 ~]# testparm --section-name=global 2>/dev/null < /dev/null # Global parameters [global] dedicated keytab file = /etc/krb5.keytab disable spoolss = Yes domain master = No kerberos method = secrets and keytab ldap connection timeout = 10 ld...
2019 Feb 28
1
winbind causing huge timeouts/delays since 4.8
Am 28.02.19 um 17:25 schrieb Ralph Böhme: > On Thu, Feb 28, 2019 at 05:08:50PM +0100, Alexander Spannagel wrote: >> Beside log.winbindd i also added log.wb-CENTOS7DEV64 as it may be of >> interest too. So let me know if there is something i can test once more. > > thnks. We also need log.winbindd-idmap. > > You may want to file a bug and attach the logs there, so they don't get > lost until someone feels like looking into them. > &...
2019 Feb 22
6
winbind causing huge timeouts/delays since 4.8
...>> Could not get info for user foo > >> > >> real 0m0.025s > >> user 0m0.004s > >> sys 0m0.004s > >> > >> Can you share your full smb.conf? > > Here is the extraction of the global section from our smb.conf: > [root at centos7dev64 ~]# testparm --section-name=global 2>/dev/null < > /dev/null > # Global parameters > [global] > dedicated keytab file = /etc/krb5.keytab > disable spoolss = Yes > domain master = No > kerberos method = secrets and keytab >...