Re: [OpenAFS] openafs versus systemd

2023-06-06 Thread Ken Hornstein
>I'm aware this issue has been discussed before on the mailing list and >also on the systemd bug tracker > but I'm still really >unclear on what the community feels is the best solution to this >problem. >From my limited imperfect understanding, it s

Re: [OpenAFS] openafs versus systemd

2023-06-06 Thread Giovanni Bracco
Is it possible (and it may be more general) to use kswitch ? Something like: #!/usr/bin/bash if [ $(id -u %i) -ge 1 ]; then kswitch -p $(id -u %i) aklog fi exec /path/to/systemd --user Giovanni On 06/06/23 13:38, spacefrogg-open...@spacefrogg.net wrote: I have no idea what exac

[OpenAFS] openafs versus systemd

2023-06-06 Thread spacefrogg-openafs
I have no idea what exactly is messing up what part, but we also have home directories on AFS and use the following solution for several years now. Replace the ExecStart line of the user@.service with the following script: #!/usr/bin/bash if [ $(id -u %i) -ge 1 ]; then     export KRB5CCNAME=

[OpenAFS] openafs versus systemd

2023-06-06 Thread Stephen Quinney
We're having trouble with the dbus-user-session package messing up afs for logins on Ubuntu 22.04. On 20.04 we solved the issue by just removing the package but this is now very difficult due to other dependencies. I'm aware this issue has been discussed before on the mailing list and also on the