Bug 1648113
| Summary: | rpm-ostree will not reliably install packages in fedora-iot | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tim Coote <tim+redhat.com> |
| Component: | rpm-ostree | Assignee: | Colin Walters <walters> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 29 | CC: | dustymabe, jonathan, miabbott, walters |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | aarch64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-11-22 13:24:55 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: | |||
|
Description
Tim Coote
2018-11-08 21:00:09 UTC
Sorry about that. It took me a few hours to compile the post and it looks like I got the copy/paste wrong :-( This morning, I got the same type of error from `rpm-ostree upgrade`:
`
Last login: Fri Nov 9 08:33:05 2018 from 10.0.89.218
[tim@localhost ~]$ sudo rpm-ostree upgrade
1109 metadata, 3924 content objects fetched; 146688 KiB transferred in 1245 seconds Checking out tree def3e42... done
Updating metadata for 'updates': [=============] 100%odular fedora-modular
rpm-md repo 'updates'; generated: 2018-11-12T02:05:58Z
rpm-md repo 'fedora' (cached); generated: 2018-10-28T11:00:32Z
Updating metadata for 'updates-modular': [=============] 100%
rpm-md repo 'updates-modular'; generated: 2018-11-12T00:07:03Z
Updating metadata for 'fedora-modular': [=============] 100%
rpm-md repo 'fedora-modular'; generated: 2018-10-28T11:01:36Z
Importing metadata [=============] 100%
Resolving dependencies... done
Will download: 9 packages (31.5 MB)
Downloading from updates: [=============] 100%
Importing (9/9) [=============] 100%
Relabeling (16/16) [=============] 100%
Checking out packages (25/25) [=============] 100%
Running pre scripts... 0 done
Running post scripts... error: Executing %transfiletriggerin for info: Executing bwrap(/bin/sh): Child process killed by signal 7; run `journalctl -t 'rpm-ostree(info.transfiletriggerin)'` for more information
[tim@localhost ~]$ sudo rpm-ostree status
State: idle
AutomaticUpdates: disabled
Deployments:
● ostree://fedora-iot:fedora/29/aarch64/iot
Version: 29.20181106.0 (2018-11-06T11:14:51Z)
BaseCommit: 283d542c1dbecba57c9bc15f0dcd9b2aac42b4f94ce10c0aae04c8401827b480
GPGSignature: Valid signature by 5A03B4DD8254ECA02FDA1637A20AA56B429476B4
LayeredPackages: buildah gdb python3-pip
ostree://fedora-iot:fedora/29/aarch64/iot
Version: 29.20181106.0 (2018-11-06T11:14:51Z)
BaseCommit: 283d542c1dbecba57c9bc15f0dcd9b2aac42b4f94ce10c0aae04c8401827b480
GPGSignature: Valid signature by 5A03B4DD8254ECA02FDA1637A20AA56B429476B4
LayeredPackages: buildah gdb
[tim@localhost ~]$
`
*** This bug has been marked as a duplicate of bug 1648112 *** |