Recent content by h0a

  1. H

    cryptsetup: Waiting for encrypted source device / boot fail after BIOS update

    Hello everyone, excuse my last post, it has been a complicated intertwined series of issues. What a rabbit hole! You will learn to love error messages like "mdadm: imsm capabilities not found for controller soandso" and rethink the whole Hardware RAID setup :eek: First of all, the PVE was not...
  2. H

    cryptsetup: Waiting for encrypted source device / boot fail after BIOS update

    Hello everyone, I am stuck in a difficult situation: Server is running current and up-to-date Proxmox. It is a LVM on LUKS on a fake hardware Raid (Intel Raid Controller) on a Supermicro Motherboard. I upgraded the BIOS and failed to preserve the settings (preserve NVRAM). It will start...
  3. H

    Gerätepfad ändert sich während USB Festplatte eingebunden ist: I/O errors

    Es gibt noch eine Neuigkeit: Bei den Festplatten handelt es sich um: Intenso MEMORY DRIVE 2TB Art.-Nr. 6023580 https://www.intenso.de/produkte/festplatten/memory-drive Ich habe eine zweite Platte, identisches Modell. Auch diese spinnt genauso rum. Es ist also zu vermuten, dass es kein Defekt...
  4. H

    Gerätepfad ändert sich während USB Festplatte eingebunden ist: I/O errors

    Folgendes habe ich probiert: UAS auf usb-storage Treiber umgestellt. Das hat zwar geklappt, hat aber nicht geholfen. Dann den write cache genullt mit hdparm -K0 -W0 /dev/disk/by-id/usb-Intenso_SCSI_XYZ-0\:0 Gab folgende Meldung: setting drive keep features to 0 (off) SG_IO: bad/missing sense...
  5. H

    Gerätepfad ändert sich während USB Festplatte eingebunden ist: I/O errors

    Hm ... also einbinden und Daten kopieren funktioniert mit dieser Platte auf einem MacBook soweit problemlos. Habe aber keine größeren Datenmengen versucht zu schaufeln. Jedenfalls bleibt die Platte am Mac eingebunden und aktiv nutzbar. Du meinst mit dem USB Treiber? GIbt es da massive Unterschiede?
  6. H

    Gerätepfad ändert sich während USB Festplatte eingebunden ist: I/O errors

    Hallo @Falk R. , auch wenn ich mit der UUID mounte (ID und UUID sind i.d.R. nicht veränderlich): mount -t hfsplus -o async,force,ro /dev/disk/by-uuid/1234abcd-ab12-1234-abcd-abcdef123456 /mnt/hdd6 ... habe ich das gleiche Ergebnis. Soeben habe ich das auch nochmal probiert und ich konnte noch...
  7. H

    Gerätepfad ändert sich während USB Festplatte eingebunden ist: I/O errors

    Hallo zusammen, ich habe an einem ProxMox Server eine USB Festplatte angeschlossen, welche, während sie eingebunden ist, den Gerätepfad ändert z.b. von sdh1 zu sdi1. Dadurch schmeisst es I/O errors und ich kann die Daten nicht zuverlässig rsyncen. Hier Details zu Festplatte: === START OF...
  8. H

    read-only bind mount a subvolume from other container prevents container start

    Thank you for your answer! I will try the other approach with host based bind mounts.
  9. H

    read-only bind mount a subvolume from other container prevents container start

    I have two containers A and B. Container A #101 has only a rootfs: arch: amd64 cores: 1 hostname: A memory: 2048 nameserver: 127.0.0.1 net0: name=eth0,bridge=vmbr0,firewall=1,gw=x.x.x.1,hwaddr=xx:xx:xx:xx:xx:xx,ip=x.x.x.7/24,type=veth onboot: 1 ostype: alpine rootfs...
  10. H

    datastore nicht mehr verfügbar / unable to open chunk store

    Hallo Chris, danke für deine Antwort. Ich habe eben versucht einen der Container zu starten, das schlug fehl mit "encryption key not loaded". Einmal zfs load-key -a und ein anschließendes zfs mount -a und die Kiste ist wieder online! Vor langer Zeit habe ich mal einen zfs-load-key.service...
  11. H

    datastore nicht mehr verfügbar / unable to open chunk store

    Hallo zusammen, ich benötige Hilfe bei einem Problem mit dem PBS: Nach einem Update und anschließendem reboot eines nodes (PVE+PBS) ist der einzige datastore "srv2-data-bak" nicht mehr verfügbar. Kurz davor oder danach habe ich auch den Hostnamen geändert. Zunächst fiel auf, dass die backup...
  12. H

    PVE host not connecting to its lxc container's wireguard network

    I would like to up a wireguard interface on the pve host, that will connect to the wireguard server in one of the lxc containers. When trying to connect the PVE host via LAN or even via WAN IP to the container no proper connection can be established, no traffic is shown with "wg show" on the PVE...
  13. H

    pct rollback fails with error "lvremove 'xyz-vg/vm-123-disk-0' error: Logical volume xyz-vg/vm-123-disk-0 contains a filesystem in use."

    OK, solved it myself: The fs of container 123 was mounted with another container. Simple solution: Remove mount point on the other container.
  14. H

    pct rollback fails with error "lvremove 'xyz-vg/vm-123-disk-0' error: Logical volume xyz-vg/vm-123-disk-0 contains a filesystem in use."

    I am trying to rollback a snapshot on a container and get the error: "lvremove 'xyz-vg/vm-123-disk-0' error: Logical volume xyz-vg/vm-123-disk-0 contains a filesystem in use." After that the Container is locked with snapshot lock. The lock can be removed by pct unlock 123. The lsof command...
  15. H

    pre-job-start phase on vzdump hook script ?

    +1 I just stumbled upon this thread for just about the same reasons. Until this is implemented I will proceed with manually managing vzdump jobs, as user ouldsmobile suggested.