All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jim Carter <jimc@math.ucla.edu>
To: Ian Kent <raven@themaw.net>
Cc: autofs@linux.kernel.org
Subject: Re: clients suddenly start hanging (was: (no subject))
Date: Sat, 26 Apr 2008 11:48:50 -0700 (PDT)	[thread overview]
Message-ID: <Pine.LNX.4.64.0804261116130.4088@xena.cft.ca.us> (raw)
In-Reply-To: <1209188097.3120.27.camel@raven.themaw.net>

On Sat, 26 Apr 2008, Ian Kent wrote:

> OK, but if you "rpmbuild --rebuild" the source rpm on does it then also
> produce a debuginfo package?

Yes, the debuginfo package was produced, and I installed it.  But even so, 
and with -g appended to their LOCAL_CFLAGS variable (and it was in fact 
used in the compilation), "nm" reports that /usr/sbin/automount has no 
symbols.  Stripping was no-op-ed, and I couldn't see where they were 
removed.  If you or Jeff Moyer have a suggestion how to build this thing 
with complete symbols, I'll bet the output would be a lot more useful.

OK, thanks to the search feature of tkinfo: gcc -s means omit all debug 
symbols.  I relinked by hand omitting -s and copied the resulting binary 
into place (fortunately our anti-hack mechanisms are not as extensive as 
I'd like :-)  Now I'll re-do the test.  It would be nice if SuSE's spec 
file / Makefile were conditionalized for an easy debug build.

> > There is an update (autofs-5.0.2-30.2) in which the issue is a missing
> > dependency, so no code change is involved.  The included patches are:
> > Patch0:         autofs-5.0.2-add-krb5-include.patch
> > Patch1:         autofs-5.0.2-bad-proto-init.patch
> > Patch2:         autofs-5.0.2-add-missing-multi-support.patch
> > Patch3:         autofs-5.0.2-add-multi-nsswitch-lookup.patch
> 
> mmm ....
> 
> [raven@raven done]$ wc -l patch_order-5.0.2 
> 67 patch_order-5.0.2
> 
> and they've picked up only 4?

The build service has an unofficial package of autofs-5.0.3 hosted by 
Matthias Koenig (their developer assigned to autofs).  Would it help if I 
build and install that one (with symbols)?  Or would you prefer to stick 
with just one version?  The source URL is
http://download.opensuse.org/repositories/home:/makoenig/openSUSE_10.3/src/autofs-5.0.3-6.1.src.rpm
if you want to inspect what they're including.

Mixing topics slightly...  Once when I let the test script run for several 
hours and it got hung up on a lot of mount points, I then ran gdb on the 
main automount process.  gdb started, attached to the process, but did not 
load any library symbols even though available and did not print a list of 
threads.  I can think of two reasons for this: I screwed up, or one of the 
threads splattered nonfatally.

I've been focused on the hung client threads, but I'm starting to suspect 
that the "failed" mounts are equally an issue, because they happen in 
clusters on a single server (i.e. a single submount).  "Failed" means that 
the process which reads the mountpoint directory finishes having read zero 
entries.  I need to encode a possible error code, such as ENOENT, in the 
process' return code, so the main process can record and report something 
useful beyond just "failed".  

James F. Carter          Voice 310 825 2897    FAX 310 206 6673
UCLA-Mathnet;  6115 MSA; 405 Hilgard Ave.; Los Angeles, CA, USA 90095-1555
Email: jimc@math.ucla.edu  http://www.math.ucla.edu/~jimc (q.v. for PGP key)

  reply	other threads:[~2008-04-26 18:48 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-23 18:50 (no subject) Jim Carter
2008-04-23 20:04 ` Jeff Moyer
2008-04-24  3:10   ` Ian Kent
2008-04-24 16:52   ` clients suddenly start hanging (was: (no subject)) Jim Carter
2008-04-26  1:17   ` Jim Carter
2008-04-26  5:34     ` Ian Kent
2008-04-26 18:48       ` Jim Carter [this message]
2008-04-27  5:52         ` Ian Kent
2008-04-26 22:16       ` Jim Carter
2008-04-28  6:26 ` [PATCH 1/2] autofs4 - fix execution order race in mount request code Ian Kent
2008-05-08  4:52   ` clients suddenly start hanging (was: (no subject)) Jim Carter
2008-05-08  6:13     ` Ian Kent
2008-05-11  4:14       ` Jim Carter
2008-05-11  7:57         ` Ian Kent
2008-05-15 21:59           ` Jim Carter
2008-05-16  3:00             ` Ian Kent
2008-05-18  4:07             ` Ian Kent
2008-05-21  6:58               ` Ian Kent
2008-05-22 21:42               ` Jim Carter
2008-05-23  2:35                 ` Ian Kent
2008-05-26  0:34                   ` Jim Carter
2008-06-12  3:20                     ` Ian Kent
2008-06-12  4:50 [PATCH 00/10] Kernel patch series Ian Kent
2008-06-12  4:50 ` [PATCH 01/10] autofs4 - check for invalid dentry in getpath Ian Kent
2008-06-12  4:50 ` [PATCH 02/10] autofs4 - fix sparse warning in waitq.c:autofs4_expire_indirect() Ian Kent
2008-06-12  4:50 ` [PATCH 03/10] autofs4 - fix incorrect return from root.c:try_to_fill_dentry() Ian Kent
2008-06-12  4:51 ` [PATCH 04/10] autofs4 - fix mntput, dput order bug Ian Kent
2008-06-12  4:51 ` [PATCH 05/10] autofs4 - don't make expiring dentry negative Ian Kent
2008-06-12  4:51 ` [PATCH 06/10] autofs4 - use look aside list for lookups Ian Kent
2008-06-12  4:51 ` [PATCH 07/10] autofs4 - don't release directory mutex if called in oz_mode Ian Kent
2008-06-12  4:51 ` [PATCH 08/10] autofs4 - use lookup intent flags to trigger mounts Ian Kent
2008-06-12  4:51 ` [PATCH 09/10] autofs4 - use struct qstr in waitq.c Ian Kent
2008-06-12  4:51 ` [PATCH 10/10] autofs4 - fix pending mount race Ian Kent
2008-06-14  1:13 ` [PATCH 00/10] Kernel patch series Jim Carter
2008-06-14  3:30   ` Ian Kent
2008-06-14  3:42     ` Ian Kent
2008-06-19  0:40       ` clients suddenly start hanging (was: (no subject)) Jim Carter
2008-06-19  3:14         ` Ian Kent
2008-06-19 17:08           ` Jim Carter
2008-06-19 18:34           ` Jim Carter
2008-06-20  4:09             ` Ian Kent
2008-06-21  1:02               ` Jim Carter
2008-06-21  3:12                 ` Ian Kent
2008-06-23  3:49                   ` Jim Carter
2008-06-23  4:46                     ` Ian Kent
2008-06-24  3:08                       ` Ian Kent
2008-06-24 17:02                         ` Stephen Biggs
2008-06-24 23:39                         ` Jim Carter
2008-06-25  3:33                           ` Ian Kent
2008-06-25  5:00                             ` Ian Kent
2008-06-23  4:15                   ` Ian Kent

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.0804261116130.4088@xena.cft.ca.us \
    --to=jimc@math.ucla.edu \
    --cc=autofs@linux.kernel.org \
    --cc=raven@themaw.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.