Garage installation fail

What app is this about, and its version: Garage 2.2.0~ynh1
What YunoHost version are you running: 12.1.39
What type of hardware are you using: Raspberry Pi 4 B

Describe your issue

Hi, I am trying to install Garage on a Raspberry Pi 4 Model B. I use the latest YunoHost version. I have an SSD drive which is my main storage, no SD card. I tried to reboot my machine before Garage installation.

Share relevant logs or error messages

https://paste.yunohost.org/raw/rifacigike

After reboot, before Garage installation:

gildas@host:~ $ lsblk 
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sda      8:0    0 931.5G  0 disk 
├─sda1   8:1    0   512M  0 part /boot/firmware
└─sda2   8:2    0   931G  0 part /

After garage failed installation:

gildas@host:~ $ lsblk 
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sda      8:0    0 931.5G  0 disk 
├─sda1   8:1    0   512M  0 part /boot/firmware
└─sda2   8:2    0   931G  0 part /
nbd0    43:0    0   100G  0 disk 
nbd1    43:2    0     0B  0 disk 
nbd2    43:4    0     0B  0 disk 
nbd3    43:6    0     0B  0 disk 
nbd4    43:8    0     0B  0 disk 
nbd5    43:10   0     0B  0 disk 
nbd6    43:12   0     0B  0 disk 
nbd7    43:14   0     0B  0 disk 
nbd8    43:16   0     0B  0 disk 
nbd9    43:18   0     0B  0 disk 
nbd10   43:20   0     0B  0 disk 
nbd11   43:22   0     0B  0 disk 
nbd12   43:24   0     0B  0 disk 
nbd13   43:26   0     0B  0 disk 
nbd14   43:28   0     0B  0 disk 
nbd15   43:30   0     0B  0 disk 

I have enough space on the SSD drive:

gildas@host:~ $ df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            3.6G     0  3.6G   0% /dev
tmpfs           782M  9.5M  773M   2% /run
/dev/sda2       917G  292G  579G  34% /
tmpfs           3.9G  3.1M  3.9G   1% /dev/shm
tmpfs           5.0M   16K  5.0M   1% /run/lock
/dev/sda1       510M   65M  446M  13% /boot/firmware
tmpfs           782M     0  782M   0% /run/user/52811

Here’s a part of the output of fdisk -l:

Disk /dev/nbd0: 100 GiB, 107374182400 bytes, 209715200 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 131072 bytes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.