Changes between Version 3 and Version 4 of Ticket #646, comment 18
- Timestamp:
- 01/07/16 07:25:28 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #646, comment 18
v3 v4 7 7 If OpenVPN can access and make use of the chrooted environment, I guess it shouldn't be too difficult also to create /dev/urandom, if not there already. I've created the missing device (in linux) simply launching "mknod urandom c 1 9" in the chrooted dev directory (that I had to create manually as well). 8 8 9 This at least prevents OpenVPN myserver to fail to start (I don't know the usefulness of such a device for OpenSSL / the quality of the randomness provided with it though).9 This at least prevents my OpenVPN server to fail to start (I don't know the usefulness of such a device for OpenSSL / the quality of the randomness provided with it though).