Search the web
Sign In
New User? Sign Up
unison-users · Users group discussion forum for Unison file synchronizer
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3639 - 3668 of 8604   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3639
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 ...
Eijiro Sumii
esumii
Offline Send Email
Apr 1, 2005
7:17 pm
3640
... 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...
Alan Schmitt
schmittafr
Offline Send Email
Apr 2, 2005
6:38 am
3641
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...
Ashley Yakeley
ashley_yakeley
Offline Send Email
Apr 4, 2005
10:02 am
3642
... 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...
P. Scott DeVos
pscott_devos
Offline Send Email
Apr 4, 2005
3:56 pm
3643
From: "Alan Schmitt" <alan.schmitt@...> ... Yes, this is exactly what I first did without thinking at all, which was obviously a mistake! ... I...
Eijiro Sumii
esumii
Offline Send Email
Apr 5, 2005
2:43 am
3644
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...
Jesse Guardiani
Trevarthan
Offline Send Email
Apr 5, 2005
5:45 pm
3645
Sounds to me like a GTK bug. B...
Benjamin Pierce
benjamincpierce
Offline Send Email
Apr 5, 2005
5:58 pm
3646
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 (...
Mike Hiraga
h337h00k
Offline Send Email
Apr 6, 2005
6:22 am
3647
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...
profanest
Offline Send Email
Apr 6, 2005
6:01 pm
3648
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...
pnealen
Offline Send Email
Apr 7, 2005
6:25 am
3649
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@...
Send Email
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@...
Send Email
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 ...
Jerome Vouillon
jv314159
Offline Send Email
Apr 7, 2005
1:24 pm
3652
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...
ironphil7
Offline Send Email
Apr 8, 2005
3:08 am
3653
... SSH did ... Thanks, Ben - that worked for me as well! Cheers, Paul...
pnealen
Offline Send Email
Apr 8, 2005
3:08 am
3654
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@...
Send Email
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...
Uminder
usingh205
Offline Send Email
Apr 11, 2005
7:19 am
3656
In article <20050407132342.GA512@...>, ... ssh sends TCP "keepalive" messages, which keep my firewall connection open. I can ssh to the...
Ashley Yakeley
ashley_yakeley
Offline Send Email
Apr 11, 2005
10:14 am
3657
... 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@...
Send Email
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 ...
Benjamin Pierce
benjamincpierce
Offline Send Email
Apr 11, 2005
5:14 pm
3659
Consider this setup: - Multiple remote locations (A1, A2, ...) each have a directory of binary output files and CSV reports. - Central location (B) has a...
seemyfreestuff
Offline Send Email
Apr 11, 2005
6:46 pm
3660
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...
dsrosenb
Offline Send Email
Apr 11, 2005
6:47 pm
3661
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...
seemyfreestuff
Offline Send Email
Apr 11, 2005
8:36 pm
3662
... This surprises me -- paths that are ignored should be completely skipped, not deleted. Have you actually observed this behavior? - Benjamin...
Benjamin Pierce
benjamincpierce
Offline Send Email
Apr 11, 2005
8:57 pm
3663
... 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...
Alan Schmitt
schmittafr
Offline Send Email
Apr 12, 2005
9:11 am
3664
... 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@...
Send Email
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@...
Send Email
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...
Alan Schmitt
schmittafr
Offline Send Email
Apr 13, 2005
7:38 am
3667
... 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...
Dmitry Bely
dmbely
Offline Send Email
Apr 13, 2005
5:55 pm
3668
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...
seemyfreestuff
Offline Send Email
Apr 14, 2005
12:24 am
Messages 3639 - 3668 of 8604   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help