Search results

  1. Y

    All nodes in cluster (but one) are shown as grey with question mark

    We have a cluster of 10 PVE nodes, all running pve-manager/8.3.3 (running kernel: 6.8.12-8-pve) We noticed that all nodes in the cluster (BUT the one I am using to access the web UI) are showing grey question mark. We are able to test and reboot only two of the 10 nodes (since they are empty)...
  2. Y

    [SOLVED] Cant start PVE console session on one node but can on the other

    Hi all I have a weird issue that I have one node in our cluster which is refusing to initialise a API novnc websocket (the other nodes work fine) In the logs I see the following: 2024-01-10T13:02:30.304869+13:00 cook pveproxy[2390675]: connect to 'localhost:5900' failed: Connection refused...
  3. Y

    Using vncwebsocket via API - LXC works while QEMU doesnt

    Hi all Been butting my head against the wall for the last few days over this issue. I was hoping if maybe someone has had the same and found a solution Summery: 1) We are using the API (tokens only, no cookies) to get the vnc credentials using the vncproxy endpoint with the added flag of...
  4. Y

    Why is proxmox running out of memory?

    We have a PVE node (7.1) with 32GB RAM We have only 6 LXC containers running on this node, each (according to PVE WebUI) is using approx. 100MB of ram (max allowed per LXC container is 512MB) So my question is... Why and where did all the RAM go? yes we run ZFS but seems thats only using 509.6 MiB
  5. Y

    PCT ENTER error - Failed to write AppArmor profile

    Hey everyone We have a 3 node cluster and for some reason two of the three nodes are refusing to enter any of the LXC containers with the pct enter XXXX command root @ pveNode1 ➜ / pct status 565 status: running root @ pveNode1 ➜ / pct config 565 arch: amd64 cores: 1 description: FooBar...
  6. Y

    LXC CSF and IPtables errors

    We have a simple LXC machine with CSF installed on it (PVE 7.X) we are getting the following errors inside the LXC CT [root@box ~]# /etc/csf/csftest.pl Testing ip_tables/iptable_filter...OK Testing ipt_LOG...OK Testing ipt_multiport/xt_multiport...OK Testing ipt_REJECT...OK Testing...
  7. Y

    LXC Migration between nodes with different storage types (LVM and ZFS)

    We have two node cluster (no HA of course) Node 1 (older and has many guests VMs/CTs) Storage: local, local-lvm Node 2 (new and has no guests at all) Storage: local, local-zfs I understand that you can not do a migration between nodes since they dont have "match storage names" (as in...
  8. Y

    Centos/Fedora LXC doesnt boot with networking applied

    Hi all I am using the default centos7 or Fedora or even centos LXC templates from the proxmox downloader (nothing custom at all) and when the LXC CT is created and strated for the first time, the container does not have the static IP addresses applied. However if you reboot it AFTER it gets...
  9. Y

    [SOLVED] PVE 7 - How to make all new CTs have PPP enabled

    Hey Team So I know that we can make a single selected container have PPP working by simply adding into their XXX.conf file the following: lxc.cgroup.devices.allow: c 108:0 rwm lxc.mount.entry: /dev/ppp dev/ppp none bind,create=file However what we want to do is that all existing and new CTs...
  10. Y

    Unified cgroup v2 layout Upgrade warning PVE 6.4 to 7.0

    Before we upgrade I just want to better understand what the following error means and what it could result in after the upgrade: WARN: Found at least one CT (174) which does not support running in a unified cgroup v2 layout. Either upgrade the Container distro or set...
  11. Y

    [SOLVED] Vlans in a PVE cluster

    Hi Guys and Gals Sorry this might seem like a silly question but here goes. I have a node cluster all connected to a cisco switch (where all three ethernet ports are configured as trunks for all vlans on the switch) When I create two VMs in the same PVE node on VLAN 123 (for example - via the...
  12. Y

    [SOLVED] Cant create Container LVM

    Hi there I get the following error when trying to create a container WARNING: You have not turned on protection against thin pools running out of space. WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full...
  13. Y

    System optimising

    Hi All We have a proxmox 5.4 node (running in a smal cluster) with the following specs: * 256GB Ram * 2 * Xeon CPU E7- 2870 * Multiple SSDs in raid * 1Gbit single port ethernet uplink We have around 220 LXC containers doing various things and around 40 KVMs boxes (and plans to continue to fill...
  14. Y

    API - Is there a way to reset LXC password

    Hi Team I was wondering if there is a way to reset the password to a container in proxmox 5.X using the PVE API? I can you can (using terminal) pct enter XXX and then change password that way, however I am looking to be able to do in a more programmatic way and over a multi-node cluster (to...
  15. Y

    [SOLVED] ArchLinux CT doesnt seem to play nice

    Hi team I just created a stock standerd container with the Proxmox downloaded ArchLinux template, On boot, when I enter the container I get the following errors: [root@99999 ~]# systemctl status sys-kernel-config.mount ● sys-kernel-config.mount - Kernel Configuration File System Loaded...
  16. Y

    How to delete VM/CT RDD data?

    I would like to be able to delete a specific VM/CT RRD data when removing the VM. Currently using the API, But I can not see where to go about doing this. The reason I want this, when we delete a VM and provision a brand new one we would like to have no unrelated historic RRD data when doing...
  17. Y

    New Proxmox install stuck on LOADING DRIVERS

    Hi there Seems that when trying to install new Proxmox 5.3 when it start it gets stuck with "Loading Drivers" Is there a solution for this? I have attached an image of the screen:
  18. Y

    [SOLVED] Cant Add a node to a new cluster

    I have a new cluster on NODE1 and I am trying to add NODE2 but I get back and error saying: 500 500 Server closed connection without sending any data back NODE1: root@node1:~# pvecm status Quorum information ------------------ Date: Wed Dec 19 07:36:12 2018 Quorum provider...
  19. Y

    MultiCast Issue

    I have been having issues with the clustering function on proxmox for a while now I hope someone can help. I seem to be getting packet loss for what ever reason and I have no idea how to better diagnose this on our PROXMOX 5.3 system As seen in this OMPING you can see there is loss (happens...
  20. Y

    How to see storage of "local-lvm" on snmp?

    I am running librenms and have it set up for the proxmox node to send stats, It can see all the normal partitions ok but there is nothing on the LVM drives. How can this be added, I want to be able to monitor the usage of the local-LVM Any help or pointers will be greatly appreciated