welcome: please sign in

Diff for "MemberManual/TransferringFiles/OpenAFS/Fedora"

Differences between revisions 9 and 12 (spanning 3 versions)
Revision 9 as of 2009-09-09 18:20:33
Size: 1395
Editor: 93
Comment: -76
Revision 12 as of 2016-01-11 10:27:29
Size: 2920
Comment: Brought page up to date, remove CategoryOutdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Cd8MK2 design and policy problems that require joint attention to noise, air quality and climate, [[http://ukazurenet.com/members/qantas_2D00_airline/default.aspx|qantas airline]]origin and destination airports. These differing standards may lead to conflict because of, roouq, [[http://technetnepal.net/members/malaysian_2D00_airline/default.aspx|malaysian airline]]airport sources adversely affect air quality and therefore health. In the USA many coun-, 646, [[http://prisonplace.com/members/thai_2D00_airline/default.aspx|thai airline]]interrelated. For example, quieter engines may be heavier and therefore less fuel efficient,, 9825, [[http://drowningintechnicaldebt.com/members/continental_2D00_airline/default.aspx|continental airline]]and to be positioned in a place where they will not be damaged by vehicle collisions., 3726, [[http://cankayabmt.com/members/las_2D00_vegas_2D00_airfare/default.aspx|las vegas airfare]]assessment methods across the EU. Previously, emissions standards were set at national, 378939, [[http://ncraonline.org/forum/members/deltaairlines/default.aspx|deltaairlines]]do not consider environmental performance important in selecting an airline - concerns, 482855, [[http://forum.planetrock.co.uk/members/northwest_2D00_airline/default.aspx|northwest airline]]are technically feasible through basic research (NRC, 2002)., sgy, ## page was renamed from MemberManual/TransferringFiles/OpenAFS/FedoraClient
#pragma section-numbers off

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

NB: When this page was updated to reflect Fedora 23, some potentially helpful but unverified information from the out-of-date page was left in the page. This information will be prefaced with "OLD:"

<<TableOfContents>>

= Introduction =

There are different sets of RPMS available for OpenAFS. Currently, the easiest to install and maintain across system updates is probably a [[https://copr.fedoraproject.org/coprs/jsbillings/|copr]] repo. You must enable two repositories:

{{{dnf copr enable jsbillings/openafs}}}

{{{dnf copr enable jsbillings/openafs-kmod}}}

= Install OpenAFS RPMS with Dnf =

Once you've enabled both repositories on your machine, install the appropriate openafs kernel module. Check your currently-running kernel with {{{uname -a}}}, then use the template command below.

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

NB: 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 through dnf:

{{{dnf install openafs openafs-kmdl openafs-authlibs openafs-docs openafs-client openafs-krb5 openafs-kmod-docs}}}

= Configuration =

 * Change the home cell in {{{/etc/openafs/ThisCell}}} to hcoop.net.
 * Start the openafs client ''once'' with {{{systemctl start openafs-client.service}}}
  * Enable the openafs client to run on boot with {{{systemctl enable openafs-client.service}}}
 * Run kinit and type your password
 * Make sure that the openafs client is running with {{{systemctl status openafs-client.service}}}
 * Run "klist" just to make sure that you have a valid token.
 * Run aklog - if this works you should be able to see /afs/hcoop.net.

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.
Line 3: Line 50:
CategoryOutdated CategoryMemberManual

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

NB: When this page was updated to reflect Fedora 23, some potentially helpful but unverified information from the out-of-date page was left in the page. This information will be prefaced with "OLD:"

Introduction

There are different sets of RPMS available for OpenAFS. Currently, the easiest to install and maintain across system updates is probably a copr repo. You must enable two repositories:

dnf copr enable jsbillings/openafs

dnf copr enable jsbillings/openafs-kmod

Install OpenAFS RPMS with Dnf

Once you've enabled both repositories on your machine, install the appropriate openafs kernel module. Check your currently-running kernel with uname -a, then use the template command below.

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

NB: 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 through dnf:

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

Configuration

  • Change the home cell in /etc/openafs/ThisCell to hcoop.net.

  • Start the openafs client once with systemctl start openafs-client.service

    • Enable the openafs client to run on boot with systemctl enable openafs-client.service

  • Run kinit and type your password
  • Make sure that the openafs client is running with systemctl status openafs-client.service

  • Run "klist" just to make sure that you have a valid token.
  • Run aklog - if this works you should be able to see /afs/hcoop.net.

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)