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. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
