You can swap the RAM with one of your known-good servers first and see if the errors follow the DIMMs. The logs make me think it's more likely a memory issue than the microcode, especially with another system using the same Nemix RAM showing...
Why is there a Proxmox VE v8.4.19 running?
What CPU Type do you use?
So get the lshw programm with apt install lshw.
for the Asrock X470D4U you can download the English manual.
and on Page 22 you find:
So your 2666 MT/s is normal with 4x DDR4...
Me too, similar situation: an "rsync -a" syncs the timestamps of the original files first and after a short while the mtime of the file switches to the time of copy. Falling back to NFS version 4.1 on the mount fixes the problem.
I have the same problem on Proxmox 9.2.4 with kernel 7.0.14-3-pve as NFS-Server and NFS-clients running 7.x kernels.
A workarround for me is to mount the filesystem with NFS version 4.1:
mount -o vers=4.1 SERVER:/DIR /mnt
I guess it is a kernel bug.
Preface:
I just registered to share my almost week long suffering chasing imaginary hardware issues and the very simpel software bug/limitation that caused it.
A few weeks ago I used Claude.ai to cobble together a comprehensive manual to get...
hello,
glad it works for you.
just leaving this link here for others using caddy + pocketid + pve:
https://forum.proxmox.com/threads/proxmox-ui-caddy-and-reverse-proxy.83198/
cheers!
Hi,
I have only registered in order to post my solution to the problem. The working entry in my Caddy config file is as follows:
proxmox.lan {
reverse_proxy 192.168.1.200:8006 {
transport http {...
Hello,
The reason you are seeing the internal gateway IP (10.0.0.1) instead of the real public IP is usually due to Source NAT (SNAT) or Masquerading being applied on the Proxmox Host alongside the DNAT rule.
When masquerading is active for the...
I have the same problem on Proxmox 9.2.4 with kernel 7.0.14-3-pve as NFS-Server and NFS-clients running 7.x kernels.
A workarround for me is to mount the filesystem with NFS version 4.1:
mount -o vers=4.1 SERVER:/DIR /mnt
I guess it is a kernel bug.
Hi, @skraw
I wonder if you really mean atime... Though you wrote "atime" both in the subject and inside the post.
But by default, rsync's decision whether to copy a file or not, doesn't depend on atime. It depends on mtime (and the size).
From...
I can confirm I'm running into the same bug.
root@proxmox:~# pveversion
pve-manager/9.2.4/5e5ae681198514d4 (running kernel: 7.0.14-4-pve)
I was using rclone to sync some files to an NFS share hosted on my Proxmox node. After a sync, running a...
I don't know how unraid handles that. the command would be "chown -R backup:backup /backups", but it might require some changes on the unraid side as well before that works..
I haven't had good luck using the distribution bundled drivers. Howwever, I am succesfully using 580.173.02 downloaded directly from NVidia on my venerable GTX1080
I used:
./NVIDIA-Linux-x86_64-580.173.02.run --no-install-compat32-libs...
Why is there a Proxmox VE v8.4.19 running?
What CPU Type do you use?
So get the lshw programm with apt install lshw.
for the Asrock X470D4U you can download the English manual.
and on Page 22 you find:
So your 2666 MT/s is normal with 4x DDR4...
Hello,
I have a server crashing and I'd like some help. Please! Over the last couple weekend I've had a small maintenance window where I could take it offline for a couple hours. This weekend is a longer window so I'd like to get as much testing...
No add-on in the browser, but totally possible I tweaked a setting over the years. No tweaks on the new node as that's how it looked from the first login to the web UI.
Oy, bit by this bug also. Extra input...
I wasn't sure which disk was my booter, other posts say 'EFI BIOS' partition, I have 'BIOS boot' and 'EFI System' partitions, so which is it? for me it was the EFI System partition
my guessing was based...