Recent content by take

  1. T

    Undefined Code: 1006

    If you on MacOS using Safari ( it is OK in Chrome 'cause Chrome uses its own certs container but Safari does use system one) — you need to add self-signed Proxmox (node) certificate to your KeyChain and put "Always trust" under the Trust section. So I had to: export self-signed cert of a...
  2. T

    One or more devices could not be used because the label is missing or invalid

    I'd like to confirm it worked like a charm! The only thing I had to run before exporting the pool was: systemctl stop proxmox-backup-proxy.service proxmox-backup.service and of course it is a good idea to create pool using /dev/disk/by-id/ labels
  3. T

    How do I mount a raw image?

    thx alot! it helped me out too but there is a shorter way to loop all block-device partitions as `man losetup` says: losetup --partscan /dev/loop22 disk-drive-ide0.raw mount /dev/loop22p1 /mnt/123 so it is --partscan or -P key
  4. T

    [SOLVED] one node "Cannot initialize CMAP service"

    In my case it was time synchronization issue: I had lost connection to a node than after reading this thread first checked node's time and found it is out of synchronization 'cause it did not have Internet connection due to wrong gateway. So I upped the Internet 1st, then synced time and...
  5. T

    Change Cluster Nodes IP Addresses

    in almost the same situation I just changed an ip address in /etc/hosts on a node and rebooted (reboot must be done)