[OpenAFS] openafs server on freebsd 8.2 amd64: bosserver coredump

Derrick Brashear shadow@gmail.com
Fri, 1 Apr 2011 08:56:35 -0400


you're almost certainly better off for FreeBSD using 1.6.0pre4.

On Fri, Apr 1, 2011 at 8:52 AM, Mark <mark@nl.simpc.com> wrote:
>
> Hello all,
>
> We are running a handful of servers on various 32 bit freebsd releases an=
d those are running great.
> For our new server we decided on the 64bit version of freebsd (8.2), but =
things are not going very well.
>
> Bosserver dumps core on all bos requests I tried so far, for the last cou=
ple of crashes I checked the coredump and everytime I get a similar backtra=
ce:
>
> (gdb) bt
> #0 =A00x000000080077afcc in kill () from /lib/libc.so.7
> #1 =A00x0000000800779dcb in abort () from /lib/libc.so.7
> #2 =A00x000000000041389b in osi_Panic ()
> #3 =A00x000000000041e3a4 in AllocPacketBufs ()
> #4 =A00x000000000041e465 in rxi_AllocDataBuf ()
> #5 =A00x000000000041ed0b in rxi_ReadPacket ()
> #6 =A00x00000000004145dc in rxi_ListenerProc ()
> #7 =A00x0000000000414815 in rx_ListenerProc ()
> #8 =A00x0000000000423f14 in Create_Process_Part2 ()
>
> Openafs 1.4.14, configure line used:
> ./configure --enable-transarc-paths --enable-namei-fileserver --with-afs-=
sysname=3Damd64_fbsd_80 --enable-largefile-fileserver --disable-pam --enabl=
e-supergroups --with-krb5-conf=3D/usr/bin/krb5-config --disable-kernel-modu=
le
>
> Same as our 32 bit servers, with the exception the afs-sysname. During co=
mpile we also got an error in src/gtx/curseswindows.c:33, gstty.h does not =
exist anymore since freebsd 8 and is replaced by termios.h. Replacing the i=
nclude with the new header completed the build fine.
>
> First we thought the crash was caused by incompatible keyfile format betw=
een 32 and 64 bit, since bos listkeys localhost -localauth crashed bosserve=
r, but other bos commands worked. After recreating it with asetkey on the 6=
4bit system listkeys locally works, but doing bos over the network often cr=
ashes the server still on the first command or else the next.
>
> Is the server supposed to run on 64bit freebsd 8.2? Or are we better of r=
einstalling it with 32bit freebsd 8.2?
>
> Regards,
> Mark Huijgen
> _______________________________________________
> OpenAFS-info mailing list
> OpenAFS-info@openafs.org
> https://lists.openafs.org/mailman/listinfo/openafs-info
>



--=20
Derrick