Search results

  1. L

    Changing the Terminal Display settings

    It is a TV. lol I will look into the overscan settings.
  2. 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.
  3. 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...
  4. 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...
  5. L

    Updates Keep Failing

    I get where you are coming from. In the Production world, you need that level of consistency that Static IPs provide. I have never had this issue until I switched routers. I was using my own router but then I switched to the AT&T router that they gave me. You would think that a fiber based...
  6. L

    Updates Keep Failing

    well well well. You guys helped me point me in the right direction. I checked my router DHCP server allocations and the IP address of: 192.168.1.150 was actually missing. What was throwing me off is that I was able to access my Proxmox via web interface even though the IP address was not in...
  7. L

    Updates Keep Failing

    I did as you asked and I get: root@proxmox:~# ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. From 192.168.1.150 icmp_seq=1 Destination Host Unreachable From 192.168.1.150 icmp_seq=2 Destination Host Unreachable From 192.168.1.150 icmp_seq=3 Destination Host Unreachable From...
  8. L

    Updates Keep Failing

    I did what you asked; Here are the results: root@proxmox:~# dig security.debian.org ; <<>> DiG 9.16.15-Debian <<>> security.debian.org ;; global options: +cmd ;; connection timed out; no servers could be reached I also tried google like you suggested and I got the same thing.
  9. 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...
  10. L

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

    I cannot start it and as result I cannot SSH into it. I presume that I can back it up by mounting it, copying the mount to somewhere, make a new container and just over write the new container with the old.
  11. L

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

    I was able to mount the container with: pct mount 105
  12. L

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

    I did a little more digging and found: Job for pve-container@105.service failed because the control process exited with error code. See "systemctl status pve-container@105.service" and "journalctl -xe" for details. TASK ERROR: command 'systemctl start pve-container@105' failed: exit code 1...
  13. L

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

    First, thank you for the response! Here is what I am seeing when I run the command you gave me. The command just keeps spinning and spinning.
  14. 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...
  15. 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.