Falha ao tentar instalar qualquer snap

2

Estou tentando executar o seguinte comando:

sudo snap install core

mas recebo uma mensagem de erro:

error: cannot perform the following tasks:
- Mount snap "core" (1689) ([start snap-core-1689.mount] failed with exit 
status 6: Failed to issue method call: Unit systemd-fsck@dev-disk-
by\x2duuid-60797469\x2d195d\x2d415b\x2d8bfd\x2d4f048b15ec67.service failed 
to load: No such file or directory. See system logs and 'systemctl status 
systemd-fsck@dev-disk-by\x2duuid-
60797469\x2d195d\x2d415b\x2d8bfd\x2d4f048b15ec67.service' for details.
)

Resultados do uname -a:

 4.4.0-59-generic #80~14.04.1-Ubuntu SMP Fri Jan 6 18:02:02 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

e status do systemctl

Failed to issue method call: No such interface 'org.freedesktop.DBus.Properties' on object at path /org/freedesktop/systemd1/unit/systemd_2dfsck_40dev_2ddisk_2dbyx2duuid_2d60797469x2d195dx2d415bx2d8bfdx2d4f048b15ec67_2eservice

e snap --version

snap    2.25~14.04
snapd   2.25~14.04
series  16
ubuntu  14.04
kernel  4.4.0-59-generic

Estou correndo em uma VM, então possivelmente isso pode ter algo a ver com isso

    
por Travis 18.05.2017 / 20:56

1 resposta

0

crie um serviço falso para contornar o erro:

sudo touch /etc/systemd/system/[email protected]
sudo systemctl enable [email protected]
    
por diyism 11.08.2017 / 13:10