OmegaXis

Members
  • Posts

    39
  • Joined

  • Last visited

Everything posted by OmegaXis

  1. I think what happened here is a mis understanding of how the peer allowd IP's work, i believed that you needed to add the ip address of the network here as well to make the connections work to the other servers on the network. seems to be resolved.
  2. Even setting up a brand new wireguard connection is resulting in immediate failures,
  3. Previous issue [6.12.1] Wireguard deactivates itself after about 1 minute. - Stable Releases - Unraid All was good for a bit on 6.12.2, until yesterday. Wireguard now disables itself even faster. So far I have tried making small changes again (NAT and such) all previous troubleshooting can be seen in previous post. New log posted. network config is the same as before. chipshop-diagnostics-20230706-1021.zip
  4. Is there a means to sign up to beta test it if not I'll wait until it comes out and try again I'm back on 6.12.0 and currently stable
  5. At this point, i am reverting back to 6.11.5, the entire server has become slow and unresponsive, ill try 6.12 again maybe when 6.12.2 comes out. There are just too many instabilities for a piece of paid software. Cant even downgrade. went to try and only 6.12 is an option.
  6. This release seems really rushed given some of the bugs that are appearing
  7. I dont have it stay up the second time. It still goes down. doesnt matter how many times I reactivate it. This tunnel is important to me as it's how I access my home lab for proof of concept stuff for work. What are the chances of this getting resolved soon?
  8. Safe mode on, issue is still persistent. As usual, new logs attached. Additionally same testing methodology of toggeling NAT was preformed again. wg-quick up wg0 [#] ip link add wg0 type wireguard [#] wg setconf wg0 /dev/fd/63 [#] ip -4 address add 192.168.126.1 dev wg0 [#] ip link set mtu 1420 up dev wg0 [#] ip -4 route add 192.168.126.3/32 dev wg0 [#] ip -4 route add 192.168.126.2/32 dev wg0 [#] logger -t wireguard 'Tunnel WireGuard-wg0 started';/usr/local/emhttp/webGui/scripts/reload_services [#] iptables -t nat -A POSTROUTING -s 192.168.126.0/24 -o br0 -j MASQUERADE;iptables -N WIREGUARD_DROP_WG0;iptables -A WIREGUARD -o br0 -j WIREGUARD_DROP_WG0;iptables -A WIREGUARD_DROP_WG0 -s 192.168.126.0/24 -d 192.168.128.1 -j ACCEPT;iptables -A WIREGUARD_DROP_WG0 -s 192.168.126.0/24 -j DROP;iptables -A WIREGUARD_DROP_WG0 -j RETURN [#] ip -4 route flush table 200 [#] ip -4 route add default via 192.168.126.1 dev wg0 table 200 [#] ip -4 route add 192.168.128.0/24 via 192.168.128.1 dev br0 table 200 wg-quick up wg0 wg-quick down wg0 wg-quick: `wg0' is not a WireGuard interface wg-quick down wg0 wg-quick down wg0 wg-quick: `wg0' is not a WireGuard interface wg-quick up wg0 [#] ip link add wg0 type wireguard [#] wg setconf wg0 /dev/fd/63 [#] ip -4 address add 192.168.126.1 dev wg0 [#] ip link set mtu 1420 up dev wg0 [#] ip -4 route add 192.168.126.3/32 dev wg0 [#] ip -4 route add 192.168.126.2/32 dev wg0 [#] logger -t wireguard 'Tunnel WireGuard-wg0 started';/usr/local/emhttp/webGui/scripts/reload_services Terminated [#] ip link delete dev wg0 Unable to access interface: No such device [#] ip link delete dev wg0 Cannot find device "wg0" wg-quick down wg0 wg-quick: `wg0' is not a WireGuard interface chipshop-diagnostics-20230623-1632.zip
  9. Test ran and plugin removed, no improvement, attaching new logs wg-quick down wg0 wg-quick: `wg0' is not a WireGuard interface wg-quick up wg0 [#] ip link add wg0 type wireguard [#] wg setconf wg0 /dev/fd/63 [#] ip -4 address add 192.168.126.1 dev wg0 [#] ip link set mtu 1420 up dev wg0 [#] ip -4 route add 192.168.126.3/32 dev wg0 [#] ip -4 route add 192.168.126.2/32 dev wg0 [#] logger -t wireguard 'Tunnel WireGuard-wg0 started';/usr/local/emhttp/webGui/scripts/reload_services Terminated [#] ip link delete dev wg0 Unable to access interface: No such device [#] ip link delete dev wg0 Cannot find device "wg0" wg-quick down wg0 wg-quick: `wg0' is not a WireGuard interface wg-quick down wg0 wg-quick: `wg0' is not a WireGuard interface wg-quick up wg0 [#] ip link add wg0 type wireguard [#] wg setconf wg0 /dev/fd/63 [#] ip -4 address add 192.168.126.1 dev wg0 [#] ip link set mtu 1420 up dev wg0 [#] ip -4 route add 192.168.126.3/32 dev wg0 [#] ip -4 route add 192.168.126.2/32 dev wg0 [#] logger -t wireguard 'Tunnel WireGuard-wg0 started';/usr/local/emhttp/webGui/scripts/reload_services Terminated [#] ip link delete dev wg0 Unable to access interface: No such device [#] ip link delete dev wg0 Cannot find device "wg0" wg-quick down wg0 wg-quick: `wg0' is not a WireGuard interface in between the two tests of wireguard shown here i adjusted NAT (Turned on NAT, clicked apply, activated tunnel, waited for deactivation, Turned off NAT, clicked apply, turned on tunnel, waited for deactivation.) Attached are new diags from most recent test. chipshop-diagnostics-20230623-1958.zip
  10. adjusted rule on local firewall tunnel to deny, clicked apply, then changed back to allow and clicked apply and restarted the tunnel, no improvement. attached are recent diags from change chipshop-diagnostics-20230623-1905.zip
  11. Since updating to 6.12.1 yesterday and adding a new client this morning, Wireguard seems to be deactivating itself automatically after about a minute. Attached is the wg-quick log. wg-quick up wg0 [#] ip link add wg0 type wireguard [#] wg setconf wg0 /dev/fd/63 [#] ip -4 address add 192.168.126.1 dev wg0 [#] ip link set mtu 1420 up dev wg0 [#] ip -4 route add 192.168.126.3/32 dev wg0 [#] ip -4 route add 192.168.126.2/32 dev wg0 [#] logger -t wireguard 'Tunnel WireGuard-wg0 started';/usr/local/emhttp/webGui/scripts/reload_services Terminated [#] ip link delete dev wg0 Unable to access interface: No such device [#] ip link delete dev wg0 Cannot find device "wg0" wg-quick down wg0 wg-quick: `wg0' is not a WireGuard interface Steps to reproduce log into unraid, go to settings/vpn manager add new client activate tunnel watch tunnel deactivate attached is also a screenshot of previously working tunnel settings. chipshop-diagnostics-20230623-1511.zip
  12. This update, i had the configs for my nginx proxy manager, kasm, and portainer all erased. Same thing happened with rc6. What am i doing wrong?
  13. From what i have seen, KVM is more than capable of handling anything vbox handles. I actually find the kvm interface in unraid easier to use than vbox these days
  14. so would it be possible to use authelia and authy instead of duo?
  15. Been thinking about deploying authelia for a while now, can i ask why not use Authy? I have both but want to know if there is a particular reason to avoid authy.
  16. I have 3 disks that always refuse to export properly, even though the plugin says otherwise. Is there something I am missing?
  17. So i am a bit confused about what is wrong with my config. Any help is appreciated. 2023-06-05 13:42:44 Start logging to log file. 2023-06-05 13:42:44 information: send_notifications is 1. notifications will be sent. 2023-06-05 13:42:44 information: only_send_error_notifications is 0. normal notifications will be sent if send_notifications is enabled. 2023-06-05 13:42:44 information: keep_log_file is 1. log files will be kept. 2023-06-05 13:42:44 information: number_of_log_files_to_keep is 1. this is probably a sufficient number of log files to keep. 2023-06-05 13:42:44 information: enable_vm_log_file is 0. vm specific logs will not be created. 2023-06-05 13:42:44 information: backup_all_vms is 1. vms_to_backup will be ignored. all vms will be backed up. 2023-06-05 13:42:44 information: use_snapshots is 0. vms will not be backed up using snapshots. 2023-06-05 13:42:44 information: kill_vm_if_cant_shutdown is 0. vms will not be forced to shutdown if a clean shutdown can not be detected. 2023-06-05 13:42:44 information: set_vm_to_original_state is 1. vms will be set to their original state after backup. 2023-06-05 13:42:44 information: number_of_days_to_keep_backups is 0. backups will be kept indefinitely. be sure to set number_of_backups_to_keep to keep backups storage usage down. 2023-06-05 13:42:44 information: number_of_backups_to_keep is 0. an infinite number of backups will be kept. be sure to set number_of_days_to_keep_backups to keep backups storage usage down. 2023-06-05 13:42:44 information: inline_zstd_compress is 1. vdisk images will be inline compressed but will not be compared afterwards or post compressed. 2023-06-05 13:42:44 information: zstd_level is 3. 2023-06-05 13:42:44 information: zstd_threads is 2. 2023-06-05 13:42:44 information: include_extra_files is 0. extra files and folders will not be included in the backup. 2023-06-05 13:42:44 information: use_snapshots disabled, not adding snapshot_extension to vdisk_extensions_to_skip. 2023-06-05 13:42:44 information: snapshot_fallback is 0. snapshots will fallback to standard backups. 2023-06-05 13:42:44 information: pause_vms is 0. vms will be shutdown for standard backups. 2023-06-05 13:42:44 information: enable_reconstruct_write is 1. reconstruct write will be enabled during the backup. 2023-06-05 13:42:44 information: backup_xml is 1. vms will have their xml configurations backed up. 2023-06-05 13:42:44 information: backup_nvram is 1. vms will have their nvram backed up. 2023-06-05 13:42:44 information: backup_vdisks is 1. vms will have their vdisks backed up. 2023-06-05 13:42:44 information: start_vm_after_backup is 0. vms will not be started following successful backup. 2023-06-05 13:42:44 information: start_vm_after_failure is 0. vms will not be started following an unsuccessful backup. 2023-06-05 13:42:44 information: disable_delta_sync is 0. rsync will be used to perform delta sync backups. 2023-06-05 13:42:44 information: rsync_only is 0. cp will be used when applicable. 2023-06-05 13:42:44 information: actually_copy_files is 1. files will be copied. 2023-06-05 13:42:44 information: clean_shutdown_checks is 20. this is probably a sufficient number of shutdown checks. 2023-06-05 13:42:44 information: seconds_to_wait is 30. this is probably a sufficient number of seconds to wait between shutdown checks. 2023-06-05 13:42:44 information: keep_error_log_file is 1. error log files will be kept. 2023-06-05 13:42:44 information: number_of_error_log_files_to_keep is 10. this is probably a sufficient error number of log files to keep. 2023-06-05 13:42:44 information: started attempt to backup flashman, lasermanex, Numbermanexe, Stoneman, bass, virtualmin, Glyde, Macinabox BigSur to /mnt/user/VMBACKUPS 2023-06-05 13:42:44 information: Reconstruct write enabled. 2023-06-05 13:42:44 information: flashman can be found on the system. attempting backup. 2023-06-05 13:42:44 information: creating local flashman.xml to work with during backup. 2023-06-05 13:42:44 information: /mnt/user/VMBACKUPS/flashman does not exist. creating it. 2023-06-05 13:42:44 information: extension for /mnt/user/isos/virtio-win-0.1.190-1.iso on flashman was found in vdisks_extensions_to_skip. skipping disk. 2023-06-05 13:42:44 information: skip_vm_shutdown is false. beginning vm shutdown procedure. 2023-06-05 13:42:44 information: flashman is running. vm desired state is shut off. 2023-06-05 13:42:46 information: performing 20 30 second cycles waiting for flashman to shutdown cleanly. 2023-06-05 13:42:46 information: cycle 1 of 20: waiting 30 seconds before checking if the vm has entered the desired state. 2023-06-05 13:43:16 information: flashman is shut off. vm desired state is shut off. can_backup_vm set to y. 2023-06-05 13:43:16 information: actually_copy_files is 1. 2023-06-05 13:43:16 information: can_backup_vm flag is y. starting backup of flashman configuration, nvram, and vdisk(s). 2023-06-05 13:43:16 information: copy of flashman.xml to /mnt/user/VMBACKUPS/flashman/20230605_1342_flashman.xml complete. 2023-06-05 13:43:16 information: copy of /etc/libvirt/qemu/nvram/0cdc1d3a-fd5f-018f-b281-4c709a5044bb_VARS-pure-efi.fd to /mnt/user/VMBACKUPS/flashman/20230605_1342_0cdc1d3a-fd5f-018f-b281-4c709a5044bb_VARS-pure-efi.fd complete. 2023-06-05 13:43:16 information: extension for /mnt/user/isos/virtio-win-0.1.190-1.iso on flashman was found in vdisks_extensions_to_skip. skipping disk. 2023-06-05 14:00:59 information: copy of /mnt/user/domains/Windows Server 2016/vdisk1.img to /mnt/user/VMBACKUPS/flashman/20230605_1342_vdisk1.img.zst complete. 2023-06-05 14:00:59 information: backup of /mnt/user/domains/Windows Server 2016/vdisk1.img vdisk to /mnt/user/VMBACKUPS/flashman/20230605_1342_vdisk1.img.zst complete. 2023-06-05 14:00:59 information: the extensions of the vdisks that were backed up are img. 2023-06-05 14:00:59 information: vm_state is shut off. vm_original_state is running. starting flashman. 2023-06-05 14:01:05 information: backup of flashman to /mnt/user/VMBACKUPS/flashman completed. 2023-06-05 14:01:05 information: number of days to keep backups set to indefinitely. 2023-06-05 14:01:05 information: number of backups to keep set to infinite. 2023-06-05 14:01:05 information: removing local flashman.xml. 2023-06-05 14:01:05 information: lasermanex can be found on the system. attempting backup. 2023-06-05 14:01:05 information: creating local lasermanex.xml to work with during backup. 2023-06-05 14:01:05 information: /mnt/user/VMBACKUPS/lasermanex does not exist. creating it. 2023-06-05 14:01:05 information: extension for /mnt/user/isos/ubuntu-22.04-live-server-amd64.iso on lasermanex was found in vdisks_extensions_to_skip. skipping disk. 2023-06-05 14:01:05 information: skip_vm_shutdown is false. beginning vm shutdown procedure. 2023-06-05 14:01:05 information: lasermanex is running. vm desired state is shut off. 2023-06-05 14:01:05 information: performing 20 30 second cycles waiting for lasermanex to shutdown cleanly. 2023-06-05 14:01:05 information: cycle 1 of 20: waiting 30 seconds before checking if the vm has entered the desired state. 2023-06-05 14:01:35 information: lasermanex is shut off. vm desired state is shut off. can_backup_vm set to y. 2023-06-05 14:01:35 information: actually_copy_files is 1. 2023-06-05 14:01:35 information: can_backup_vm flag is y. starting backup of lasermanex configuration, nvram, and vdisk(s). 2023-06-05 14:01:35 information: copy of lasermanex.xml to /mnt/user/VMBACKUPS/lasermanex/20230605_1342_lasermanex.xml complete. 2023-06-05 14:01:35 information: copy of /etc/libvirt/qemu/nvram/0963b0b4-8fad-2ff7-461a-367f15356126_VARS-pure-efi.fd to /mnt/user/VMBACKUPS/lasermanex/20230605_1342_0963b0b4-8fad-2ff7-461a-367f15356126_VARS-pure-efi.fd complete. 2023-06-05 14:03:25 information: copy of /mnt/user/domains/lasermanex/vdisk1.img to /mnt/user/VMBACKUPS/lasermanex/20230605_1342_vdisk1.img.zst complete. 2023-06-05 14:03:25 information: backup of /mnt/user/domains/lasermanex/vdisk1.img vdisk to /mnt/user/VMBACKUPS/lasermanex/20230605_1342_vdisk1.img.zst complete. 2023-06-05 14:03:25 information: extension for /mnt/user/isos/ubuntu-22.04-live-server-amd64.iso on lasermanex was found in vdisks_extensions_to_skip. skipping disk. 2023-06-05 14:03:25 information: the extensions of the vdisks that were backed up are img. 2023-06-05 14:03:25 information: vm_state is shut off. vm_original_state is running. starting lasermanex. 2023-06-05 14:03:27 information: backup of lasermanex to /mnt/user/VMBACKUPS/lasermanex completed. 2023-06-05 14:03:27 information: number of days to keep backups set to indefinitely. 2023-06-05 14:03:27 information: number of backups to keep set to infinite. 2023-06-05 14:03:27 information: removing local lasermanex.xml. 2023-06-05 14:03:27 information: Numbermanexe can be found on the system. attempting backup. 2023-06-05 14:03:27 information: creating local Numbermanexe.xml to work with during backup. 2023-06-05 14:03:27 information: /mnt/user/VMBACKUPS/Numbermanexe does not exist. creating it. 2023-06-05 14:03:27 information: extension for /mnt/user/isos/virtio-win-0.1.190-1.iso on Numbermanexe was found in vdisks_extensions_to_skip. skipping disk. 2023-06-05 14:03:27 information: skip_vm_shutdown is false. beginning vm shutdown procedure. 2023-06-05 14:03:27 information: Numbermanexe is running. vm desired state is shut off. 2023-06-05 14:03:31 information: performing 20 30 second cycles waiting for Numbermanexe to shutdown cleanly. 2023-06-05 14:03:31 information: cycle 1 of 20: waiting 30 seconds before checking if the vm has entered the desired state. 2023-06-05 14:04:01 information: Numbermanexe is shut off. vm desired state is shut off. can_backup_vm set to y. 2023-06-05 14:04:01 information: actually_copy_files is 1. 2023-06-05 14:04:01 information: can_backup_vm flag is y. starting backup of Numbermanexe configuration, nvram, and vdisk(s). 2023-06-05 14:04:01 information: copy of Numbermanexe.xml to /mnt/user/VMBACKUPS/Numbermanexe/20230605_1342_Numbermanexe.xml complete. 2023-06-05 14:04:01 information: copy of /etc/libvirt/qemu/nvram/6f69c2e7-1e84-8a67-e6e5-177b7fc67135_VARS-pure-efi.fd to /mnt/user/VMBACKUPS/Numbermanexe/20230605_1342_6f69c2e7-1e84-8a67-e6e5-177b7fc67135_VARS-pure-efi.fd complete. 2023-06-05 14:09:05 information: copy of /mnt/user/domains/Numbermanexe/vdisk1.img to /mnt/user/VMBACKUPS/Numbermanexe/20230605_1342_vdisk1.img.zst complete. 2023-06-05 14:09:05 information: backup of /mnt/user/domains/Numbermanexe/vdisk1.img vdisk to /mnt/user/VMBACKUPS/Numbermanexe/20230605_1342_vdisk1.img.zst complete. 2023-06-05 14:09:05 information: extension for /mnt/user/isos/virtio-win-0.1.190-1.iso on Numbermanexe was found in vdisks_extensions_to_skip. skipping disk. 2023-06-05 14:09:05 information: the extensions of the vdisks that were backed up are img. 2023-06-05 14:09:05 information: vm_state is shut off. vm_original_state is running. starting Numbermanexe. 2023-06-05 14:09:08 information: backup of Numbermanexe to /mnt/user/VMBACKUPS/Numbermanexe completed. 2023-06-05 14:09:08 information: number of days to keep backups set to indefinitely. 2023-06-05 14:09:08 information: number of backups to keep set to infinite. 2023-06-05 14:09:08 information: removing local Numbermanexe.xml. 2023-06-05 14:09:08 information: Stoneman can be found on the system. attempting backup. 2023-06-05 14:09:09 information: creating local Stoneman.xml to work with during backup. 2023-06-05 14:09:09 information: /mnt/user/VMBACKUPS/Stoneman does not exist. creating it. 2023-06-05 14:09:09 information: skip_vm_shutdown is false. beginning vm shutdown procedure. 2023-06-05 14:09:09 information: Stoneman is running. vm desired state is shut off. 2023-06-05 14:09:09 information: performing 20 30 second cycles waiting for Stoneman to shutdown cleanly. 2023-06-05 14:09:09 information: cycle 1 of 20: waiting 30 seconds before checking if the vm has entered the desired state. 2023-06-05 14:09:39 information: Stoneman is shut off. vm desired state is shut off. can_backup_vm set to y. 2023-06-05 14:09:39 information: actually_copy_files is 1. 2023-06-05 14:09:39 information: can_backup_vm flag is y. starting backup of Stoneman configuration, nvram, and vdisk(s). 2023-06-05 14:09:39 information: copy of Stoneman.xml to /mnt/user/VMBACKUPS/Stoneman/20230605_1342_Stoneman.xml complete. 2023-06-05 14:09:39 information: copy of /etc/libvirt/qemu/nvram/067810a2-b75d-ef76-aa6e-cb4c419bb5d9_VARS-pure-efi.fd to /mnt/user/VMBACKUPS/Stoneman/20230605_1342_067810a2-b75d-ef76-aa6e-cb4c419bb5d9_VARS-pure-efi.fd complete. 2023-06-05 14:12:10 information: copy of /mnt/user/domains/Ubuntu/vdisk1.img to /mnt/user/VMBACKUPS/Stoneman/20230605_1342_vdisk1.img.zst complete. 2023-06-05 14:12:10 information: backup of /mnt/user/domains/Ubuntu/vdisk1.img vdisk to /mnt/user/VMBACKUPS/Stoneman/20230605_1342_vdisk1.img.zst complete. 2023-06-05 14:12:10 information: the extensions of the vdisks that were backed up are img. 2023-06-05 14:12:10 information: vm_state is shut off. vm_original_state is running. starting Stoneman. 2023-06-05 14:12:14 information: backup of Stoneman to /mnt/user/VMBACKUPS/Stoneman completed. 2023-06-05 14:12:14 information: number of days to keep backups set to indefinitely. 2023-06-05 14:12:14 information: number of backups to keep set to infinite. 2023-06-05 14:12:14 information: removing local Stoneman.xml. 2023-06-05 14:12:14 information: bass can be found on the system. attempting backup. 2023-06-05 14:12:14 information: creating local bass.xml to work with during backup. 2023-06-05 14:12:14 information: /mnt/user/VMBACKUPS/bass does not exist. creating it. 2023-06-05 14:12:14 information: extension for /mnt/user/isos/virtio-win-0.1.190-1.iso on bass was found in vdisks_extensions_to_skip. skipping disk. 2023-06-05 14:12:14 information: skip_vm_shutdown is false. beginning vm shutdown procedure. 2023-06-05 14:12:14 information: bass is running. vm desired state is shut off. 2023-06-05 14:12:15 information: performing 20 30 second cycles waiting for bass to shutdown cleanly. 2023-06-05 14:12:15 information: cycle 1 of 20: waiting 30 seconds before checking if the vm has entered the desired state. 2023-06-05 14:12:45 information: bass is shut off. vm desired state is shut off. can_backup_vm set to y. 2023-06-05 14:12:45 information: actually_copy_files is 1. 2023-06-05 14:12:45 information: can_backup_vm flag is y. starting backup of bass configuration, nvram, and vdisk(s). 2023-06-05 14:12:45 information: copy of bass.xml to /mnt/user/VMBACKUPS/bass/20230605_1342_bass.xml complete. 2023-06-05 14:12:45 information: copy of /etc/libvirt/qemu/nvram/4a9d6e0c-922c-1b44-39fb-dbf629120504_VARS-pure-efi.fd to /mnt/user/VMBACKUPS/bass/20230605_1342_4a9d6e0c-922c-1b44-39fb-dbf629120504_VARS-pure-efi.fd complete. 2023-06-05 14:12:45 information: extension for /mnt/user/isos/virtio-win-0.1.190-1.iso on bass was found in vdisks_extensions_to_skip. skipping disk. 2023-06-05 14:17:48 information: copy of /mnt/user/domains/bass/vdisk1.img to /mnt/user/VMBACKUPS/bass/20230605_1342_vdisk1.img.zst complete. 2023-06-05 14:17:48 information: backup of /mnt/user/domains/bass/vdisk1.img vdisk to /mnt/user/VMBACKUPS/bass/20230605_1342_vdisk1.img.zst complete. 2023-06-05 14:17:48 information: the extensions of the vdisks that were backed up are img. 2023-06-05 14:17:48 information: vm_state is shut off. vm_original_state is running. starting bass. 2023-06-05 14:17:53 information: backup of bass to /mnt/user/VMBACKUPS/bass completed. 2023-06-05 14:17:53 information: number of days to keep backups set to indefinitely. 2023-06-05 14:17:53 information: number of backups to keep set to infinite. 2023-06-05 14:17:53 information: removing local bass.xml. 2023-06-05 14:17:53 information: virtualmin can be found on the system. attempting backup. 2023-06-05 14:17:53 information: creating local virtualmin.xml to work with during backup. 2023-06-05 14:17:53 information: /mnt/user/VMBACKUPS/virtualmin does not exist. creating it. 2023-06-05 14:17:53 information: extension for /mnt/user/isos/ubuntu-20.04.4-live-server-amd64.iso on virtualmin was found in vdisks_extensions_to_skip. skipping disk. 2023-06-05 14:17:53 information: skip_vm_shutdown is false. beginning vm shutdown procedure. 2023-06-05 14:17:53 information: virtualmin is running. vm desired state is shut off. 2023-06-05 14:17:53 information: performing 20 30 second cycles waiting for virtualmin to shutdown cleanly. 2023-06-05 14:17:53 information: cycle 1 of 20: waiting 30 seconds before checking if the vm has entered the desired state. 2023-06-05 14:18:23 information: virtualmin is shut off. vm desired state is shut off. can_backup_vm set to y. 2023-06-05 14:18:23 information: actually_copy_files is 1. 2023-06-05 14:18:23 information: can_backup_vm flag is y. starting backup of virtualmin configuration, nvram, and vdisk(s). 2023-06-05 14:18:23 information: copy of virtualmin.xml to /mnt/user/VMBACKUPS/virtualmin/20230605_1342_virtualmin.xml complete. 2023-06-05 14:18:23 information: copy of /etc/libvirt/qemu/nvram/b1999575-4fe4-9b2d-fa8c-a02e2eb41c39_VARS-pure-efi.fd to /mnt/user/VMBACKUPS/virtualmin/20230605_1342_b1999575-4fe4-9b2d-fa8c-a02e2eb41c39_VARS-pure-efi.fd complete. 2023-06-05 14:20:32 information: copy of /mnt/user/domains/virtualmin/vdisk1.img to /mnt/user/VMBACKUPS/virtualmin/20230605_1342_vdisk1.img.zst complete. 2023-06-05 14:20:32 information: backup of /mnt/user/domains/virtualmin/vdisk1.img vdisk to /mnt/user/VMBACKUPS/virtualmin/20230605_1342_vdisk1.img.zst complete. 2023-06-05 14:20:32 information: extension for /mnt/user/isos/ubuntu-20.04.4-live-server-amd64.iso on virtualmin was found in vdisks_extensions_to_skip. skipping disk. 2023-06-05 14:20:32 information: the extensions of the vdisks that were backed up are img. 2023-06-05 14:20:32 information: vm_state is shut off. vm_original_state is running. starting virtualmin. 2023-06-05 14:20:38 information: backup of virtualmin to /mnt/user/VMBACKUPS/virtualmin completed. 2023-06-05 14:20:38 information: number of days to keep backups set to indefinitely. 2023-06-05 14:20:38 information: number of backups to keep set to infinite. 2023-06-05 14:20:38 information: removing local virtualmin.xml. 2023-06-05 14:20:38 information: Glyde can be found on the system. attempting backup. 2023-06-05 14:20:38 information: creating local Glyde.xml to work with during backup. 2023-06-05 14:20:38 information: /mnt/user/VMBACKUPS/Glyde does not exist. creating it. 2023-06-05 14:20:38 information: extension for /mnt/user/isos/en_windows_server_2019_updated_sept_2019_x64_dvd_199664ce.iso on Glyde was found in vdisks_extensions_to_skip. skipping disk. 2023-06-05 14:20:38 information: extension for /mnt/user/isos/virtio-win-0.1.190-1.iso on Glyde was found in vdisks_extensions_to_skip. skipping disk. 2023-06-05 14:20:38 information: skip_vm_shutdown is false. beginning vm shutdown procedure. 2023-06-05 14:20:38 information: Glyde is running. vm desired state is shut off. 2023-06-05 14:20:39 information: performing 20 30 second cycles waiting for Glyde to shutdown cleanly. 2023-06-05 14:20:39 information: cycle 1 of 20: waiting 30 seconds before checking if the vm has entered the desired state. 2023-06-05 14:21:09 information: Glyde is shut off. vm desired state is shut off. can_backup_vm set to y. 2023-06-05 14:21:09 information: actually_copy_files is 1. 2023-06-05 14:21:09 information: can_backup_vm flag is y. starting backup of Glyde configuration, nvram, and vdisk(s). 2023-06-05 14:21:09 information: copy of Glyde.xml to /mnt/user/VMBACKUPS/Glyde/20230605_1342_Glyde.xml complete. 2023-06-05 14:21:09 information: copy of /etc/libvirt/qemu/nvram/8f67ba84-f35f-8371-568b-c57337895cdd_VARS-pure-efi.fd to /mnt/user/VMBACKUPS/Glyde/20230605_1342_8f67ba84-f35f-8371-568b-c57337895cdd_VARS-pure-efi.fd complete. 2023-06-05 14:21:09 information: extension for /mnt/user/isos/en_windows_server_2019_updated_sept_2019_x64_dvd_199664ce.iso on Glyde was found in vdisks_extensions_to_skip. skipping disk. 2023-06-05 14:21:09 information: extension for /mnt/user/isos/virtio-win-0.1.190-1.iso on Glyde was found in vdisks_extensions_to_skip. skipping disk. 2023-06-05 14:29:02 information: copy of /mnt/user/domains/Glyde/vdisk1.img to /mnt/user/VMBACKUPS/Glyde/20230605_1342_vdisk1.img.zst complete. 2023-06-05 14:29:02 information: backup of /mnt/user/domains/Glyde/vdisk1.img vdisk to /mnt/user/VMBACKUPS/Glyde/20230605_1342_vdisk1.img.zst complete. 2023-06-05 14:29:02 information: the extensions of the vdisks that were backed up are img. 2023-06-05 14:29:02 information: vm_state is shut off. vm_original_state is running. starting Glyde. 2023-06-05 14:29:10 information: backup of Glyde to /mnt/user/VMBACKUPS/Glyde completed. 2023-06-05 14:29:10 information: number of days to keep backups set to indefinitely. 2023-06-05 14:29:10 information: number of backups to keep set to infinite. 2023-06-05 14:29:10 information: removing local Glyde.xml. 2023-06-05 14:29:10 information: Macinabox BigSur can be found on the system. attempting backup. 2023-06-05 14:29:10 information: creating local Macinabox BigSur.xml to work with during backup. 2023-06-05 14:29:10 information: /mnt/user/VMBACKUPS/Macinabox BigSur does not exist. creating it. 2023-06-05 14:29:10 information: skip_vm_shutdown is false. beginning vm shutdown procedure. 2023-06-05 14:29:10 information: Macinabox BigSur is shut off. vm desired state is shut off. can_backup_vm set to y. 2023-06-05 14:29:10 information: actually_copy_files is 1. 2023-06-05 14:29:10 information: can_backup_vm flag is y. starting backup of Macinabox BigSur configuration, nvram, and vdisk(s). 2023-06-05 14:29:10 information: copy of Macinabox BigSur.xml to /mnt/user/VMBACKUPS/Macinabox BigSur/20230605_1342_Macinabox BigSur.xml complete. 2023-06-05 14:29:10 information: copy of /etc/libvirt/qemu/nvram/5d6a9774-95ee-4494-9c56-fe6054f4e6bf_VARS-pure-efi.fd to /mnt/user/VMBACKUPS/Macinabox BigSur/20230605_1342_5d6a9774-95ee-4494-9c56-fe6054f4e6bf_VARS-pure-efi.fd complete. 2023-06-05 14:29:10 failure: copy of /mnt/user/domains/Macinabox BigSur/BigSur-opencore.img to /mnt/user/VMBACKUPS/Macinabox BigSur/20230605_1342_BigSur-opencore.img.zst failed. 2023-06-05 14:29:10 information: backup of /mnt/user/domains/Macinabox BigSur/BigSur-opencore.img vdisk to /mnt/user/VMBACKUPS/Macinabox BigSur/20230605_1342_BigSur-opencore.img.zst complete. 2023-06-05 14:29:18 information: copy of /mnt/user/isos/BigSur-install.img to /mnt/user/VMBACKUPS/Macinabox BigSur/20230605_1342_BigSur-install.img.zst complete. 2023-06-05 14:29:18 information: backup of /mnt/user/isos/BigSur-install.img vdisk to /mnt/user/VMBACKUPS/Macinabox BigSur/20230605_1342_BigSur-install.img.zst complete. 2023-06-05 14:29:18 failure: copy of /mnt/user/domains/Macinabox BigSur/macos_disk.img to /mnt/user/VMBACKUPS/Macinabox BigSur/20230605_1342_macos_disk.img.zst failed. 2023-06-05 14:29:18 information: backup of /mnt/user/domains/Macinabox BigSur/macos_disk.img vdisk to /mnt/user/VMBACKUPS/Macinabox BigSur/20230605_1342_macos_disk.img.zst complete. 2023-06-05 14:29:18 information: the extensions of the vdisks that were backed up are img. 2023-06-05 14:29:18 information: vm_state is shut off. vm_original_state is shut off. not starting Macinabox BigSur. 2023-06-05 14:29:18 information: backup of Macinabox BigSur to /mnt/user/VMBACKUPS/Macinabox BigSur completed. 2023-06-05 14:29:18 information: number of days to keep backups set to indefinitely. 2023-06-05 14:29:18 information: number of backups to keep set to infinite. 2023-06-05 14:29:18 information: removing local Macinabox BigSur.xml. 2023-06-05 14:29:18 information: finished attempt to backup flashman, lasermanex, Numbermanexe, Stoneman, bass, virtualmin, Glyde, Macinabox BigSur to /mnt/user/VMBACKUPS. 2023-06-05 14:29:18 information: Reconstruct write disabled. 2023-06-05 14:29:18 information: cleaning out logs over 1. 2023-06-05 14:29:18 information: removed '/mnt/user/VMBACKUPS/logs/20230605_1341_unraid-vmbackup.log'. 2023-06-05 14:29:18 information: cleaning out error logs over 10. 2023-06-05 14:29:18 information: did not find any error log files to remove. 2023-06-05 14:29:18 warning: errors found. creating error log file. 2023-06-05 14:29:18 Stop logging to error log file. Did this fail? If so, what needs done to fix it?
  18. I honestly think what happened was either splunk or checkmk docker images went rouge and caused all kinds of havok on the server. I think the best thing is to just attempt to run those via a vm instead of docker.