Search results

  1. W

    Unable to migrate & start VM due to problematic TPM-disks

    Hi Deerom, So far I've been avoiding TPM, so I had to look up the Proxmox reference; https://host:8006/pve-docs/chapter-qm.html#qm_tpm is what this involves, correct? So, only one out of many hosts has this problem? Silly question, does the functionality expect availability of a hardware TPM...
  2. W

    Proxmox VE with TrueNAS Proxmox VE Storage Plugin issue - when powered-off VMs are moved

    Hi wla, Welcome to the forums! I have no similar setup to experience the issue, but I do have additional questions: Is the move performed over the management network in both cases? Does the failure persist when running a degraded bond, ie, disconnecting one of either NIC0 or NIC1?
  3. W

    Weird Error on Fresh Install

    Welcome, and nice system for testing! To gauge how to provide further support, have you used Linux before?
  4. W

    PBS S3 backend behind Cloudflare Tunnel fails with SignatureDoesNotMatch against MinIO, while direct local access works

    ... and observe your traffic being decrypted by Cloudflare, removing the encryption and security provided by your own certificate. Is this really what you want?
  5. W

    Migrate from old to new hardware / version

    Hi NoLine, You'll be copying over the data, but reusing the configuration? Only connection data, or also storage layout? I went through a similar exercise recently, but ended up with only the hostname preserved. Less than ideal, but re-adding certificates to PBS and adding PBS to the...
  6. W

    PBS always erases barcode when formatting a new lto-5 catridge

    Hi 33335, Is this in a tape robot that prints barcodes by itself, or do I misunderstand your question? I only have plain drives and print labels by myself. I'm not sure whether I explicitly formatted tapes and what the behaviour was. I used the GUI to add tapes. When adding a tape to a media...
  7. W

    How to configure file server with external data volume for backup?

    Hi all, I created an NFS file server with the container on SSD and the data on HDD. This way the container is somewhat snappy, with the HDD providing bulk. Using bind mounts, I face difficulties backing up the complete container including data to PBS. How should I compose the container, so...
  8. W

    [SOLVED] Console (web gui) not working after update from 8 to 9

    Hi Viper_Prime, I don't think I can help you, but I can show what it is on my side. Do you mean the integrated web-console, or the popup NoVNC/xterm.js On my systems I don't rely on them, sometimes they don't give output for me and when they do, the functionality is hindered by it not...
  9. W

    Web UI broken, SSH still works – rpool/ROOT/pve-1 full while rpool still shows free space

    Hi Pascal.ch, I'm not fluent in ZFS, so other members will have to chime in for support on that. How fluent are you in Linux? What you could do for a small improvement, is check the amount taken by /var/log and /var/cache: # du -hs /var/log/* # du -hs /var/cache/* If there's a lot of...
  10. W

    [SOLVED] Container restore expectation management?

    Hi fabian, Thanks for mentioning! I updated the ticket with my observation that the running log is available from the PBS-side.
  11. W

    How to gracefully handle cert renewal?

    Hi whatishappening, I ran into that as well after configuring LE. The fingerprint is mandatory when lacking 'real' certificates. Once your nodes have LE certs, you can leave the fingerprint empty.
  12. W

    [SOLVED] Container restore expectation management?

    As for the stray 104-image of 11 GB in /var/lib/vz/images/104: I'm not allowed to delete it, as container 104 exists. It was not my intention for 104 to use it, and the config seems to back me up: # pct config 104 arch: amd64 cores: 3 cpuunits: 1201 features: nesting=1 hostname: online memory...
  13. W

    [SOLVED] Container restore expectation management?

    As a pointer for the next person facing this issue: https://pve.proxmox.com/pve-docs-8/pct.1.html#_restoring_container_backups details: Create volumes for storage backed mount points on the storage provided with the storage parameter (default: local). So, it would seem that I did not set...
  14. W

    [SOLVED] Container restore expectation management?

    Hi news, Thanks for the pointer. The thread discusses whether the configured tempdir is used or not, and that it is corrected by upgrading to the next minor version (all PVE 6, I'm halfway migrating from 8 to 9), with the case that resembles my situation (@agapitox) not posting back on the...
  15. W

    [SOLVED] Container restore expectation management?

    Hi news, Thank you for your reaction! The hardware I listed is PBS (1 GBit copper) , so ballpark about half the performance of your unit. I just found the culprit: besides creating an LV for the container to live in in the assigned storage, it also creates an image in /var/lib/vz/images in...
  16. W

    [SOLVED] Container restore expectation management?

    Hi all, Over an hour and a half ago I started a restore task of a 400 GB container backup. Up to now, restores have been of VMs and containers in the lower tens of GB range, which would ramble for a while and then complete. This one just 'sits there': recovering backed-up configuration...
  17. W

    Errors when creating or deleting a VM snapshot

    That's a worthy cause! Yes, indeed, BTRFS is the file system. Other popular options would have been ZFS, XFS or ext4. Is this the situation: Proxmox: hostname = mediaserver one harddisk default Proxmox installation with LVM guest: hostname = Immich_VM type = VM (not container) under...
  18. W

    Proxmox boots into busybox, unable to import rpool

    I'd boot a live distro and see whether the pool can be brought up using regular methods, before staying stuck trying it from initramfs. I presume you don't have an alternative (older) kernel to boot from where the boot configuration is not messed up?
  19. W

    [SOLVED] Get my VM back

    Great that you solved it, thanks for posting back the cause of the issue and updating the thread!
  20. W

    Moving container on LVM thin volume to smaller storage

    Mostly things are fine, though a bit on the slower side, with HDDs. Migration to faster aggregated storage is the reason for the exercise in the first place. Unfortunately, I woke up to a failed backup, and running fsck gives quite a few suggestions for repair. As to be expected, reported...