Re: [OpenAFS] Linux: systemctl --user vs. AFS

2018-03-08 Thread Jonathan Billings
There's a google doc in the Debian bug that I wrote ( https://docs.google.com/document/d/1P27fP1uj-C8QdxDKMKtI-Qh00c5_9zJa4YHjnpB6ODM/pub), which was to create an /etc/systemd/user/aklog.service that is automatically started as part of the login, what it does is runs an aklog so that the processes

Re: [OpenAFS] Linux: systemctl --user vs. AFS

2018-03-08 Thread Jeffrey Altman
> 2. let AFS use the per-user keyring instead of the per-session one > (suggested in the systemd bug discussion) > > Does the second one sound reasonable? Switching to the user keyring is unreasonable. The impact of such a change is that all user sessions on a system share the same tokens

[OpenAFS] Linux: systemctl --user vs. AFS

2018-03-08 Thread Dirk Heinrichs
Hi, as some Linux users might already have noticed, there's an incompatibility issue between systemctl --user and users having their $HOME below /afs. Background: systemctl --user is the per-user equivalent of systemctl, which means starting services on behalf of the current user. For this to