Recent content by hackerkatt

  1. H

    VLAN Setup for LXC Containers/Vm's

    Ok, after continuing to work to find a solution, I found what works. Two takeaways... 1) Don't tick the "Vlan Aware" box for vmbr0 (or whatever your primary bridge is). Also, don't specify VLAN ID's (Note: the vlan id's pertain to my config, replace with your vlan id's as needed) 2) Set...
  2. H

    VLAN Setup for LXC Containers/Vm's

    I have been trying to set up what I think is a pretty straight forward network configuration. Proxmox host using untagged native vlan for host IP and passing three vlans on a trunk from the router for LXC Containers. I have been at this for a week and still can't get things working. I've...
  3. H

    No DHCP IP Assigned and Manual Static IP Config no IP on Interface

    Greetings, UPDATE: I was about post the following but I think I found my issue. I'm posting anyway in the event someone else runs into this issue. The clue was the (code=exited, status=226/NAMESPACE) in the systemctl restart systemd-network command. It turns out that the Nesting feature...
  4. H

    How to change hostname

    @Folke - I did some more digging and found this post: https://forum.proxmox.com/threads/after-hostname-change-no-webgui-or-started-containers.139866/#post-625126 where you suggest using journalctl -efu pve-cluster I added a the -x flag and found this in the output: Jan 23 15:49:13 az5.home...
  5. H

    How to change hostname

    @Folke - Thank you for that clarification on the /etc/pve directory. Since I know this node is not part of a cluster then my assumption is that while that folder is provided by the pve-cluster service, it has nothing to do with whether the node is in a cluster or not. I reverted back to the...
  6. H

    How to change hostname

    I've got a fresh Proxmox 8.1.3 server. It is not part of a cluster and no vms or containers are set up or running. Only system updates performed. I'd like to change the hostname without having to reinstall the whole os from scratch. This documented method does not work...
  7. H

    Console Access Broke - No Container/VM or PVE Host Shell

    Greetings, I have began having a problem where I can't open a console window for any of my containers, vms or the host shell. I did recently reinstall my desktop os. I went from KDE Neon (running a couple years) to MX Linux KDE. I had been using both Google Chrome and Vivaldi for those...
  8. H

    Summary Mem Usage Does Not Match OS Free

    I stumbled across this post https://www.reddit.com/r/Proxmox/comments/eth1ok/summary_is_memory_useage_bugged/ that made some good points. It also suggested that you install qemu-guest-agent then enable it on the VM guest options. I've done so and rebooted the VM. Memory Summary metrics looks...
  9. H

    Wrong memory usage for one VM

    I'm new to Proxmox and ran across this post. I too am seeing, what I think to be, the same issue. VM Summary metrics reports that almost all of the Allocated RAM for the VM is used but the OS reports that most of the Allocated RAM is free. I set up two identical VM's, one running Ubuntu...
  10. H

    Summary Mem Usage Does Not Match OS Free

    Hello, This is my first post and not sure I'm posting in the right place. I only see "Proxmox VE: Installation and configuration" and "Networking and Firewall". I created a VM w/ 2GB of RAM. The VM Summary shows the VM memory is close to being maxed but the OS free -h says it's no where...