Search results

  1. L

    pve-manager failed to update

    Ah, running only apt dist-upgrade fixed it! I normally run them all at the same time, shall I not do it, do it in different order? apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y && apt-get autoremove -y && apt-get autoclean -y Thank you @fabian
  2. L

    pve-manager failed to update

    Hi, My pve-manager failed to update to the latest version this morning and now the service won't start, any thoughts? I can access the host via SSH, info below: apt update etc. Hit:1 http://security.debian.org/debian-security bullseye-security InRelease Hit:2 http://ftp.debian.org/debian...
  3. L

    Backup error: pipelined request failed

    Thanks @fabian , other CTs and VMs are backing up just fine to that cloud storage, anyway - I've tried to back it up to local storage and get same problem. INFO: starting new backup job: vzdump 100 --compress 0 --storage local --node vmh --mode snapshot --remove 0 INFO: Starting Backup of VM...
  4. L

    Backup error: pipelined request failed

    Hi all, I've got a problem with backing up one unprivileged container (other privileged ones and VMs are backing up fine). This is fairly small container only couple of GBs. When the container is stopped I'm getting this (bad file descriptor error, exit code:2 error), same error when snapshot...
  5. L

    Slow internet speed on pve but not on local network

    as mentioned on github, I still had to use the parameter to get it working on the edge kernel too :| so unsure why it works for you now without the parameter? :|
  6. L

    Slow internet speed on pve but not on local network

    root@vmh:~# uname -r 5.15.12-edge I've started using edge hoping it would fix my speed issue, but it didn't :) More info here: https://github.com/fabianishere/pve-edge-kernel Had to update AppArmor to run containers, all explained in the above link, one line to be added to a file, very quick fix.
  7. L

    Slow internet speed on pve but not on local network

    Yes, the kernel parameter worked! I'm on the latest edge kernel as well :) Thank you so much!
  8. L

    Slow internet speed on pve but not on local network

    ah, unsure how I've missed your posts @beroliv. I've installed the edge kernels in December (newer ones) but still having same issue https://github.com/fabianishere/pve-edge-kernel Another interesting finding, I've installed Windows 10 VM on my host yesterday. Within Windows 10 VM, speeds are...
  9. L

    Slow network speed on VMs, but not on host

    I've upgraded kernel to 5.15 now (https://github.com/fabianishere/pve-edge-kernel, still same issue. I've got gigabit fibre broadband. Local network is fine, tested with iperf (local and internet). Local devices plugged into the router are also fine reporting gigabit broadband. just don't...
  10. L

    Slow network speed on VMs, but not on host

    Might try updating the kernel, anyone tried this repository? https://github.com/fabianishere/pve-edge-kernel
  11. L

    Slow internet speed on pve but not on local network

    No I haven't, surprised nobody else is reporting/solving the issue here? I didn't try different drivers or anything but it looks as it's not only Intel NICs as someone else had Realtek chipset :(
  12. L

    Slow network speed on VMs, but not on host

    I'm confused! :rolleyes: Quite a few people out there (google: debian 11 slow internet) with similar issues. Looks as it's not only my Intel NICs but RTL also. Hmhh....
  13. L

    Slow network speed on VMs, but not on host

    I keep reading up about it, and could be new kernel and intel NICs, I've got i219-v, my brother just realised he's got same issue with i218-v. Will try new driver sometime this week. What's yours? lspci
  14. L

    Slow internet speed on pve but not on local network

    All I can think of is perhaps something to do with the kernel and the Intel NICs I've got? It has worked well for months, all I can think that changed was the pve6to7 upgrade and then new machine had fresh pve7 installed but then all updates installed as well (and this is perhaps when it...
  15. L

    Slow internet speed on pve but not on local network

    Hi, I've mentioned this on another post, but not exactly same issue so I've started this one here with more info troubleshooting notes. I'm getting slow internet speeds on my host, vm's and containers. Initially I thought it was to recent 6to7 upgrade with whole network (not just internet)...
  16. L

    Slow network speed on VMs, but not on host

    it's all rather bizarre, iperf3 on local network (with devices plugged in to 1G switch, proxmox and a laptop), all looking fine, 1G transfer between the two. iperf3 between host and container - 5Gbps, Laptop used for iperf3 server, multiple broadband speed tests reporting 900Mbps speeds which...
  17. L

    Slow network speed on VMs, but not on host

    Interesting, migrated 2-3 machines and then it worked fine for about 24 hours on the new host but then internet speeds went down to just 200Mbps. On the other hand, the initial machine that had no longer hosted the VMs started reporting 900Mbps speeds on the broadband. It's only a small home...
  18. L

    Slow network speed on VMs, but not on host

    both hosts have nvme ssd drives in, no raid or anything. Decided to migrate all VMs to the new host anyway.
  19. L

    Slow network speed on VMs, but not on host

    installed speedtest for CLI from speedtest.net website and tested on host that I'm having issues with: I have now also created new Proxmox host, and ran the same test which shows correct speeds: Somethins has gone wrong somewhere, I assume during pve6to7 upgrade...