Recent content by MisterY

  1. M

    updated 8 to 9 now server unresponsive

    I updated a server from the newest pve 8 to 9 and now the server is very slaggish. I can't log into the webgui anymore (I see it but I get " Login fehlgeschlagen: Verbindungsfehler 596: Connection timed out Bitte versuchen Sie es erneut") same with SSH. And when I directly log in with ipmi it...
  2. M

    Cluster Node lost connection

    okay, after a reboot I get error 595. I noticed that here: /etc/pve/.members the IP is still wrong: { "nodename": "supermicro", "version": 5, "cluster": { "name": "Cluster", "version": 10, "nodes": 2, "quorate": 1 }, "nodelist": { "sm2": { "id": 2, "online": 0, "ip": "192.168.50.21"}...
  3. M

    Cluster Node lost connection

    Changed everything to another vlan (40) an now it works again. A mystery.
  4. M

    Cluster Node lost connection

    Update: When I change everything of Node 2 on Node 1 back to "192.168.50.21" I get a connection somewhat, but corosync service status give: host: 2 has no active links But that is not true. Node 2 tells me now "cannot initialize cmap service" and corosync service failes because [quorum]...
  5. M

    Cluster Node lost connection

    I have a 2-Node Cluster with a Qdevice. It worked fine for quite a long time, however, suddenly the VMs on Node 2 get a "?" and the node "unkown". BUT I can access the VMs/Shell/disks/zfs/EVERYTHING of Node 2from the webgui of Node 1. I already rebooted the nodes. I can ping node 2 from 1 and...
  6. M

    [SOLVED] Adding HBA card kills my ethernet?

    I found a solution: enable bifurcation to 8x8x on this particular slot.
  7. M

    [SOLVED] Adding HBA card kills my ethernet?

    I have a similar problem: I installed Proxmox 7.4 on my Supermicro X9SRI-F (8.1 resulted in "frequency out of range" on the video output). and everything worked fine. Then I took my HBA (Dell Perc H310 flashed to IT mode) from another server and placed it in the lower-most (PCI-E 3.0 8x) slot...
  8. M

    [SOLVED] Proxmox host reboots after starting VM

    what happens when you remove the new ram?
  9. M

    Metrics does not send information of all LXC/VM

    I have InfluxDB and Grafana running and pointed to them in the metrics settings. Approximately 10-20 % of my LXCs/VMs are missing in Grafana/InfluxDB. What I did to solve the problem: - Upgraded from PVE7 to 8.1 - Installed new Grafana and InfluxDB - Upgraded to InfluxDB 2 (what a pain in...
  10. M

    CIFS Based CT & VMs not working

    I have, of course, the Servers at home
  11. M

    CIFS Based CT & VMs not working

    I have the same problem: Added a CIFS share, selected "Container" als content, installed a LXC, but when I try to start it: "r un_buffer: 322 Script exited with status 5 lxc_init: 844 Failed to run lxc.hook.pre-start for container "407" __lxc_start: 2027 Failed to initialize container "407" TASK...
  12. M

    Error: metrics send error

    I have the same error
  13. M

    Chown within unprivileged LXC

    Hi, I moved files on the proxmox-Host from one LXC to another (both were mountpoints on a different zfspool than rpool). I would like to chown the file owner, but I get "operation not permitted". How can I set the correct owner? I want to set "www-data" as owner.