From: Ian Kent <ikent@redhat.com>
To: Ondrej Valousek <webserv@s3group.cz>
Cc: "autofs@linux.kernel.org" <autofs@linux.kernel.org>
Subject: Re: autofs misbehaves when DNS RRs returns more ldap servers
Date: Tue, 11 Jan 2011 14:32:19 +0800 [thread overview]
Message-ID: <1294727539.2975.9.camel@perseus> (raw)
In-Reply-To: <4D27115A.9010805@s3group.cz>
On Fri, 2011-01-07 at 14:12 +0100, Ondrej Valousek wrote:
> On 06.01.2011 15:07, Ian Kent wrote:
> > Thanks for the suggestions.
> > I'm still on leave so things are still going slowly for now, but I'll
> > get to it.
> Hi Ian,
>
> Please find the attached patch which fixes the problem for me.
> I also changed the "dclist" structure definition from:
>
> struct dclist {
> time_t expire;
> const char *uri;
> };
>
> into:
>
> struct dclist {
> time_t expire;
> char **uri;
> int cnt;
> };
>
> Hope you'll find it useful :-) .
Sorry I didn't get onto this earlier.
I could have saved you quite a bit of time.
Now that I've had a look I see I've already worked on this problem.
See:
http://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-5.0.5-check-each-dc-server.patch
Ian
next prev parent reply other threads:[~2011-01-11 6:32 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-27 12:36 autofs misbehaves when DNS RRs returns more ldap servers Ondrej Valousek
2010-12-28 2:24 ` Ian Kent
2011-01-03 10:14 ` Ondrej Valousek
2011-01-06 7:09 ` Ian Kent
2011-01-06 8:48 ` Ondrej Valousek
2011-01-06 14:07 ` Ian Kent
2011-01-07 13:12 ` Ondrej Valousek
2011-01-11 6:32 ` Ian Kent [this message]
2011-02-02 14:40 ` Ondrej Valousek
2011-02-08 3:56 ` Ian Kent
2011-02-08 9:16 ` Ondrej Valousek
2011-02-09 3:50 ` Ian Kent
2011-02-09 14:57 ` Wolfe, Allan
2011-02-09 16:40 ` Ondrej Valousek
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=1294727539.2975.9.camel@perseus \
--to=ikent@redhat.com \
--cc=autofs@linux.kernel.org \
--cc=webserv@s3group.cz \
/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.