Recent content by CmasterG

  1. C

    Adding node to cluster doesn't work

    That worked, but it doesn't change anything...still the same error message
  2. C

    Adding node to cluster doesn't work

    I noticed that I don't have the certificate files on node 2, but when I execute pvecm updatecerts -f it tells me: no quorum - unable to update files
  3. C

    Adding node to cluster doesn't work

    Yes I can open both web interfaces and on the web interface of node 1 I see node 2 as offline and in the web interface of node2 I see node 1 as offline. I created a cluster at node 1 via pvecm create testCluster then I went to node 2 and typed: pvecm add ip_of_node1 The output was..node...
  4. C

    Adding node to cluster doesn't work

    Hi! Thanks that helped. Now I can open the shell from the other node, but when I want to access the Summary it says "Tls_process_server_certificate: certificate verify failed (596)" and the node is shown as offline. Cheers
  5. C

    Adding node to cluster doesn't work

    Hi, I have the following problem. I added a node to the cluster and it told me that it was successfully added and I see it in the web interface. The problem is, that it is marked with an X and whenever I want to access the shell of this node the message: Connection failed (Error 500: hostname...
  6. C

    GPU Passthrough not working

    Hi! Thank you for your help. I now deactivated the nouveau drivers in the VM and it starts now. I also installed the nvidia drivers successfully, but now when I type in nvidia-smi it gives me the following output: Unable to determine the device handle for GPU 0000:01:00.0: Unknown Error This...
  7. C

    GPU Passthrough not working

    I tried it again after rebooting proxmox. Now it writes OK but I cannot connect with vnc. There is the error: VM 100 qmp command 'change' failed - VNC display not active TASK ERROR: Failed to run vncproxy. and the host is also unreachable. I cannot ping the VM If I start it without x_vga= on...
  8. C

    GPU Passthrough not working

    Yes. This one: kvm: -device vfio-pci,host=03:00.0,id=hostpci0.0,bus=ich9-pcie-port-1,addr=0x0.0,x-vga=on,multifunction=on: vfio error: 0000:03:00.0: failed getting region info for VGA region index 8: Invalid argument device does not support requested feature x-vga TASK ERROR: start failed...
  9. C

    GPU Passthrough not working

    Hi! I would like to pass my Nvidia GPU to a KVM. I have a Linux MInt VM with SeaBIOS set up. My config file looks like this: bootdisk: scsi0 cores: 8 ide2: local:iso/linuxmint-18.3-cinnamon-64bit.iso,media=cdrom machine: q35 memory: 8192 name: TrainingsVM net0...
  10. C

    Setting VNC password permanently

    Hi! I have added in /etc/pve/local/qemu-server/100.conf the following line: args: -vnc 0.0.0.0:100,password but I don't know how to set a permanent password. I can set a password via the monitor of the VM, but when I restart proxmox I have to set the password again. Can someone help me...
  11. C

    Number of CPUs decreased after restarting Proxmox

    Hi! Thanks for all your answers. I set up everything from scratch and now it works, and now it also works without the acpi=off. Cheers
  12. C

    Number of CPUs decreased after restarting Proxmox

    if I start Proxmox without this parameter it cannot start. It gets stuck.