Recent content by liquidox

  1. L

    Ceph keeps crashing, but only on a single node

    So what was the cause? Is this one of the examples of the dubious quality of the Minisforum MS01?
  2. L

    GPU Passthrough fails on AMD Ryzen 9 9950X (Zen 5) / RTX 5070 Ti - Kernel 6.14.8 - IOMMU issues

    Did you figure this out? I plan to build a Proxmox machine with this cpu and similar gpu.
  3. L

    CEPH Erasure Coded Configuration: Review/Confirmation

    Thanks for sharing your experience, I am also looking to setup a 3-node Ceph cluster for VM as well as media. Would setting up the Ceph pools in the way that you described still allow managing them equally easy within the Proxmox UI? Or does that only work when Ceph is configured more basically...
  4. L

    [SOLVED] The Web UI forces me to re-login 'constantly', why?

    Generally the PC with the GUI open goes to sleep several times during the day, easily over 15mins. Would it be possible to change this 2 hours setting somewhere? I don't consider a much longer ticket validity as a security issue.
  5. L

    [SOLVED] The Web UI forces me to re-login 'constantly', why?

    I also notice I have to re-login into the GUI quite often, at least once a day. I primarily use Firefox. Is there a timeout setting somewhere?
  6. L

    Resize /dev/pve/data and transfer it to /dev/pve/root

    Thanks so much for writing this, I needed this today, and your guide saved me a lot of trial and error no doubt !
  7. L

    I can't start LXC

    Latest is actually 6.0-7, and I had the same issue on 6.0-4 as you are having.
  8. L

    I can't start LXC

    I fixed it with above method. What version of Proxmox does your web UI show?
  9. L

    I can't start LXC

    Thanks, I am having this same issue. However, I am updated to latest version. I have not rebooted yet though, restarted pveproxy and pvedaemon. Anyone know what to restart to get this to work?
  10. L

    Proxmox VE 6.0 beta released!

    Why would the disk replace commands change? Those are native ZFS commands, check how your disks are named in your pool and you know what replace commands to run. For trim, read: https://github.com/zfsonlinux/zfs/releases and search for Trim.
  11. L

    Proxmox VE 6.0 beta released!

    Great news, can't wait to test it out!
  12. L

    Random Restarts

    We are now running into this same error and had a full on crash last night. We're using an AMD Epyc CPU as well, a number of KVM guests and a 2-node Corosync cluster. Did you find anything?
  13. L

    [SOLVED] LXC ID in broken state

    Thanks, that was the only solution it seems, fixed now.
  14. L

    Installing gitlab into LXC container (sysctl kernel.shmmax)

    For others struggling to install Gitlab within LXC on Proxmox: https://github.com/lxc/lxc/issues/989 Setting "lxc.mount.auto: proc:rw" was the solution for me.