It's getting lost in nlm_inspect_file (). [ 693.679373] lockd: mutex acquired, checking 128 file hash entries [ 693.679375] lockd: got entry in list 58 [ 693.679376] lockd: inspecting file
dprintk("lockd: mutex acquired, checking %d file hash entries\n", FILE_NRHASH); for (i = 0; i < FILE_NRHASH; i++) { hlist_for_each_entry_safe(file, pos, next, &nlm_files[i], f_list) { dprintk("lockd: got entry in list %d\n", i); file->f_count++; mutex_unlock(&nlm_file_mutex); /* Traverse locks, blocks and shares of this file * and update file->f_locks count */ dprintk("lockd: inspecting file\n"); if (nlm_inspect_file(host, file, match)) ret = 1; dprintk("lockd: inspection complete\n"); ...it never returns from nlm_inspect_file (...). -- NFS server: lockd: server not responding https://bugs.launchpad.net/bugs/181996 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs