Recent content by rcd

  1. R

    Sometimes VM refuse to shutdown, I suggest adding a force stop VM function

    Still doesn't seem to have been implemented. I would have thought qm stop VMID --skiplock --forcestop ought to do a force shutdown.
  2. R

    IPv4 in bridge mode and IPv6 in routed mode for Hetzner dedicated server running Proxmox VE

    Thanks - but at the same time I made my post here, I contacted Hetzner support, who referred me to this page. It actually seems to be explaining it quite well. I hope this can help others as well. It seems, with a IPv4 range, what I need (and use) is routed network, sorry for the...
  3. R

    IPv4 in bridge mode and IPv6 in routed mode for Hetzner dedicated server running Proxmox VE

    It's quite frustrating - there are lots of posts like this, but no solutions anywhere. Like many I have a range of IPv4 addresses that need to work so I have no choice but running in bridge mode, at least for IPv4, and that works fine. It seems that IPv6 has to run in routed mode. I don't...
  4. R

    [SOLVED] IPv6 problems with Hetzner (did work before)

    iface vmbr0.1 inet6 static address xxxx:xxxx:xxxx:xxxx::144/64 gateway xxxx:xxxx:xxxx:xxxx::1 <<---- where do you get this from? Normally, in my home lab, which of course use different IPv6 coonfig, I'd use gateway fe80::1 But that's reported stale here....
  5. R

    INFO: Your CPU does not support KVM extensions

    Yeah I guess you're right. Anyway, it was just to try it out. It's pretty cool what you can do in Docker though.
  6. R

    INFO: Your CPU does not support KVM extensions

    That did the trick, thanks! Why not? I'm sure windows in a docker container could come in handy. :)
  7. R

    INFO: Your CPU does not support KVM extensions

    I am trying to run Windows in a Docker container on a Proxmox VM, but getting the error Error response from daemon: error gathering device information while adding custom device "/dev/kvm": no such file or directory Checking cpu-checker in the VM gives this error $ sudo kvm-ok INFO: Your CPU...
  8. R

    [SOLVED] Can't upgrade PVE 7.0 with udev error

    Something like this? zfs set mountpoint=/oldroot rpool/ROOT/pve-1
  9. R

    [SOLVED] Can't upgrade PVE 7.0 with udev error

    Yes I understand that much, that it is the zfs set command that is needed, but I don't find any examples how to do it or page explaining this.
  10. R

    [SOLVED] Can't upgrade PVE 7.0 with udev error

    I'm not trying to move the root filesystem. I want to setup a new installation on a nvme drive, and import the existing zfs pool. The problem is, by doing that the old root files system on the zfs pool appears to cause some overlay problems as per the post I replied to. That is what I want to...
  11. R

    [SOLVED] Can't upgrade PVE 7.0 with udev error

    I have a pool where I had the root file system as part of it. I now want to move it on another drive and just have the data on the pool. I'd like to temporarily mount the old root somewhere so I can copy over some configuration details and scripts, is that possible? Is it possible to remove...
  12. R

    What is the purpose of the "Undo Zoom" button on the graphs on the summery page?

    I was looking for a way to zoom out on the list of graphcs on the summary page in order to be able to screenshot all 4 graphs (cpu, memory, network and disk-io) but the closest thing is this "Undo Zoom" button, that kinda suggest there should be a way to Zoom the graphs?
  13. R

    zpool upgrade

    Essentially same situation here, but with 8.1, I notied zpool status saying ... status: Some supported and requested features are not enabled on the pool. The pool can still be used, but some features are unavailable. action: Enable all features using 'zpool upgrade'. Once this is done...
  14. R

    [SOLVED] [ERROR] No Device with Valid ISO Found

    Ditto here, trying to install 8.1-1 using Ventoy, latest version (1.0.96). I then tried 8.0-2, and that installed just fine. At boot 8.1 throws an error about some folders not found. Not sure what that is about. $ sha256sum proxmox-ve_8.1-1.iso...
  15. R

    Can "local" (/var/lib/vz) storage be moved/mounted to a different disk?

    I believe this is what the pvesm command is for. Perhaps someone more knowledgable can fill in the details.