In progress: snapd 2.27.5

Yes, I removed and reinstalled the snap after refreshing the core. I tried with other snaps too and it’s not working. Are you able to reproduce it?

hmm, no, you are right, seems the interface fix did not land …

[82123.608583] audit: type=1400 audit(1502712117.462:129): apparmor="DENIED" operation="exec" profile="snap.snapcraft-forum.snapcraft-forum" name="/usr/bin/xdg-open" pid=5045 comm="sh" requested_mask="x" denied_mask="x" fsuid=1001 ouid=0

the fix landed in master a while ago as:

https://github.com/snapcore/snapd/pull/3613

probably it did not get moved to the release branch for 2.27.1 ?

The proposed updates (currently in updates-testing) have been updated to snapd-2.27.1:

They should synchronize out to the mirrors within the next 24-48 hours.

I hope it makes it since it has been a while since this broke

1 Like

Thanks for this! This was indeed not ported to 2.27 and https://github.com/snapcore/snapd/pull/3731 will fix this. So there will be a 2.27.2 with this fix in.

There is one more blocker for 2.27.2: Artful i386 panics - there are branches with a workaround so hopefully we can merge this soon(ish).

The 2.27.2 release that fixes the issue found and outlined here is now in the beta channel and in artful.

1 Like

The proposed updates (currently in updates-testing) have been updated to snapd-2.27.2:

They should synchronize out to the mirrors within the next 24-48 hours.

2 Likes

The 2.27.2 release is now in the candidate channel. Please help testing by snap refresh --candidate core and let us know if everything works as expected.

Please, let me know if you find any regression.

1 Like

I’ll test those two now, thank you for preparing them!

Testing on F25 now, I’ll follow up with F26 (I have i386 and x86_64 variants of F26 but only x86_64 variant of F25)

The 2.27.4 release is now in the candidate channel. Please help testing by snap refresh --candidate core and let us know if everything works as expected.

Test results: https://docs.google.com/document/d/15R26w7cwjdYegUDofAwI28LUtdfLNyp0um0WXWCzS60/edit

Please, let me know if you find any regression.

What’s changed? I don’t see any edits than version in post header. Or it’s just a bugfixes release?

The only one change is:

  • snap-seccomp: add secondary arch for unrestricted snaps as well (PR: 3603)

This is the changelog for more info: https://github.com/snapcore/snapd/blob/2.27.4/packaging/ubuntu-16.04/changelog

1 Like

HOAX: It’s 2.27.4 in the meantime and xdg-open is still not working.

works fine for me in candidate, beta and edge here (note that 2.27* has not made it to stable yet)

snap info core                                                                                        
tracking:    candidate

do you have the snapd-xdg-open deb installed on the host ?

Guten Morgen, Juergen! :wink: @ogra :: Many thanks! How could I clean up the false report?

it isnt actually a false report, there should have been a dependency/recommends in snapd for this from the start or snapd-xdg-open should have been included in the snapd package … but instead of including it, there is a re-write in progress atm (so the report is correct, the fix is a bit complex though).

2 Likes