[OpenAFS] Re: startup problem

James Burns james@burns.net
Wed, 19 May 2004 11:18:31 -0400 (EDT)


After doing some more research with tcpdump I found that errors were being 
returned from attempted connections to the prserver port.

the dump:

192.168.1.1 is the client / server / vldb / authentication
192.168.1.30 is a client / server

11:04:54.863176 192.168.1.1.afs3-fileserver > 192.168.1.1.afs3-prserver:  rx data pt call op#-2129024099 (44) (DF)
11:04:54.863512 192.168.1.1.afs3-prserver > 192.168.1.1.afs3-fileserver:  rx abort pt reply op#-2129024099 errcode 267268 (32) (DF)

which maps to:
4	267268	PRNOENT	User or group doesn't exist

11:12:22.735747 192.168.1.30.afs3-fileserver > 192.168.1.1.afs3-prserver:  rx data pt call op#1832120100 (44) (DF)
11:12:22.737122 192.168.1.1.afs3-prserver > 192.168.1.30.afs3-fileserver:  rx abort pt reply op#1832120100 errcode 267275 (32) (DF)

which maps to:
11	267275	PRDBBAD	database needs rebuilding

Apparently something's wrong with the pr database which is causing all 
connections to fail. Any ideas on how to fix this?

-James