Questions tagged [openafs]

OpenAFS is an open source implementation of the AFS distributed file system. OpenAFS has clients for most UNIX platforms, Windows, and Mac OS X, and an AFS client also exists for iOS. AFS is a Kerberos-authenticated distributed file system that uses Kerberos for authentication and supports client-transparent location independence and client-side caching.

AFS is a cross-platform distributed file system with clients for most versions of UNIX, Windows, Mac OS X, and iOS devices. It uses Kerberos for authentication and supports several interesting features that are not common in other distributed file systems: full client-transparent location independence of files (admins can move AFS volumes from one file server to another with no user-visible downtime), extensive client-side caching, a uniform world-wide namespace, and good performance on long-distance network links.

It is primarily used in universities, large corporations (particularly Wall Street financial firms), and the high-energy physics community.

OpenAFS is the most common implementation. It is the open-sourced version of the original AFS code developed first at CMU and then by Transarc (later acquired by IBM).

27 questions
1
vote
0 answers

Apple Yosemite error installing openAFS from source

I recently tried to install openAFS from source on a mac with OS Yosemite. I have almost completed it. However once I have created the dmg file and opened it to run the pkg file inside, I get the error: The operation couldn’t be completed.…
1
vote
2 answers

Web2py and AFS authentication

I would like to authenticate the users of my web2py application with AFS. Unfortunately, it seems like the pam.py module doesn't support AFS, only local users. Is it possible to do that with pam, or should I use something else?
user149377
  • 13
  • 2
0
votes
0 answers

It possible to run command with web access to files?

Have a Linux server with OpenAFS and access to / files. Access is read-only and like user privileges (ex. can read /etc/passwd, but can't read /etc/shadow). It possible to run command? With /bin/bash for example? And, on server have sshd service,…
Tyles
  • 1
0
votes
1 answer

Git push randomly fails through git-http-backend on AFS share

My Git repository sits on an AFS share. All running processes on the Linux server have rights to write on this AFS share what ever the mask of files and directories are. Git is served through Git Smart HTTP with Apache and git-http-backend. The…
Gilles
  • 1
0
votes
1 answer

Compiling a string using python(not running) on linux command line

I'm trying to do something for a project that I cannot find the answer to after searching and trying some different code. What I'm trying to do is receive a string from a client(sent through via post, and I have to use this method, teacher's…
5Ermacs
  • 15
  • 5
0
votes
1 answer

No write access to $HOME in tmux after logout and login

I am not able to write to files in $HOME (on an Andrew File System) in tmux after logging out and logging in again. (.lobster)[earth] ~/lobster >touch test touch: setting times of `test': Permission denied My problem seems similar to the one…
0
votes
1 answer

Passwordless login for AFS

Is there a way to have passwordless login for a system running AFS? I tried a ssh key pair, but although I logged in with no issue, I did not get an AFS token. Every 24 hours, I need a new AFS token, which I could authenticate on the server via…
0
votes
1 answer

OpenAFS install, packagemaker not found

I have tried to install openAFS directly from source code. This is for a MAC with OS Yosemite and I followed the instructions from an earlier question of mine: https://stackoverflow.com/questions/26959675/afs-and-yosemite-on-mac However I can do…
0
votes
1 answer

How can I use keytab in afs to authenticate kerberos?

On Ubuntu (Linux) with AFS files, I need to obtain a Kerberos ticket with "kinit" before I can do "aklog" to access the AFS files. I can't access a "keytab" file stored in AFS to do "kinit" before doing "aklog". It appears to be a Catch-22. Any…
Dick Guertin
  • 747
  • 8
  • 9
0
votes
1 answer

How can I get PAG number in AFS programically?

In AFS (Andrew File System), separate processes can be put into different PAGs, my question is: How can I get the PAG number of certain process programically? Thanks.
wangshuaijie
  • 1,821
  • 3
  • 21
  • 37
-1
votes
1 answer

SQL Table commands to show certain data?

I have IT homework that is due at midnight tonight. For our assignment, we had to create a table in an SQL database off my school AFS database. I am using MobaXTerm to do this homework assignment. I created a table name "student". I created the…
potanta
  • 43
  • 2
  • 8
-3
votes
1 answer

aklog: Cannot allocate memory while converting principal to Kerberos V4 format

I'm getting this error when executing aklog on my Mac OS. I think this happened after I moved to Mavericks.
1
2