Recent content by k-123

  1. K

    [SOLVED] Compilation failed in require at /usr/share/perl5/PVE/Auth/PAM.pm

    those packages installation was end with errors, if I install those package from bullseye, things should not be worse than now? thanks.
  2. K

    [SOLVED] Compilation failed in require at /usr/share/perl5/PVE/Auth/PAM.pm

    have 3 pve host in 1 cluster, in customer's server room. ( those servers have no internet access, and under insanely restricted access control) was about to send some files to a new vm. ( package libpam-pwquality and it's dependencies). but I execute dpkg -i *.deb before qm terminal to the...
  3. K

    All VMs stopped workin : restore of backup does not help

    check the memory usage when (physical and swap ) no vm running 1 vm running then start 2nd vm , and monitor resource usage with htop
  4. K

    [SOLVED] nfs mount failed

    found real cause, in omv /export/folder is nfs 3 only, just mount /folder for v4/4.2 https://forum.openmediavault.org/index.php?thread/50726-nfs-options-ignored/
  5. K

    [SOLVED] nfs mount failed

    after change version to 3 in cluster storage, now pve-5 nfs mount works. thank you @fiona . seems is omv side issue, test on my station it's actually v3. v4 not work either.
  6. K

    [SOLVED] nfs mount failed

    yes, server is omv6, on nfs server : server has not upgrade recently, have tried recreate export rule. (same parameter as before), that is after issue noticed. assigned to 172.16.2.0/29.
  7. K

    [SOLVED] nfs mount failed

    just found this in dmesg of pve-5
  8. K

    [SOLVED] nfs mount failed

    above post of pve-5 is did not worked. below is pve-4 worked.
  9. K

    [SOLVED] nfs mount failed

    libpve-storage-perl are same. node 1/2/3/4/6 have upgrade to same version, but did not reboot yet ( the omv-1 nfs share has mounted 200+ days on 1/2/3/4/6 nodes). nfs server is openmediavault 6. storage.cfg mounts
  10. K

    [SOLVED] nfs mount failed

    there are 6 nodes in cluster ( going to replace a old node with pve-5. other 5 nodes can mount the nfs share automatically. )
  11. K

    [SOLVED] nfs mount failed

    the nfs share can be manually mount in the pve host by command "mount -t nfs4 172.16.0.31:/export/nfs-pve" , but auto mount failed. nfs share is configured in cluster - storage. nfs server side option is anongid=100, anonuid=100, insecure, no_root_squash, rw, subtree_check tried this...