Latest activity

  • B
    Hallo @sgw, danke für die Rückmeldung. Gut zu wissen, dass das Upgrade auf PVE 9 die Services o2cb und ocfs2 deaktiviert. Da du das Problem nun gelöst hast, könntest du dir das Kernel-Pinning noch einmal ansehen. Wie von @gurubert in Post #31...
  • Moayad
    Moayad replied to the thread Error block 0.
    Thank you! Could you please post the output of `dmesg |grep EDID` command? And if if you have VMs could you provide the VM config `qm config <VMID>`? I guess this message is related to monitor or GPU not to Proxmox VE, and it's not harmless. But...
  • B
    danke für deine Rückmeldung Dann wird genau das das Vorgehen werden
  • B
    Danke für das Update und die detaillierte Beschreibung deiner Lösung bezüglich der GPU-Stromversorgung. Die Idee, die 12V direkt von der Netzteilplatine abzugreifen, klingt nach einem robusten Ansatz für die 5060Ti. Die Verteilerklemme...
  • M
    there is no need to run a custom script. Just choose shutdown in the Eaton Power Protector. Proxmox will issue a "Bulk shutdown VMs and Containers" command. Afterwards it will power down.
  • Sebi-S
    My way to backup host - I've added this line to cron: 0 2 * * tue,sat tar --exclude='var/lib/vz' --exclude='var/lib/snapd' --exclude='var/lib/apt' --exclude='var/lib/dpkg' -czvf /mnt/data/Backup/proxmox/dump/host.tar.gz /etc /var/lib /home /root...
  • D
    dominusdj replied to the thread Error block 0.
    Sorry, you're right. Yes, PVE works perfectly. I installed a few virtual machines and they work perfectly. I have a single NVME formatted with ZFS. No, I don't check it Thanks a lot
  • Moayad
    Thank you for the output! Just to confirm what exactly template version you used for Alma10? Could you please set nameserver using `--nameserver` flag using `pct set --nameserver 8.8.8.8 100` (change the nameserver to your nameserver IP) or add...
  • B
    bacbat32 reacted to SteveITS's post in the thread Empty Ceph pool still uses storage with Like Like.
    Do the HDDs have separate WAL/DB disks? There are inconsistencies with how those are counted I know, but I'm not sure if it would show like that. IIRC it adds the allocated WAL space to the OSD and also marks it used. If nothing else you could...
  • B
    bacbat32 reacted to Max Carrara's post in the thread Empty Ceph pool still uses storage with Like Like.
    Hmm, interesting—how did you migrate all of those VMs, if I may ask? Because by default, we don't delete the old disks from the source storage. If it's just VM disks on RBD that you've got lying around, you should be able to see them with the...
  • M
    Thank you as well, this also worked for me. Slightly different since I am running on ZFS.. I updated the file: To have this line instead of what was there: /etc/kernel/cmdline root=ZFS=rpool/ROOT/pve-1 boot=zfs quiet intel_iommu=on,relax_rmrr...
  • C
    Hello i have a problem with proxmox, recently i install proxmox the last version 9 on a HP DL20 gen 11 Server . and when i am preparing the vm , proxmox restart. I create RAID ZFS 1. Here i post some errors that i was seeing. I update the server...
  • P
    Problem description: Hi everyone, I have a cluster with 3 nodes (PVE01, PVE02, PVE03) running Proxmox VE 8.x and I’m using SDN with VLANs. I noticed an inconsistent behavior across the nodes: On PVE02 and PVE03, the files in...
  • S
    Hi @sebastien.foucou , We're unable to provide an estimated timeline for the patch release at this point. However, you can subscribe to the Bugzilla ticket to receive immediate notification once the patch becomes available in our repository.
  • K
    Hi, I discovered that I need to repair my network configuration after rebooting with 'ifreload -a'. I'm currently doing this with a service (/etc/systemd/system/ifreload.service). Than my network works fine. What's wrong with my network...
  • A
    Do you have a sample of your configuration here?
  • E
    I can't recall. I tried to run it privilegied, and chown root:root, same error. I will try with another container and let you know.
  • A
    Thank you for your quick reply, resolv.conf had no nameservers configured for Alma10 while there are nameservers configured for Alma9. Both were setup with default values in create container web interface using a internal ip adress and the host...
  • B
    Dem würde ich nicht so pauschal folgen: Erstens tun sich gerade Neulinge mit den bind-mounts für NFS schwer. Zweitens sieht die Dokumentation beider Projekte eine Installation als docker- oder podman-Container mit docker-compose/podman-compose...
  • E
    Hello, I have been a PBS user for a few days now, and first of all, I would like to thank everyone at Proxmox for their work. My problem is that, in addition to using PBS to back up VMs and CTs, I would also like to use it to copy certain...