Search results

  1. P

    Disable nfs version4 in proxmox 8.xx

    I have been running nfs version 3 only and did not experience any crash for more than a month now. Not sure if it was the firmware update on the Marvel controller or the change to nfs version 3. However even before the firmware update I run the server in nfs version 3 for about two weeks with no...
  2. P

    Disable nfs version4 in proxmox 8.xx

    Hi after running nfs version 3 for about two weeks I am here to report that I experience no crash and everything is running better. I also look into the Marvel Sata 9230 controller which I read online that other users reported in the past that it had some issues in some older linux...
  3. P

    Disable nfs version4 in proxmox 8.xx

    I see. If indeed nfs server becomes unresponsive and can not recover for this after then this could be it. I will run the nfs server 3 for a few days and see if this help somehow. In the meantime I will check to see any compatibility issues of my motherboard sata controller with linux. I...
  4. P

    Disable nfs version4 in proxmox 8.xx

    No nothing like that and the disk that this sharing the nfs directories is accessible on the server after the crash. I can read/write/execute etc on the same directories that are no longer mounted on the nfs clients. Of course this I check after the crash. There is no way for me to check the...
  5. P

    Disable nfs version4 in proxmox 8.xx

    Actually I am doing dmesg -wH every time I boot and i run it under byobu so I can connect and view any messages. Before the crash everything seems quit but after the crash happens I get simillar errors to this [300146.046666] INFO: task nfsd:1426 blocked for more than 241 seconds...
  6. P

    Disable nfs version4 in proxmox 8.xx

    Yes node runs fine and eventually any vm that is rebooted will start up but the mounts to nfs fail and are not present. Systemctl status nfs-server hangs and gives nothing I also try systemctl restart but also hangs Only a reboot of the server restores a full working system
  7. P

    Disable nfs version4 in proxmox 8.xx

    The crash happens on the nfs server, the client VM that downloads simply hangs and from there all vms that have nfs shares mounted from the server hang too. A reboot of each VM will cause the vm to start up again but with no mounted nfs shares. If I try to manually mount an nfs share from within...
  8. P

    Disable nfs version4 in proxmox 8.xx

    I see if this is a bug it must be a different one. But please note that what describes in that link is very similar to what I am experiencing. I mean the errors and stack traces after the crash look very similar (if not identical) to what I am getting. I notice that the crash usually starts...
  9. P

    Disable nfs version4 in proxmox 8.xx

    I know I already check if other users in proxmox 8.xx had similar issues but could not found any general issue. What is described here (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071562) is about what happening with me. Please note that in my case I installed proxmox on top of Debian...
  10. P

    Disable nfs version4 in proxmox 8.xx

    My running kernel is 6.8.12-2-pve Back when I was running proxmox 4.xx with the same hardware my system was rock solid. It could take months to reboot the server and when I did it was because I needed the updates or because I needed to make some maintenance on my machine. When I tried proxmox...
  11. P

    Disable nfs version4 in proxmox 8.xx

    Thanks your suggestion worked. Now I get +3 -4 -4.0 -4.1 -4.2 We will see if this fixes the issue with the crashes
  12. P

    Disable nfs version4 in proxmox 8.xx

    Where is this option? The nfs server is running on proxmox and the nfs clients are VMs that run on this machine as well. I am using /etc/fstab to mount the nfs. This was working fine in previous proxmox version but in version 7.xx and 8.xx I notice crashes on the nfs server on proxmox and the...
  13. P

    Disable nfs version4 in proxmox 8.xx

    Hi I used 1) RPCNFSDCOUNT="8 --no-nfs-version 4" or 2) RPCMOUNTDOPTS="--manage-gids --no-nfs-version 4" or 3) RPCMOUNTDOPTS="--no-nfs-version 4" but separate not together in one boot. Every time I reboot I see cat /proc/fs/nfsd/versions +3 +4 +4.1 +4.2 Should I use what you are suggesting...
  14. P

    Disable nfs version4 in proxmox 8.xx

    Hi I am attempting to disable nfs server version 4 on my proxmox VE 8.xx environment. I followed this guide here https://unix.stackexchange.com/questions/205403/disable-nfsv4-server-on-debian-allow-nfsv3 and tried to update both the /etc/default/nfs-kernel-server and the...
  15. P

    No info displayed during the boot/shutdown sequence

    Thanks fschauer, the change did it althought I had to run "update-grub" after the change otherwise the change does not have any effect on my system.
  16. P

    No info displayed during the boot/shutdown sequence

    Hi just upgrade to the latest proxmox version (Virtual Environment 8.0.4). I installed proxmox over debian 12 (https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_12_Bookworm). So far all good and I like the new upgrade since the last version of proxmox that I was using was the 4.4. One...
  17. P

    Proxmox Node freezes and requires a reboot

    Hi, after 1-2 days I notice that again the free memory is very low 220MB. After checking the server this is what I get about memory on the server right now ps -eo pid,ppid,cmd,comm,%mem,%cpu --sort=-%mem | head -25 PID PPID CMD COMMAND %MEM %CPU 3824...
  18. P

    Proxmox Node freezes and requires a reboot

    Hi, I have two nodes running proxmox pve. The one is running version 4.4 for some years now and is rock solid. Never freeze and always responding. I tried upgrading it last year to version 7.1 but I immediately notice that after the upgrade I was getting very frequently freezes so I reverted...
  19. P

    PCIe Bus Error under Proxmox 4.0/4.1

    Hello, Since I first install proxmox 4.0 and now 4.1 when I install any of my two pcie cards (one tv tuner and on card reader) I am getting the following error pcie bus error severity =corrected type= physical level.... Although at least one of my pcie cards (card reader) seems to work...
  20. P

    Enable HTTP proxmox access (additionally to HTTPS)

    If enabling both is no possible it is possible to disable https access and keep only http access?