[OpenAFS] RHEL 7.5 beta / 3.10.0-830.el7.x86_66 kernel lock up

Matt Vander Werf mvanderw@nd.edu
Tue, 10 Apr 2018 14:48:56 -0400


--883d24f22a7cf2a521056982fbae
Content-Type: text/plain; charset="UTF-8"

RHEL 7.5 GA was released earlier this morning.

Just to confirm, I tested Gary's 1.6.x patch again with the new kernel for
RHEL 7.5 GA (3.10.0-862.el7.x86_64) and it still fixes the ENOTDIR issue
and I also don't see any other issues with OpenAFS and this new RHEL
release (at least not at this time).

Looking forward to a 1.6.22.3 release soon!

Thanks.

--
Matt Vander Werf
HPC System Administrator
University of Notre Dame
Center for Research Computing - Union Station
506 W. South Street
South Bend, IN 46601
Phone: (574) 631-0692

On Fri, Mar 23, 2018 at 9:50 AM, Stephan Wiesand <stephan.wiesand@desy.de>
wrote:

>
> > On 23. Mar 2018, at 12:27, Kodiak Firesmith <kfiresmith@gmail.com>
> wrote:
> >
> > I've also tested gsgatlin's 7.5beta RPMs and they work great.  Any
> chance we'll see the rh75enotdir patch integrated into a release of
> 1.6.22.3 soon?  I'm wondering if it'll be worth it to manually apply that
> patch to a rebuild of the official OpenAFS RPMs if this isn't on the block
> for being merged and released soon - but I don't want to blow the time
> applying that patch to a re-roll if a fixed official release is forthcoming.
>
> We are planning to release a 1.6.22.3 addressing the ENOTDIR issue with
> the EL7.5 kernel soon after the EL7.5 GA release.
>
> - Stephan
>
> > Thanks!
> >  - Kodiak
> >
> >
> > On Fri, Mar 2, 2018 at 3:47 AM, Anders Nordin <anders.j.nordin@ltu.se>
> wrote:
> > Hello,
> >
> > Is there any progress on this issue? Can we expect a stable release for
> RHEL 7.5?
> >
> > MVH
> > Anders
> >
> > -----Original Message-----
> > From: openafs-info-admin@openafs.org [mailto:openafs-info-admin@ope
> nafs.org] On Behalf Of Benjamin Kaduk
> > Sent: den 9 februari 2018 01:02
> > To: Kodiak Firesmith <kfiresmith@gmail.com>
> > Cc: openafs-info <openafs-info@openafs.org>
> > Subject: Re: [OpenAFS] RHEL 7.5 beta / 3.10.0-830.el7.x86_66 kernel lock
> up
> >
> > On Wed, Feb 07, 2018 at 11:46:28AM -0500, Kodiak Firesmith wrote:
> > > Hello again All,
> > >
> > > As part of continued testing, I've been able to confirm that the
> > > SystemD double-service startup thing only happens to my hosts when
> > > going from RHEL
> > > 7.4 to RHEL 7.5beta.  On a test host installed directly as RHEL
> > > 7.5beta, I get a bit farther with 1.6.18.22, in that I get to the
> > > point where OpenAFS "kind of" works.
> >
> > Thanks for tracking this down.  The rpm packaging maintainers may want
> to try to track down why the double-start happens in the upgrade scenario,
> as that's pretty nasty behavior.
> >
> > > What I'm observing is that the openafs client Kernel module (built by
> > > DKMS) loads fine, and just so long as you know where you need to go in
> > > /afs, you can get there, and you can read and write files and the
> OpenAFS 'fs'
> > > command works.  But doing an 'ls' of /afs or any path underneath
> > > results in
> > > "ls: reading directory /afs/: Not a directory".
> > >
> > > I ran an strace of a good RHEL 7.4 host running ls on /afs, and a RHEL
> > > 7.5beta host running ls on /afs and have created pastebins of both, as
> > > well as an inline diff.
> > >
> > > All can be seen at the following locations:
> > >
> > > works
> > > https://paste.fedoraproject.org/paste/Hiojt2~Be3wgez47bKNucQ
> > >
> > > fails
> > > https://paste.fedoraproject.org/paste/13ZXBfJIOMsuEJFwFShBfg
> > >
> > >
> > > diff
> > > https://paste.fedoraproject.org/paste/FJKRwep1fWJogIDbLnkn8A
> > >
> > > Hopefully this might help the OpenAFS devs, or someone might know what
> > > might be borking on every RHEL 7.5 beta host.  It does fit with what
> > > other
> > > 7.5 beta users have observed OpenAFS doing.
> >
> > Yes, now it seems like all our reports are consistent, and we just have
> to wait for a developer to get a better look at what Red Hat changed in the
> kernel that we need to adapt to.
> >
> > -Ben
> >
> > > Thanks!
> > >  - Kodiak
> > >
> > > On Mon, Feb 5, 2018 at 12:31 PM, Stephan Wiesand
> > > <stephan.wiesand@desy.de>
> > > wrote:
> > >
> > > >
> > > > > On 04.Feb 2018, at 02:11, Jeffrey Altman <jaltman@auristor.com>
> wrote:
> > > > >
> > > > > On 2/2/2018 6:04 PM, Kodiak Firesmith wrote:
> > > > >> I'm relatively new to handling OpenAFS.  Are these problems part
> > > > >> of a normal "kernel release; openafs update" cycle and perhaps
> > > > >> I'm getting snagged just by being too early of an adopter?  I
> > > > >> wanted to raise the alarm on this and see if anything else was
> > > > >> needed from me as the reporter of the issue, but perhaps that's
> > > > >> an overreaction to what is just part of a normal process I just
> > > > >> haven't been tuned into in prior RHEL release cycles?
> > > > >
> > > > >
> > > > > Kodiak,
> > > > >
> > > > > On RHEL, DKMS is safe to use for kernel modules that restrict
> > > > > themselves to using the restricted set of kernel interfaces (the
> > > > > RHEL KABI) that Red Hat has designated will be supported across
> > > > > the lifespan of the RHEL major version number.  OpenAFS is not
> > > > > such a kernel module.  As a result it is vulnerable to breakage
> each and every time a new kernel is shipped.
> > > >
> > > > Jeffrey,
> > > >
> > > > the usual way to use DKMS is to either have it build a module for a
> > > > newly installed kernel or install a prebuilt module for that kernel.
> > > > It may be possible to abuse it for providing a module built for
> > > > another kernel, but I think that won't happen accidentally.
> > > >
> > > > You may be confusing DKMS with RHEL's "KABI tracking kmods". Those
> > > > should be safe to use within a RHEL minor release (and the SL
> > > > packaging has been using them like this since EL6.4), but aren't
> > > > across minor releases (and that's why the SL packaging modifies the
> > > > kmod handling to require a build for the minor release in question.
> > > >
> > > > > There are two types of failures that can occur:
> > > > >
> > > > > 1. a change results in failure to build the OpenAFS kernel module
> > > > >    for the new kernel
> > > > >
> > > > > 2. a change results in the OpenAFS kernel module building and
> > > > >    successfully loading but failing to operate correctly
> > > >
> > > > The latter shouldn't happen within a minor release, but can across
> > > > minor releases.
> > > >
> > > > > It is the second of these possibilities that has taken place with
> > > > > the release of the 3.10.0-830.el7 kernel shipped as part of the
> > > > > RHEL 7.5
> > > > beta.
> > > > >
> > > > > Are you an early adopter of RHEL 7.5 beta?  Absolutely, its a beta
> > > > > release and as such you should expect that there will be bugs and
> > > > > that third party kernel modules that do not adhere to the KABI
> > > > > functionality might have compatibility issues.
> > > >
> > > > The -830 kernel can break 3rd-party modules using non-whitelisted
> > > > ABIs, whether or not they adhere to the "KABI functionality".
> > > >
> > > > > There was a compatibility issue with RHEL 7.4 kernel
> > > > > (3.10.0_693.1.1.el7) as well that was only fixed in the OpenAFS
> > > > > 1.6 release series this past week as part of 1.6.22.2:
> > > > >
> > > > >  http://www.openafs.org/dl/openafs/1.6.22.2/RELNOTES-1.6.22.2
> > > >
> > > > Yes, and this one was hard to fix. Thanks are due to Mark Vitale for
> > > > developing the fix and all those who reviewed and tested it.
> > > >
> > > > > Jeffrey Altman
> > > > > AuriStor, Inc.
> > > > >
> > > > > P.S. - Welcome to the community.
> > > >
> > > > Seconded. In particular, the problem report regarding the EL7.5beta
> > > > kernel was absolutely appropriate.
>
> --
> Stephan Wiesand
> DESY -DV-
> Platanenallee 6
> 15738 Zeuthen, Germany
>
>
>
> _______________________________________________
> OpenAFS-info mailing list
> OpenAFS-info@openafs.org
> https://lists.openafs.org/mailman/listinfo/openafs-info
>

--883d24f22a7cf2a521056982fbae
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div><div>RHEL 7.5 GA was released earlier this morni=
ng.<br><br></div>Just to confirm, I tested Gary&#39;s 1.6.x patch again wit=
h the new kernel for RHEL 7.5 GA (3.10.0-862.el7.x86_64) and it still fixes=
 the ENOTDIR issue and I also don&#39;t see any other issues with OpenAFS a=
nd this new RHEL release (at least not at this time).<br><br></div>Looking =
forward to a 1.6.22.3 release soon!<br><br></div>Thanks.<br><div><div><div =
class=3D"gmail_extra"><br clear=3D"all"><div><div class=3D"m_-8650044924045=
855289gmail_signature"><div dir=3D"ltr"><div>--<br></div><div>Matt Vander W=
erf<br>HPC System Administrator<br>University of Notre Dame<br>Center for R=
esearch Computing - Union Station<br>506 W. South Street<br>South Bend, IN =
46601<br></div>Phone: (574) 631-0692</div></div></div>
<br><div class=3D"gmail_quote">On Fri, Mar 23, 2018 at 9:50 AM, Stephan Wie=
sand <span dir=3D"ltr">&lt;<a href=3D"mailto:stephan.wiesand@desy.de" targe=
t=3D"_blank">stephan.wiesand@desy.de</a>&gt;</span> wrote:<br><blockquote c=
lass=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px soli=
d rgb(204,204,204);padding-left:1ex"><span class=3D"m_-8650044924045855289g=
mail-"><br>
&gt; On 23. Mar 2018, at 12:27, Kodiak Firesmith &lt;<a href=3D"mailto:kfir=
esmith@gmail.com" target=3D"_blank">kfiresmith@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; I&#39;ve also tested gsgatlin&#39;s 7.5beta RPMs and they work great.=
=C2=A0 Any chance we&#39;ll see the rh75enotdir patch integrated into a rel=
ease of 1.6.22.3 soon?=C2=A0 I&#39;m wondering if it&#39;ll be worth it to =
manually apply that patch to a rebuild of the official OpenAFS RPMs if this=
 isn&#39;t on the block for being merged and released soon - but I don&#39;=
t want to blow the time applying that patch to a re-roll if a fixed officia=
l release is forthcoming.<br>
<br>
</span>We are planning to release a 1.6.22.3 addressing the ENOTDIR issue w=
ith the EL7.5 kernel soon after the EL7.5 GA release.<br>
<span class=3D"m_-8650044924045855289gmail-HOEnZb"><font color=3D"#888888">=
<br>
- Stephan<br>
</font></span><div class=3D"m_-8650044924045855289gmail-HOEnZb"><div class=
=3D"m_-8650044924045855289gmail-h5"><br>
&gt; Thanks!<br>
&gt;=C2=A0 - Kodiak<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Mar 2, 2018 at 3:47 AM, Anders Nordin &lt;<a href=3D"mailto:an=
ders.j.nordin@ltu.se" target=3D"_blank">anders.j.nordin@ltu.se</a>&gt; wrot=
e:<br>
&gt; Hello,<br>
&gt;<br>
&gt; Is there any progress on this issue? Can we expect a stable release fo=
r RHEL 7.5?<br>
&gt;<br>
&gt; MVH<br>
&gt; Anders<br>
&gt;<br>
&gt; -----Original Message-----<br>
&gt; From: <a href=3D"mailto:openafs-info-admin@openafs.org" target=3D"_bla=
nk">openafs-info-admin@openafs.org</a> [mailto:<a href=3D"mailto:openafs-in=
fo-admin@openafs.org" target=3D"_blank">openafs-info-admin@ope<wbr>nafs.org=
</a>] On Behalf Of Benjamin Kaduk<br>
&gt; Sent: den 9 februari 2018 01:02<br>
&gt; To: Kodiak Firesmith &lt;<a href=3D"mailto:kfiresmith@gmail.com" targe=
t=3D"_blank">kfiresmith@gmail.com</a>&gt;<br>
&gt; Cc: openafs-info &lt;<a href=3D"mailto:openafs-info@openafs.org" targe=
t=3D"_blank">openafs-info@openafs.org</a>&gt;<br>
&gt; Subject: Re: [OpenAFS] RHEL 7.5 beta / 3.10.0-830.el7.x86_66 kernel lo=
ck up<br>
&gt;<br>
&gt; On Wed, Feb 07, 2018 at 11:46:28AM -0500, Kodiak Firesmith wrote:<br>
&gt; &gt; Hello again All,<br>
&gt; &gt;<br>
&gt; &gt; As part of continued testing, I&#39;ve been able to confirm that =
the<br>
&gt; &gt; SystemD double-service startup thing only happens to my hosts whe=
n<br>
&gt; &gt; going from RHEL<br>
&gt; &gt; 7.4 to RHEL 7.5beta.=C2=A0 On a test host installed directly as R=
HEL<br>
&gt; &gt; 7.5beta, I get a bit farther with 1.6.18.22, in that I get to the=
<br>
&gt; &gt; point where OpenAFS &quot;kind of&quot; works.<br>
&gt;<br>
&gt; Thanks for tracking this down.=C2=A0 The rpm packaging maintainers may=
 want to try to track down why the double-start happens in the upgrade scen=
ario, as that&#39;s pretty nasty behavior.<br>
&gt;<br>
&gt; &gt; What I&#39;m observing is that the openafs client Kernel module (=
built by<br>
&gt; &gt; DKMS) loads fine, and just so long as you know where you need to =
go in<br>
&gt; &gt; /afs, you can get there, and you can read and write files and the=
 OpenAFS &#39;fs&#39;<br>
&gt; &gt; command works.=C2=A0 But doing an &#39;ls&#39; of /afs or any pat=
h underneath<br>
&gt; &gt; results in<br>
&gt; &gt; &quot;ls: reading directory /afs/: Not a directory&quot;.<br>
&gt; &gt;<br>
&gt; &gt; I ran an strace of a good RHEL 7.4 host running ls on /afs, and a=
 RHEL<br>
&gt; &gt; 7.5beta host running ls on /afs and have created pastebins of bot=
h, as<br>
&gt; &gt; well as an inline diff.<br>
&gt; &gt;<br>
&gt; &gt; All can be seen at the following locations:<br>
&gt; &gt;<br>
&gt; &gt; works<br>
&gt; &gt; <a href=3D"https://paste.fedoraproject.org/paste/Hiojt2~Be3wgez47=
bKNucQ" rel=3D"noreferrer" target=3D"_blank">https://paste.fedoraproject.or=
<wbr>g/paste/Hiojt2~Be3wgez47bKNucQ</a><br>
&gt; &gt;<br>
&gt; &gt; fails<br>
&gt; &gt; <a href=3D"https://paste.fedoraproject.org/paste/13ZXBfJIOMsuEJFw=
FShBfg" rel=3D"noreferrer" target=3D"_blank">https://paste.fedoraproject.or=
<wbr>g/paste/13ZXBfJIOMsuEJFwFShBfg</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; diff<br>
&gt; &gt; <a href=3D"https://paste.fedoraproject.org/paste/FJKRwep1fWJogIDb=
Lnkn8A" rel=3D"noreferrer" target=3D"_blank">https://paste.fedoraproject.or=
<wbr>g/paste/FJKRwep1fWJogIDbLnkn8A</a><br>
&gt; &gt;<br>
&gt; &gt; Hopefully this might help the OpenAFS devs, or someone might know=
 what<br>
