On 10/05/2013 12:59 PM, steve wrote: > When trying to get Kerberos tickets, we get an error that the directory > does not exist e.g. > as root: > kinit Administrator > kinit: Credential cache directory /run/user/0/krb5cc does not exist > while getting default ccache > > If I now create the directory: > /run/user/0 > it works fine. > > I'm not sure whether this is a kinit problem or a systemd problem as > the /run/usr/$UID directory is only produced when $UID logs in.
maybe you need to use systemd's tmpfiles mechanism to pre-create /run/user/0 before the kinit service gets run? http://www.freedesktop.org/software/systemd/man/systemd-tmpfiles.html --dkg
signature.asc
Description: OpenPGP digital signature
________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
