welcome: please sign in

The following 208 words could not be found in the dictionary of 7 words (including 7 LocalSpellingWords) and are highlighted below:
able   Access   across   afs   again   aklog   also   an   And   and   appropriate   are   as   authlibs   automatically   available   be   blocking   boot   bulk   but   by   can   Category   Cell   cell   Change   chapter   Check   client   closely   command   commented   conf   Configuration   configuration   contains   Contents   copr   coprs   currently   default   describes   devices   different   djbdns   Dnf   dnf   dnsmasq   do   docs   doesn   earlier   easiest   embedded   Enable   enable   entire   error   etc   exactly   Fedora   fedoraproject   file   files   filterwin2k   for   found   from   get   have   hcoop   helpful   home   how   https   if   If   important   in   information   Install   install   installed   into   Introduction   is   it   It   jsbillings   just   Kerberos   kernel   kinit   klist   kmdl   kmod   krb5   libafs   like   line   locally   lots   machine   maintain   Make   make   Manual   manually   match   matches   may   mean   Member   messages   module   more   net   new   Next   not   numbers   obtain   Of   of   on   once   Open   openafs   operating   or   org   out   package   packages   page   password   pick   potentially   prefaced   probably   re   Read   reflects   remove   repo   requests   rest   router   rpm   Run   run   running   saying   see   service   sets   Shell   should   some   Start   start   status   substitute   such   sure   system   systemctl   systems   Table   that   The   the   then   Then   There   things   This   this   tip   to   token   tokens   Troubleshooting   try   type   unable   uname   unverified   up   updates   Use   used   valid   version   versions   whatever   when   wiki   with   works   workstation   wrong   Wrt   you   your   Your   yum  

Clear message
Edit

MemberManual / TransferringFiles / OpenAFS / Fedora

This is the chapter of the MemberManual that describes how to install the OpenAFS client on Fedora.

The bulk of this page reflects Fedora 23. It also contains some potentially helpful, but unverified information, from an earlier version of this page, prefaced with "OLD:"

Introduction

There are different sets of RPMS available for OpenAFS. The easiest to install and maintain across system updates is probably a copr repo. Enable it with:

dnf copr enable jsbillings/openafs

Install OpenAFS RPMS

Next, install the appropriate openafs kernel module. Check your currently-running kernel with uname -a, then substitute your version into this command:

dnf install kmod-openafs-[PACKAGE.VERSION]-[KERNEL.VERSION]

Dnf may default to the wrong kernel module. Check closely that the version exactly matches your running kernel. If not, manually type the entire package and kernel version numbers.

Then, install the rest of the openafs rpm files:

dnf install openafs openafs-kmdl openafs-authlibs openafs-docs openafs-client krb5-workstation openafs-kmod-docs

Configuration

And that's it!

OLD: Your machine should automatically pick up new versions of the openafs kernel module when you do updates.

OLD: Troubleshooting

If you get an error like "aklog: unable to obtain tokens for cell hcoop.net (status: 11862790)" it may mean that your router is blocking SRV requests. If you're running djbdns locally (used by lots of operating systems for embedded devices, such as OpenWrt), make sure that the line filterwin2k is commented out in /etc/dnsmasq.conf, or whatever the configuration file is on your machine.

If you get messages saying things like "libafs can't be found" when you try to start the client, you probably installed a version of openafs-kmdl that doesn't match your running kernel. Use yum to remove the openafs RPM packages and try again.

Read MemberManual/ShellAccess/TroubleshootingKerberos for more.


CategoryMemberManual

MemberManual/TransferringFiles/OpenAFS/Fedora (last edited 2019-01-14 19:38:53 by StephenMichel)