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.
-- 
_______________________________________________
sssd-users mailing list -- sssd-users@lists.fedorahosted.org
To unsubscribe send an email to sssd-users-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/sssd-users@lists.fedorahosted.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to