On Sun, 11 Jun 2017 21:24:23 +0300, Asbel Kiprop <seran...@gmail.com> wrote:
> Created /dev/urandom in chroot. btw > root :: /var/www : ls -la /var/www/dev/ > > > > total 16 > drwxr-xr-x 2 root wheel 512 Jun 11 21:01 ./ > drwxr-xr-x 16 root daemon 512 Jun 11 21:01 ../ > crw-r--r-- 1 root wheel 45, 3 Jun 11 21:01 arandom > crw-r--r-- 1 root wheel 45, 0 Jun 11 21:01 random > crw-r--r-- 1 root wheel 45, 1 Jun 11 21:01 srandom > crw-r--r-- 1 root wheel 45, 2 Jun 11 21:01 urandom > > but > root :: /var/www : cat /var/www/dev/urandom > > > > cat: /var/www/dev/urandom: Device not configured Your partition is probably mounted with the nodev flag.