This has cured my problem, thanks
Beiträge von DaveTiffTaylor
-
-
Wow thanks, did not know that was there, have tried will post for others if its now ok
Re Dave
-
Hi I now keep getting the following message
CodeCRON-APT RUN [/etc/cron-apt/config]: Tue Aug 31 07:39:01 BST 2021 CRON-APT SLEEP: 2452, Tue Aug 31 08:19:53 BST 2021 CRON-APT ACTION: 0-update CRON-APT LINE: /usr/bin/apt-get update -o quiet=2 E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable' E: Repository 'http://security.debian.org/debian-security buster/updates InRelease' changed its 'Suite' value from 'stable' to 'oldstable'
Not sure what I need to do to clear it.
Cant seem to do an update via SSH as I get error messages the files are locked.
Thanks in advance Re Dave
-
If you installed using this Installing OMV5 on Raspberry PI's, Armbian SBC's, & i386 32-bit platforms
the flashmemory plugin is installed by default. You can also check in the GUI of OMV if it is installed.
The plug-in makes that a lot of logs are written to RAM and onyl synced to the SD card during shut down.
Yes "Flash Memory" is installed, good to know what it is used for.
Thank you for your reply
Regards Dave
-
Hi I am new to OMV, installed V5 on a Pi4.
I notice the system seems to create a lot of reports. Can you choose what is logged?
Also had issues with with SD cards in the PI before so dont like too many writes therefore can I change where the files are stored, as its a NAS I could store them on my SSD.
Regards Dave
-
Had the same problem and this worked for me
-
Subject says it all, I have an External USD HDD connected to my PI that will switch on at a time set by a time switch. Can the drive by Auto Mounted I know that USB Backup will do this but it wants to run Rsync.
Re Dave
-
I am getting the same error, running OMV on a Pi 4, version 5.4.2-1
Failed to execute command 'export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; omv-salt deploy run systemd-networkd 2>&1' with exit code '1': /usr/lib/python3/dist-packages/salt/utils/path.py:265: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working if not isinstance(exes, collections.Iterable): raspberrypi: ---------- ID: configure_etc_network_interfaces Function: file.managed Name: /etc/network/interfaces Result: True Comment: File /etc/network/interfaces is in the correct state Started: 18:19:36.931931 Duration: 64.308 ms Changes: ---------- ID: remove_systemd_networkd_config_files Function: module.run Result: True Comment: file.find: [] Started: 18:19:36.997710 Duration: 2.087 ms Changes: ---------- file.find: ---------- ID: remove_empty_systemd_networkd_config_files Function: module.run Result: True Comment: file.find: [] Started: 18:19:37.000081 Duration: 1.609 ms Changes: ---------- file.find: ---------- ID: remove_netplan_config_files Function: module.run Result: True Comment: file.find: ['/etc/netplan/10-openmediavault-default.yaml'] Started: 18:19:37.001958 Duration: 2.071 ms Changes: ---------- file.find: - /etc/netplan/10-openmediavault-default.yaml ---------- ID: configure_netplan_default Function: file.managed Name: /etc/netplan/10-openmediavault-default.yaml Result: True Comment: File /etc/netplan/10-openmediavault-default.yaml updated Started: 18:19:37.004313 Duration: 15.956 ms Changes: ---------- diff: New file mode: 0644 ---------- ID: apply_netplan_config Function: cmd.run Name: netplan apply Result: False Comment: Command "netplan apply" run Started: 18:19:37.022071 Duration: 271.03 ms Changes: ---------- pid: 18161 retcode: 1 stderr: Traceback (most recent call last): File "/usr/sbin/netplan", line 23, in <module> netplan.main() File "/usr/share/netplan/netplan/cli/core.py", line 50, in main self.run_command() File "/usr/share/netplan/netplan/cli/utils.py", line 130, in run_command self.func() File "/usr/share/netplan/netplan/cli/commands/apply.py", line 43, in run self.run_command() File "/usr/share/netplan/netplan/cli/utils.py", line 130, in run_command self.func() File "/usr/share/netplan/netplan/cli/commands/apply.py", line 93, in command_apply stderr=subprocess.DEVNULL) File "/usr/lib/python3.7/subprocess.py", line 347, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['udevadm', 'test-builtin', 'net_setup_link', '/sys/class/net/lo']' returned non-zero exit status 1. stdout: Summary for raspberrypi ------------ Succeeded: 5 (changed=5) Failed: 1 ------------ Total states run: 6 Total run time: 357.061 ms