not able to install MAAS from snap on ppc64le
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Medium
|
Alberto Donato | ||
Snapcraft |
New
|
Undecided
|
Unassigned | ||
The Ubuntu-power-systems project |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
I'm not able to install MAAS from snap on ppc64le machines.
I've Tried with Ubuntu Bionic and Focal:
First, upgrading snapd:
`Unpacking snapd (2.45.1+18.04) over (2.42.1+18.04)`
```
$ sudo snap install maas
error: cannot perform the following tasks:
- Run install hook of "maas" snap if present (run hook "install": /snap/maas/
```
```
ubuntu@wichita:~$ snap list
Name Version Rev Tracking Publisher Notes
core18 20200427 1752 latest/stable canonical* base
maas-cli 0.6.5 15 latest/stable canonical* -
snapd 2.45.1 8143 latest/stable canonical* snapd
```
trying 2.7:
```
$ sudo snap install maas --channel=
error: cannot perform the following tasks:
- Run install hook of "maas" snap if present (run hook "install": signal: segmentation fault (core dumped))
```
Changed in ubuntu-power-systems: | |
status: | New → Confirmed |
tags: | added: maas ppc64el |
Changed in maas: | |
status: | Triaged → Incomplete |
Changed in maas: | |
milestone: | none → 3.3.0-rc2 |
status: | Incomplete → Fix Committed |
Changed in ubuntu-power-systems: | |
status: | Confirmed → Fix Committed |
Changed in maas: | |
assignee: | nobody → Alberto Donato (ack) |
Changed in maas: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-power-systems: | |
status: | Fix Committed → Fix Released |
For arm64 platform I have similar (but not sure if it is the same) failure. Please feel free to let me know if it is better to report with another new bug:
``` maas/common/ log': Invalid argument)
ubuntu@awrep6:~$ lxc exec maas-snap -- /bin/bash root@maas-snap:~# snap list
Name Version Rev Tracking Publisher Notes
core18 20200427 1753 latest/stable canonical✓ base
lxd 4.2 15727 latest/stable/… canonical✓ -
snapd 2.45.1 8147 latest/stable canonical✓ snapd
root@maas-snap:~# snap install maas
error: cannot perform the following tasks:
- Run install hook of "maas" snap if present (run hook "install": chown: changing ownership of '/var/snap/
root@maas-snap:~#
```