welcome: please sign in

Diff for "MemberManual/TransferringFiles/OpenAFS/Debian"

Differences between revisions 22 and 25 (spanning 3 versions)
Revision 22 as of 2013-02-09 05:13:05
Size: 1839
Comment: simplify and update for wheezy
Revision 25 as of 2013-02-13 04:01:28
Size: 1291
Comment: remove from CategoryNeedsWork
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
The tickets gained will last up to 10 hours but can be renewed with `krenew` for up to 8 days. Here's a common use: The tickets gained will last up to 10 hours, but can be renewed with `krenew` for up to 8 days. The `krenew` command is provided by the `kstart` package. The following command w:
Line 31: Line 31:
== Konqueror Troubleshooting ==

Konqueror simply hangs when trying to browse {{{/afs}}} with the default CellServerDB. This happens because it is trying to access AFS volumes it doesn't have access to or that are not accessible, and hangs indefinitely. There is a lot of cells pre-configured in the Debian package, and probably some of them are not valid or not accessible. Once the content of {{{/etc/openafs/CellServerDB}}} has been erased of everything except for the hcoop.net entry, browsing {{{/afs}}} with Konqueror should work.

''Is this still a problem? -- BtTempleton''
Line 38: Line 32:
CategoryNeedsWork CategoryMemberManual CategoryMemberManual

This is the chapter of the MemberManual that describes how to install and configure OpenAFS Client on Debian based systems. These instructions were adapted from HCoop user bpt's instructions.

These instructions have been tested on Debian wheezy.

OpenAFS Client Installation

To install the OpenAFS client and related programs, run apt-get install openafs-client openafs-krb5 krb5-user as root. Answer the configuration questions as follows:

  • AFS cell this workstation belongs to: hcoop.net

  • Default Kerberos version 5 realm: HCOOP.NET

You can accept the default values for other questions. If you're not prompted for these values, run dpkg-reconfigure -phigh openafs-client krb5-user.

Using AFS

To gain access to your HCoop AFS share, run kinit user@HCOOP.NET && aklog hcoop.net on your local system.

The tickets gained will last up to 10 hours, but can be renewed with krenew for up to 8 days. The krenew command is provided by the kstart package. The following command w:

krenew -K 30 -t

See the krenew man page to learn what these options are doing.


CategoryMemberManual

MemberManual/TransferringFiles/OpenAFS/Debian (last edited 2019-01-07 13:36:57 by BjörnLindström)