Re: Status of the OpenAFS Port to FreeBSD?
Benjamin Kaduk <[email protected]> Tue, 18 May 2010 22:19:39 -0400 (EDT)
| Newsgroups | gmane.comp.file-systems.openafs.freebsd |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 18 May 2010, Tim Gustafson wrote: > Hi, > > I was wondering what the status of the OpenAFS port to FreeBSD was? I > tried Googling around about it and wasn't able to find much current > (within the last year or so) data about it. Hi Tim, There is some active work ongoing to bring the FreeBSD port of OpenAFS up to speed --- the current git head compiles and loads on recent FreeBSD, but it is not really usable. Under some circumstances, it can be useful for the auxilliary utilities such as bos, vos, pts and friends, but use for file access (eventually) results in hangs at best, and occasionally system panics. The waters are somewhat dangerous, but if you wish to tread further, I'll point you at some hackish packaging around openafs git head that I've pulled together: http://stuff.mit.edu/afs/sipb.mit.edu/user/kaduk/freebsd/openafs/openafs-devel.shar.txt Run 'sh openafs-devel.shar.txt' in /usr/ports/net/ , and then you can 'cd openafs-devel && make && make install'. When things start to get to a usable state, I'll be sure to send something to this list. -Ben Kaduk