leighmcculloch / docker-unison

A docker data container using Unison for fast folder sync. An alternative to slow boot2docker volumes on OS X.
GNU General Public License v3.0
167 stars 26 forks source link

unison hostname issue #8

Closed teu closed 7 years ago

teu commented 8 years ago

Hi,

getting:

local$ Warning: No archive files were found for these roots, whose canonical names are:
    /.../app/test.pd
    //f4b6fa0a348d//unison/app/test.pd
This can happen either
because this is the first time you have synchronized these roots,
or because you have upgraded Unison to a new version with a different
archive format.

Update detection may take a while on this run if the replicas are
large.

Unison will assume that the 'last synchronized state' of both replicas
was completely empty.  This means that any files that are different
will be reported as conflicts, and any files that exist only on one
replica will be judged as new and propagated to the other replica.
If the two replicas are identical, then no changes will be reported.

If you see this message repeatedly, it may be because one of your machines
is getting its address from DHCP, which is causing its host name to change
between synchronizations.  See the documentation for the UNISONLOCALHOSTNAME
environment variable for advice on how to correct this.

Donations to the Unison project are gratefully accepted:
http://www.cis.upenn.edu/~bcpierce/unison

Any ideas on the solution for this in with the docker image? Thanks

leighmcculloch commented 7 years ago

@teu This may be a mismatch between your host version of Unison and the version within the docker image, which is something we can resolve. Could you provide this information?

teu commented 7 years ago

Hi, moved away from unison as it proved to be to problematic. Waiting for native docker to be more stable now. Closing issue.

leighmcculloch commented 7 years ago

@teu I hear you, and can't wait for Docker for Mac to be stable and faster for the same reasons!