Comment 17 for bug 1589210

Revision history for this message
NoName (rooster01) wrote : Re: snap remove "core" on classic not allowed

Distributor ID: Ubuntu
Description: Ubuntu 17.04
Release: 17.04
Codename: zesty

To be able to remove the 'core' snap, i had to follow @azrobbo instructions at #16:

$ sudo service snapd restart
$ df
$ sudo umount /snap/core/xxxx
$ sudo snap remove core

So my doubt is, why do i need to restart the 'snapd' service on a fresh booted machine?!
Does it hook any process on boot?!