Search results

  1. S

    [SOLVED] Proxmox hang : difficulty finding the origin

    Hi, Since months, my Proxmox setup hang really often, sometimes stable for days, sometimes could not get up more than a couple of minutes. Setup Motherboard : ASUS Pro WS X570-ACE CPU : AMD Ryzen 9 5900X Memory : 2x Kingston server premier 16Gb (DDR4 ECC CL19 DIMM 2Rx8 Mémoire serveur Hynix D -...
  2. S

    How to find the disk with errors from a log with only SATA errors ?

    Hi everyone, I have a disk that will fail soon and make Proxmox server crash randomly. On the console, the only error I could find is : I found that ATA6.00 is /dev/sdc and I could confirm it : root@pve2:~# smartctl -a /dev/sdc smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.8.12-10-pve]...
  3. S

    Hardware error but brand new memory stick

    Hi, On my Proxmox server, I first had a problem with my DDR4 ECC memory sticks. I just replaced them with new ones and I'm getting these error messages repeatedly. Do you think it's always the memory sticks that are faulty, or is the problem coming from somewhere else ? Config : ASUS ASUS PRO...
  4. S

    Intel pentium 8505 support

    Hi, Are you sure the Pentium 8505 is supported by Proxmox ? I have a few mini PC with this processor and they are all really unstable under Proxmox (latest version, intel firmware installed). Under Linux, I tried many stress tests and they are rock solid. Same for memory with memtest86+.
  5. S

    [bug] Cluster not displaying all nodes as up

    Hi, My clusters is made of 4 members. Sometimes, the display is bugged and dont display one member as up. It's still active (I could SSH to it, VM are running, some stats are working). I've tried to restart pveproxy service, no effect.
  6. S

    [SOLVED] PVE got a few errors and then hang after a few hours

    Hi, I'm trying to find why one of my PVE host is crashing randomly. My configuration is a cluster of 3x nodes + Ceph dmesg part 1 : Feb 18 10:57:48 pve12 ceph-osd[1136]: 2025-02-18T10:57:48.853+0100 7a167f8006c0 -1 osd.2 1118 get_health_metrics reporting 256 slow ops, oldest is...
  7. S

    [SOLVED] Mount SMB share to unprivileged CT but in Cluster configuration !

    Hi, I switched from a single server to a cluster env with 3 nodes. I have a media server CT, unprivileged, that need to access SMB share of external storage. Before, I have a fstab with the mount points on the server. But now, with a cluster, how to do that ? Should I create the mount point on...
  8. S

    [SOLVED] Error while trying to restore a CT

    Hi, I have an error while trying to restore a CT. My setup one PVE server connected to PBS a cluster of 3x PVE nodes connected to PBS a PBS server :) When trying to restore the CT on one node of the cluster, I get that log : recovering backed-up configuration from...
  9. S

    Migration between PVE and PVE cluster

    Hi, I've created a cluster of 3x PVE nodes and attached Cepth storage. My old PVE is a single host with a ZFS local storage. The challenge is to "migrate" (but it's not a simple migration) CT and VM from the old PVE to the cluster. How to do that ? I've tried to copy the storage of a test CT...
  10. S

    Choice of storage for a cluster

    Hi, I have a test cluster of 3 nodes, each with 2 disks : one for boot + Proxmox, the other for storage. But I want to add a shared storage to make some tests. Before going to a NAS with iSCSI, I want to try something new (for me) : CEPH So, is it possible to dedicate the storage disk of each...
  11. S

    [SOLVED] Strange cpusets result

    Hi, Checking my cpusets give me strange result : root@pve:/etc/pve/lxc# pct cpusets ------------------------------------------- 100: 0 5 6 11 101: 4 6 102: 5 12 103: 5 12 105: 0 5 12 13 106: 0...
  12. S

    iSCSI storage with PBS on Debian LXC

    Hi, The actual documentation is really unclear about mixing iSCSI and pbs storage. Here is my problem : - I have a Freenas iSCSI disk ready for backup - I've build a LXC with PBS over Debian 10 on my PVE Now, I should link the two points to make PBS use storage on the NAS. Because PBS is...
  13. S

    [SOLVED] No more CT or VM could launch after a crash

    Hi, My Proxmox server crashed due to hardware failure. I fixed it and started it again. But now, CT dont start nor VM. root@pve:~# systemctl status pve-container@106 ● pve-container@106.service - PVE LXC Container: 106 Loaded: loaded (/lib/systemd/system/pve-container@.service; static...