[OpenAFS] bosserver -noauth& changes cell to localcell

Ted Creedon tcreedon@easystreet.net
Thu, 13 Apr 2017 16:58:57 +0000


Looks like the compile failure is described in:
https://lists.openafs.org/pipermail/openafs-info/2016-August/041890.html

trying to figure that  out now.

ted
________________________________________
From: Ted Creedon
Sent: Thursday, April 13, 2017 9:41:01 AM
To: Jeffrey Altman; openafs-info@openafs.org
Subject: Re: [OpenAFS] bosserver -noauth& changes cell to localcell

Sorry 1.6.20.1, looks like the dyndns setup evaporated

however after updating to heimdal-7.2.0:

ookpik:/data/openafs-1.6.20.1 # time nice make -s
+ case amd64_linux26 in
+ case amd64_linux26 in
+ case amd64_linux26 in
+ case amd64_linux26 in
+ case amd64_linux26 in
+ case amd64_linux26 in
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: =
/data/openafs-1.6.20.1/lib/libauth.a(akimpersonate.o): undefined reference =
to symbol 'encode_EncTicketPart@@HEIMDAL_ASN1_1.0'
/usr/heimdal/lib64/libasn1.so.8: error adding symbols: DSO missing from com=
mand line
collect2: error: ld returned 1 exit status
Makefile:99: recipe for target 'ptserver' failed
make[3]: *** [ptserver] Error 1
Makefile:237: recipe for target 'ptserver' failed
make[2]: *** [ptserver] Error 2
Makefile:694: recipe for target 'build' failed
make[1]: *** [build] Error 2
Makefile:36: recipe for target 'all' failed
make: *** [all] Error 2


________________________________________
From: openafs-info-admin@openafs.org <openafs-info-admin@openafs.org> on be=
half of Jeffrey Altman <jaltman@auristor.com>
Sent: Wednesday, April 12, 2017 8:41:54 PM
To: openafs-info@openafs.org
Subject: Re: [OpenAFS] bosserver -noauth& changes cell to localcell

On 4/12/2017 8:43 PM, Ted Creedon wrote:
> anyone know why executing bosserver -noauth& overwrites cellname.com in T=
hisCell & CellServDB with localcell?
>
> thanks
>
> tedc


You didn't say which version of OpenAFS you are using but when 1.6.x
bosserver is executed and its attempt to load a valid configuration
fails, it then attempts to create a valid configuration.

  src/bozo/bosserver.c line 1032 of openafs-stable-1_6_x

Jeffrey Altman