Search results

  1. B

    Proxmox VE time issue

    It is "obviously" not syncing or the time would be correct. What is the actual output of "chronyc sources"?
  2. B

    Wireguard in LXC

    If your wg_server is behind a normal ISP router it isn't going to be reachable from the Internet without making some configuration changes there, like enabling a port forward.
  3. B

    iommu enable

    According to Intel this chip does theoretically support VT-d but based on this [ 0.056635] DMAR: IOMMU enabled [ 0.417629] pci 0000:00:00.0: DMAR: Disabling IOMMU for graphics on this chipset [ 0.417632] pci 0000:00:00.0: DMAR: Forcing write-buffer flush capability it may not be...
  4. B

    Why is Nmap Installed by Default in Proxmox?

    If he removes it he will find out what if anything depends on it. Apt will tell him :)
  5. B

    Why is Nmap Installed by Default in Proxmox?

    Interesting. I installed mine via Debian so maybe there is some difference after all. Seems pretty clear that it isn't needed for anything though and it is safe to remove it.
  6. B

    Why is Nmap Installed by Default in Proxmox?

    I don't have nmap on my PVE 8.3.3. I don't think it is a dependency of any PVE components. You can use "apt rdepends" to find out what might be depending on it.
  7. B

    Using an external USB hard drive for backups

    The following variation allows you to disable the storage (with pvesm or the GUI) and unmount the drive. Later you can plug it back in and re-enable the storage and it will automatically be mounted. I use a label rather than a UUID so I can rotate my backup drives (they all have the same label)...
  8. B

    imported esxi vm slower than created one with CPU "Host"

    It isn't my problem. I was just making a suggestion of a possible reason. So I won't be posting any benchmarks. Thanks.
  9. B

    imported esxi vm slower than created one with CPU "Host"

    BTW, PVE does not emulate AMD instructions when running on Intel or vice versa. The CPU flags are really just visibility flags. They can hide features but not create them. The purpose of this is to facilitate live migration between not-identical hardware.
  10. B

    imported esxi vm slower than created one with CPU "Host"

    It could be because when you installed Windows on an Intel CPU it decided that certain features were available and said features are not existing or differently implemented on AMD. So it is falling back to a generic version that is slower.
  11. B

    [SOLVED] How to increase the maximum Disk Size of the LXC Container

    1 TB = 1000 GB. So 2 TB = 2000 GB. Therefore you should write 2000. And maybe learn Si prefixes.
  12. B

    [SOLVED] How to increase the maximum Disk Size of the LXC Container

    So you plan to put 200 TiB (200,000 * 1 GiB = 200 TiB) on a 5.5 TiB storage? How's that supposed to work?
  13. B

    [SOLVED] How to increase the maximum Disk Size of the LXC Container

    What kind of storage is "Daten"? Perhaps the limitation comes from there.
  14. B

    Unreachable nfs-share causes load 1 on pve host

    Don't shut down active NFS shares. NFS does not play well with unreliable servers.
  15. B

    Cannot access the web-gui after some time

    This is sounding a lot like a duplicate IP somewhere on your network. If that is the case you can get connection reset by peer because you're not connecting to what you think you are.
  16. B

    Is there a way to add a dedicated Notes tab to a VM?

    There already is one. This thread is about making it suitable for longer notes.
  17. B

    [SOLVED] smartctl version 7.4

    Or just install the one from debian-backports. That's what it is for.
  18. B

    [SOLVED] smartctl version 7.4

    Version upgrades on the stable repo only happen when stable is upgraded to the next version. Debian back-ports fixes rather than updating the package because that might break configuration files and such. So not until trixie is released will the packages be updated.
  19. B

    [SOLVED] secondary IP address missing wth virt io lan driver

    Maybe look in dmesg and the journal to see if there are any related messages. You could also maybe post what's in /etc/network/interfaces and the output of "ip a". Offhand I can't think of any reason why the physical net driver would have anything to do with it.
  20. B

    Swap usage always maxed out

    I think that if you don't want it to use swap then maybe disable the swap. I mean, is it there to be used or is it a decoration? ETA: If you have 28 of 31 GB in use, maybe having swap is why you have free RAM.