Please read this before reporting a bug:
http://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
http://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines
Do NOT report bugs when a package is just outdated, or it is in Unsupported. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#10275 - Apache Portable Runtime (APR) uses /dev/random
Attached to Project:
Arch Linux
Opened by Alexander Veit (alexanderv) - Thursday, 24 April 2008, 16:10 GMT-4
Last edited by Grigorios Bouzakis (dolby) - Tuesday, 17 June 2008, 15:25 GMT-4
Opened by Alexander Veit (alexanderv) - Thursday, 24 April 2008, 16:10 GMT-4
Last edited by Grigorios Bouzakis (dolby) - Tuesday, 17 June 2008, 15:25 GMT-4
|
DetailsDescription:
libapr seems to be built to use /dev/random instead of /dev/urandom as entropy source. Even though using /dev/random is theoretically more secure than using /dev/urandom, to do so is generally not a good idea since /dev/random blocks if no random bits are available. This leads to severe performance degradation on servers that have no hardware random device. Additional info: * package version(s) * config and/or log files etc. apr-1.2.12-1 Steps to reproduce: Access somewhat larger subversion repositories that are hosted on archlinux boxes. Ref.: http://subversion.tigris.org/issues/show_bug.cgi?id=2590 http://subversion.tigris.org/faq.html#slow-private-svnserve |
This task depends upon
Closed by Grigorios Bouzakis (dolby)
Tuesday, 17 June 2008, 15:25 GMT-4
Reason for closing: Upstream
Additional comments about closing: Fixed upstream
Tuesday, 17 June 2008, 15:25 GMT-4
Reason for closing: Upstream
Additional comments about closing: Fixed upstream
Comment by Pierre Schmitz (Pierre) -
Friday, 25 April 2008, 08:08 GMT-4
I think this could be done. ATM apr does not compile with our toolchain and I have no time to look into it till mid of may.
Comment by Alexander Veit (alexanderv) -
Saturday, 26 April 2008, 11:32 GMT-4
FYI: I've also filed a bug report on APR's bug database (https://issues.apache.org/bugzilla/show_bug.cgi?id=44881).
Comment by Grigorios Bouzakis (dolby) -
Saturday, 17 May 2008, 10:25 GMT-4
Thanks to your report, its fixed upstream :)