Hello world, I have 4 machines A, B, C, and D. Physically, A is in u-tokyo.ac.jp, B in upenn.edu, C also in upenn.edu and D in my home (comcast.net) in ...
... The first thing you want to avoid is creating cycles in your synchronization order. If there is a cycle (such as A <-> B, A <-> C, and B <-> C), then some...
OK, so I'm getting the dreaded "Fatal error: Lost connection with the server" error: $ unison pair Contacting server... Looking for changes Waiting for changes...
... I finished my resolver product on Wednesday. Using a web browser, I can look at the list of conflicting files/directories and by clicking on a link can...
Hello, I've noticed that in beta 2.12.0 I need to physically move my mouse off of a button (i.e. "merge", or "right to left") after clicking it before I can...
I tried keeping several machines in sync w/ unison a while back. I didn't use a transitive method ( A-B, B-C, C-A) but a master that syncd with the others (...
I'm getting the same "Fatal error: Lost connection with the server" error.. unison version 2.10.2 1 servers is running mandrake 10.0 and the other rhes3 I...
Hi folks, I've been using Unison 2.9.1 successfully over SSH b/w a Win2K and a Linux machine. Just upgraded to WinXP (SP2) and now Unison hangs after I enter...
Hello I am synchronizing a Windows XP laptop against a Solaris backend and experience a freeze problem. I am using the precompiled Solaris version 2.10.2 and...
Bernhard Mogens Ege
bme@...
Apr 7, 2005 10:13 am
3650
I had the same problem going between XP with SP1 and XP with SP2 and communicating with Linux/Unix. In my case, an upgrade of cygwin SSH did the trick. Even...
Ben Setzer
bsetzer@...
Apr 7, 2005 1:10 pm
3651
... [...] ... The connection between the client and the server can remain idle for a long time when checking for updates. So, if there is a masquerading ...
Recently, my work switch to a vpn for remote access so I can't use unison through ssh directly anymore to synchronize from home. In windows XP at home, I setup...
Hi everyone! I searched the list for problems with character encoding of filenames. I found some mails about the problem I have, but found no real solution. To...
Jochen Reinwand
jbr.1@...
Apr 10, 2005 6:41 pm
3655
I am getting the error message: Internal error: New archives are not identical. when synchronizing between two linux systems. The systems are: 1. IBM Thinkpad...
... That's not quite right! Filenames (should) correspond to current locale configuration. Every application has to read and write filenames using the systems...
Jochen Reinwand
jbr.1@...
Apr 11, 2005 1:43 pm
3658
AFAIK, there are no current efforts underway, but the people who have looked most seriously at fixing Unison's handling of non-ascii filenames were Alan ...
Consider this setup: - Multiple remote locations (A1, A2, ...) each have a directory of binary output files and CSV reports. - Central location (B) has a...
Hi -- I have the same '1 hour off' problem (and sometimes this becomes an exactly 2 hour off or 3 hour off problem) mentioned by Martin. When I try to get rid...
Is it possible to ignore files based upon their create date/time? I would like to only sync files that have been created and/or updated within the past 60...
... Jérome and I looked at how unicode file names were handled in Mac OS X. The most difficult part seems to be dealing with the constraints imposed by OS X...
... Ups, completely forgot that the strings have to be compared... But do we really need special algorithms to compare strings? iconv seems to be ISO C...
Jochen Reinwand
jbr.1@...
Apr 12, 2005 10:44 am
3665
Hi, I start using unison. I want ignore some files alike a.dat b.dat and some binary file. I tried -ignore option, but can't make it right. could someone give...
Yuandan Zhang
yzhang4@...
Apr 13, 2005 7:23 am
3666
... Well, we have to make sure that two identical filenames under OS X are found to be identical by unison, and to do so we want to use the algorithm specified...
... Well I have upgraded my Unison and now also suffer from this. I think the problem is that Unison developers have improved my old patch (though I don't know...
It turns out that my problem was related to files which were being generated on the desination path after a file sync. Output files were processed and TXT was...