[Rpm-maint] [rpm-software-management/rpm] rpm sign fwrite failed for large file through expect (#443)
ChrisJergens
notifications at github.com
Wed May 16 18:39:08 UTC 2018
Of course just after I pull my hair out, I found the issue.
Expect has default timeout of 10 seconds for a command, and this is the first time any package signing has taken that long. Signing this big file takes ~16 seconds.
So I've added 'set timeout 30' to my expect script, and signing completes without error. Eureka.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/443#issuecomment-389623079
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20180516/123e2d5a/attachment.html>
More information about the Rpm-maint
mailing list