I'm having an issue reproducing this problem; perhaps I'm missing something so I'll explain my reproduction steps in detail.
Server: 1) sudo apt-get install nfs-kernel-server 2) echo '/export *(rw,sync,no_root_squash,no_subtree_check,fsid=299)' > /etc/exports 3) sudo exportfs -a && sudo service nfs-kernel-server restart Client (power8 machine): 1) sudo apt-get install nfs-common acct 2) sudo mkdir /account 3) sudo mount -t nfs4 -o rw,relatime,vers=4,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=2049,timeo=600,retrans=2,sec=sys,minorversion=0,local_lock=none 10.245.80.76:/export /account 4) sudo touch /account/pacct 5) sudo accton /account/pacct 6) cd /account/ 7) ls 8) cat pacct Any suggestions would be welcome. Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509120 Title: Process accounting deadlock with idmapd callout when writing to NFSv4 mount To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1509120/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