&gt; &gt; might be borking on every RHEL 7.5 beta host.=C2=A0 It does fit w=
ith what<br>
&gt; &gt; other<br>
&gt; &gt; 7.5 beta users have observed OpenAFS doing.<br>
&gt;<br>
&gt; Yes, now it seems like all our reports are consistent, and we just hav=
e to wait for a developer to get a better look at what Red Hat changed in t=
he kernel that we need to adapt to.<br>
&gt;<br>
&gt; -Ben<br>
&gt;<br>
&gt; &gt; Thanks!<br>
&gt; &gt;=C2=A0 - Kodiak<br>
&gt; &gt;<br>
&gt; &gt; On Mon, Feb 5, 2018 at 12:31 PM, Stephan Wiesand<br>
&gt; &gt; &lt;<a href=3D"mailto:stephan.wiesand@desy.de" target=3D"_blank">=
stephan.wiesand@desy.de</a>&gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; On 04.Feb 2018, at 02:11, Jeffrey Altman &lt;<a href=3D=
"mailto:jaltman@auristor.com" target=3D"_blank">jaltman@auristor.com</a>&gt=
; wrote:<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; On 2/2/2018 6:04 PM, Kodiak Firesmith wrote:<br>
&gt; &gt; &gt; &gt;&gt; I&#39;m relatively new to handling OpenAFS.=C2=A0 A=
re these problems part<br>
&gt; &gt; &gt; &gt;&gt; of a normal &quot;kernel release; openafs update&qu=
ot; cycle and perhaps<br>
&gt; &gt; &gt; &gt;&gt; I&#39;m getting snagged just by being too early of =
an adopter?=C2=A0 I<br>
&gt; &gt; &gt; &gt;&gt; wanted to raise the alarm on this and see if anythi=
ng else was<br>
&gt; &gt; &gt; &gt;&gt; needed from me as the reporter of the issue, but pe=
rhaps that&#39;s<br>
&gt; &gt; &gt; &gt;&gt; an overreaction to what is just part of a normal pr=
ocess I just<br>
&gt; &gt; &gt; &gt;&gt; haven&#39;t been tuned into in prior RHEL release c=
ycles?<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Kodiak,<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; On RHEL, DKMS is safe to use for kernel modules that re=
strict<br>
&gt; &gt; &gt; &gt; themselves to using the restricted set of kernel interf=
aces (the<br>
&gt; &gt; &gt; &gt; RHEL KABI) that Red Hat has designated will be supporte=
d across<br>
&gt; &gt; &gt; &gt; the lifespan of the RHEL major version number.=C2=A0 Op=
enAFS is not<br>
&gt; &gt; &gt; &gt; such a kernel module.=C2=A0 As a result it is vulnerabl=
e to breakage each and every time a new kernel is shipped.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Jeffrey,<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; the usual way to use DKMS is to either have it build a modul=
e for a<br>
&gt; &gt; &gt; newly installed kernel or install a prebuilt module for that=
 kernel.<br>
