Hello,
I've been trying to install omv from the provided package repository (https://packages.openmediavault.org) on a fresh Debian 10 install.
An error occurs when running the postinst script from the openmediavault package:
Setting up openmediavault (5.5.3-1) ...
Creating users/groups ...
Updating local package archive ...
Updating service units ...
systemd-journald.service is a disabled or a static unit, not starting it.
Creating configuration database ...
Setting up Salt environment ...
Setting up system ...
[CRITICAL] Rendering SLS 'base:omv.setup.fstab.default' failed: while parsing a block mapping
in "<unicode string>", line 66, column 9
did not find expected key
in "<unicode string>", line 66, column 24
[ERROR ] {'out': 'highstate', 'ret': {'debian.example.com': ['Rendering SLS \'base:omv.setup.fstab.default\' failed: while parsing a block mapping\n in "<unicode string>", line 66, column 9\ndid not find expected key\n in "<unicode string>", line 66, column 24']}}
dpkg: error processing package openmediavault (--configure):
installed openmediavault package post-installation script subprocess returned error exit status 2
Errors were encountered while processing:
openmediavault
E: Sub-process /usr/bin/dpkg returned an error code (1)
Alles anzeigen
The server is a server hosted in OVH, with 1x500GB nvme for OS (that's where Debian is stored) and 4x4TB HDD disks that are, for now, unpartitionned (thus unmounted and not even mentioned in /etc/fstab).
I've had a look at the corresponding file, and it seems related to searching for "non rotational" disks, could the fact that I'm running under a nvme disk be the problem here?
I also did an extensive search on Google but I didn't find anything except for some things about the YAML parser and Salt.
Is there someone here that could help me on such an error?
Best regards