when I run sudo wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash on a clean DietPi install (on my NanoPi R5S).
The script gets stuck when any “systemctl start xxx.timer” command runs. I have no idea where to start and any help would be appreciated
Did you install OMV with the OMV-Extra install script or “manually” like its described in the OMV 6 Doc?
The mentioned issue above is only kinda reproduceable since on some clean installs it (omv-extra script) runs fine and on some it gets stuck.
But a new issue I have since DietPi 8.x is that Docker makes the whole system crash out of nowhere. It first happened when a cpu intensive task (linuxserver/Plex did a library scan) was run but now through the constant crashing it basically broke completely.
I don’t get why this happens now. With the older DietPi Version at least everything ran like its supposed to
I just used the command you posted above. I tested it again without issues. However, it was needed to run the command twice. On first run, it generated some error messages but continued until a reboot was request. Once back online, the second run of the command did some additional steps and finished successfully.
I accidentally found a reliable way to reproduce the error. When Diet-Pi config has time set to custom before the install it gets stuck. After the second run of the script it’s important to set it to custom and check that Chrony is working. Then the monitoring service with rrdcached should be able to run. But the issue becomes permanent after a reboot
Can you use the System Monitoring feature from OMV like that? I‘m surprised it works for you when you do it in that order but now I‘m just even more confused why that doesn’t work on my NanoPi-R5S.
Is there anything else I can provide to figure this out?
root@DietPi:~# apt-get reinstall collectd rrdcached
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 0 not upgraded.
Need to get 305 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://packages.openmediavault.org/public shaitan/main arm64 collectd arm64 5.12.0-7.1 [138 kB]
Get:2 https://deb.debian.org/debian bullseye/main arm64 rrdcached arm64 1.7.2-3+b7 [167 kB]
Fetched 305 kB in 0s (961 kB/s)
(Reading database ... 27885 files and directories currently installed.)
Preparing to unpack .../rrdcached_1.7.2-3+b7_arm64.deb ...
Unpacking rrdcached (1.7.2-3+b7) over (1.7.2-3+b7) ...
Preparing to unpack .../collectd_5.12.0-7.1_arm64.deb ...
Unpacking collectd (5.12.0-7.1) over (5.12.0-7.1) ...
Setting up collectd (5.12.0-7.1) ...
Setting up rrdcached (1.7.2-3+b7) ...
Reinstalling also doesn’t work.
htop shows that it doesn’t go further than trying to start the service
root@DietPiR5S:~# dpkg -l collectd rrdcached
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-============-============-===========================================
ii collectd 5.12.0-7.1 arm64 statistics collection and monitoring daemon
ii rrdcached 1.7.2-3+b7 arm64 data caching daemon for RRDtool
root@DietPiR5S:~#
root@DietPiR5S:~# apt install --reinstall collectd rrdcached
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 2 reinstalled, 0 to remove and 0 not upgraded.
Need to get 305 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://packages.openmediavault.org/public shaitan/main arm64 collectd arm64 5.12.0-7.1 [138 kB]
Get:2 https://deb.debian.org/debian bullseye/main arm64 rrdcached arm64 1.7.2-3+b7 [167 kB]
Fetched 305 kB in 0s (986 kB/s)
(Reading database ... 27284 files and directories currently installed.)
Preparing to unpack .../rrdcached_1.7.2-3+b7_arm64.deb ...
Unpacking rrdcached (1.7.2-3+b7) over (1.7.2-3+b7) ...
Preparing to unpack .../collectd_5.12.0-7.1_arm64.deb ...
Unpacking collectd (5.12.0-7.1) over (5.12.0-7.1) ...
Setting up collectd (5.12.0-7.1) ...
Setting up rrdcached (1.7.2-3+b7) ...
root@DietPiR5S:~#