&gt; &gt; &gt; It may be possible to abuse it for providing a module built =
for<br>
&gt; &gt; &gt; another kernel, but I think that won&#39;t happen accidental=
ly.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; You may be confusing DKMS with RHEL&#39;s &quot;KABI trackin=
g kmods&quot;. Those<br>
&gt; &gt; &gt; should be safe to use within a RHEL minor release (and the S=
L<br>
&gt; &gt; &gt; packaging has been using them like this since EL6.4), but ar=
en&#39;t<br>
&gt; &gt; &gt; across minor releases (and that&#39;s why the SL packaging m=
odifies the<br>
&gt; &gt; &gt; kmod handling to require a build for the minor release in qu=
estion.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; There are two types of failures that can occur:<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; 1. a change results in failure to build the OpenAFS ker=
nel module<br>
&gt; &gt; &gt; &gt;=C2=A0 =C2=A0 for the new kernel<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; 2. a change results in the OpenAFS kernel module buildi=
ng and<br>
&gt; &gt; &gt; &gt;=C2=A0 =C2=A0 successfully loading but failing to operat=
e correctly<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; The latter shouldn&#39;t happen within a minor release, but =
can across<br>
&gt; &gt; &gt; minor releases.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; It is the second of these possibilities that has taken =
place with<br>
&gt; &gt; &gt; &gt; the release of the 3.10.0-830.el7 kernel shipped as par=
t of the<br>
&gt; &gt; &gt; &gt; RHEL 7.5<br>
&gt; &gt; &gt; beta.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Are you an early adopter of RHEL 7.5 beta?=C2=A0 Absolu=
tely, its a beta<br>
&gt; &gt; &gt; &gt; release and as such you should expect that there will b=
e bugs and<br>
&gt; &gt; &gt; &gt; that third party kernel modules that do not adhere to t=
he KABI<br>
&gt; &gt; &gt; &gt; functionality might have compatibility issues.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; The -830 kernel can break 3rd-party modules using non-whitel=
isted<br>
&gt; &gt; &gt; ABIs, whether or not they adhere to the &quot;KABI functiona=
lity&quot;.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; There was a compatibility issue with RHEL 7.4 kernel<br=
>
&gt; &gt; &gt; &gt; (3.10.0_693.1.1.el7) as well that was only fixed in the=
 OpenAFS<br>
&gt; &gt; &gt; &gt; 1.6 release series this past week as part of <a href=3D=
"http://1.6.22.2" rel=3D"noreferrer" target=3D"_blank">1.6.22.2</a>:<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;=C2=A0 <a href=3D"http://www.openafs.org/dl/openafs/1.6.=
22.2/RELNOTES-1.6.22.2" rel=3D"noreferrer" target=3D"_blank">http://www.ope=
nafs.org/dl/open<wbr>afs/1.6.22.2/RELNOTES-1.6.22.2</a><br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Yes, and this one was hard to fix. Thanks are due to Mark Vi=
tale for<br>
&gt; &gt; &gt; developing the fix and all those who reviewed and tested it.=
<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Jeffrey Altman<br>
&gt; &gt; &gt; &gt; AuriStor, Inc.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; P.S. - Welcome to the community.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Seconded. In particular, the problem report regarding the EL=
7.5beta<br>
&gt; &gt; &gt; kernel was absolutely appropriate.<br>
<br>
--<br>
Stephan Wiesand<br>
DESY -DV-<br>
Platanenallee 6<br>
15738 Zeuthen, Germany<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
OpenAFS-info mailing list<br>
<a href=3D"mailto:OpenAFS-info@openafs.org" target=3D"_blank">OpenAFS-info@=
openafs.org</a><br>
<a href=3D"https://lists.openafs.org/mailman/listinfo/openafs-info" rel=3D"=
noreferrer" target=3D"_blank">https://lists.openafs.org/mail<wbr>man/listin=
fo/openafs-info</a><br>
</div></div></blockquote></div><br></div></div></div></div>

--883d24f22a7cf2a521056982fbae--