Bugzilla – Full Text Bug Listing |
Summary: | [Build E.662.1] yast forcibly calls netconfig update | ||
---|---|---|---|
Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dominique Leuenberger <dimstar> |
Component: | YaST2 | Assignee: | YaST Team <yast-internal> |
Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
Severity: | Normal | ||
Priority: | P5 - None | CC: | dimstar, kanderssen |
Version: | Current | ||
Target Milestone: | --- | ||
Hardware: | Other | ||
OS: | Other | ||
URL: | https://openqa.opensuse.org/tests/2550590/modules/perform_installation/steps/5 | ||
Whiteboard: | |||
Found By: | openQA | Services Priority: | |
Business Priority: | Blocker: | Yes | |
Marketing QA Status: | --- | IT Deployment: | --- |
Description
Dominique Leuenberger
2022-08-25 09:43:08 UTC
The error seems to track back to: yast/yast-ntp-client src/modules/NtpClient.rb # Writes sysconfig ntp policy and calls netconfig to update ntp. Report an # error if some of the call fails. success = write_policy && update_netconfig Report.Error(_("Cannot update the dynamic configuration policy.")) unless success This looks like a duplicate of https://bugzilla.suse.com/show_bug.cgi?id=1198066, although not crashing in case of netconfig is more generic and we need to adapt several modules but for that we have the Jira request. At least the installation should work fine with the fix introduced by yast2-ntp-client-4.5.1 but there are other modules that needs to be adapted like yast2-samba (see https://bugzilla.suse.com/show_bug.cgi?id=1198066) As for removing completely netconfig we already have a jira entry, do we want to maintain this bug open or can we close it already once the installation should works now fine with yast2-ntp-client fixes? changing assignment as it is already being handled in yast kanban queue (In reply to Knut Alejandro Anderssen González from comment #5) > At least the installation should work fine with the fix introduced by > yast2-ntp-client-4.5.1 but there are other modules that needs to be adapted > like yast2-samba (see https://bugzilla.suse.com/show_bug.cgi?id=1198066) > > As for removing completely netconfig we already have a jira entry, do we > want to maintain this bug open or can we close it already once the > installation should works now fine with yast2-ntp-client fixes? I'd say we can close the bug - as the immediate issue reported here is fixed and the remaining pieces are part of the jira ticket |