Skip Menu |
 

Subject: Apple patch to KC to rescan network after 30 seconds
CC: lha@apple.com
Rescans the network interfaces after 30 seconds if the KDC did not find
any when it started up.
Download LW_net_trans.patch
application/octet-stream 825B

Message body not shown because it is not plain text.

Is LW_net_trans.patch still needed in the current submission? I think the patch I put in for
#6019 (KfM 6.5a3) should detect changes and DTRT.
Date: Wed, 22 Oct 2008 18:55:44 -0700
From: Love Hörnquist Åstrand <lha@apple.com>
Subject: Re: [krbdev.mit.edu #6227] Apple patch to KC to rescan network after 30 seconds
To: rt-comment@krbdev.mit.edu
CC: tlyu@mit.edu
RT-Send-Cc:

22 okt 2008 kl. 17:09 skrev Ken Raeburn via RT:

Show quoted text
> Is LW_net_trans.patch still needed in the current submission? I
> think the patch I put in for
> #6019 (KfM 6.5a3) should detect changes and DTRT.

Probably not, but I didn't want to rejected it out out hand.

Love
To: rt@krbdev.MIT.EDU
Subject: Re: [krbdev.mit.edu #6227] Apple patch to KC to rescan network after 30 seconds
From: Tom Yu <tlyu@MIT.EDU>
Date: Thu, 23 Oct 2008 12:04:07 -0400
RT-Send-Cc:
"Love Hornquist Astrand via RT" <rt-comment@krbdev.mit.edu> writes:

Show quoted text
> 22 okt 2008 kl. 17:09 skrev Ken Raeburn via RT:
>
>> Is LW_net_trans.patch still needed in the current submission? I
>> think the patch I put in for
>> #6019 (KfM 6.5a3) should detect changes and DTRT.
>
> Probably not, but I didn't want to rejected it out out hand.

It looks like LW_net_trans.patch deals with the case where the KDC
starts up with no network, which is something that #6019 might not
deal with.
From: Ken Raeburn <raeburn@MIT.EDU>
To: rt@krbdev.mit.edu
Subject: Re: [krbdev.mit.edu #6227] Apple patch to KC to rescan network after 30 seconds
Date: Thu, 23 Oct 2008 13:58:39 -0400
RT-Send-Cc:
On Oct 23, 2008, at 12:04, Tom Yu via RT wrote:
Show quoted text
> It looks like LW_net_trans.patch deals with the case where the KDC
> starts up with no network, which is something that #6019 might not
> deal with.

The KDC code will exit if it doesn't manage to set up any sockets
during startup. However, it should always be able to set up the
routing socket (unless maybe some OS doesn't support it), so it should
have at least that one socket lying around. Then you reconfigure the
network by bringing up some non-loopback interface, it wakes up and
rescans the interfaces.

Ken
Patch no longer used.