I am trying to start the krenew user service from the kstart package but it's failing due to krenew failing. Using strace to see what is going on with it I ends as such:
openat(AT_FDCWD, "/var/lib/sss/pubconf/kdcinfo.EXAMPLE.COM", O_RDONLY) = 3
read(3, "[redacted]\n[fd31:aeb1:48"..., 4096) = 77
read(3, "", 4019) = 0
close(3) = 0
openat(AT_FDCWD, "/var/lib/sss/pubconf/kpasswdinfo.EXAMPLE.COM", O_RDONLY) = -1 ENOENT (No such file or directory)
write(2, "krenew: ", 8krenew: ) = 8
write(2, "error renewing credentials: KDC "..., 62error renewing credentials: KDC can't fulfill requested option) = 62
write(2, "\n", 1
) = 1
exit_group(1) = ?
+++ exited with 1 +++
It seems to very clearly want that /var/lib/sss/pubconf/kpasswdinfo.EXAMPLE.COM file to exist, but it does not.
Thoughts?
Cheers,
b.