-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with mixers on FreeBSD 10 #40
Comments
Why are you using low strength? Why not use medium? |
Im try using owncloud, its default. |
Can you try using the library directly? Without owncloud and see if you can reproduce it? |
I can, but it's difficult to do that, I'm not a programmer |
Problem solved. Clean install FreeBSD 10.2 :) |
I have FreeBSD 10 + nginx + php56-fpm
install owncloud from ports, reinstall from pkg
In both cases, the installation went normally
But the logs Nginx
2015/09/23 09:06:17 [error] 64306#0: *62634 FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught exception 'RuntimeException' with message 'Could not find mixer' in /usr/local/www/nginx-dist/oc/3rdparty/ircmaxell/random-lib/lib/RandomLib/Factory.php:187
Stack trace:
#0 /usr/local/www/nginx-dist/oc/3rdparty/ircmaxell/random-lib/lib/RandomLib/Factory.php(68): RandomLib\Factory->findMixer(Object(SecurityLib\Strength))
#1 /usr/local/www/nginx-dist/oc/3rdparty/ircmaxell/random-lib/lib/RandomLib/Factory.php(95): RandomLib\Factory->getGenerator(Object(SecurityLib\Strength))
#2 /usr/local/www/nginx-dist/oc/lib/private/security/securerandom.php(59): RandomLib\Factory->getLowStrengthGenerator()
#3 /usr/local/www/nginx-dist/oc/lib/private/appframework/http/request.php(439): OC\Security\SecureRandom->getLowStrengthGenerator()
#4 /usr/local/www/nginx-dist/oc/lib/private/log/owncloud.php(77): OC\AppFramework\Http\Request->getId()
#5 [internal function]: OC_Log_Owncloud::write('PHP', 'RuntimeExceptio...', 3)
#6 /usr/local/www/nginx-dist/oc/lib/private/log.php(241): call_user_...
The text was updated successfully, but these errors were encountered: