Bug 1287841
| Summary: | Transaction error leads to fast installer crash without warning or errors give to user | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Terje Røsten <terje.rosten> | ||||||||||||||||||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||||||||||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 23 | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, terje.rosten, vanmeeuwen+fedora | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | Unspecified | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| Whiteboard: | |||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2015-12-07 12:53:05 UTC | Type: | Bug | ||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||
|
Description
Terje Røsten
2015-12-02 19:41:14 UTC
Please attach the logs from /tmp to this bug as individual, text/plain attachments. That's of course not possible as the installer crashes and reboots and everything in /tmp is gone for good. Can you add inst.nokill to the boot arguments? Seems useful, thanks. Created attachment 1102525 [details]
anaconda.log
Created attachment 1102526 [details]
dnf.librepo.log
Created attachment 1102527 [details]
dnf.log
Created attachment 1102528 [details]
dnf.rpm.log
Created attachment 1102529 [details]
hawkey.log
Created attachment 1102530 [details]
ifcfg.log
Created attachment 1102531 [details]
packaging.log
Created attachment 1102532 [details]
program.log
Created attachment 1102533 [details]
storage.log
Created attachment 1102534 [details]
vncserver.log
tail of packaging.log:
15:39:16,380 INFO packaging: kernel: selected kernel
15:39:16,820 INFO packaging: Sufficient mountpoints found: {'/mnt/sysimage/var': Size('4,84 GiB'), '/mnt/sysimage': Size('24,37 GiB')}
15:39:16,821 INFO packaging: 3295 packages selected totalling 17,3 GiB
15:39:16,856 INFO packaging: Sufficient mountpoints found: {'/mnt/sysimage/var': Size('4,84 GiB'), '/mnt/sysimage': Size('24,37 GiB')}
15:39:17,163 INFO packaging: Downloading packages.
15:04:58,880 INFO packaging: Downloading packages finished.
15:05:12,609 ERR packaging: The transaction process has ended abruptly
15:05:12,609 INFO packaging: Transaction check error:
file /etc/logrotate.d/syslog conflicts between attempted installs of syslog-ng-3.6.2-3.fc23.x86_64 and rsyslog-8.10.0-1.fc23.x86_64
file /etc/xdg/menus/mate-preferences-categories.menu conflicts between attempted installs of mate-menus-preferences-category-menu-1.10.0-2.fc23.x86_64 and mate-control-center-1.12.0-2.fc23.x86_64
Thank you for the logs. This behavior is fixed in rawhide by https://github.com/rhinstaller/anaconda/commit/7bdd331b, but unfortunately did not make it into F23. This commit would have caused a traceback instead of a silent exit, and it looks like the underlying cause will be fixed once the change for bug 1287845 is pushed to stable. |