On 14 Aug 2018, at 14:04, Peter Robinson <pbrobinson@gmail.com> wrote:

On Thu, Aug 9, 2018 at 2:37 PM, Alessio Ciregia <alciregi@gmail.com> wrote:

Hello. Please look at rpm-ostree issue #1493 on github [1]. In short, “rpm-ostree install kernel-modules-extra” doesn't work [1] and journalctl reports a lot of coredumps. This seems to happen only if on my Rasperry Pi 3. No problem so far using Fedora IOT on KVM (x86_64 or aarch64). And no issues also using F28 IOT on the same RPi3.

In addition, it seems to crash only installing kernel-modules-extra, it worked with any other package I have installed (overlayed?).

Yeah, I don't know what I'm doing :-) but I just report this behaviour I've observed.

There was an issue with overlays in general a little while ago, I would maybe try doing an “rpm-ostree upgrade” to the latest and reboot and trying applying the overlay again.

Has there been a regression? I’m seeing the same sort of behaviour difference as #1493 between rpi and x86 vm, even with quite simple rpms.

On the pi, the initial issue seems to be a segfault by rofiles-fuse. I can probably narrow the symptoms down, but if there’s a known potential issue, I’d rather avoid that. It took me a while to spot the core dumps in journalctl.

Both machines are on current releases: pi: ` rpm-ostree status State: idle AutomaticUpdates: disabled Deployments: ● ostree://fedora-iot:fedora/29/aarch64/iot

        Version: 29.20181027.0 (2018-10-27 11:33:14)
     BaseCommit: 75eaac907aea31e1aecd7e41c76f640e8d5866986fed99dc1cf0a48bf7437b91
   GPGSignature: Valid signature by 5A03B4DD8254ECA02FDA1637A20AA56B429476B4
LayeredPackages: apr apr-util-bdb httpd mailcap mod_http2 python3-boto3 python3-botocore python3-pip rubygem-rake
  LocalPackages: hubaccess-0.68-1.noarch pushkeys-0.68-1.noarch
       Unlocked: development
  ostree://fedora-iot:fedora/29/aarch64/iot
        Version: 29.20181025.0 (2018-10-25 23:06:09)
     BaseCommit: f23a12ef454c34edffe2b434de22e2e1dec6b85b8599e713e071ec7e7061f714
   GPGSignature: Valid signature by 5A03B4DD8254ECA02FDA1637A20AA56B429476B4
LayeredPackages: apr apr-util-bdb httpd mailcap mod_http2 python3-boto3 python3-botocore python3-pip rubygem-rake
  LocalPackages: hubaccess-0.68-1.noarch pushkeys-0.68-1.noarch

`

x86 vm: ` [vagrant@localhost ~]$ rpm-ostree status State: idle AutomaticUpdates: disabled Deployments:

  ostree://fedora-iot:fedora/29/x86_64/iot
        Version: 29.20181027.0 (2018-10-27 11:28:02)
     BaseCommit: b8b1c3f5b0c83353db5df3c5649147c6d4aed70330a460e54119729430e5a951
   GPGSignature: Valid signature by 5A03B4DD8254ECA02FDA1637A20AA56B429476B4
LayeredPackages: avahi-compat-libdns_sd buildah httpd python3-pip virtualbox-guest-additions
  LocalPackages: hubaccess-0.68-1.noarch hub-connect-1.38.rc1-1.noarch sensei-core-2-1.noarch pushkeys-0.68-1.noarch

● ostree://fedora-iot:fedora/29/x86_64/iot

        Version: 29.20181027.0 (2018-10-27 11:28:02)
     BaseCommit: b8b1c3f5b0c83353db5df3c5649147c6d4aed70330a460e54119729430e5a951
   GPGSignature: Valid signature by 5A03B4DD8254ECA02FDA1637A20AA56B429476B4
LayeredPackages: avahi-compat-libdns_sd buildah httpd python3-pip virtualbox-guest-additions
  LocalPackages: hubaccess-0.68-1.noarch hub-connect-1.38.rc1-1.noarch pushkeys-0.68-1.noarch
  ostree://fedora-iot:fedora/29/x86_64/iot
        Version: 29.20181027.0 (2018-10-27 11:28:02)
     BaseCommit: b8b1c3f5b0c83353db5df3c5649147c6d4aed70330a460e54119729430e5a951
   GPGSignature: Valid signature by 5A03B4DD8254ECA02FDA1637A20AA56B429476B4
LayeredPackages: buildah python3-pip virtualbox-guest-additions
  LocalPackages: hubaccess-0.68-1.noarch hub-connect-1.38.rc1-1.noarch pushkeys-0.68-1.noarch

`