On 11.06.2017 19:43, Asbel Kiprop wrote: > Hello > After todays update my Dokuwiki just throw 500 error "There is no suitable > CSPRNG installed on your system". Googled a bit and found out it because i > have no /dev/urandom in my basedir, > And this kinda obvious cuz i have httpd chrooted by default > > Doku version dokuwiki-2017.02.19b installed from the OpenBSD pacjages, So > only way is to disable chroot? >
Have u tried creating urandom in the httpd chroot? In case your chroot is /var/www: mkdir /var/www/dev && cd /var/www/dev && /dev/MAKEDEV random I just have no idea whether this might have any security implications. Probably not, but maybe someone else can enlighten us on this. -- Unix _IS_ user friendly - it's just selective about who its friends are!