IT Linux : Csync2 : "Received record packet of unknown type 73"
this error apper when you run command "csync2 -xv"
Received record packet of unknown type 73
While syncing file /var/www/html/index.php
error details:
direcotry structrue mismatch between the servers.
Slove:
- make in server 2 the missing directories
- mkdir -p /var/www/html
- run the command "csync2 -xv" again.
enjoy!