Bug 1431870
| Summary: | gpo_child fails when log is enabled in smb | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Lukas Slebodnik <lslebodn> |
| Component: | sssd | Assignee: | Michal Zidek <mzidek> |
| Status: | CLOSED NOTABUG | QA Contact: | sssd-qe <sssd-qe> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.4 | CC: | grajaiya, jhrozek, lslebodn, mkosek, mzidek, pbrezina, tscherf |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-06-05 14:56:16 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Lukas Slebodnik
2017-03-13 22:20:23 UTC
May be related to these issues: https://pagure.io/SSSD/sssd/issue/3279 https://pagure.io/SSSD/sssd/issue/3324 I run automated script on fedora and test passed with libsmbclient-4.5.6
Following update broke it.
Packages Altered:
Upgraded libsmbclient-2:4.5.6-0.fc25.x86_64 @updates/25
Upgrade 2:4.6.0-0.0.rc1.fc26.x86_64 @@commandline
Upgraded libwbclient-2:4.5.6-0.fc25.x86_64 @updates/25
Upgrade 2:4.6.0-0.0.rc1.fc26.x86_64 @@commandline
Upgraded samba-2:4.5.6-0.fc25.x86_64 @updates/25
Upgrade 2:4.6.0-0.0.rc1.fc26.x86_64 @@commandline
Upgraded samba-client-2:4.5.6-0.fc25.x86_64 @updates/25
Upgrade 2:4.6.0-0.0.rc1.fc26.x86_64 @@commandline
Upgraded samba-client-libs-2:4.5.6-0.fc25.x86_64 @updates/25
Upgrade 2:4.6.0-0.0.rc1.fc26.x86_64 @@commandline
Upgraded samba-common-2:4.5.6-0.fc25.noarch @updates/25
Upgrade 2:4.6.0-0.0.rc1.fc26.noarch @@commandline
Upgraded samba-common-libs-2:4.5.6-0.fc25.x86_64 @updates/25
Upgrade 2:4.6.0-0.0.rc1.fc26.x86_64 @@commandline
Upgraded samba-common-tools-2:4.5.6-0.fc25.x86_64 @updates/25
Upgrade 2:4.6.0-0.0.rc1.fc26.x86_64 @@commandline
Upgraded samba-libs-2:4.5.6-0.fc25.x86_64 @updates/25
Upgrade 2:4.6.0-0.0.rc1.fc26.x86_64 @@commandline
Upstream ticket: https://pagure.io/SSSD/sssd/issue/3347 Any progress here? If it is bug/regression in samba then they should be aware of it soon and not a day before deadline. Hi, The problem does not seem to be related to the logging, but to the wrong workgroup set in the smb.conf . workgroup = $AD_SERVER_SHORT_REALM The environmental variable $AD_SERVER_SHORT_REALM , is empty/not defined which results in configuration error that causes the downstream tests to fail. In order to fix the test, simply remove the line from smb.conf (or set it to a correct value). I am closing this as NOTABUG (well it is a bug in the tests, but not in the SSSD component :) ). It probably only worked by accident in previous versions. (btw. thank you Lukas for preparing the machine to test) Michal |