Latest activity

  • VictorSTS
    Say I have a namespace called "PVE" where PVE cluster stores it's backups. In the same datastore, I have another namespace called "DELETED". When a VM is deleted from the PVE cluster, I move it's backups from namespace "PVE" to "DELETED" in order...
  • M
    Well, using non-enterprise PVE repos we ARE the beta testers. If they deployed this on the Enterprise repos then yes you have a valid point. This is the risk we take using non-enterprise repos. These kind of breakages are very rare and...
  • U
    uzumo replied to the thread GPU Passthrough without Audio.
    Hmm. This is all I've done, but my setup method is a bit unusual, you see. *Using early binding instead of hook scripts should also work for vfio. We'll ignore that and proceed with execution. *At your own risk...
  • T
    Ich betreibe Zuhause ein Proxmox-Cluster mit 3 nodes (VE 9.1.5). Dabei sind Node 1 und 2 Mini-PCs und Node 3 läuft zur Überwachung auf meiner Synology Diskstation. Für wichtige VMs habe ich die Replikation auf die jeweils andere Node aktiviert...
  • U
    The command I just executed *Warning Use at your own risk. For questions about effects of use, removal methods, etc., ask powertop. Don't ask here. apt install libpci-dev libnl-3-dev libnl-genl-3-dev gettext libgettextpo-dev autopoint gettext...
  • U
    Rather than a bug, I think it's just that arrow lake isn't supported in powertop included in the pve repository. There are various things in 2.15 too...
  • W
    Hallo. Ich habe als LXC-Container auf einem Proxmox-Host einen RustDesk-Server im eigenen Netzwerk laufen. Die Installation lief problemlos über die Proxmox VE Helper-Scripts...
  • U
    Yes. I'm not sure if it's C8 or C10, but it's certain that your symptoms are not C3. If you build it, I think you can get the same results as me, but isn't this the result you wanted? Even someone like me, who isn't familiar with Linux or PVE...
  • M
    MEpke replied to the thread Proxmox help please.
    I haven't looked at pricing so I'll take your word for it. Sounds like a badass system though. I am aware that the motherboards for dual were that much. i was also considering single CPU boards and they were "reasonable". Honestly, I just like...
  • N
    Neo77 replied to the thread Problem mit Firebird.
    Treiber Update und PVE Update hat schon einmal was gebracht, Installation war jetzt bei 15 Minuten, schon mal ein deutlicher Fortschritt. Das Raid möchte ich eigentlich ungern anfassen, das Raid 10 soll hier ja bleiben. Zudem ist im Raid 10 bei...
  • J
    johnfromts replied to the thread GPU Passthrough without Audio.
    What update do you have in mind? In your screenshot, I see that you're adding the PCI audio device. How did you manage to split/isolate it from the IOMMU group? That's the issue I'm facing now - if I'll add the audio PCI device, it will crash the...
  • B
    So you think, that I am using the correct intel_cstates e.g.c8 -c10 and its just a power top bug? Is there any way to prove it on my system?
  • S
    Maybe for me it works fine because it's supposed to be read-only anyways. It's basically all my Scripts I have on my NAS, mounted as read-only for Security Reasons: mp0: /tools_nfs,mp=/tools_nfs,mountoptions=discard;noatime,ro=1 These show up as...
  • D
    Deerom replied to the thread PBS configuration via ansible.
    Hi, I would suggest changing this logic to the following within your Ansible playbook: 1. gather a list of current users, register those as a variable. 2. Set a static list in your host/group_vars with the user that you'd like to add, then...
  • U
    I was somewhat interested, so I tried making it. I think the core is displaying correctly. Results at 265k. It's just a display issue, and I believe all the values are contained in c3.
    • IMG_0943.jpeg
  • S
    Thank you for your input. Yes, I think this "fewer features" hits the nail. systemd forcibly isolates processes and requires the resources, even if running in a specialized container that is offering a single service with no need to isolate from...
  • S
    I'm having an issue with the VMs on my PVE server, that may well be two issues, or could be just one. I'm spinning up a VM to run more tests as I type this, but I wanted to try and get the ball rolling looking for a fix here while I wait. I...
  • B
    Hi, surely! The images below are from powertop (today). If i can provide anymore information or pictures please let me know! BR Bastae
    • 1771430588807.png
    • 1771430684092.png
  • A
    I appreciate the feedback, I will try these as soon as I can. Unfortunately, the IPMI on this specific server is dead at the moment until someone comes to troubleshoot it, but I like that idea. Generally, that's what we have done in the past...
  • V
    I added GRUB_TERMINAL=serial GRUB_SERIAL_COMMAND="serial --unit=0 --speed=9600 --stop=1" GRUB_CMDLINE_LINUX_DEFAULT="console=ttyS0" GRUB_GFXPAYLOAD_LINUX=text to the grub config, /proc/cmdline gives me BOOT_IMAGE=/vmlinuz-6.12.63+deb13-amd64...