|
Bugzilla – Full Text Bug Listing |
| Summary: | YaST runs programs with wrong absolute path | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Martin Vidner <mvidner> |
| Component: | YaST2 | Assignee: | E-mail List <yast2-maintainers> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | fcrozat |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Other | ||
| URL: | https://trello.com/c/plarcsbX | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | check-program-paths | ||
|
Description
Martin Vidner
2019-02-27 10:04:57 UTC
Fixes for the simple cases, under review: - https://github.com/yast/yast-bootloader/pull/555 - https://github.com/yast/yast-nfs-client/pull/80 - https://github.com/yast/yast-yast2/pull/898 - https://github.com/yast/yast-packager/pull/404 The cryptconfig case in yast2-users seems to be embedded in a bigger chunk of dead code, I'm checking it now The above PRs are merged. The last one: https://github.com/yast/yast-users/pull/198 Created attachment 798386 [details]
check-program-paths
This is the script that I used to find the bugs
All PRs merged. (In reply to Martin Vidner from comment #0) > yast/yast-yast2/library/general/src/scrconf/run_ifconfig.scr:49 > "/sbin/ifconfig" > is /usr/bin/ifconfig in net-tools-deprecated > used by yast/yast-instserver/src/modules/Instserver.rb:673 this module should be adapted to use ip and no longer ifconfig. |