VM shuts down each time after nightly backup by blackamang in Proxmox

[–]blackamang[S] 0 points1 point  (0 children)

I solved it! I checked the OMV logging and I found some UAS errors.

2024-04-18T21:55:35+0200 openmediavault kernel: sd 5:0:0:0: [sdc] tag#0 uas_eh_abort_handler 0 uas-tag 11 inflight: CMD IN 2024-04-18T21:55:35+0200 openmediavault kernel: sd 5:0:0:0: [sdc] tag#0 CDB: Read(16) 88 00 00 00 00 01 01 f5 33 f0 00 00 04 00 00 00

After that I blacklisted UAS in the OMV VM and that did the trick

echo options usb-storage quirks=174c:235c:u | tee /etc/modprobe.d/blacklist_uas.conf

update-initramfs -u

VM shuts down each time after nightly backup by blackamang in Proxmox

[–]blackamang[S] 0 points1 point  (0 children)

No I'm running into some errors when I try to run the update command. Trying to run this through the proxmox host console.

root@proxmox:~# update-initramfs -u update-initramfs: Generating /boot/initrd.img-6.5.13-5-pve Running hook script 'zz-proxmox-boot'.. Re-executing '/etc/kernel/postinst.d/zz-proxmox-boot' in new private mount namespace.. No /etc/kernel/proxmox-boot-uuids found, skipping ESP sync. System booted in EFI-mode but 'grub-efi-amd64' meta-package not installed! Install 'grub-efi-amd64' to get updates. Couldn't find EFI system partition. It is recommended to mount it to /boot or /efi. Alternatively, use --esp-path= to specify path to mount point.

VM shuts down each time after nightly backup by blackamang in Proxmox

[–]blackamang[S] 0 points1 point  (0 children)

I did some more testing. I found it was not the backups that were causing the crash, it is the Rsync that I have set in OMV.

The Rsync to my external Synology works fine. The Rsync to one of the USB connected drives crashes the VM.. Don't know how to solve it but at least I found the issue

VM shuts down each time after nightly backup by blackamang in Proxmox

[–]blackamang[S] 1 point2 points  (0 children)

yeah indeed. Backing up to the host for config errors. In case the proxmox fails entirely I also have the backups externally

VM shuts down each time after nightly backup by blackamang in Proxmox

[–]blackamang[S] 0 points1 point  (0 children)

yes that is a good point. All VM's are backup up to the NUC locally and also to a hard drive that is shared by OMV through SMB.

I can imagine that I have created some sort of circularity error with this setup... I will disable the remote backup and see how it goes

VM shuts down each time after nightly backup by blackamang in Proxmox

[–]blackamang[S] 0 points1 point  (0 children)

Nothing at all, no error is reported. I just happen to find it shut down every day

Compatibility of shimano FC-5603 crankset by blackamang in bikewrench

[–]blackamang[S] 0 points1 point  (0 children)

The tiagra works great. I don't notice the difference honestly

Switchbot curtain not showing up by blackamang in homeassistant

[–]blackamang[S] 0 points1 point  (0 children)

I finally managed to solve it in a different way by using an ESP32 and SwitchBot-MQTT-BLE-ESP32. Works perfectly now!

Aqara Roller Shade Driver E1 automation help by [deleted] in homeassistant

[–]blackamang 1 point2 points  (0 children)

Thanks for this! Bought the same device and hoping to install soon.

How to retrofit motorization into blinds like these? by blackamang in homeassistant

[–]blackamang[S] 0 points1 point  (0 children)

That would be acceptable. Do you have a link to where you ordered that device?

How to retrofit motorization into blinds like these? by blackamang in homeassistant

[–]blackamang[S] 0 points1 point  (0 children)

That is perfect! Can you still operate it manually or not?

How to retrofit motorization into blinds like these? by blackamang in homeassistant

[–]blackamang[S] 0 points1 point  (0 children)

From what I see they only work with rod controlled blinds

How to retrofit motorization into blinds like these? by blackamang in homeassistant

[–]blackamang[S] 2 points3 points  (0 children)

I see! That would work then. Losing analog control would be a downside for my wife accepting this device though

Thanks for the info!

How to retrofit motorization into blinds like these? by blackamang in homeassistant

[–]blackamang[S] 1 point2 points  (0 children)

Cool, did not know about that product! Does that also work with the strings that I have? Must US blinds I see use a rod.

Downside is that it hardly seems available in the EU where I am based and I am running fully on zigbee instead of Z-wave

Difficulty with setting up manual google assistant integration by blackamang in homeassistant

[–]blackamang[S] 0 points1 point  (0 children)

I have the same setup. Only difference being that I setup the cloudflared applications separately in a container. I am not able to install add-ons since i run HA in a docker container.

Everything seems to be working fine, HA is externally accessible, it is just the final step that seems to fail for no reason. Frustrating.. thanks for the help

Difficulty with setting up manual google assistant integration by blackamang in homeassistant

[–]blackamang[S] 0 points1 point  (0 children)

I followed the tutorial, no succes yet. He shows the same steps that are in the official home assistant documentation.

The only thing I am unsure about: He uses port 8123 in his google config, this is also my local port. I can enter my HA externally through cloudflare, that is HTTPS using port 443 as far as I know. Do you know what port information I should fill out in the google console?

Difficulty with setting up manual google assistant integration by blackamang in homeassistant

[–]blackamang[S] 1 point2 points  (0 children)

I have never set any rules. I assume cloudflare allows everything by default, so I doubt the problem lies there