2

So, I have a fresh install of Ubuntu 16.04. I've loaded various software packages, and had everything working. I rebooted this morning and now some of my applications won't launch... I even installed hiri this morning and it won't launch. The icon just spins and then nothing. When I try to launch from console I get udev_enumerate_failed.

Any suggestions?

oneeye@ubu:~$ hiri
udev_enumerate_scan failed
oneeye@ubu:~$ discord
udev_enumerate_scan failed
oneeye@ubu:~$ firefox

1 Answers1

5

This is a bug which has been discussed and is being worked on. It's fixed in snapd 2.28.5 which is currently being tested.

You can also test it by updating the core snap to the beta channel where 2.28.5 is being tested prior to release.

snap refresh core --beta

However, you may prefer to stay on the stable channel, once 2.28.5 releases. You can easily switch core back to stable, thus.

snap refresh core --stable

popey
  • 24,549