[Csync2] (Repost) Connect to host which is not configured any more
Clifford Wolf
clifford at clifford.at
Fri Aug 10 11:06:39 CEST 2007
On Fri, Aug 10, 2007 at 09:23:51AM +0200, Andreas J. Koenig wrote:
> The bug I want to report now is that this host remains to haunt me.
> It's in the database and I do not get rid of it with normal means. Or
> am I missing something?
>
> [..]
>
> Any solutions available?
run 'csync2 -R'
--
ocaml graphics.cma <( echo 'open Graphics;;open_graph " 640x480"let
complex_mul(a,b)(c,d)=(a*.c-.b*.d,a*.d+.b*.c)let complex_add(a,b)(c
,d)=(a+.c,b+.d);;let rec mandel c n=if n>0 then let z=mandel c(n-1)
in complex_add(complex_mul z z)c else (0.0,0.0);; for x=0 to 640 do
for y=0 to 480 do let c=((float_of_int(x-450))/.200.0,(float_of_int
(y-240))/.200.0) in let cabs2(a,b)=(a*.a)+.(b*.b)in if cabs2(mandel
c 50)<4.0 then plot x y done done;;read_line()' )
More information about the Csync2
mailing list