[Csync2] csync -k

Discussion Lists discussions at lagraphico.com
Fri Dec 9 21:47:22 CET 2005


Interesting . . . Running:

more /dev/random

Hangs.  On an different machine it produces all kinds of funky (random
assumably) output, which is what I would guess it is supposed to do . .
.

> -----Original Message-----
> From: csync2-bounces at lists.linbit.com 
> [mailto:csync2-bounces at lists.linbit.com] On Behalf Of malveo
> Sent: Friday, December 09, 2005 11:37 AM
> To: Csync2 Mailing List
> Subject: Re: [Csync2] csync -k
> 
> 
> 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 
> _______________________________________________
> Csync2 mailing list
> Csync2 at lists.linbit.com 
> http://lists.linbit.com/mailman/listinfo/csync2
> 


More information about the Csync2 mailing list