[Csync2] csync -k

Discussion Lists discussions at lagraphico.com
Fri Dec 9 22:33:57 CET 2005


Oie, well I sorta forced a reboot upon myself which fixed the issue.

# Never EVER do the command "cat /dev/urandom"

Thanks!

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


More information about the Csync2 mailing list