[Bug 1891259] Re: snap installation with core18 fails at 'Ensure prerequisites for "etcd" are available' in air-gapped environments as snapd always requires core(16) or "snapd" snap

2021-04-14 Thread Nobuto Murata
Now that "snapd" snap is seeded into the base image of focal along with
core18 for "lxd" snap . That actually solves the original issue in a
different way. We no longer have to upload "snapd" snap using a charm
resource.

Bionic is still affected, but I don't think it's common for new
deployments these days so I'm closing the charm task as Invalid until
somebody really needs the work for bionic.

[/var/lib/snapd/seed/seed.yaml on focal]
snaps:
  -
name: core18
channel: stable
file: core18_1997.snap
  -
name: snapd
channel: stable
file: snapd_11402.snap
  -
name: lxd
channel: 4.0/stable/ubuntu-20.04
file: lxd_19647.snap


** Changed in: charm-etcd
   Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1891259

Title:
  snap installation with core18 fails at 'Ensure prerequisites for
  "etcd" are available' in air-gapped environments as snapd always
  requires core(16) or "snapd" snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-etcd/+bug/1891259/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1891259] Re: snap installation with core18 fails at 'Ensure prerequisites for "etcd" are available' in air-gapped environments as snapd always requires core(16) or "snapd" snap

2021-01-06 Thread Nobuto Murata
** Summary changed:

- snap installation with core18 fails at 'Ensure prerequisites for "etcd" are 
available' in air-gapped environments as snapd always requires core(16)
+ snap installation with core18 fails at 'Ensure prerequisites for "etcd" are 
available' in air-gapped environments as snapd always requires core(16) or 
"snapd" snap

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1891259

Title:
  snap installation with core18 fails at 'Ensure prerequisites for
  "etcd" are available' in air-gapped environments as snapd always
  requires core(16) or "snapd" snap

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-etcd/+bug/1891259/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1891259] Re: snap installation with core18 fails at 'Ensure prerequisites for "etcd" are available' in air-gapped environments as snapd always requires core(16)

2020-09-29 Thread Zygmunt Krynicki
I'm marking the snapd task as invalid as it seems to be a problem with
the set of snaps available in offline mode.

** Changed in: snapd
   Status: New => Invalid

** Changed in: snapd (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1891259

Title:
  snap installation with core18 fails at 'Ensure prerequisites for
  "etcd" are available' in air-gapped environments as snapd always
  requires core(16)

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-etcd/+bug/1891259/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1891259] Re: snap installation with core18 fails at 'Ensure prerequisites for "etcd" are available' in air-gapped environments as snapd always requires core(16)

2020-09-03 Thread Maciej Borzecki
I'm not sure there was a fix or anything, the original message was:

> $ sudo snap install ./etcd_230.snap
> error: cannot perform the following tasks:
> - Ensure prerequisites for "etcd" are available (cannot install system snap 
> "snapd": Post  https://api.snapcraft.io/v2/snaps/refresh: dial tcp 
> 91.189.92.20:443: connect: connection refused)

Which is a bit unclear, but states that it cannot install system snap
"snapd". Adding that to the bunch should satisfy the dependencies and
allow etcd to be installed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1891259

Title:
  snap installation with core18 fails at 'Ensure prerequisites for
  "etcd" are available' in air-gapped environments as snapd always
  requires core(16)

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-etcd/+bug/1891259/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1891259] Re: snap installation with core18 fails at 'Ensure prerequisites for "etcd" are available' in air-gapped environments as snapd always requires core(16)

2020-08-20 Thread Nobuto Murata
> On top of the already existing snaps, can you also download the snapd snap 
> and ack its assertion?
> 
> So the command sequence looks like this:
> 
> snap download snapd
> snap download core18
> snap download etcd
> 
> # on the host
> snap ack ./snapd_*.assert
> snap ack ./core18_*.assert
> snap ack ./etcd_*.assert
> sudo snap install ./snapd_*.snap
> sudo snap install ./core18_*.snap
> sudo snap install ./etcd_*.snap
> 
> This works in a 18.04 VM for me.

Interesting, it works for me too. Does that suggest that there is a
"fix" for the original issue somewhere between snapd 2.45.1+18.04.2
(packaged) and 2.45.3.1 (snap)?

$ snap version
snap2.45.3.1
snapd   2.45.3.1
series  16
ubuntu  18.04
kernel  4.15.0-112-generic

$ snap list
NameVersion   Rev   Tracking  Publisher   Notes
core18  20200724  1885  - canonical✓  base
etcd3.4.5 230   - canonical✓  -
snapd   2.45.3.1  8790  - canonical✓  snapd

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1891259

Title:
  snap installation with core18 fails at 'Ensure prerequisites for
  "etcd" are available' in air-gapped environments as snapd always
  requires core(16)

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-etcd/+bug/1891259/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1891259] Re: snap installation with core18 fails at 'Ensure prerequisites for "etcd" are available' in air-gapped environments as snapd always requires core(16)

2020-08-20 Thread Maciej Borzecki
On top of the already existing snaps, can you also download the snapd
snap and ack its assertion?

So the command sequence looks like this:

snap download snapd
snap download core18
snap download etcd

# on the host
snap ack ./snapd_*.assert
snap ack ./core18_*.assert
snap ack ./etcd_*.assert
sudo snap install ./snapd_*.snap
sudo snap install ./core18_*.snap
sudo snap install ./etcd_*.snap

This works in a 18.04 VM for me.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1891259

Title:
  snap installation with core18 fails at 'Ensure prerequisites for
  "etcd" are available' in air-gapped environments as snapd always
  requires core(16)

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-etcd/+bug/1891259/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1891259] Re: snap installation with core18 fails at 'Ensure prerequisites for "etcd" are available' in air-gapped environments as snapd always requires core(16)

2020-08-19 Thread Nobuto Murata
** Summary changed:

- snap installation with core18 fails at 'Ensure prerequisites for "etcd" are 
available' in air-gapped environments
+ snap installation with core18 fails at 'Ensure prerequisites for "etcd" are 
available' in air-gapped environments as snapd always requires core(16)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1891259

Title:
  snap installation with core18 fails at 'Ensure prerequisites for
  "etcd" are available' in air-gapped environments as snapd always
  requires core(16)

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-etcd/+bug/1891259/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs