juju / juju-crashdump

Script to assist in gathering logs and other debugging info from a Juju model
MIT License
10 stars 23 forks source link

Latest juju-crashdump (rev 259) fails to run on arm64 #96

Closed morphis closed 2 years ago

morphis commented 2 years ago

With the latest revision 259 (which is the same for arm64 and amd64) of the juju-crashdump snap we failed to run it on arm64 systems.

17:54:34  + timeout -s KILL 5m sudo -u root -H /snap/bin/juju crashdump -s -a debug-layer
17:54:34  /snap/juju-crashdump/259/snap/command-chain/snapcraft-runner: 3: exec: /snap/juju-crashdump/259/usr/bin/python3: Exec format error

This smells like the amd64 snap was published for arm64

morphis commented 2 years ago

Latest revision from candidate (237) still works fine.