What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 11.3.0.2
What app is this about: Garage
Describe your issue
Garage installation fails. It something like here: Install fail. · Issue #35 · YunoHost-Apps/garage_ynh · GitHub
I tried to install Garage again and i checked logs in /var/log/garage/garage/log
.
At first it was missing qemu tool:
/var/www/garage/umount_disk.sh: line 9: qemu-nbd: command not found
So i installed this manually
apt-get install qemu-utils
And now I have another problem:
qemu-nbd: Failed to blk_new_open '/home/yunohost.app/garage/garage_data.qcow2': Could not open '/home/yunohost.app/garage/garage_data.qcow2': No such file or directory
mount: /home/yunohost.app/garage/data: cannot read superblock on /dev/nbd0.
Looks like install script needs changes. Installation should include qemu-utils but also fix problem with opening qcow2.