Recent content by TheCrowFather

  1. T

    Invalid Type: Integer Error

    I am getting an odd error code when I log in to proxmox invalid type: integer `1665440750`, expected a string at line 1 column 178 (500) This causes issues with creating VMs as the GUI does not show memory or CPU usage in the Node. This started about a week ago after I brought the proxmox...
  2. T

    Help accessing new server via webui

    The deco x20s are a Mesh system so likely it's 1 router and the other one is a satellite node. It's seems more like OP just has a large Subnet for some reason.
  3. T

    Help accessing new server via webui

    Ehh. That's ish. DHCP is initiated by the client not the server. If the client has a static IP then it's entered into the DHCP server table through ARP. The DHCP server should not then reissue that IP as it's already in use. DHCP IP reuse only really happens if you have multiple DHCP servers...
  4. T

    Spice Multiple Monitors Ubuntu 20.04 VM

    I think the issue was a user problem (me). When I activated the second display it activated behind the first window so I didn't see it. It works fine for me now.
  5. T

    Help accessing new server via webui

    You need to put Proxmox on an IP that is within the range of your DHCP server. Is that a single DHCP server or two different DHCP servers providing different ranges?
  6. T

    Cannot create CTs because of ZFS list timeout

    root@proxmox:~# zpool status pool: Raid1 state: ONLINE status: Some supported and requested features are not enabled on the pool. The pool can still be used, but some features are unavailable. action: Enable all features using 'zpool upgrade'. Once this is done, the pool may...
  7. T

    Cannot create CTs because of ZFS list timeout

    Recently I cannot create any new containers or move volumes because of a ZFS list timeout. The specific error is: TASK ERROR: command 'zfs list -o name,volsize,origin,type,refquota -t volume,filesystem -Hrp' failed: got timeout Can anyone provide some ideas on how to fix this? Thank you.
  8. T

    Is this possible: having containers get their own IP from the router.

    By default the LXCs in Proxmox get assigned an IP though DHCP just like every other machine on your network.
  9. T

    Spice Multiple Monitors Ubuntu 20.04 VM

    I'm struggling to get Spice on an Ubuntu 20.04 VM to show multiple monitors. My VM is set to SPICE Dual Monitor (qxl2, Memory=128), I have installed the current version of spice-vdagent on the VM, and I'm using virt-viewer 11.0 (released November 18th). When Spice Connects the top menu shows...
  10. T

    vTPM support - do we have guide to add the vTPM support?

    No. They mentioned earlier in this thread the 6 is on bug fixes and security only. They won't be back porting features.
  11. T

    Can't qm import. 400 Parameter Verification failed

    Thank you. I thought I needed the location not the name.
  12. T

    Can't qm import. 400 Parameter Verification failed

    I'm trying to import an ovf file but I keep getting an error that my storage ID contains illegal characters. root@proxmox:/tmp/remnux-v7-focal# qm importovf 165 remnux-v7-focal.ovf /mnt/data/storage/images/ --format=raw 400 Parameter verification failed. storage: invalid format - storage ID...
  13. T

    LXCs in a VLAN don't get DNS automatically

    I think the "host dns setting" is where the issue is. The host is on a different vlan than the containers. So the containers are getting the address of a DNS server they can't reach.
  14. T

    LXCs in a VLAN don't get DNS automatically

    The container receives a DHCP lease just fine, it doesn't get the DNS details I have set in the DHCP settings.
  15. T

    LXCs in a VLAN don't get DNS automatically

    Yes. Regular VMs get their DNS settings automatically. Only the LXCs don't