[OpenAFS-devel] trouble running openafs-devel_1_5 branch - can't vos release

Jason Edgecombe jason@rampaginggeek.com
Sun, 21 Sep 2008 20:00:45 -0400


I'm trying to set up a sacrificial test linux server that will track the
devel_1_5 cvs branch and run some test code.

I'm having a few issues:
*  aklog and asetkey weren't compiled. I had to copy them from a working
1.4.7 box.
* when transarc paths are enabled, some stuff is put in /usr/local.. huh?
* I get communication errors on vos creation and vos release:

# vos rel -v root.afs

root.afs
    RWrite: 536870912
    number of sites -> 2
       server fs1.rampaginggeek.com partition /vicepa RW Site
       server fs1.rampaginggeek.com partition /vicepa RO Site  -- Not
released
This is a complete release of volume 536870912
Cloning RW volume 536870912 to permanent RO... done
Getting status of RW volume 536870912... done
Ending cloning transaction on RW volume 536870912... done
Starting transaction on RO clone volume 536870913... done
Setting volume flags for volume 536870913... done
Ending transaction on volume 536870913...Failed to end transaction on RO
clone 536870913
Possible communication failure
Error in vos release command.
Possible communication failure

I ran bos salvage on the server just for kicks.

platform: Centos 5.2 x86_64

configure command: ./configure
--with-krb5-config=/usr/kerberos/bin/krb5-config --enable-namei-file
server --enable-largefile-fileserver --enable-supergroups
--enable-transarc-paths

What should I do?

Thanks,
Jason