[Bug 416091] New: lockd/rpcbind spamming /var/log/messages
https://bugzilla.novell.com/show_bug.cgi?id=416091 Summary: lockd/rpcbind spamming /var/log/messages Product: openSUSE 11.0 Version: Final Platform: x86-64 OS/Version: openSUSE 11.0 Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: jnelson-suse@jamponi.net QAContact: qa@suse.de Found By: --- 2 machines, 1 NFS server, 1 NFS client. NFS client rebooted /many times/ (over a dozen in 1 day) NFS server spams this, every few minutes, into the logs until SuSEfirewall is taken down on client for a few minutes (presumably to get a different response) 1595 lines of in a bit over 12 hours. Aug 9 22:38:56 turnip kernel: lockd: server worklaptop not responding, timed out Aug 9 22:38:56 turnip kernel: rpcbind: server worklaptop not responding, timed out It looks like if I had not thought to temporarily shut down the firewall that the server would have continued to do this indefinitely. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=416091 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |nfbrown@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=416091 User nfbrown@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=416091#c1 Neil Brown <nfbrown@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sjayaraman@novell.com Status|NEW |NEEDINFO Info Provider| |jnelson-suse@jamponi.net --- Comment #1 from Neil Brown <nfbrown@novell.com> 2008-08-11 14:30:46 MDT --- It looks like that server is trying to tell the client that a lock that it asked for is now available. This is called a "GRANT callback". The GRANT callback should not be retried indefinitely - there is no need. If the client is still interested, it will ask again in a little while. It is interesting that you are getting a "timed out" message rather than a "still trying" message - yet obviously it is still trying. That suggests that the retry is higher up the stack - probably in lockd, not in the RPC layer. The fact that shutting down the firewall stopped the messages suggests that your firewall is rejecting the GRANT callback. This could be seen as an incorrect configuration which possibly should be fixed. Questions: 1/ What are your firewall settings? Is it just the default provided by the opensuse installer, or have you adjusted it at all? 2/ Has this come back at all since you restarted the firewall? It could be that you just get a few of these messages each time the client tried to get a contended lock, and maybe it was doing a lot of locking? Suresh - would you be able to look at this? Maybe try to set up a firewall which discards the GRANT callback, and see how the server responds? Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=416091 User jnelson-suse@jamponi.net added comment https://bugzilla.novell.com/show_bug.cgi?id=416091#c3 Jon Nelson <jnelson-suse@jamponi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|jnelson-suse@jamponi.net | --- Comment #3 from Jon Nelson <jnelson-suse@jamponi.net> 2008-08-12 09:14:19 MDT --- Stock SUSE firewall config, as far as I can tell. It has not come back since then. It appeared to me that, basically, the messages were gonna continue forever because the firewall was blocking them (I had rebooted that box a few times). As soon as the firewall let them in (presumably to be rejected) the messages stopped and did not come back. It was doing a lot of locking. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=416091 User sjayaraman@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=416091#c4 --- Comment #4 from Suresh Jayaraman <sjayaraman@novell.com> 2008-08-13 08:00:38 MDT --- I'm not seeing this during my initial reproduction attempts.. may be I'm not doing required locking.. - What kind of operations the clients were doing? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=416091 User jnelson-suse@jamponi.net added comment https://bugzilla.novell.com/show_bug.cgi?id=416091#c5 --- Comment #5 from Jon Nelson <jnelson-suse@jamponi.net> 2008-08-13 08:33:45 MDT --- Grab, compile and run ping_ping.c from here: http://www.samba.org/junkcode/#ping_pong Do this: run the code (on the client) reboot the client <- this invalidates the firewall state! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=416091 User sjayaraman@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=416091#c6 --- Comment #6 from Suresh Jayaraman <sjayaraman@novell.com> 2008-08-14 04:39:09 MDT --- Hmm.. no luck.. I tried multiple times(with 2 11.0 boxes, one as client and another as server) with the test program above, but couldn't reproduce. Looks like it's a hard to hit one. I see no NLM_GRANTED callback though I see other NLM calls.. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=416091 User jnelson-suse@jamponi.net added comment https://bugzilla.novell.com/show_bug.cgi?id=416091#c8 --- Comment #8 from Jon Nelson <jnelson-suse@jamponi.net> 2008-08-14 08:01:48 MDT --- Try turning off the firewall on the server - it may be denying locking or some such. I'll try to reproduce the problem at home. If you don't see NLM_GRANTED it's possible the (server) firewall is denying the traffic. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=416091 Suresh Jayaraman <sjayaraman@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=416091 User sjayaraman@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=416091#c10 Suresh Jayaraman <sjayaraman@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO Info Provider| |jnelson-suse@jamponi.net --- Comment #10 from Suresh Jayaraman <sjayaraman@novell.com> 2009-02-27 05:00:31 MST --- Had been busy with other higher priority bugs. Sorry. Is this still reproducible? Could you try 11.1 and see whether the problem goes away? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=416091 User sjayaraman@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=416091#c11 Suresh Jayaraman <sjayaraman@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|jnelson-suse@jamponi.net | Resolution| |FIXED Target Milestone|--- |openSUSE 11.1 --- Comment #11 from Suresh Jayaraman <sjayaraman@novell.com> 2009-03-01 22:08:42 MST --- The following upstream commit fixed this issue: b6b6152c46861dd914d0e6cea9c27df057d6e235 And the above fix is included in 11.1. I'm closing this as RESOLVED FIXED. Please reopen if you see this again in openSUSE 11.1. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com