[Csync2] Re: Csync2 Help !

Clifford Wolf clifford at clifford.at
Fri Nov 11 12:21:26 CET 2005


Hi,

On Thu, Nov 10, 2005 at 08:53:53PM +0530, Nitin Kataria wrote:
> Thanks a lot for suggestipon first. Here is my config file . These two
> machines are running over different network with VPN connectivity. {
> Machines are very much reachable }
>
> [...]
> host 192.168.198.128 192.168.197.121 ;
>
> [...]
> [root at av root]# csync2 -c -r -v -v  /
> My hostname is av.com.
> Database-File: /var/lib/csync2/av.com.db

csync2 is using the local host name to figure out which config file
sections should be used. In this case the local host name is "av.com" so
this string must be used in the "host" config setting.

yours,
 - clifford

-- 
bash -c "gcc -o mysdldemo -Wall -O2 -lSDL -lm -pthread -x c <( echo -e '
#include <SDL/SDL.h>\n#include <complex.h>\nint main(){SDL_Surface*s;SDL_Event
e;int x,y,n;SDL_Init(SDL_INIT_VIDEO);s=SDL_SetVideoMode(640,480,32,0);for(x=0;
x<640;x++)for(y=0;y<480;y++){float _Complex z=0, c=((x-400)/200.0) + ((y-240)/
200.0)*1.0fi;for(n=1;n<64;n++){z=z*z+c;if(cabsf(z)>2){((Uint32*)s->pixels)[x+y
*640]=n<<3;n=99;}}}SDL_UpdateRect(s,0,0,s->w,s->h);do SDL_WaitEvent(&e); while
(e.type!=SDL_QUIT&&e.type!=SDL_KEYDOWN);SDL_Quit();return 0;}' ); ./mysdldemo"
 
Never Underestimate the Power of Stupid People in Large Groups.
 


More information about the Csync2 mailing list