You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I was trying to package ubuntu-report in one of my snaps, and found an issue that happens with the snapcraft.yaml file from this repository as well.
On a device with an OEM image, if I run the debian package:
$ ubuntu-report show | grep DCD
"DCD": "canonical-oem-somerville-bionic-amd64-xxx"
However, if I run the snap version, nothing comes out. I added debug info, and...
$ mysnap.ubuntu-report show -vv
(...)
INFO[0000] no DCD information: open /var/lib/ubuntu_dist_channel: no such file or directory
couldn't open /var/lib/ubuntu_dist_channel
(...)
Hello! I was trying to package ubuntu-report in one of my snaps, and found an issue that happens with the snapcraft.yaml file from this repository as well.
On a device with an OEM image, if I run the debian package:
However, if I run the snap version, nothing comes out. I added debug info, and...
It seems to be an issue with the files available by default in a snap runtime environment. I've asked a question on the snapcraft forum.
In the meantime I just wanted to open an issue here so you are aware about this.
Cheers!
The text was updated successfully, but these errors were encountered: