welcome: please sign in

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
First name of the author of the GNU Manifesto

Edit

MemberManual / TransferringFiles / OpenAFS / OpenBSD

OpenBSD comes with the Arla AFS client built-in. To configure, as root:

mkdir /afs
echo hcoop.net > /etc/afs/ThisCell
echo afs=YES >> /etc/rc.conf.local
echo '[appdefaults]
    libkafs = {
        afs-use-524 = local
    }' > /etc/kerberosV/krb5.conf

Then reboot. Now as normal user you can get access with:

kinit username@HCOOP.NET
afslog hcoop.net

Done.


CategoryMemberManual CategoryNeedsWork