[Csync2] csync -k

malveo malveo-lists at email.it
Fri Dec 9 20:37:13 CET 2005


On Fri 09-Dec-2005 at 09:49:55AM -0800, Discussion Lists wrote:
> Wanted to find out what I am doing wrong.  When I type "csync -k
> keyfile" it just hangs forever.  Any ideas on how to resolve this?

        yes, `csync -k` randomly hangs after /dev/random open
        syscall; or result very slow in /dev/random i/o :

        open("/tmp/key", O_WRONLY|O_CREAT|O_EXCL, 0600) = 3
        open("/dev/random", O_RDONLY)           = 4
        read(4,
        ....
        ....

        very strange..., in another cluser node work well :

        open("test", O_WRONLY|O_CREAT|O_EXCL, 0600) = 3
        open("/dev/random", O_RDONLY)           = 4
        ....
        ....
        close(4)                                = 0
        close(3)                                = 0
        exit_group(0)                           = ?


                        TIA, malveo


More information about the Csync2 mailing list