[OpenAFS] fileserver coredumping
Derrick J Brashear
shadow@dementia.org
Mon, 19 Apr 2004 11:08:48 -0400 (EDT)
On Mon, 19 Apr 2004, Jeffrey Hutzelman wrote:
> >> But... cat Filelog shows:
> >>
> >> Mon Apr 19 15:05:13 2004 FSYNC_sync: bind failed with (68), will sleep
> >> and retry
>
> So what's errno 68 on your platform?
> Look in /usr/include/errno.h or /usr/include/sys/errno.h; you should be
> able to find an EXXX macro whose value is 68. That'll tell you what error
> the fileserver is getting from bind().
If it's 4.3.3:
#define EADDRNOTAVAIL 68 /* Can't assign requested address */