This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, iwings, vstinner
Date 2016-09-05.14:25:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473085553.17.0.968042801816.issue27955@psf.upfronthosting.co.za>
In-reply-to
Content
Did you open a bug with your vendor, too? QNAP is clearly violating Kernel APIs. getrandom() is not suppose to fail with EPERM. Valid errnos are EINVAL, EFAULT, EAGAIN and EINTR. http://man7.org/linux/man-pages/man2/getrandom.2.html
History
Date User Action Args
2016-09-05 14:25:53christian.heimessetrecipients: + christian.heimes, vstinner, iwings
2016-09-05 14:25:53christian.heimessetmessageid: <1473085553.17.0.968042801816.issue27955@psf.upfronthosting.co.za>
2016-09-05 14:25:53christian.heimeslinkissue27955 messages
2016-09-05 14:25:52christian.heimescreate