Exit codes with top bit set to 1 (IOW higher than 127) usually mean unhandled signal. In your case 141 & 127 = 13 (or 141 - 128 = 13 if you want) indicating the app got SIGPIPE and died on it. This is not 100% reliable since you can deliberately exit your app with >127 code but most apps do not do that. Michal On 9/16/18 11:53 PM, Björn Persson wrote: > I have a Kerberos authentication problem. > > On one computer running Fedora 27, I run kinit to authenticate to the > Fedora servers. After I enter my passphrase, kinit returns exit status > 141. Then I run "fedpkg build", and get these error messages: > > Kerberos authentication fails: (-1765328352, 'Ticket expired') > Could not execute build: Could not login to https://koji.fedoraproject.org/kojihub > > On another computer also running Fedora 27, I run the exact same kinit > command. After I enter my passphrase, kinit returns exit status 0. I can > then run "fedpkg build" successfully. > > There is no error message from kinit, no indication that anything is > wrong other than the exit code 141. I can't find any documentation of > exit codes from kinit. Thus I have no hint at what the problem might be. > Does anyone know what this code means? > > Björn Persson > > > _______________________________________________ > devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx >
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx