Search results

  1. F

    Recent terrible instability - NVME and pve 9 with ZFS fs?

    So the last part of the NIC took some looking into. NIC Intel I226-V, 2.5Gbit. I have the latest BIOS, I have the latest ISG drivers for it, I have the latest kernel for pve. The only solution for stability with heavy network load was to cable it to 1Gbit, so instead of it doing the full 2.5...
  2. F

    Recent terrible instability - NVME and pve 9 with ZFS fs?

    I think I found two causes for the instability, which a reinstall will not change in any way. (Btw. the two drives are very different, both in size and capacity, so no mirror). 1) auto-trim and NVME drives are a problem on ZFS, it has nothing to do with proxmox itself, but the two combined will...
  3. F

    Recent terrible instability - NVME and pve 9 with ZFS fs?

    Thanks, well unless it somehow got hacked (there is no public access to it) there is no btc on it. The kernel part could be interesting, there was a proxmox kernel update applied not too long ago. The HW itself, then it should be quickly degrading, it is very new, but I will run some tests, the...
  4. F

    Recent terrible instability - NVME and pve 9 with ZFS fs?

    Sorry, I'll specify more. Server is Asus NUC 15 Pro RAM: Kingston Fury Impact 64 GB kit OS: Transcend Solid state-drev MTE410S 256GB M.2 ZFS: Crucial Solid state-drev T705 1TB M.2 It's running two vm's and 8 ct's. What I see is a GUI that responds very very slowly, and doesn't allow login. The...
  5. F

    Recent terrible instability - NVME and pve 9 with ZFS fs?

    Hi All I've had some wild hangs recently on my small homelab. It's a SFF w. Intel Core 7 240H. In it I have two m.2's (NVME) one smaller for the OS, and a bigger for the VM/CT's. After searching like crazy, and not finding a solution, I turned to ChatGPT, and that informed me that sometimes it...
  6. F

    The new S3 storage - confusing fields?

    I was very excited to see the new S3 storage option, but the configuration seems overly complicated From the PBS Why do I have to create a pattern in the 'Endpoint' field? I mean I have several backup systems going to the s3 storage, I've never seent that before? It is quite confusing. The...
  7. F

    Trying to install glances to pve9 - urllib3 problem

    Ok, so removing everything again. Then pip3 install --upgrade glances[web] pip3 install netifaces Then I can make my service unit for that version :)
  8. F

    Trying to install glances to pve9 - urllib3 problem

    Ahh, the package in debian is broken for the web version :-( That is why I was directed to the pip3 install...
  9. F

    Trying to install glances to pve9 - urllib3 problem

    Hi @BobhWasatch Thankyou very much for your help. Ahh, got it, it was so many years ago, so I had forgotten that I had made the service unit myself, so I uninstalled glances, purged it, did autoremove, removed the service unit, and then installed it again. It starts now in servermode and...
  10. F

    Trying to install glances to pve9 - urllib3 problem

    I tried installing it with pip install glances[all] If I do the apt install glances then I get a message that the file doesn't exist: glances.service: Failed at step EXEC spawning /usr/local/bin/glances: No such file or directory I can see the files in usr/bin/glances, so it's a bit weird.
  11. F

    Trying to install glances to pve9 - urllib3 problem

    Hi All I did a completely painless update from pve 8 to 9 the other day. Or at least I thought so :) Now I see that glances that I had installed on the host, is defunct. So I tried doing a new install on debian 13, but when I do that I get this message: Attempting uninstall: urllib3...
  12. F

    Complete crash - any shortcuts for recovery?

    Hi All I have a small NUC here in my homelab, it has a NVME and a SATA-600 SSD in it. The VM disks are on the SATA drive, and the host is on the NVME. My NVME was worn out (apparently) so when I started upgrading from 7 to 8 sunday, it just went bye-bye. So it was a real-life firedrill of...
  13. F

    Can't stop container - lock file does not exist?

    Hi @oguz Thanks for getting back to me :D, the config looks like this: arch: amd64 cores: 2 features: mount=fuse,nesting=1 hostname: plex memory: 2048 nameserver: 10.11.14.1 net0: name=eth0,bridge=vmbr0,gw=10.11.14.1,hwaddr=9E:2C:40:B8:F4:B7,ip=10.11.14.9/24,tag=60,type=veth onboot: 1...
  14. F

    Can't stop container - lock file does not exist?

    Proxmox version 6.4-13 I'm trying to shutdown a container and the shutdown just keeps showing as 'working'. I also tried a stop, and that tells me it can't lock file /run/lock/lxc/pve-config-106.lock Looking in that folder, the file doesn't exist. I tried looking at the processes: root@pve:~#...