Search results

  1. M

    pve7to8 failure

    When I run "pve7to8 --full" it gets stuck in a loop reporting: unknown ID 'almalinux' in /etc/os-release file, trying fallback detection unknown ID 'almalinux' in /etc/os-release file, trying fallback detection unknown ID 'almalinux' in /etc/os-release file, trying fallback detection unknown ID...
  2. M

    [SOLVED] ssh madness

    Hi All, How does ssh into an LXC container work? I have a Centos 7.9 LXC container that I can ssh into, but I can't figure out what sshd is listening. systemctl start sshd fails with the complaint that it can't bind to port 22, and status shows it's disabled and dead. A third-party sshd also...
  3. M

    windows 10 vs pve cpu utilization

    Hi All, I have several Win10 guests and even though the all show idle (~2%) cpu utilization, the proxmox host is showing 15-20% for the kvm process running these machines. I do not see this problem with Win7 or Win2012 hosts. I've tried to find answers, and this seems to be a pretty common...
  4. M

    clones

    Hi All, I'm confused on how to create a full clone... Does GUI-->Rt. Click VM --> Clone create a full clone or a linked clone? The pop-up has no options to specify what kind of clone to create, it just seems to do what it does without asking, but when I compare the disk images from the...
  5. M

    virtio network driver info

    Hi All, How can I get valid interface details from a paravirtualized interface within a VM? ethtool doesn't show anything useful with the para driver... ethtool ens19 Settings for ens19: Supported ports: [ ] Supported link modes: Not reported Supported...
  6. M

    working interface fails when added to bridge

    Hi All, I have an Intel x540-T2 10gbe ethernet card that works perfectly with Proxmox 7.1-10. That is, until I try to create a Linux Bridge with it. The interface (enp139s0f1) works at the pve host level as one would expect... ssh, nfs, etc. all work. If I take that interface down and create...
  7. M

    search domain vs. host file

    Hi all, I'm new with PVE and when creating an LXC that has multiple search domains, it's adding multiple host entries to the /etc/hosts file. For example in the GUI I set: Hostname = test DNS domain = example.com sub1.example.com DNS servers = 1.2.3.4 I get the following in...