Hmm ... so, where do I go now? How do I proceed to try to diagnose this error and get it fixed?
Thanks a lot, Chris On Fri, 2007-12-21 at 12:43 -0800, Russ Allbery wrote: > Chris Breneman <[EMAIL PROTECTED]> writes: > > > The fileserver does not appear to be creating the sysid file. The > > complete FileLog is this: > > Fri Dec 21 14:49:37 2007 File server starting > > Fri Dec 21 14:49:37 2007 /etc/openafs/server-local/sysid: doesn't exist > > Fri Dec 21 14:49:37 2007 Creating new SysID file > > This part is fine. > > > Fri Dec 21 14:49:37 2007 VL_RegisterAddrs rpc failed; will retry > > periodically (code=5376, err=2) > > This is your problem. > > #define ENOENT 2 /* No such file or directory */ > > Not horribly helpful error code there. For some reason, your file server > is failing to talk to your vlserver to register its sysid. > _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
