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...
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...
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...
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.
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...
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...
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...
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...
This is the content included in the latest upstream kernel fixes.
The latest kernel 6.17.13-1 had been added to the test repository.
I'm curious what state you're checking, but since a state where all cores aren't being used isn't possible in...
Hello community,
I am seeking technical assistance regarding an incident that occurred on our Proxmox infrastructure on February 17, 2026.
At 14:25:56, our node pve2 experienced a reboot without reason. Initial analysis confirms that the High...
Hi @uzumo.
Thank you for your reply and sorry for my late answer to your posts.
The issue still remains...
I checked my powertop version with "powertop --version". It says that I am currently using 2.15.
But it seems, that i cant update it...
I didn't go through this 6 year old thread, since things changed quite a bit since then. Please checkout this part of the Proxmox VE 8 to 9 upgrade guide https://pve.proxmox.com/wiki/Upgrade_from_8_to_9#VM_Memory_Consumption_Shown_is_Higher
That...
I also think that pve-container 6.1.1 is still broken. I am running a priviledged LXC to which I mount a ZFS subvol from my main ZFS pool. A user (1050) inside the LXC needs to be able to write to a folder inside this subvol, so I made user 1050...
If I am just removing that datastore, wiping that datastore, and re-adding it, why do I need to worry about the reinstall? The base OS is on a separate mirrored boot drive.
And sure, I understand those considerations, I decided that for warranty...
This guide worked well for me for about six months until one of my smb mounts had a problem.
I use hardlinks extensively. I ended up having errors involving them.
dmesg | grep -i cifs | tail -n 50
<snip>
[ 829.053758] CIFS: VFS: Autodisabling...
I was just searching for a solution to warnings I get about high memory usage. I understand your explanations, but I was wondering if you could make this configurable. The situation now makes total sense if you look at it from a hypervisior...