|
Bugzilla – Full Text Bug Listing |
| Summary: | yast2 nis errors out | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Distribution | Reporter: | Stefan Fent <stefan.fent> |
| Component: | YaST2 | Assignee: | E-mail List <yast2-maintainers> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Leap 15.2 | ||
| Target Milestone: | --- | ||
| Hardware: | 64bit | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
it is Fix_crash #45 |
in /usr/share/YaST2/modules/: --- Nis.orig 2020-02-29 13:04:26.071254510 +0100 +++ Nis.rb 2020-02-29 13:00:04.105382509 +0100 @@ -1085,7 +1085,7 @@ end # *_compat may be set to nisplus, nuke it (#16168) - db_c = db + ["_compat"] + db_c = db + "_compat" Nsswitch.WriteDb(db_c, []) end Dunno, wherther this is fixed already in Github