|
Bugzilla – Full Text Bug Listing |
| Summary: | Active Directory install, stalls at 16% | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Pauly Walnuts <badamsiosllc> |
| Component: | Samba | Assignee: | The 'Opening Windows to a Wider World' guys <samba-maintainers> |
| Status: | RESOLVED FIXED | QA Contact: | The 'Opening Windows to a Wider World' guys <samba-maintainers> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | badamsiosllc, david.mulder |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | 64bit | ||
| OS: | openSUSE Tumbleweed | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Pauly Walnuts
2024-04-22 17:33:03 UTC
If you want to run an ADDC on TW, you should be using the Heimdal builds from https://build.opensuse.org/package/show/network:samba:ADDC/samba The samba packages in TW use MIT KRB5, which is known to have issues. I'm not aware of any specific issues like described here, but perhaps try the Heimdal build first and report the result here. (In reply to David Mulder from comment #1) > If you want to run an ADDC on TW, you should be using the Heimdal builds > from https://build.opensuse.org/package/show/network:samba:ADDC/samba > > The samba packages in TW use MIT KRB5, which is known to have issues. I'm > not aware of any specific issues like described here, but perhaps try the > Heimdal build first and report the result here. Pauly, could you tell us where the AD DC install is from, so we can better help you? Thanks! I went to Discover, Software Manager, in KDE, searched for Samba, and as well as Somba, there is a package called, Yast - Active Directory Domain Controller. I don't know how to find which repository it's in. (In reply to Pauly Walnuts from comment #3) > I went to Discover, Software Manager, in KDE, searched for Samba, and as > well as Somba, there is a package called, Yast - Active Directory Domain > Controller. > > I don't know how to find which repository it's in. You would know if you were using the Heimdal binaries. Please install the packages from https://build.opensuse.org/package/show/network:samba:ADDC/samba and try again. To do that for tumbleweed: ``` sudo zypper ar -r https://download.opensuse.org/repositories/network:/samba:/ADDC/openSUSE_Tumbleweed/network:samba:ADDC.repo sudo zypper dup -r network_samba_ADDC --allow-vendor-change ``` Got it. I found the .repo file, thanks! |