Search results

  1. G

    Problem with LXC network interfaces containing `@` character

    Champion. Thanks, Stefan. It all works now.
  2. G

    Problem with LXC network interfaces containing `@` character

    I use `debops` (https://debops.org) to manage Debian-based VMs and LXCs. Generally I have no problems, but I've just hit one that I'm hoping somebody might be able to help me with. debops uses `ferm` to manage the firewall. I need to add some rules to the `FORWARD` chain that specify the...
  3. G

    inactive and invisible thin-pool after 7to8 upgrade

    Thanks, @waltar, however, I'd need to understand better what vgcfgrestore does before I commit anything that changes the state. From what I can find, it uses the files in /etc/lvm/archive. There are many files in there because I have had multiple attempts at repairing the thin-pool. There's...
  4. G

    inactive and invisible thin-pool after 7to8 upgrade

    I was updating a server from 7.4 to 8.3 and after rebooting, it's come up without an `lvm-thin` pool. running `lvscan` shows the `pve/data` pool is inactive root@pve14:~# lvscan inactive '/dev/pve/data' [<7.13 TiB] inherit ACTIVE '/dev/pve/swap' [7.00 GiB] inherit...
  5. G

    Unable to install proxmox-boot loader during installation of V8.2 on ZFS RAID1

    Thanks. I got around it by reinstalling 7.4 and doing an upgrade inplace
  6. G

    Unable to install proxmox-boot loader during installation of V8.2 on ZFS RAID1

    I've had a problem when I went to update a ZFS based Proxmox V7 node. It was configured with 4 disks as two RAID1 mirrors in a single pool. The idea was to start afresh with this node and restore the various containers and vms from backups once it was in the cluster To ensure I had a clean...
  7. G

    Blank admin screen when viewed from iOS device

    Oh, and I’ll actually do a clean install of 8 and restore from PBS.
  8. G

    Blank admin screen when viewed from iOS device

    Thanks, Dominik Once I was home and had access to the server and a laptop, I could see that the server was actually sending back a 501 error, but iOS was not displaying it. The server could be pinged but ssh and http access was denied. After connecting a console, I could see that the SSD is...
  9. G

    Blank admin screen when viewed from iOS device

    My proxmox node is running 7.x and is using a self-generated certificate. So, I have to instruct the browser to visit anyway (same for Safari, Chrome, Firefox). This is OK when I access from a Mac or Windows machine, but when I access from an iOS device, I end up with a blank screen. It is live...
  10. G

    Backup of LXC failing

    I'm running Proxmox 7.4.16 on several (unclustered) nodes. One LXC on one of the nodes repeatedly fails to backup; though it did use to. Normally, it backs up to PBS, but to eliminate this, I ran a backup to local storage and got the following INFO: Backup started at 2023-12-31 13:42:48 INFO...
  11. G

    LVM-Thin not appearing as destination for new LXC

    Thanks. I never did get to the bottom of this. I tried all sorts of ways to cure it, but finally vaped the server and did a re-install.
  12. G

    Backup failing ENOSPC when there is plenty of free space

    Nomatter. I now see that the PBS is full of log files! They obviously aren't being purged.
  13. G

    Backup failing ENOSPC when there is plenty of free space

    My backup jobs have just started failing. The following extract from the backup job's log shows that it failed with an ENOSPC error. However, there is plenty of space on all disks - including the backup server. INFO: starting new backup job: vzdump --notes-template '{{guestname}}' --all 1...
  14. G

    LVM-Thin not appearing as destination for new LXC

    Hi All I've just added a new node to my home cluster so I can migrate some VMs. However, when I look at the node's disks, it shows LVM-Thin in the list, but LVM-Thin does not show up as a destination for new VMs. The attached image should explain, PVE1 is the problem node. As you can see...
  15. G

    Error when using Terraform to create LXC

    I'm just getting started using Terraform to create LXC on my Proxmox nodes, so this is probably down to permissions. When I use the following Terraform plan to create an LXC, I get an error saying only root can create arbitrary filesystems, however, the provider docs state that a rootfs must be...
  16. G

    rsync failing between two servers - have I tried to be too clever?

    So, I still can't bottom this problem. I've added an additional Ethernet card, created a second bridge and instructed the CT to use this bridge. rsync still fails with the same error. I'll explorea different solution.
  17. G

    Getting TPM Error from Windows 10 KVM

    I have a Windows 10 KVM installed on PVE 7.1-10. It's running fine, but I've just noticed an error in the System log: The device driver for the Trusted Platform Module (TPM) encountered a non-recoverable error in the TPM hardware, which prevents TPM services (such as data encryption) from being...
  18. G

    rsync failing between two servers - have I tried to be too clever?

    OK, it's a network problem. I opened the proxmox shell on the node and ran a simple while loop printing the date. It stalled when the rsync session froze. I'm surprised. It's not a highly stressed box, though it is only a Dell Optiplex. I think I have an E1000 somewhere which I can stick in it.
  19. G

    rsync failing between two servers - have I tried to be too clever?

    Hi Stoiko It was worth a try, but it reveals nothing. I can ssh easily in both directions. Running a simple bash while loop ran for over 5 hours with no problem. I also ran iperf3 with 10 parallel sessions for 5 mins. Ave throughput was 942 MBit/s on a gigabit network, so no problems there...
  20. G

    rsync failing between two servers - have I tried to be too clever?

    Yes, there’s no immediate problem. The transfer starts OK but fails part-way through. The failure point varies. That’s why I suspect the reported error is a red herring.