Hi, On Jul 14, 8:52 am, Przemek Gawronski <[EMAIL PROTECTED]> wrote: > Hi, a hosting company has installed django for me on their system > (FreeBSD 6.2-RELEASE-p5). When I try to run (ssh under jailshell):
> bytes += read(_urandomfd, n - len(bytes)) > OSError: [Errno 6] Device not configured I am not expert neither in Jail or FreeBSD, but it seems obvious that they did not configured "random" device into jail. So I think you shoul ask them to include support for random into jail. May be even simple thing like: mknod dev/random c 1 8 under 'root' of this jail will help you, but I am not sure and probably you can try and if not works, ask FreeBSD expert. Alex --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

