RHEL 7.6 released

I have a working fix for the issue, you can find the RPM linked inside this PR: https://github.com/NethServer/nethserver-samba/pull/30

But the fix is still not working on our production machine.

I think I’ve found the origin of the issue in our production machine: it was upgraded from NethServer 6.

# config getprop nsdc ProvisionType 
ns6upgrade

So it is different from a new NethServer 7 AD installation. The problem seems to be the SID number that appears duplicated:

[2018/11/20 14:30:26.684068,  0, pid=12847, effective(0, 0), real(0, 0), class=winbind] ../source3/winbindd/winbindd_util.c:182(add_trusted_domain)
  add_trusted_domain: SID [S-1-5-21-X-Y-Z] already used by domain [NETHSERVICE], expected [NETHESIS]

Fixed with

net setlocalsid S-1-5-21-X-Y-(Z+N)
systemctl restart smb winbind

I’ll check the same workaround fixes other installations too then send a PR.

2 Likes

i have created a wiki page with a basic schema with config and modules to test with the new release… it’s a wip and i clearly sucks with wiki :sob:
it’s not really what i have in mind… but it’s a start… @quality_team and all, if someone want to contribute, feel free :slight_smile:

https://wiki.nethserver.org/doku.php?id=quality:qa_new_release

4 Likes

Is it generic or specific to 7.6?

I’ve removed listed rpms.

/cc @davidep

2 Likes