Search results

  1. wbumiller

    Bump LXC 5.0

    Can't give you any particular dates, but we will definitely upgrade. It'll mostly depend on how much work it is and how much it breaks ;-)
  2. wbumiller

    Unable to access lxc container(s), multiple errors (eg: Failed to send ".lxc/cgroup.procs" fds 9 and 14)

    No, that's the init process, I meant the number in column 2 from ps aux | grep lxc-start | grep 101
  3. wbumiller

    Unable to access lxc container(s), multiple errors (eg: Failed to send ".lxc/cgroup.procs" fds 9 and 14)

    Also, next time this happens, could you please look for the container's `lxc-start -F -n $VMID` process PID and look at the output of `ls -l /proc/$PID/fd`? There was an lxc package where `pct enter` would cause the start process to accumulate file descriptors, however, your version output shows...
  4. wbumiller

    lxc-ls no longer reporting ram usage in pve7.1

    This is probably because the raw lxc command line tools aren't really cgroupv2 aware. Will need to investigate.
  5. wbumiller

    WebAuthn registration returns "A NOM parser failure has occurred"

    It would be nice if you could share your config and how you configured it, so we could improve the error handling there to be more useful. As for how to fix it, that would be easier knowing when and where the error appears, and also, what your config looks like. The UI has an Auto-Fill button...
  6. wbumiller

    Proxmox VE 7.1 released!

    Generally lxcfs should get restarted, only reloaded. If you restart it (or start it manually like you did for debugging), all containers need to be restarted. Did you get any errors during the upgrade process? Do you see any journal messages when trying to start a container?
  7. wbumiller

    PVE 7.1 - U2F broken, confused about WebAuthn

    Multi-facet U2F verification had indeed a bug, verifying the appid vs the origin which of course cannot work in this case. As for webauthn with subdomains, this should work with the upcoming updates by setting the rp and id to the common tld, leaving out the origin (so each node fills it out for...
  8. wbumiller

    job failed with err -5 - Input/output error (BTRFS) transfer/backup/clone

    The -d single part here looks like a bad idea. This is basically the equivalent of a raid0 for data, you're only using raid1 only for metadata, so data simply cannot recovered (unless your VM internally has multiple copies and can do that by itself, for example if you're running databases...
  9. wbumiller

    Container unter BTRFS

    Im moment werden subvolumes direkt ohne ext4 image nur dann verwendet, wenn man kein Größenlimit verwendet (wie beim normalen directory storage), da man sonst btrfs quotas benutzen muss, was bis noch nicht implementiert ist. Geht derzeit allerdings nur via CLI (0 als Größe angeben: pct create...
  10. wbumiller

    USB Passthrough to LXC Plex

    this is where, from the container's point of view, the data should show up
  11. wbumiller

    USB Passthrough to LXC Plex

    If you're new to these things I recommend using a VM for the time being, as with those you could use actual USB pass through via the GUI. Otherwise, it's roughly these steps: 1) setup /etc/fstab entry for the device with the `x-systemd.automount` option Eg. add something like: UUID="2587-CC93"...
  12. wbumiller

    Do I have incorrect format of these parameters?

    As for your stroage, that should be storage (o↔r typo);-) (And for our API I do recommend using `1` and `0` for booleans)
  13. wbumiller

    [SOLVED] Probleme mit ACME und DNS-Challenge (bei Hetzner)

    Das sieht seltsam aus, was sagt # stat /dev/null
  14. wbumiller

    USB Passthrough to LXC Plex

    There's a difference between accessing a USB device or accessing its storage. The way you're passing the device through is the former, but it sounds like you want the latter. You should mount it on the host (via the file system's uuid to not also depend on the specific USB slot it's plugged in)...
  15. wbumiller

    Issues with certificates

    ^ openssh private key if you're sure it's actually the right file, convert to pkcs8: $ ssh-keygen -p -N '' -m pkcs8 -f /the/key (this will replace `/the/key`) but you should re-check how you created this
  16. wbumiller

    Ansible community.general.proxmox: can't create containers

    And what does the corresponding mpX line in the config look like?
  17. wbumiller

    Mknod in an unprivileged lxc container

    The mknod feature flag only enables a set of harmless device nodes to be created. For tun you can only bindmount it, but it will not be possible to use `mknod` to create another and for now this is not directly supported as the `mknod` feature is currently not configurable any further.
  18. wbumiller

    Failed to extract config from VMA archive: zstd: error 70 : Write error : cannot write decoded block : Broken pipe (500)

    That looks like a different error than the thread title, though. You can just pass a storage name to the restore command to tell it to restore on an existing storage.
  19. wbumiller

    Failed to extract config from VMA archive: zstd: error 70 : Write error : cannot write decoded block : Broken pipe (500)

    Looks like dcsapak misread the documentation ;-) $ zstd --help (...) --[no-]check : during compression, add XXH64 integrity checksum to frame (default: enabled). If specified with -d, decompressor will ignore/validate checksums in compressed frame (default: validate). (...) So the command you...
  20. wbumiller

    [SOLVED] ACME DNS Challenge via Netcup API not working (Proxmox VE 7.0)

    Please verify that the new TXT entry (should be visible in the netcup ccp's domain editor) has actually propagated through to the outer DNS servers (eg. check against the results from a dig @8.8.8.8 TXT _acme_challenge.yourdomain.tld) after those 500 seconds of wait time. One reason for an...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!