Search results

  1. L

    Changing the Terminal Display settings

    Hello all, As you can see in the attached image, the resolution is just not quite right. How can I adjust a resolution of a 100% local terminal interface? Thank you.
  2. L

    automatically installing additional packages immediately after container is created

    Hello all, I am attempting to add additional software immediately after a container is created. I am using the script of: https://github.com/tteck/Proxmox/raw/main/ct/debian.sh. I am specifically focusing on the function of: function update_script() { header_info if [[ ! -d /var ]]; then...
  3. L

    Performance Troubleshooting

    Hello all, I am interested in looking at the performance of my Proxmox host. I am simply trying to install Debian 11 into a virtual machine and it seems to be frozen. I have attached images of my overall datacenter information and the virtual machine information. Where and how can I get...
  4. L

    Updates Keep Failing

    Hello all, I am running Proxmox 7.0. I am trying to update the software but I keep getting: Starting system upgrade: apt-get dist-upgrade Reading package lists... Done Building dependency tree... Done Reading state information... Done Calculating upgrade... Done The following packages...
  5. L

    Web based terminal stopped responding and now I cannot start my container

    There I was, busily programming in the native web terminal UI provided by Proxmox. I accidentally made an infinate loop in Python3 and I started machine-gun pressing Ctrl + C. My container crashed on me and now it will not start. I tried another container and it starts just fine. I am sure...
  6. L

    [SOLVED] Shared Portable Storage for Containers

    Hello all, I would like to set up a single USB device that can be shared between containers. Can this be done? Thank you.