Re: /dev/random problem on 2.6.12-rc1

From: Yura Pakhuchiy (pakhuchiy_at_iptel.by)
Date: 04/07/05

  • Next message: Jean Delvare: "Re: [PATCH] i2c: new driver for ds1337 RTC"
    To: Patrice Martinez <patrice.martinez@ext.bull.net>
    Date:	Thu, 07 Apr 2005 16:08:44 +0300
    
    

    On Thu, 2005-04-07 at 14:40 +0200, Patrice Martinez wrote:
    > When using a machine with a 2612-rc 1kernel, I encounter problems
    > reading /dev/random:
    > it simply nevers returns anything, and the process is blocked in the
    > read...
    > The easiest way to see it is to type:
    > od < /dev/random
    >
    > Any idea?

    Because, /dev/random use user input, mouse movements and other things to
    generate next random number. Use /dev/urandom if you want version that
    will never block your machine.

    Read "man 4 random" for details.

    Best regards,
            Yura

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Jean Delvare: "Re: [PATCH] i2c: new driver for ds1337 RTC"

    Relevant Pages

    • Re: /dev/random problem on 2.6.12-rc1
      ... On Thu, 2005-04-07 at 14:40 +0200, Patrice Martinez wrote: ... > it simply nevers returns anything, and the process is blocked in the ... Best regards, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: /dev/random problem on 2.6.12-rc1
      ... On Thu, 7 Apr 2005, Yura Pakhuchiy wrote: ... >> it simply nevers returns anything, and the process is blocked in the ... Running `find /usr | wc' on a ssh session generates both network and disk ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • /dev/random problem on 2.6.12-rc1
      ... When using a machine with a 2612-rc 1kernel, I encounter problems ... reading /dev/random: ... it simply nevers returns anything, and the process is blocked in the ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)