Summary: | blivet.safe_dbus.DBusCallError: Failed to call Introspect method on /org/freedesktop/UDisks2/Manager with None arguments: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.UDisks2 was not provided by any .service files | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Raphael Groner <projects.rg> | ||||||||||||||
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||
Priority: | unspecified | ||||||||||||||||
Version: | 30 | CC: | anaconda-maint-list, awilliam, blivet-maint-list, g.kaviyarasu, gmarr, jkonecny, jonathan, kellin, kparal, lupinix.fedora, mkolman, projects.rg, robatino, vanmeeuwen+fedora, v.podzimek+fedora, vponcova, wwoods | ||||||||||||||
Target Milestone: | --- | Flags: | lupinix.fedora:
needinfo?
(gmarr) |
||||||||||||||
Target Release: | --- | ||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||
OS: | Unspecified | ||||||||||||||||
Whiteboard: | abrt_hash:500798b295b63a7b678a7de0cbcdd7687b3b8c0ba428a562348edc83ace23a7e; RejectedBlocker AcceptedFreezeException https://fedoraproject.org/wiki/Common_F27_bugs#anaconda-iscsi-live | ||||||||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||
Clone Of: | Environment: | ||||||||||||||||
Last Closed: | 2019-05-27 14:55:15 UTC | Type: | --- | ||||||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||||||
Documentation: | --- | CRM: | |||||||||||||||
Verified Versions: | Category: | --- | |||||||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||
Bug Depends On: | 1491806 | ||||||||||||||||
Bug Blocks: | 1349185, 1394841 | ||||||||||||||||
Attachments: |
|
Description
Raphael Groner
2017-03-04 22:03:50 UTC
Created attachment 1259994 [details]
File: anaconda-tb
Created attachment 1259995 [details]
File: environ
Created attachment 1259996 [details]
File: journalctl
Created attachment 1259997 [details]
File: lsblk_output
Created attachment 1259998 [details]
File: nmcli_dev_list
Created attachment 1259999 [details]
File: os_info
Proposed as a Blocker for 26-alpha by Fedora user raphgro using the blocker tracking app because: Anaconda reports an error and exits while trying to install LXQt spin, I guess that's a general issue for any spin though tried with LXQt only. Violation of QA:Testcase install repository Live Image: The installation finishes successfully Discussed during the 2017-03-06 blocker review meeting: [1] The decision was made to reject this as a blocker but accept it as a freeze exception as we suspect this is due to a missing package on the LXQt spin, which is not a blocking arch, but the freeze exception will allow the packages to be added and this bug fixed. [1] https://meetbot.fedoraproject.org/fedora-blocker-review/2017-03-06/f26-blocker-review.2017-03-06-17.02.txt How can this be a missing package @LXQt Spin? If a package is missing, anaconda is missing a dependency. Also the same kickstarts work fine with Fedora 25. There were some renaming of Storaged and this looks to me like a regression from that. (In reply to Jiri Konecny from comment #10) > There were some renaming of Storaged and this looks to me like a regression > from that. The DBus APIs provided by storaged and udisks2 are the same so no regression here. (In reply to Christian Dersch from comment #9) > How can this be a missing package @LXQt Spin? If a package is missing, > anaconda is missing a dependency. Also the same kickstarts work fine with > Fedora 25. storaged/udisks is only needed for iSCSI which is a kind of optional functionality not hardly required by neither blivet (the storage library) nor anaconda. I added storaged to the spin and anaconda works fine now. So something requires it and storaged should be pulled in as a dependency as we get the crash otherwise. I don't know the right place for that, for Fedora 25 I did not have to add storaged and everything worked as expected @anaconda, something has been changed here. Here's a fix for blivet to not crash like this if udisks/storaged is not installed: https://github.com/rhinstaller/blivet/pull/562 Nice, thanks :) Still, though, if this is required for a significant anaconda feature to work, it seems reasonable for anaconda to Requires: or at least Recommends: it. Otherwise we run the risk of iSCSI installs suddenly not working if the package no longer happens to be pulled into our images by any other dep chain. (In reply to Adam Williamson from comment #16) > Still, though, if this is required for a significant anaconda feature to > work, it seems reasonable for anaconda to Requires: or at least Recommends: > it. Otherwise we run the risk of iSCSI installs suddenly not working if the > package no longer happens to be pulled into our images by any other dep > chain. +1 Could then someone reassign this bug to anaconda or open another bug? I'm fine with a FE here but it's a clear violation of QA:Testcase install repository Live Image: The installation finishes successfully (as noted in the proposal). storaged-iscsi (udisks2-iscsi) is still not present on F28 Beta Workstation Live. Moving to anaconda per comment 16. If the package is just an install time dependency, it should be added just to the Lorax templates that generate the respective installation image, not as a hard Anaconda dependency. See bug 1491806 where we are trying to reduce the amount of hard install time only dependencies, so adding even more does not seem like a good idea. This message is a reminder that Fedora 28 is nearing its end of life. On 2019-May-28 Fedora will stop maintaining and issuing updates for Fedora 28. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '28'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 28 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. The change to lorax templates was done back in Oct 2017: https://github.com/weldr/lorax/commit/5584b6ac56e704dd3c21c5cbabeaee2b3414b468 However, I don't think that helps *live* images. If we don't make this a package dependency, I guess we at least in theory need to add it to kickstarts for live images...still, I don't think we listed the old name in kickstarts either... I think that this was fixed in https://github.com/rhinstaller/anaconda/pull/1415. Yeah, that seems correct. Let's call it fixed. |