Date: Mon, 09 Mar 2020 20:18:02 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 244698] NFSv3 lock manager unhelpful error message Message-ID: <bug-244698-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244698 Bug ID: 244698 Summary: NFSv3 lock manager unhelpful error message Product: Base System Version: 12.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: wollman@FreeBSD.org When the NFSv3 kernel lock manager times out trying to call back to a client, it emits an unhelpful error message on the console: NLM: failed to contact remote rpcbind, stat = 5, port = 28416 There are three things wrong with this message: the error is in decimal, requiring users to read the source code to figure out which particular set of error codes it's taken from never mind what it means; the port number is byte-swapped; and most importantly, it does not identify the client the NLM is trying to communicate with. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244698-227>
