public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Can't get unison to syncroze permission bits
@ 2009-02-10 23:05 Morten Kjærulff
  2009-02-12 19:39 ` Andrew Schulman
  0 siblings, 1 reply; 8+ messages in thread
From: Morten Kjærulff @ 2009-02-10 23:05 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 23020 bytes --]


Hi,
 
I can't get unison to syncronize the permission bits between my C: drive and my USB drive. Both are NTFS. I use "perms -1".
 
What am I missing?
 
This text and cygcheck.out attached.
 
Cheers,
Morten

Last part of my test script (a modified version of my original):
**********************************************************************************
set -x
mkdir /$usb || exit 1
mount "`cygpath -w $usb_root`" /$usb || exit 1
unison \
  -auto \
  -fastcheck true \
  -perms -1 \
  -times \
  -backuplocation local \
  -backup 'Name *' \
  -root $host_root \
  -root /$usb \
  -path unisontest \
  -mountpoint unisontest \
  -ignore 'Name .unison' \
  -ignore 'Name unison.log' \
  -ignore 'Name .bash_history' \
|| exit 1
ls -ld $host_root/unisontest
ls -l  $host_root/unisontest
ls -ld      /$usb/unisontest
ls -l       /$usb/unisontest
ls -ld  $usb_root/unisontest
ls -l   $usb_root/unisontest
umount /$usb || exit 1
rmdir /$usb || exit 1
**********************************************************************************

Output (files copied with cp retain the bits):
**********************************************************************************
Compaq_Ejer@Gitmoe ~
$ echo a>/cygdrive/c/morten-GITMOE/unisontest/a
Compaq_Ejer@Gitmoe ~
$ chmod a+x /cygdrive/c/morten-GITMOE/unisontest/a
Compaq_Ejer@Gitmoe ~
$ echo b>/cygdrive/j/morten-USB2/unisontest/b
Compaq_Ejer@Gitmoe ~
$ chmod a+x /cygdrive/j/morten-USB2/unisontest/b
Compaq_Ejer@Gitmoe ~
$ cp -p /cygdrive/c/morten-GITMOE/unisontest/a /cygdrive/j/morten-USB2/unisonte
st/a-cp
Compaq_Ejer@Gitmoe ~
$ cp -p /cygdrive/j/morten-USB2/unisontest/b /cygdrive/c/morten-GITMOE/unisonte
st/b-cp
Compaq_Ejer@Gitmoe ~
$ msync1test.sh
+ mkdir /USB2
++ cygpath -w /cygdrive/j/morten-USB2
+ mount 'j:\morten-USB2' /USB2
+ unison -auto -fastcheck true -perms -1 -times -backuplocation local -backup 'N
ame *' -root /cygdrive/c/morten-GITMOE -root /USB2 -path unisontest -mountpoint
unisontest -ignore 'Name .unison' -ignore 'Name unison.log' -ignore 'Name .bash_
history'
Contacting server...
Connected [//Gitmoe//USB2 -> //Gitmoe//cygdrive/c/morten-GITMOE]
Looking for changes
Reconciling changes
morten-GI...   USB2
new file ---->            unisontest/a
         <---- new file   unisontest/a-cp
         <---- new file   unisontest/b
new file ---->            unisontest/b-cp
Proceed with propagating updates? [] y
Propagating updates

UNISON 2.27.57 started propagating changes at 22:59:04 on 10 Feb 2009
[BGN] Copying unisontest/a from /cygdrive/c/morten-GITMOE to /USB2
[END] Copying unisontest/a
[BGN] Copying unisontest/a-cp from /USB2 to /cygdrive/c/morten-GITMOE
[END] Copying unisontest/a-cp
[BGN] Copying unisontest/b from /USB2 to /cygdrive/c/morten-GITMOE
[END] Copying unisontest/b
[BGN] Copying unisontest/b-cp from /cygdrive/c/morten-GITMOE to /USB2
[END] Copying unisontest/b-cp
UNISON 2.27.57 finished propagating changes at 22:59:04 on 10 Feb 2009

Saving synchronizer state
Synchronization complete  (4 items transferred, 0 skipped, 0 failures)
+ ls -ld /cygdrive/c/morten-GITMOE/unisontest
drwxr-xr-x+ 2 Compaq_Ejer Ingen 0 Feb 10 22:59 /cygdrive/c/morten-GITMOE/unisont
est
+ ls -l /cygdrive/c/morten-GITMOE/unisontest
total 4
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a-cp
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b-cp
+ ls -ld /USB2/unisontest
drwxr-xr-x+ 2 Compaq_Ejer Ingen 0 Feb 10 22:59 /USB2/unisontest
+ ls -l /USB2/unisontest
total 4
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a-cp
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b-cp
+ ls -ld /cygdrive/j/morten-USB2/unisontest
drwxr-xr-x+ 2 Compaq_Ejer Ingen 0 Feb 10 22:59 /cygdrive/j/morten-USB2/unisontes
t
+ ls -l /cygdrive/j/morten-USB2/unisontest
total 4
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a-cp
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b-cp
+ umount /USB2
+ rmdir /USB2
Compaq_Ejer@Gitmoe ~
$
**********************************************************************************

Then I added "-debug verbose \" option:
**********************************************************************************
Compaq_Ejer@Gitmoe ~
$ echo a>/cygdrive/c/morten-GITMOE/unisontest/a2
Compaq_Ejer@Gitmoe ~
$ chmod a+x /cygdrive/c/morten-GITMOE/unisontest/a2
Compaq_Ejer@Gitmoe ~
$ msync1test.sh
+ mkdir /USB2
++ cygpath -w /cygdrive/j/morten-USB2
+ mount 'j:\morten-USB2' /USB2
+ unison -debug verbose -auto -fastcheck true -perms -1 -times -backuplocation l
ocal -backup 'Name *' -root /cygdrive/c/morten-GITMOE -root /USB2 -path unisonte
st -mountpoint unisontest -ignore 'Name .unison' -ignore 'Name unison.log' -igno
re 'Name .bash_history'
[startup] Preferences:
ui = graphic
host =
server = false
prefsdocs = false
doc =
version = false
silent = false
dumbtty = true
testserver = false
showprev = false
selftest = false
confirmmerge = false
retry = 0
repeat =
contactquietly = false
key =
label =
expert = false
reusewindows = false
height = 20
auto = true
maxthreads = 20
prefer =
force =
sortnewfirst = false
sortbysize = false
keeptempfilesaftermerge = false
diff = diff -u CURRENT2 CURRENT1
fastcheck = true
mountpoint = unisontest
ignorelocks = false
dumparchives = false
showarchive = false
rootsName =
backupdir =
maxbackups = 2
backups = false
backupsuffix =
backupprefix = .bak.$VERSION.
backup = Name *
backuplocation = local
rsync = true
allHostsAreRunningWindows = false
someHostIsRunningWindows = false
ignore = Name .bash_history
ignore = Name unison.log
ignore = Name .unison
confirmbigdeletes = true
batch = false
path = unisontest
root = /USB2
root = /cygdrive/c/morten-GITMOE
killserver = false
addversionno = false
servercmd =
sshargs =
rshargs =
rshcmd = rsh
sshcmd = ssh
xferbycopying = true
sshversion =
pretendwin = false
times = true
group = false
owner = false
numericids = false
perms = -1
rsrc-aux = false
rsrc = default
someHostIsInsensitive = false
ignorecase = default
timers = false
terse = false
logfile = /home/Compaq_Ejer/unison.log
log = true
debugtimes = false
debug = verbose
addprefsto =
Contacting server...
[globals] Checking path 'unisontest' for expansions
Connected [//Gitmoe//USB2 -> //Gitmoe//cygdrive/c/morten-GITMOE]
[startup] Roots:
        /USB2
        /cygdrive/c/morten-GITMOE
  i.e.
        /USB2
        /cygdrive/c/morten-GITMOE
  i.e. (in canonical order)
       /USB2
       /cygdrive/c/morten-GITMOE
[props] Setting permission mask to 200 (17777777777 and 200)
[stasher] initBackupsLocal
[stasher] d = /
[stasher] New pattern being added to ignore preferences: Regex (.*/)?\.bak\.[0-9
]+\..*
[stasher] Prefix and suffix regexps for backup filenames have been updated
[stasher] initBackupsLocal
[stasher] d = /
[stasher] New pattern being added to ignore preferences: Regex (.*/)?\.bak\.[0-9
]+\..*
[stasher] Prefix and suffix regexps for backup filenames have been updated
Looking for changes
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[fileinfo+] /home/Compaq_Ejer/.unison/ar251322: false 1234303144.000000 12343031
44.000000
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update] Loading archive from /home/Compaq_Ejer/.unison/ar251322
Growing heap to 3516k bytes
Growing page table to 521839 entries
<>![fileinfo+] /home/Compaq_Ejer/.unison/ar251322: false 1234303144.000000 12343
03144.000000
[update] Setting archive for //Gitmoe//USB2
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f
[fileinfo+] /home/Compaq_Ejer/.unison/ar151743: false 1234303144.000000 12343031
44.000000
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f
[update] Loading archive from /home/Compaq_Ejer/.unison/ar151743
Growing heap to 6792k bytes
<>$[fileinfo+] /home/Compaq_Ejer/.unison/ar151743: false 1234303144.000000 12343
03144.000000
[update] Setting archive for //Gitmoe//cygdrive/c/morten-GITMOE
[update] findOnRoot /USB2
[update] findLocal /USB2
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[pred] ignore 'unisontest' = false
[update] buildUpdate: /USB2/unisontest
[fileinfo+] /USB2/unisontest: true 1234303144.000000 1234303144.000000
[update+]   buildUpdate -> Directory
[pred] immutable 'unisontest' = false
[pred] ignore 'unisontest/a' = false
[update] buildUpdate: /USB2/unisontest/a
[fileinfo+] /USB2/unisontest/a: true 1234303144.000000 1234302858.000000
[update] checkContentsChange: archStamp is ctime (0.000000) / info.ctime (123430
3144.000000) / times: 1234302858.000000 - 1234302858.000000 - true / lengths: 2
- 2
[update+]   Unchanged file
[pred] ignore 'unisontest/a-cp' = false
[update] buildUpdate: /USB2/unisontest/a-cp
[fileinfo+] /USB2/unisontest/a-cp: true 1234303018.000000 1234302858.000000
[update] checkContentsChange: archStamp is ctime (0.000000) / info.ctime (123430
3018.000000) / times: 1234302858.000000 - 1234302858.000000 - true / lengths: 2
- 2
[update+]   Unchanged file
[pred] ignore 'unisontest/b' = false
[update] buildUpdate: /USB2/unisontest/b
[fileinfo+] /USB2/unisontest/b: true 1234302951.000000 1234302931.000000
[update] checkContentsChange: archStamp is ctime (0.000000) / info.ctime (123430
2951.000000) / times: 1234302931.000000 - 1234302931.000000 - true / lengths: 2
- 2
[update+]   Unchanged file
[pred] ignore 'unisontest/b-cp' = false
[update] buildUpdate: /USB2/unisontest/b-cp
[fileinfo+] /USB2/unisontest/b-cp: true 1234303144.000000 1234302931.000000
[update] checkContentsChange: archStamp is ctime (0.000000) / info.ctime (123430
3144.000000) / times: 1234302931.000000 - 1234302931.000000 - true / lengths: 2
- 2
[update+]   Unchanged file
[update] Setting archive for //Gitmoe//USB2
[fileinfo+] /USB2/unisontest: false 1234303144.000000 1234303144.000000
[update] findOnRoot /cygdrive/c/morten-GITMOE
[update] findLocal /cygdrive/c/morten-GITMOE
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f
[pred] ignore 'unisontest' = false
[update] buildUpdate: /cygdrive/c/morten-GITMOE/unisontest
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest: true 1234303646.000000 1234303
646.000000
[update+]   buildUpdate -> Directory
[pred] immutable 'unisontest' = false
<>Starting new major GC cycle
![pred] ignore 'unisontest/a' = false
[update] buildUpdate: /cygdrive/c/morten-GITMOE/unisontest/a
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest/a: true 1234302900.000000 12343
02858.000000
[update] checkContentsChange: archStamp is ctime (0.000000) / info.ctime (123430
2900.000000) / times: 1234302858.000000 - 1234302858.000000 - true / lengths: 2
- 2
[update+]   Unchanged file
[pred] ignore 'unisontest/a-cp' = false
[update] buildUpdate: /cygdrive/c/morten-GITMOE/unisontest/a-cp
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest/a-cp: true 1234303144.000000 12
34302858.000000
[update] checkContentsChange: archStamp is ctime (0.000000) / info.ctime (123430
3144.000000) / times: 1234302858.000000 - 1234302858.000000 - true / lengths: 2
- 2
[update+]   Unchanged file
[pred] ignore 'unisontest/a2' = false
[update] buildUpdate: /cygdrive/c/morten-GITMOE/unisontest/a2
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest/a2: true 1234303841.000000 1234
303837.000000
[update]   buildUpdate -> Updated file
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest/a2: true 1234303841.000000 1234
303837.000000
[pred] ignore 'unisontest/b' = false
  scanning unisontest/b
[update] buildUpdate: /cygdrive/c/morten-GITMOE/unisontest/b
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest/b: true 1234303144.000000 12343
02931.000000
[update] checkContentsChange: archStamp is ctime (0.000000) / info.ctime (123430
3144.000000) / times: 1234302931.000000 - 1234302931.000000 - true / lengths: 2
- 2
[update+]   Unchanged file
[pred] ignore 'unisontest/b-cp' = false
[update] buildUpdate: /cygdrive/c/morten-GITMOE/unisontest/b-cp
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest/b-cp: true 1234303055.000000 12
34302931.000000
[update] checkContentsChange: archStamp is ctime (0.000000) / info.ctime (123430
3055.000000) / times: 1234302931.000000 - 1234302931.000000 - true / lengths: 2
- 2
[update+]   Unchanged file
[update] Setting archive for //Gitmoe//cygdrive/c/morten-GITMOE
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest: false 1234303646.000000 123430
3646.000000
Reconciling changes
[recon] reconcileAll
[recon] reconcile: 1 results
[update] Marking 0 paths equal
[pred] forcepartial 'unisontest/a2' = false
[pred] preferpartial 'unisontest/a2' = false
morten-GI...   USB2
new file ---->            unisontest/a2
Proceed with propagating updates? [] y
Propagating updates

UNISON 2.27.57 started propagating changes at 23:11:03 on 10 Feb 2009
[BGN] Copying unisontest/a2 from /cygdrive/c/morten-GITMOE to /USB2
[files] copy /cygdrive/c/morten-GITMOE unisontest/a2 ---> /USB2 unisontest/a2
[pred] follow 'unisontest/a2' = false
[fspath] Os.findWorkingDir(/USB2,unisontest/a2) = (/USB2/unisontest,a2)
[update] updateArchiveLocal /cygdrive/c/morten-GITMOE unisontest/a2
[pred] ignore 'unisontest/a2' = false
[update] updateArchiveLocal --> unisontest/a2
[update] updateArchiveLocal /USB2 unisontest/a2
[pred] ignore 'unisontest/a2' = false
[update] updateArchiveLocal --> unisontest/a2
[files] copyRec unisontest/a2 --> .unison.a2.151743.unison.tmp  (really to a2)
[abort] Checking line 1
[copy] copyRegFile(/cygdrive/c/morten-GITMOE,unisontest/a2) -> (/USB2,a2,/USB2/u
nisontest,.unison.a2.151743.unison.tmp,modified on 2009-02-10 at 23:10:37  size
2         read-write)
[copy] Copy.localFile /cygdrive/c/morten-GITMOE / unisontest/a2 to /USB2/unisont
est / .unison.a2.151743.unison.tmp
[abort] Checking line 1
[props] Setting permissions for /USB2/unisontest/.unison.a2.151743.unison.tmp to
 read-write (600/200)
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest/a2: true 1234303841.000000 1234
303837.000000
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest/a2: true 1234303841.000000 1234
303837.000000
[update] replaceArchiveLocal /USB2 unisontest/a2
[fileinfo+] /USB2/unisontest/.unison.a2.151743.unison.tmp: false 1234303865.0000
00 1234303837.000000
[files] rename(root=/USB2, pathOld=.unison.a2.151743.unison.tmp, pathNew=a2)
[update] checkNoUpdatesLocal /USB2 unisontest/a2
[update] buildUpdate: /USB2/unisontest/a2
[update]   buildUpdate -> Absent and no archive
[files] Renaming .unison.a2.151743.unison.tmp to a2 in /USB2/unisontest; root is
 /USB2
[files+] calling Fileinfo.get from renameLocal
[fileinfo+] /USB2/unisontest/.unison.a2.151743.unison.tmp: false 1234303865.0000
00 1234303837.000000
[files+] back from Fileinfo.get from renameLocal
[files] rename: moveFirst=false
[stasher] backup: /USB2 / unisontest/a2
[stasher] File unisontest/a2 in /USB2 does not exist, so no need to back up
[os] rename /USB2/unisontest/.unison.a2.151743.unison.tmp to /USB2/unisontest/a2
[files] Contents of /USB2/unisontest/a2 after renaming = 60b725f10c9c85c70d97880
dfe8191b3
[update] Committing 1
[update] replaceArchiveLocal: committing
[pred] backupcurrent 'unisontest/a2' = false
[update+] updatePathInArchive ArchiveDir /USB2 [] [unisontest/a2]
[update+] updatePathInArchive ArchiveDir /USB2 [unisontest] [a2]
[update+] updatePathInArchive NoArchive /USB2 [unisontest/a2] []
[update] Setting archive for //Gitmoe//USB2
[update] Committing 1
[update+] updatePathInArchive ArchiveDir /cygdrive/c/morten-GITMOE [] [unisontes
t/a2]
[update+] updatePathInArchive ArchiveDir /cygdrive/c/morten-GITMOE [unisontest]
[a2]
[update+] updatePathInArchive NoArchive /cygdrive/c/morten-GITMOE [unisontest/a2
] []
[update] Setting archive for //Gitmoe//cygdrive/c/morten-GITMOE
[pred] backupcurrent 'unisontest/a2' = false
[pred] backupcurrent 'unisontest/a2' = false
[END] Copying unisontest/a2
UNISON 2.27.57 finished propagating changes at 23:11:05 on 10 Feb 2009

Saving synchronizer state
[update] Updating archives
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>![update]
 Saving archive in /home/Compaq_Ejer/.unison/sc251322
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f
<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>![update]
 Saving archive in /home/Compaq_Ejer/.unison/sc151743
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update] Copying archive /home/Compaq_Ejer/.unison/tm251322 to /home/Compaq_Ejer
/.unison/ar251322
[fileinfo+] /home/Compaq_Ejer/.unison/ar251322: false 1234303865.000000 12343038
65.000000
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f
[update] Copying archive /home/Compaq_Ejer/.unison/tm151743 to /home/Compaq_Ejer
/.unison/ar151743
[fileinfo+] /home/Compaq_Ejer/.unison/ar151743: false 1234303866.000000 12343038
66.000000
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update] Removing archive /home/Compaq_Ejer/.unison/tm251322
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f
[update] Removing archive /home/Compaq_Ejer/.unison/tm151743
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f
Synchronization complete  (1 item transferred, 0 skipped, 0 failures)
+ ls -ld /cygdrive/c/morten-GITMOE/unisontest
drwxr-xr-x+ 2 Compaq_Ejer Ingen 0 Feb 10 23:07 /cygdrive/c/morten-GITMOE/unisont
est
+ ls -l /cygdrive/c/morten-GITMOE/unisontest
total 5
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a-cp
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 23:10 a2
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b-cp
+ ls -ld /USB2/unisontest
drwxr-xr-x+ 2 Compaq_Ejer Ingen 0 Feb 10 23:11 /USB2/unisontest
+ ls -l /USB2/unisontest
total 5
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a-cp
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 23:10 a2
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b-cp
+ ls -ld /cygdrive/j/morten-USB2/unisontest
drwxr-xr-x+ 2 Compaq_Ejer Ingen 0 Feb 10 23:11 /cygdrive/j/morten-USB2/unisontes
t
+ ls -l /cygdrive/j/morten-USB2/unisontest
total 5
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a-cp
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 23:10 a2
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b-cp
+ umount /USB2
+ rmdir /USB2
Compaq_Ejer@Gitmoe ~
$
**********************************************************************************
_________________________________________________________________
MSN Style - alt for kvinder samlet på ét sted – klik her
http://www.msnstyle.dk/ 

[-- Attachment #2: cygcheck.out --]
[-- Type: text/plain, Size: 17950 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Tue Feb 10 23:27:56 2009

Windows XP Home Edition Ver 5.1 Build 2600 Service Pack 3

Path:	C:\cygwin\usr\local\bin
	C:\cygwin\bin
	C:\cygwin\bin
	C:\cygwin\usr\X11R6\bin
	c:\WINDOWS\system32
	c:\WINDOWS
	c:\WINDOWS\System32\Wbem
	c:\Python22
	c:\Programmer\QuickTime\QTSystem\
	C:\morten-GITMOE\home\bin
	c:\morten-GITMOE\GITMOE\bin
	C:\morten-GITMOE\home\pstools
	C:\morten-GITMOE\home\x2\xmkj
	C:\morten-GITMOE\home\x2\x
	C:\morten-GITMOE\home\x2\regina

Output from C:\cygwin\bin\id.exe (nontsec)
UID: 1007(Compaq_Ejer) GID: 513(Ingen)
0(root)                513(Ingen)             544(Administratorer)
545(Brugere)           1009(Debugger Users)

Output from C:\cygwin\bin\id.exe (ntsec)
UID: 1007(Compaq_Ejer) GID: 513(Ingen)
0(root)                513(Ingen)             544(Administratorer)
545(Brugere)           1009(Debugger Users)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'Compaq_Ejer'
PWD = '/home/Compaq_Ejer/unisonerror'
HOME = '/home/Compaq_Ejer'
MAKE_MODE = 'unix'

HOMEPATH = '\Documents and Settings\Compaq_Ejer'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man::/usr/ssl/man'
APPDATA = 'C:\Documents and Settings\Compaq_Ejer\Application Data'
HOSTNAME = 'Gitmoe'
MSET_HOME = '/home/Compaq_Ejer'
TERM = 'cygwin'
PROCESSOR_IDENTIFIER = 'x86 Family 15 Model 3 Stepping 4, GenuineIntel'
WINDIR = 'C:\WINDOWS'
REGINA_LANG_DIR = 'C:\morten-GITMOE\home\regina'
USERDOMAIN = 'GITMOE'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
MSET_BACK_USBS = 'USB2'
!:: = '::\'
TEMP = '/cygdrive/c/DOCUME~1/COMPAQ~1/LOKALE~1/Temp'
COMMONPROGRAMFILES = 'C:\Programmer\F‘lles filer'
QTJAVA = 'C:\Programmer\Java\j2re1.4.2_03\lib\ext\QTJava.zip'
USERNAME = 'Compaq_Ejer'
PROCESSOR_LEVEL = '15'
MSET_M = 'morten'
MSET_SYNC_USBS = 'USB2'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Documents and Settings\Compaq_Ejer'
CLIENTNAME = 'Console'
XPATH = 'C:\morten-GITMOE\home\x2\xpath'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\GITMOE'
PROCESSOR_ARCHITECTURE = 'x86'
!C: = 'C:\morten-GITMOE\home'
HISTCONTROL = 'ignoredups'
REGINA_LANG = 'en'
SHLVL = '1'
MSET_CYGWIN = 'C:\cygwin'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
HOMEDRIVE = 'C:'
MSET_SROOT = '/cygdrive/c/morten-GITMOE/GITMOE'
PROMPT = '$P$G'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
TMP = '/cygdrive/c/DOCUME~1/COMPAQ~1/LOKALE~1/Temp'
SYSTEMROOT = 'C:\WINDOWS'
MSET_MROOT = '/cygdrive/c/morten-GITMOE'
MSET_HOSTS = 'GITMOE SERVER1'
PRINTER = 'Canon PIXMA iP3000'
CVS_RSH = '/bin/ssh'
PROCESSOR_REVISION = '0304'
CLASSPATH = '.;C:\Programmer\Java\j2re1.4.2_03\lib\ext\QTJava.zip'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = 'C:\Programmer'
NUMBER_OF_PROCESSORS = '1'
SESSIONNAME = 'Console'
COMPUTERNAME = 'GITMOE'
_ = '/usr/bin/cygcheck'
OLDPWD = '/home/Compaq_Ejer'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
  (default) = '/cygdrive'
  cygdrive flags = 0x00000022
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = 'C:\cygwin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home/Compaq_Ejer
  (default) = 'C:\morten-GITMOE\home'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = 'C:\cygwin/bin'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = 'C:\cygwin/lib'
  flags = 0x0000000a
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Program Options

c:  hd  NTFS     72307Mb  46% CP CS UN PA FC     PRESARIO
d:  hd  FAT32     3993Mb  69% CP    UN           PRESARIO_RP
e:  cd             N/A    N/A                    
f:  fd             N/A    N/A                    
g:  fd             N/A    N/A                    
h:  fd             N/A    N/A                    
i:  fd             N/A    N/A                    
j:  hd  NTFS    238472Mb  34% CP CS UN PA FC     FreeAgent Drive

C:\cygwin              /                  system  binmode
C:\morten-GITMOE\home  /home/Compaq_Ejer  system  binmode
C:\cygwin/bin          /usr/bin           system  binmode
C:\cygwin/lib          /usr/lib           system  binmode
.                      /cygdrive          system  binmode,cygdrive

Found: C:\cygwin\bin\awk.exe
Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cp.exe
Not Found: cpp (good!)
Not Found: crontab
Found: C:\cygwin\bin\find.exe
Not Found: gcc
Not Found: gdb
Found: C:\cygwin\bin\grep.exe
Found: C:\cygwin\bin\kill.exe
Not Found: ld
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: C:\cygwin\bin\mv.exe
Not Found: patch
Found: C:\cygwin\bin\perl.exe
Found: C:\cygwin\bin\rm.exe
Found: C:\cygwin\bin\sed.exe
Found: C:\cygwin\bin\ssh.exe
Found: C:\cygwin\bin\sh.exe
Found: C:\cygwin\bin\tar.exe
Found: C:\cygwin\bin\test.exe
Not Found: vi
Not Found: vim

   61k 2008/04/01 C:\cygwin\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2008/4/1 5:37
    7k 2003/10/19 C:\cygwin\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2003/10/19 9:57
 1074k 2009/01/08 C:\cygwin\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2009/1/8 11:03
  703k 2007/12/17 C:\cygwin\bin\cygdb-4.2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.2.dll" v0.0 ts=2007/12/17 12:58
  943k 2007/12/17 C:\cygwin\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.5.dll" v0.0 ts=2007/12/17 14:12
 1036k 2007/12/17 C:\cygwin\bin\cygdb_cxx-4.2.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.2.dll" v0.0 ts=2007/12/17 12:58
 1296k 2007/12/17 C:\cygwin\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.5.dll" v0.0 ts=2007/12/17 14:12
  164k 2008/11/11 C:\cygwin\bin\cygexif-12.dll - os=4.0 img=1.0 sys=4.0
                  "cygexif-12.dll" v0.0 ts=2008/11/11 8:06
  118k 2007/04/06 C:\cygwin\bin\cygexpat-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-0.dll" v0.0 ts=2007/4/6 22:43
  118k 2008/05/09 C:\cygwin\bin\cygexpat-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygexpat-1.dll" v0.0 ts=2008/5/9 6:03
   67k 2008/08/07 C:\cygwin\bin\cygexslt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygexslt-0.dll" v0.0 ts=2008/8/7 2:15
   40k 2006/11/15 C:\cygwin\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2006/11/15 8:06
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll - os=4.0 img=1.0 sys=4.0
                  "cygform5.dll" v0.0 ts=2001/4/25 7:28
   35k 2002/01/09 C:\cygwin\bin\cygform6.dll - os=4.0 img=1.0 sys=4.0
                  "cygform6.dll" v0.0 ts=2002/1/9 7:03
   48k 2003/08/09 C:\cygwin\bin\cygform7.dll - os=4.0 img=1.0 sys=4.0
                  "cygform7.dll" v0.0 ts=2003/8/9 11:25
  414k 2008/06/16 C:\cygwin\bin\cyggcrypt-11.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcrypt-11.dll" v0.0 ts=2008/6/16 23:13
   28k 2003/07/20 C:\cygwin\bin\cyggdbm-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-3.dll" v0.0 ts=2003/7/20 9:58
   19k 2006/11/19 C:\cygwin\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2006/11/19 9:18
   19k 2003/03/22 C:\cygwin\bin\cyggdbm.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm.dll" v0.0 ts=2002/2/20 4:05
   15k 2003/07/20 C:\cygwin\bin\cyggdbm_compat-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-3.dll" v0.0 ts=2003/7/20 10:00
    8k 2006/11/19 C:\cygwin\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2006/11/19 9:18
   13k 2008/03/08 C:\cygwin\bin\cyggpg-error-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyggpg-error-0.dll" v0.0 ts=2008/3/9 0:18
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory4.dll" v0.0 ts=2001/1/7 5:34
   29k 2003/08/10 C:\cygwin\bin\cyghistory5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory5.dll" v0.0 ts=2003/8/11 1:16
   24k 2008/11/29 C:\cygwin\bin\cyghistory6.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory6.dll" v0.0 ts=2008/11/29 15:30
  271k 2007/08/24 C:\cygwin\bin\cygicons-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2007/8/24 9:24
  978k 2008/11/10 C:\cygwin\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2008/11/10 1:35
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-1.dll" v0.0 ts=2001/12/13 10:28
   37k 2003/08/10 C:\cygwin\bin\cygintl-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-2.dll" v0.0 ts=2003/8/10 23:50
   31k 2005/11/20 C:\cygwin\bin\cygintl-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-3.dll" v0.0 ts=2005/11/20 3:04
   31k 2008/12/31 C:\cygwin\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2008/12/31 8:42
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl.dll" v0.0 ts=2001/6/20 19:09
  124k 2006/11/09 C:\cygwin\bin\cygjpeg-62.dll - os=4.0 img=1.0 sys=4.0
                  "cygjpeg-62.dll" v0.0 ts=2006/11/9 10:02
   21k 2006/11/15 C:\cygwin\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2006/11/15 8:05
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu5.dll" v0.0 ts=2001/4/25 7:27
   20k 2002/01/09 C:\cygwin\bin\cygmenu6.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu6.dll" v0.0 ts=2002/1/9 7:03
   29k 2003/08/09 C:\cygwin\bin\cygmenu7.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu7.dll" v0.0 ts=2003/8/9 11:25
   24k 2008/10/30 C:\cygwin\bin\cygminires.dll - os=4.0 img=1.2 sys=4.0
                  "cygminires.dll" v0.0 ts=2008/10/31 0:53
   67k 2006/11/15 C:\cygwin\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2006/11/15 8:13
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++5.dll" v0.0 ts=2001/4/25 7:29
  175k 2002/01/09 C:\cygwin\bin\cygncurses++6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++6.dll" v0.0 ts=2002/1/9 7:03
  237k 2006/11/15 C:\cygwin\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2006/11/15 8:02
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses5.dll" v0.0 ts=2001/4/25 7:17
  202k 2002/01/09 C:\cygwin\bin\cygncurses6.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses6.dll" v0.0 ts=2002/1/9 7:03
  224k 2003/08/09 C:\cygwin\bin\cygncurses7.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses7.dll" v0.0 ts=2003/8/9 11:24
   12k 2006/11/15 C:\cygwin\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2006/11/15 8:04
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel5.dll" v0.0 ts=2001/4/25 7:27
   12k 2002/01/09 C:\cygwin\bin\cygpanel6.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel6.dll" v0.0 ts=2002/1/9 7:03
   19k 2003/08/09 C:\cygwin\bin\cygpanel7.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel7.dll" v0.0 ts=2003/8/9 11:24
  181k 2008/09/07 C:\cygwin\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2008/9/7 5:36
  302k 2008/09/07 C:\cygwin\bin\cygpcrecpp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcrecpp-0.dll" v0.0 ts=2008/9/7 5:36
    7k 2008/09/07 C:\cygwin\bin\cygpcreposix-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcreposix-0.dll" v0.0 ts=2008/9/7 5:36
 1543k 2008/07/03 C:\cygwin\bin\cygperl5_10.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_10.dll" v0.0 ts=2008/6/30 18:06
  226k 2006/11/05 C:\cygwin\bin\cygpng12.dll - os=4.0 img=1.0 sys=4.0
                  "cygpng12.dll" v0.0 ts=2006/11/6 0:32
   22k 2002/06/09 C:\cygwin\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 7:45
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline4.dll" v0.0 ts=2001/1/7 5:34
  148k 2003/08/10 C:\cygwin\bin\cygreadline5.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline5.dll" v0.0 ts=2003/8/11 1:16
  155k 2008/11/29 C:\cygwin\bin\cygreadline6.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline6.dll" v0.0 ts=2008/11/29 15:30
  232k 2009/01/08 C:\cygwin\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2009/1/8 11:03
    5k 2009/01/14 C:\cygwin\bin\cygstunnel.dll - os=4.0 img=1.0 sys=4.0
                  "cygstunnel.dll" v0.0 ts=2009/1/14 18:06
   22k 2008/02/24 C:\cygwin\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2008/2/23 8:03
 1082k 2009/01/28 C:\cygwin\bin\cygxml2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygxml2-2.dll" v0.0 ts=2009/1/28 5:37
  200k 2008/08/07 C:\cygwin\bin\cygxslt-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygxslt-1.dll" v0.0 ts=2008/8/7 2:15
   65k 2006/10/16 C:\cygwin\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2006/10/16 3:10
 1829k 2008/06/12 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2008/6/12 19:35
    Cygwin DLL version info:
        DLL version: 1.5.25
        DLL epoch: 19
        DLL bad signal mask: 19005
        DLL old termios: 5
        DLL malloc env: 28
        API major: 0
        API minor: 156
        Shared data: 4
        DLL identifier: cygwin1
        Mount registry: 2
        Cygnus registry name: Cygnus Solutions
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Cygwin mount registry name: mounts v2
        Cygdrive flags: cygdrive flags
        Cygdrive prefix: cygdrive prefix
        Cygdrive default prefix: 
        Build date: Thu Jun 12 19:34:46 CEST 2008
        CVS tag: cr-0x5f1
        Shared id: cygwin1S4


No Cygwin services found.


Cygwin Package Information
Last downloaded files to: C:\temp
Last downloaded files from: http://mirrors.dotsrc.org/cygwin/

Package              Version
_update-info-dir     00802-1
alternatives         1.3.30c-2
asciidoc             8.3.5-1
ash                  20040127-4
base-files           3.7-1
base-passwd          2.2-1
bash                 3.2.48-21
bzip2                1.0.5-2
coreutils            6.10-2
crypt                1.1-1
csih                 0.1.8-1
cygrunsrv            1.34-1
cygutils             1.3.2-1
cygwin               1.5.25-15
cygwin-doc           1.4-4
diffutils            2.8.7-1
e2fsprogs            1.35-3
editrights           1.01-2
email                2.5.1-1
exif                 0.6.15-1
expat                2.0.1-1
expect               20030128-1
findutils            4.4.0-3
gawk                 3.1.6-1
gdbm                 1.8.3-8
grep                 2.5.3-1
groff                1.19.2-2
gzip                 1.3.12-2
inetutils            1.5-4
joe                  3.7-1
jpeg                 6b-12
less                 382-1
lftp                 3.7.6-3
libbz2_1             1.0.5-2
libdb4.2             4.2.52.5-2
libdb4.5             4.5.20.2-2
libexif12            0.6.17-1
libexpat0            1.95.8-2
libexpat1            2.0.1-1
libexpat1-devel      2.0.1-1
libgcrypt            1.4.1-4
libgcrypt11          1.4.1-4
libgdbm              1.8.0-5
libgdbm-devel        1.8.3-8
libgdbm3             1.8.3-3
libgdbm4             1.8.3-8
libgpg-error         1.6-1
libiconv2            1.12-1
libintl              0.10.38-3
libintl1             0.10.40-1
libintl2             0.12.1-3
libintl3             0.14.5-1
libintl8             0.17-3
libjpeg-devel        6b-12
libjpeg62            6b-12
libncurses5          5.2-1
libncurses6          5.2-8
libncurses7          5.3-4
libncurses8          5.5-3
libpcre0             7.8-1
libpng12             1.2.12-1
libpng12-devel       1.2.12-1
libpopt0             1.6.4-4
libreadline4         4.1-2
libreadline5         4.3-5
libreadline6         5.2.13-11
libwrap0             7.6-4
libxml2              2.7.3-1
libxslt              1.1.24-2
login                1.9-8
lynx                 2.8.5-4
make                 3.81-2
man                  1.6e-1
minires              1.02-1
mktemp               1.999-9
ncurses              5.5-3
openssh              5.1p1-10
openssl              0.9.8j-1
perl                 5.10.0-5
python               2.5.2-1
rebase               2.4.4-1
rsync                3.0.4-1
run                  1.1.10-1
sed                  4.1.5-2
stunnel              4.26-1
tar                  1.21-1
tcltk                20080420-1
termcap              20050421-1
terminfo             5.5_20061104-1
texinfo              4.8a-1
tzcode               2008h-1
unison2.27           2.27.57-1
unzip                5.52-2
util-linux           2.14.1-1
wget                 1.11.4-3
which                2.20-1
zip                  2.32-2
zlib                 1.2.3-2
Use -h to see help about each section

[-- Attachment #3: unisondoc1.txt --]
[-- Type: text/plain, Size: 22953 bytes --]

Hi,

I can't get unison to syncronize the permission bits between my C: drive and my USB drive. Both are NTFS. I use "perms -1".

What am I missing?

This text and cygcheck.out attached.

Cheers,
Morten


Last part of my test script (a modified version of my original):
**********************************************************************************
set -x

mkdir /$usb || exit 1
mount "`cygpath -w $usb_root`" /$usb || exit 1

unison \
  -auto \
  -fastcheck true \
  -perms -1 \
  -times \
  -backuplocation local \
  -backup 'Name *' \
  -root $host_root \
  -root /$usb \
  -path unisontest \
  -mountpoint unisontest \
  -ignore 'Name .unison' \
  -ignore 'Name unison.log' \
  -ignore 'Name .bash_history' \
|| exit 1

ls -ld $host_root/unisontest
ls -l  $host_root/unisontest

ls -ld      /$usb/unisontest
ls -l       /$usb/unisontest

ls -ld  $usb_root/unisontest
ls -l   $usb_root/unisontest

umount /$usb || exit 1
rmdir /$usb || exit 1
**********************************************************************************


Output (files copied with cp retain the bits):
**********************************************************************************
Compaq_Ejer@Gitmoe ~
$ echo a>/cygdrive/c/morten-GITMOE/unisontest/a

Compaq_Ejer@Gitmoe ~
$ chmod a+x /cygdrive/c/morten-GITMOE/unisontest/a

Compaq_Ejer@Gitmoe ~
$ echo b>/cygdrive/j/morten-USB2/unisontest/b

Compaq_Ejer@Gitmoe ~
$ chmod a+x /cygdrive/j/morten-USB2/unisontest/b

Compaq_Ejer@Gitmoe ~
$ cp -p /cygdrive/c/morten-GITMOE/unisontest/a /cygdrive/j/morten-USB2/unisonte
st/a-cp

Compaq_Ejer@Gitmoe ~
$ cp -p /cygdrive/j/morten-USB2/unisontest/b /cygdrive/c/morten-GITMOE/unisonte
st/b-cp

Compaq_Ejer@Gitmoe ~
$ msync1test.sh
+ mkdir /USB2
++ cygpath -w /cygdrive/j/morten-USB2
+ mount 'j:\morten-USB2' /USB2
+ unison -auto -fastcheck true -perms -1 -times -backuplocation local -backup 'N
ame *' -root /cygdrive/c/morten-GITMOE -root /USB2 -path unisontest -mountpoint
unisontest -ignore 'Name .unison' -ignore 'Name unison.log' -ignore 'Name .bash_
history'
Contacting server...
Connected [//Gitmoe//USB2 -> //Gitmoe//cygdrive/c/morten-GITMOE]
Looking for changes
Reconciling changes

morten-GI...   USB2
new file ---->            unisontest/a
         <---- new file   unisontest/a-cp
         <---- new file   unisontest/b
new file ---->            unisontest/b-cp

Proceed with propagating updates? [] y
Propagating updates


UNISON 2.27.57 started propagating changes at 22:59:04 on 10 Feb 2009
[BGN] Copying unisontest/a from /cygdrive/c/morten-GITMOE to /USB2
[END] Copying unisontest/a
[BGN] Copying unisontest/a-cp from /USB2 to /cygdrive/c/morten-GITMOE
[END] Copying unisontest/a-cp
[BGN] Copying unisontest/b from /USB2 to /cygdrive/c/morten-GITMOE
[END] Copying unisontest/b
[BGN] Copying unisontest/b-cp from /cygdrive/c/morten-GITMOE to /USB2
[END] Copying unisontest/b-cp
UNISON 2.27.57 finished propagating changes at 22:59:04 on 10 Feb 2009


Saving synchronizer state
Synchronization complete  (4 items transferred, 0 skipped, 0 failures)
+ ls -ld /cygdrive/c/morten-GITMOE/unisontest
drwxr-xr-x+ 2 Compaq_Ejer Ingen 0 Feb 10 22:59 /cygdrive/c/morten-GITMOE/unisont
est
+ ls -l /cygdrive/c/morten-GITMOE/unisontest
total 4
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a-cp
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b-cp
+ ls -ld /USB2/unisontest
drwxr-xr-x+ 2 Compaq_Ejer Ingen 0 Feb 10 22:59 /USB2/unisontest
+ ls -l /USB2/unisontest
total 4
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a-cp
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b-cp
+ ls -ld /cygdrive/j/morten-USB2/unisontest
drwxr-xr-x+ 2 Compaq_Ejer Ingen 0 Feb 10 22:59 /cygdrive/j/morten-USB2/unisontes
t
+ ls -l /cygdrive/j/morten-USB2/unisontest
total 4
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a-cp
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b-cp
+ umount /USB2
+ rmdir /USB2

Compaq_Ejer@Gitmoe ~
$
**********************************************************************************


Then I added "-debug verbose \" option:
**********************************************************************************
Compaq_Ejer@Gitmoe ~
$ echo a>/cygdrive/c/morten-GITMOE/unisontest/a2

Compaq_Ejer@Gitmoe ~
$ chmod a+x /cygdrive/c/morten-GITMOE/unisontest/a2

Compaq_Ejer@Gitmoe ~
$ msync1test.sh
+ mkdir /USB2
++ cygpath -w /cygdrive/j/morten-USB2
+ mount 'j:\morten-USB2' /USB2
+ unison -debug verbose -auto -fastcheck true -perms -1 -times -backuplocation l
ocal -backup 'Name *' -root /cygdrive/c/morten-GITMOE -root /USB2 -path unisonte
st -mountpoint unisontest -ignore 'Name .unison' -ignore 'Name unison.log' -igno
re 'Name .bash_history'
[startup] Preferences:
ui = graphic
host =
server = false
prefsdocs = false
doc =
version = false
silent = false
dumbtty = true
testserver = false
showprev = false
selftest = false
confirmmerge = false
retry = 0
repeat =
contactquietly = false
key =
label =
expert = false
reusewindows = false
height = 20
auto = true
maxthreads = 20
prefer =
force =
sortnewfirst = false
sortbysize = false
keeptempfilesaftermerge = false
diff = diff -u CURRENT2 CURRENT1
fastcheck = true
mountpoint = unisontest
ignorelocks = false
dumparchives = false
showarchive = false
rootsName =
backupdir =
maxbackups = 2
backups = false
backupsuffix =
backupprefix = .bak.$VERSION.
backup = Name *
backuplocation = local
rsync = true
allHostsAreRunningWindows = false
someHostIsRunningWindows = false
ignore = Name .bash_history
ignore = Name unison.log
ignore = Name .unison
confirmbigdeletes = true
batch = false
path = unisontest
root = /USB2
root = /cygdrive/c/morten-GITMOE
killserver = false
addversionno = false
servercmd =
sshargs =
rshargs =
rshcmd = rsh
sshcmd = ssh
xferbycopying = true
sshversion =
pretendwin = false
times = true
group = false
owner = false
numericids = false
perms = -1
rsrc-aux = false
rsrc = default
someHostIsInsensitive = false
ignorecase = default
timers = false
terse = false
logfile = /home/Compaq_Ejer/unison.log
log = true
debugtimes = false
debug = verbose
addprefsto =
Contacting server...
[globals] Checking path 'unisontest' for expansions
Connected [//Gitmoe//USB2 -> //Gitmoe//cygdrive/c/morten-GITMOE]
[startup] Roots:
        /USB2
        /cygdrive/c/morten-GITMOE
  i.e.
        /USB2
        /cygdrive/c/morten-GITMOE
  i.e. (in canonical order)
       /USB2
       /cygdrive/c/morten-GITMOE

[props] Setting permission mask to 200 (17777777777 and 200)
[stasher] initBackupsLocal
[stasher] d = /
[stasher] New pattern being added to ignore preferences: Regex (.*/)?\.bak\.[0-9
]+\..*
[stasher] Prefix and suffix regexps for backup filenames have been updated
[stasher] initBackupsLocal
[stasher] d = /
[stasher] New pattern being added to ignore preferences: Regex (.*/)?\.bak\.[0-9
]+\..*
[stasher] Prefix and suffix regexps for backup filenames have been updated
Looking for changes
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[fileinfo+] /home/Compaq_Ejer/.unison/ar251322: false 1234303144.000000 12343031
44.000000
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update] Loading archive from /home/Compaq_Ejer/.unison/ar251322
Growing heap to 3516k bytes
Growing page table to 521839 entries
<>![fileinfo+] /home/Compaq_Ejer/.unison/ar251322: false 1234303144.000000 12343
03144.000000
[update] Setting archive for //Gitmoe//USB2
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f

[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f

[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f

[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f

[fileinfo+] /home/Compaq_Ejer/.unison/ar151743: false 1234303144.000000 12343031
44.000000
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f

[update] Loading archive from /home/Compaq_Ejer/.unison/ar151743
Growing heap to 6792k bytes
<>$[fileinfo+] /home/Compaq_Ejer/.unison/ar151743: false 1234303144.000000 12343
03144.000000
[update] Setting archive for //Gitmoe//cygdrive/c/morten-GITMOE
[update] findOnRoot /USB2
[update] findLocal /USB2
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[pred] ignore 'unisontest' = false
[update] buildUpdate: /USB2/unisontest
[fileinfo+] /USB2/unisontest: true 1234303144.000000 1234303144.000000
[update+]   buildUpdate -> Directory
[pred] immutable 'unisontest' = false
[pred] ignore 'unisontest/a' = false
[update] buildUpdate: /USB2/unisontest/a
[fileinfo+] /USB2/unisontest/a: true 1234303144.000000 1234302858.000000
[update] checkContentsChange: archStamp is ctime (0.000000) / info.ctime (123430
3144.000000) / times: 1234302858.000000 - 1234302858.000000 - true / lengths: 2
- 2
[update+]   Unchanged file
[pred] ignore 'unisontest/a-cp' = false
[update] buildUpdate: /USB2/unisontest/a-cp
[fileinfo+] /USB2/unisontest/a-cp: true 1234303018.000000 1234302858.000000
[update] checkContentsChange: archStamp is ctime (0.000000) / info.ctime (123430
3018.000000) / times: 1234302858.000000 - 1234302858.000000 - true / lengths: 2
- 2
[update+]   Unchanged file
[pred] ignore 'unisontest/b' = false
[update] buildUpdate: /USB2/unisontest/b
[fileinfo+] /USB2/unisontest/b: true 1234302951.000000 1234302931.000000
[update] checkContentsChange: archStamp is ctime (0.000000) / info.ctime (123430
2951.000000) / times: 1234302931.000000 - 1234302931.000000 - true / lengths: 2
- 2
[update+]   Unchanged file
[pred] ignore 'unisontest/b-cp' = false
[update] buildUpdate: /USB2/unisontest/b-cp
[fileinfo+] /USB2/unisontest/b-cp: true 1234303144.000000 1234302931.000000
[update] checkContentsChange: archStamp is ctime (0.000000) / info.ctime (123430
3144.000000) / times: 1234302931.000000 - 1234302931.000000 - true / lengths: 2
- 2
[update+]   Unchanged file
[update] Setting archive for //Gitmoe//USB2
[fileinfo+] /USB2/unisontest: false 1234303144.000000 1234303144.000000
[update] findOnRoot /cygdrive/c/morten-GITMOE
[update] findLocal /cygdrive/c/morten-GITMOE
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f

[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f

[pred] ignore 'unisontest' = false
[update] buildUpdate: /cygdrive/c/morten-GITMOE/unisontest
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest: true 1234303646.000000 1234303
646.000000
[update+]   buildUpdate -> Directory
[pred] immutable 'unisontest' = false
<>Starting new major GC cycle
![pred] ignore 'unisontest/a' = false
[update] buildUpdate: /cygdrive/c/morten-GITMOE/unisontest/a
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest/a: true 1234302900.000000 12343
02858.000000
[update] checkContentsChange: archStamp is ctime (0.000000) / info.ctime (123430
2900.000000) / times: 1234302858.000000 - 1234302858.000000 - true / lengths: 2
- 2
[update+]   Unchanged file
[pred] ignore 'unisontest/a-cp' = false
[update] buildUpdate: /cygdrive/c/morten-GITMOE/unisontest/a-cp
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest/a-cp: true 1234303144.000000 12
34302858.000000
[update] checkContentsChange: archStamp is ctime (0.000000) / info.ctime (123430
3144.000000) / times: 1234302858.000000 - 1234302858.000000 - true / lengths: 2
- 2
[update+]   Unchanged file
[pred] ignore 'unisontest/a2' = false
[update] buildUpdate: /cygdrive/c/morten-GITMOE/unisontest/a2
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest/a2: true 1234303841.000000 1234
303837.000000
[update]   buildUpdate -> Updated file
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest/a2: true 1234303841.000000 1234
303837.000000
[pred] ignore 'unisontest/b' = false
  scanning unisontest/b
[update] buildUpdate: /cygdrive/c/morten-GITMOE/unisontest/b
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest/b: true 1234303144.000000 12343
02931.000000
[update] checkContentsChange: archStamp is ctime (0.000000) / info.ctime (123430
3144.000000) / times: 1234302931.000000 - 1234302931.000000 - true / lengths: 2
- 2
[update+]   Unchanged file
[pred] ignore 'unisontest/b-cp' = false
[update] buildUpdate: /cygdrive/c/morten-GITMOE/unisontest/b-cp
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest/b-cp: true 1234303055.000000 12
34302931.000000
[update] checkContentsChange: archStamp is ctime (0.000000) / info.ctime (123430
3055.000000) / times: 1234302931.000000 - 1234302931.000000 - true / lengths: 2
- 2
[update+]   Unchanged file
[update] Setting archive for //Gitmoe//cygdrive/c/morten-GITMOE
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest: false 1234303646.000000 123430
3646.000000
Reconciling changes
[recon] reconcileAll
[recon] reconcile: 1 results
[update] Marking 0 paths equal
[pred] forcepartial 'unisontest/a2' = false
[pred] preferpartial 'unisontest/a2' = false

morten-GI...   USB2
new file ---->            unisontest/a2

Proceed with propagating updates? [] y
Propagating updates


UNISON 2.27.57 started propagating changes at 23:11:03 on 10 Feb 2009
[BGN] Copying unisontest/a2 from /cygdrive/c/morten-GITMOE to /USB2
[files] copy /cygdrive/c/morten-GITMOE unisontest/a2 ---> /USB2 unisontest/a2
[pred] follow 'unisontest/a2' = false
[fspath] Os.findWorkingDir(/USB2,unisontest/a2) = (/USB2/unisontest,a2)
[update] updateArchiveLocal /cygdrive/c/morten-GITMOE unisontest/a2
[pred] ignore 'unisontest/a2' = false
[update] updateArchiveLocal --> unisontest/a2
[update] updateArchiveLocal /USB2 unisontest/a2
[pred] ignore 'unisontest/a2' = false
[update] updateArchiveLocal --> unisontest/a2
[files] copyRec unisontest/a2 --> .unison.a2.151743.unison.tmp  (really to a2)
[abort] Checking line 1
[copy] copyRegFile(/cygdrive/c/morten-GITMOE,unisontest/a2) -> (/USB2,a2,/USB2/u
nisontest,.unison.a2.151743.unison.tmp,modified on 2009-02-10 at 23:10:37  size
2         read-write)
[copy] Copy.localFile /cygdrive/c/morten-GITMOE / unisontest/a2 to /USB2/unisont
est / .unison.a2.151743.unison.tmp
[abort] Checking line 1
[props] Setting permissions for /USB2/unisontest/.unison.a2.151743.unison.tmp to
 read-write (600/200)
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest/a2: true 1234303841.000000 1234
303837.000000
[fileinfo+] /cygdrive/c/morten-GITMOE/unisontest/a2: true 1234303841.000000 1234
303837.000000
[update] replaceArchiveLocal /USB2 unisontest/a2
[fileinfo+] /USB2/unisontest/.unison.a2.151743.unison.tmp: false 1234303865.0000
00 1234303837.000000
[files] rename(root=/USB2, pathOld=.unison.a2.151743.unison.tmp, pathNew=a2)
[update] checkNoUpdatesLocal /USB2 unisontest/a2
[update] buildUpdate: /USB2/unisontest/a2
[update]   buildUpdate -> Absent and no archive
[files] Renaming .unison.a2.151743.unison.tmp to a2 in /USB2/unisontest; root is
 /USB2
[files+] calling Fileinfo.get from renameLocal
[fileinfo+] /USB2/unisontest/.unison.a2.151743.unison.tmp: false 1234303865.0000
00 1234303837.000000
[files+] back from Fileinfo.get from renameLocal
[files] rename: moveFirst=false
[stasher] backup: /USB2 / unisontest/a2
[stasher] File unisontest/a2 in /USB2 does not exist, so no need to back up
[os] rename /USB2/unisontest/.unison.a2.151743.unison.tmp to /USB2/unisontest/a2

[files] Contents of /USB2/unisontest/a2 after renaming = 60b725f10c9c85c70d97880
dfe8191b3
[update] Committing 1
[update] replaceArchiveLocal: committing
[pred] backupcurrent 'unisontest/a2' = false
[update+] updatePathInArchive ArchiveDir /USB2 [] [unisontest/a2]
[update+] updatePathInArchive ArchiveDir /USB2 [unisontest] [a2]
[update+] updatePathInArchive NoArchive /USB2 [unisontest/a2] []
[update] Setting archive for //Gitmoe//USB2
[update] Committing 1
[update+] updatePathInArchive ArchiveDir /cygdrive/c/morten-GITMOE [] [unisontes
t/a2]
[update+] updatePathInArchive ArchiveDir /cygdrive/c/morten-GITMOE [unisontest]
[a2]
[update+] updatePathInArchive NoArchive /cygdrive/c/morten-GITMOE [unisontest/a2
] []
[update] Setting archive for //Gitmoe//cygdrive/c/morten-GITMOE
[pred] backupcurrent 'unisontest/a2' = false
[pred] backupcurrent 'unisontest/a2' = false
[END] Copying unisontest/a2
UNISON 2.27.57 finished propagating changes at 23:11:05 on 10 Feb 2009


Saving synchronizer state
[update] Updating archives
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f

[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>![update]
 Saving archive in /home/Compaq_Ejer/.unison/sc251322
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f

<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>!<>![update]
 Saving archive in /home/Compaq_Ejer/.unison/sc151743
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f

[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f

[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update] Copying archive /home/Compaq_Ejer/.unison/tm251322 to /home/Compaq_Ejer
/.unison/ar251322
[fileinfo+] /home/Compaq_Ejer/.unison/ar251322: false 1234303865.000000 12343038
65.000000
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f

[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f

[update] Copying archive /home/Compaq_Ejer/.unison/tm151743 to /home/Compaq_Ejer
/.unison/ar151743
[fileinfo+] /home/Compaq_Ejer/.unison/ar151743: false 1234303866.000000 12343038
66.000000
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update] Removing archive /home/Compaq_Ejer/.unison/tm251322
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f

[update] Removing archive /home/Compaq_Ejer/.unison/tm151743
[update+] Archive name is //Gitmoe//USB2;//Gitmoe//USB2, //Gitmoe//cygdrive/c/mo
rten-GITMOE;22; hashcode is 251322aa41ca2d975e7fd809a9a753ed
[update+] Archive name is //Gitmoe//cygdrive/c/morten-GITMOE;//Gitmoe//USB2, //G
itmoe//cygdrive/c/morten-GITMOE;22; hashcode is 1517433869cfc96c558e8288b2089f8f

Synchronization complete  (1 item transferred, 0 skipped, 0 failures)
+ ls -ld /cygdrive/c/morten-GITMOE/unisontest
drwxr-xr-x+ 2 Compaq_Ejer Ingen 0 Feb 10 23:07 /cygdrive/c/morten-GITMOE/unisont
est
+ ls -l /cygdrive/c/morten-GITMOE/unisontest
total 5
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a-cp
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 23:10 a2
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b-cp
+ ls -ld /USB2/unisontest
drwxr-xr-x+ 2 Compaq_Ejer Ingen 0 Feb 10 23:11 /USB2/unisontest
+ ls -l /USB2/unisontest
total 5
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a-cp
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 23:10 a2
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b-cp
+ ls -ld /cygdrive/j/morten-USB2/unisontest
drwxr-xr-x+ 2 Compaq_Ejer Ingen 0 Feb 10 23:11 /cygdrive/j/morten-USB2/unisontes
t
+ ls -l /cygdrive/j/morten-USB2/unisontest
total 5
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:54 a-cp
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 23:10 a2
-rwxr-xr-x 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b
-rw------- 1 Compaq_Ejer Ingen 2 Feb 10 22:55 b-cp
+ umount /USB2
+ rmdir /USB2

Compaq_Ejer@Gitmoe ~
$
**********************************************************************************

[-- Attachment #4: Type: text/plain, Size: 218 bytes --]

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't get unison to syncroze permission bits
  2009-02-10 23:05 Can't get unison to syncroze permission bits Morten Kjærulff
@ 2009-02-12 19:39 ` Andrew Schulman
  2009-02-12 19:57   ` Morten Kjærulff
  0 siblings, 1 reply; 8+ messages in thread
From: Andrew Schulman @ 2009-02-12 19:39 UTC (permalink / raw)
  To: cygwin

> I can't get unison to syncronize the permission bits between my C: drive and my USB drive. Both are NTFS. I use "perms -1".
>  
> What am I missing?

Morten, thanks for the report.  I'll look at this as soon as I can, but I don't
think it will be this week.

My initial guess is that there's some problem in propagating permissions to
removable media.  I.e. if permissions will propagate between directories on the
hard drive, but not between the hard drive and a USB drive, then that's the
problem.  

Anyway I'll try to reproduce the problem here.  I sync over the network with
permissions, and it works fine.

Andrew.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't get unison to syncroze permission bits
  2009-02-12 19:39 ` Andrew Schulman
@ 2009-02-12 19:57   ` Morten Kjærulff
  2009-02-12 20:14     ` Andrew Schulman
  2009-05-27 23:54     ` Morten Kjærulff
  0 siblings, 2 replies; 8+ messages in thread
From: Morten Kjærulff @ 2009-02-12 19:57 UTC (permalink / raw)
  To: cygwin

Hi,

On Thu, Feb 12, 2009 at 8:39 PM, Andrew Schulman wrote:
>> I can't get unison to syncronize the permission bits between my C: drive and my USB drive. Both are NTFS. I use "perms -1".
>>
>> What am I missing?
>
> Morten, thanks for the report.  I'll look at this as soon as I can, but I don't
> think it will be this week.
>
> My initial guess is that there's some problem in propagating permissions to
> removable media.  I.e. if permissions will propagate between directories on the
> hard drive, but not between the hard drive and a USB drive, then that's the
> problem.

Same thing if I syncornize 2 directories on the C: drive:
(
Note the lines:
[copy] copyRegFile(/home/Compaq_Ejer/da,a) -> (/home/Compaq_Ejer/db,a,/home/Comp
aq_Ejer/db,.unison.a.62dd79.unison.tmp,modified on 2009-02-12 at 20:48:48  size
2         read-write)
[copy] Copy.localFile /home/Compaq_Ejer/da / a to /home/Compaq_Ejer/db / .unison
.a.62dd79.unison.tmp
[abort] Checking line 1
[props] Setting permissions for /home/Compaq_Ejer/db/.unison.a.62dd79.unison.tmp
 to read-write (600/200)
(




Compaq_Ejer@Gitmoe ~
$ mkdir da

Compaq_Ejer@Gitmoe ~
$ mkdir db

Compaq_Ejer@Gitmoe ~
$ echo a>da/a

Compaq_Ejer@Gitmoe ~
$ chmod a+x da/a

Compaq_Ejer@Gitmoe ~
$ unison -debug verbose -perms -1 da db
[startup] Preferences:
ui = graphic
host =
server = false
prefsdocs = false
doc =
version = false
silent = false
dumbtty = true
testserver = false
rest = db
rest = da
showprev = false
selftest = false
confirmmerge = false
retry = 0
repeat =
contactquietly = false
key =
label =
expert = false
reusewindows = false
height = 20
auto = false
maxthreads = 20
prefer =
force =
sortnewfirst = false
sortbysize = false
keeptempfilesaftermerge = false
diff = diff -u CURRENT2 CURRENT1
fastcheck = default
ignorelocks = false
dumparchives = false
showarchive = false
rootsName =
backupdir =
maxbackups = 2
backups = false
backupsuffix =
backupprefix = .bak.$VERSION.
backuplocation = central
rsync = true
allHostsAreRunningWindows = false
someHostIsRunningWindows = false
confirmbigdeletes = true
batch = false
root = db
root = da
killserver = false
addversionno = false
servercmd =
sshargs =
rshargs =
rshcmd = rsh
sshcmd = ssh
xferbycopying = true
sshversion =
pretendwin = false
times = false
group = false
owner = false
numericids = false
perms = -1
rsrc-aux = false
rsrc = default
someHostIsInsensitive = false
ignorecase = default
timers = false
terse = false
logfile = /home/Compaq_Ejer/unison.log
log = true
debugtimes = false
debug = verbose
addprefsto =
Contacting server...
[globals] Checking path '' for expansions
Connected [//Gitmoe//home/Compaq_Ejer/da -> //Gitmoe//home/Compaq_Ejer/db]
[startup] Roots:
        db
        da
  i.e.
        db
        da
  i.e. (in canonical order)
       /home/Compaq_Ejer/da
       /home/Compaq_Ejer/db

[props] Setting permission mask to 200 (17777777777 and 200)
[stasher] initBackupsLocal
[stasher] d = /
[stasher] New pattern being added to ignore preferences: Regex (.*/)?\.bak\.[0-9
]+\..*
[stasher] Prefix and suffix regexps for backup filenames have been updated
[stasher] initBackupsLocal
[stasher] d = /
[stasher] New pattern being added to ignore preferences: Regex (.*/)?\.bak\.[0-9
]+\..*
[stasher] Prefix and suffix regexps for backup filenames have been updated
Looking for changes
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
<>Starting new major GC cycle
![update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_E
jer/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39
be8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update] Loading archive from /home/Compaq_Ejer/.unison/ardaf265
[update] Archive /home/Compaq_Ejer/.unison/ardaf265 not found
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update] Loading archive from /home/Compaq_Ejer/.unison/ar62dd79
[update] Archive /home/Compaq_Ejer/.unison/ar62dd79 not found
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
Warning: No archive files were found for these roots, whose canonical names are:

        /home/Compaq_Ejer/da
        /home/Compaq_Ejer/db
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

Press return to continue.[<spc>]
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update] Loading archive from /home/Compaq_Ejer/.unison/ardaf265
[update] Archive /home/Compaq_Ejer/.unison/ardaf265 not found
[update] Setting archive for //Gitmoe//home/Compaq_Ejer/da
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update] Loading archive from /home/Compaq_Ejer/.unison/ar62dd79
[update] Archive /home/Compaq_Ejer/.unison/ar62dd79 not found
[update] Setting archive for //Gitmoe//home/Compaq_Ejer/db
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update] findOnRoot /home/Compaq_Ejer/da
[update] findLocal /home/Compaq_Ejer/da
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[pred] ignore '' = false
[update] buildUpdate: /home/Compaq_Ejer/da
[fileinfo+] /home/Compaq_Ejer/da: true 1234468128.000000 1234468128.000000
[update]   buildUpdate -> New directory
[pred] immutable '' = false
[pred] ignore 'a' = false
[update] buildUpdate: /home/Compaq_Ejer/da/a
[fileinfo+] /home/Compaq_Ejer/da/a: true 1234468143.000000 1234468128.000000
[update]   buildUpdate -> Updated file
[fileinfo+] /home/Compaq_Ejer/da/a: true 1234468143.000000 1234468128.000000
[update] Setting archive for //Gitmoe//home/Compaq_Ejer/da
[update] findOnRoot /home/Compaq_Ejer/db
[update] findLocal /home/Compaq_Ejer/db
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[pred] ignore '' = false
[update] buildUpdate: /home/Compaq_Ejer/db
[fileinfo+] /home/Compaq_Ejer/db: true 1234468099.000000 1234468099.000000
[update]   buildUpdate -> New directory
[pred] immutable '' = false
[update] Setting archive for //Gitmoe//home/Compaq_Ejer/db
<>!Reconciling changes
[recon] reconcileAll
[recon] reconcile: 1 results
[update] Marking 1 paths equal
[update] markEqualLocal /home/Compaq_Ejer/da
[update+] updatePathInArchive NoArchive /home/Compaq_Ejer/da [] []
[pred] backupcurrent '' = false
[update] Setting archive for //Gitmoe//home/Compaq_Ejer/da
[update] markEqualLocal /home/Compaq_Ejer/db
[update+] updatePathInArchive NoArchive /home/Compaq_Ejer/db [] []
[pred] backupcurrent '' = false
[update] Setting archive for //Gitmoe//home/Compaq_Ejer/db
[update] Updating archives
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update] Saving archive in /home/Compaq_Ejer/.unison/scdaf265
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update] Saving archive in /home/Compaq_Ejer/.unison/sc62dd79
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update] Copying archive /home/Compaq_Ejer/.unison/tmdaf265 to /home/Compaq_Ejer
/.unison/ardaf265
[fileinfo+] /home/Compaq_Ejer/.unison/ardaf265: false 1234468179.000000 12344681
79.000000
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update] Copying archive /home/Compaq_Ejer/.unison/tm62dd79 to /home/Compaq_Ejer
/.unison/ar62dd79
[fileinfo+] /home/Compaq_Ejer/.unison/ar62dd79: false 1234468179.000000 12344681
79.000000
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update] Removing archive /home/Compaq_Ejer/.unison/tmdaf265
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update] Removing archive /home/Compaq_Ejer/.unison/tm62dd79
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[pred] forcepartial 'a' = false
[pred] preferpartial 'a' = false

da             db
file     ---->            a  [f]

Proceed with propagating updates? [] y
Propagating updates


UNISON 2.27.57 started propagating changes at 20:49:43 on 12 Feb 2009
[BGN] Copying a from /home/Compaq_Ejer/da to /home/Compaq_Ejer/db
[files] copy /home/Compaq_Ejer/da a ---> /home/Compaq_Ejer/db a
[pred] follow 'a' = false
[fspath] Os.findWorkingDir(/home/Compaq_Ejer/db,a) = (/home/Compaq_Ejer/db,a)
[update] updateArchiveLocal /home/Compaq_Ejer/da a
[pred] ignore 'a' = false
[update] updateArchiveLocal --> a
[update] updateArchiveLocal /home/Compaq_Ejer/db a
[pred] ignore 'a' = false
[update] updateArchiveLocal --> a
[files] copyRec a --> .unison.a.62dd79.unison.tmp  (really to a)
[abort] Checking line 1
[copy] copyRegFile(/home/Compaq_Ejer/da,a) -> (/home/Compaq_Ejer/db,a,/home/Comp
aq_Ejer/db,.unison.a.62dd79.unison.tmp,modified on 2009-02-12 at 20:48:48  size
2         read-write)
[copy] Copy.localFile /home/Compaq_Ejer/da / a to /home/Compaq_Ejer/db / .unison
.a.62dd79.unison.tmp
[abort] Checking line 1
[props] Setting permissions for /home/Compaq_Ejer/db/.unison.a.62dd79.unison.tmp
 to read-write (600/200)
[fileinfo+] /home/Compaq_Ejer/da/a: true 1234468143.000000 1234468128.000000
[fileinfo+] /home/Compaq_Ejer/da/a: true 1234468143.000000 1234468128.000000
[update] replaceArchiveLocal /home/Compaq_Ejer/db a
[fileinfo+] /home/Compaq_Ejer/db/.unison.a.62dd79.unison.tmp: false 1234468183.0
00000 1234468183.000000
[files] rename(root=/home/Compaq_Ejer/db, pathOld=.unison.a.62dd79.unison.tmp, p
athNew=a)
[update] checkNoUpdatesLocal /home/Compaq_Ejer/db a
[update] buildUpdate: /home/Compaq_Ejer/db/a
[update]   buildUpdate -> Absent and no archive
[files] Renaming .unison.a.62dd79.unison.tmp to a in /home/Compaq_Ejer/db; root
is /home/Compaq_Ejer/db
[files+] calling Fileinfo.get from renameLocal
[fileinfo+] /home/Compaq_Ejer/db/.unison.a.62dd79.unison.tmp: false 1234468183.0
00000 1234468183.000000
[files+] back from Fileinfo.get from renameLocal
[files] rename: moveFirst=false
[stasher] backup: /home/Compaq_Ejer/db / a
[stasher] File a in /home/Compaq_Ejer/db does not exist, so no need to back up
[os] rename /home/Compaq_Ejer/db/.unison.a.62dd79.unison.tmp to /home/Compaq_Eje
r/db/a
[files] Contents of /home/Compaq_Ejer/db/a after renaming = 60b725f10c9c85c70d97
880dfe8191b3
[update] Committing 1
[update+] updatePathInArchive ArchiveDir /home/Compaq_Ejer/da [] [a]
[update+] updatePathInArchive NoArchive /home/Compaq_Ejer/da [a] []
[update] Setting archive for //Gitmoe//home/Compaq_Ejer/da
[update] Committing 1
[update] replaceArchiveLocal: committing
[pred] backupcurrent 'a' = false
[update+] updatePathInArchive ArchiveDir /home/Compaq_Ejer/db [] [a]
[update+] updatePathInArchive NoArchive /home/Compaq_Ejer/db [a] []
[update] Setting archive for //Gitmoe//home/Compaq_Ejer/db
[pred] backupcurrent 'a' = false
[pred] backupcurrent 'a' = false
[END] Copying a
UNISON 2.27.57 finished propagating changes at 20:49:43 on 12 Feb 2009


Saving synchronizer state
[update] Updating archives
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
<>![update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq
_Ejer/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea
39be8157
[update] Saving archive in /home/Compaq_Ejer/.unison/scdaf265
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update] Saving archive in /home/Compaq_Ejer/.unison/sc62dd79
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update] Copying archive /home/Compaq_Ejer/.unison/tmdaf265 to /home/Compaq_Ejer
/.unison/ardaf265
[fileinfo+] /home/Compaq_Ejer/.unison/ardaf265: false 1234468183.000000 12344681
83.000000
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update] Copying archive /home/Compaq_Ejer/.unison/tm62dd79 to /home/Compaq_Ejer
/.unison/ar62dd79
[fileinfo+] /home/Compaq_Ejer/.unison/ar62dd79: false 1234468183.000000 12344681
83.000000
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update] Removing archive /home/Compaq_Ejer/.unison/tmdaf265
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
[update] Removing archive /home/Compaq_Ejer/.unison/tm62dd79
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
e8157
[update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
78e1e
Synchronization complete  (1 item transferred, 0 skipped, 0 failures)

Compaq_Ejer@Gitmoe ~
$ ls -ald da db
drwxr-xr-x+ 2 Compaq_Ejer Ingen 0 Feb 12 20:48 da
drwxr-xr-x+ 2 Compaq_Ejer Ingen 0 Feb 12 20:49 db

Compaq_Ejer@Gitmoe ~
$ ls -al da db
da:
total 1
drwxr-xr-x+  2 Compaq_Ejer Ingen 0 Feb 12 20:48 .
drwxrwxrwx+ 13 Compaq_Ejer Ingen 0 Feb 12 20:48 ..
-rwxr-xr-x   1 Compaq_Ejer Ingen 2 Feb 12 20:48 a

db:
total 1
drwxr-xr-x+  2 Compaq_Ejer Ingen 0 Feb 12 20:49 .
drwxrwxrwx+ 13 Compaq_Ejer Ingen 0 Feb 12 20:48 ..
-rw-------   1 Compaq_Ejer Ingen 2 Feb 12 20:49 a

Compaq_Ejer@Gitmoe ~
$


>
> Anyway I'll try to reproduce the problem here.  I sync over the network with
> permissions, and it works fine.
>
> Andrew.
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't get unison to syncroze permission bits
  2009-02-12 19:57   ` Morten Kjærulff
@ 2009-02-12 20:14     ` Andrew Schulman
  2009-02-12 20:20       ` Andrew Schulman
  2009-05-27 23:54     ` Morten Kjærulff
  1 sibling, 1 reply; 8+ messages in thread
From: Andrew Schulman @ 2009-02-12 20:14 UTC (permalink / raw)
  To: cygwin

Which version of Unison are you running?


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't get unison to syncroze permission bits
  2009-02-12 20:14     ` Andrew Schulman
@ 2009-02-12 20:20       ` Andrew Schulman
  2009-03-18  9:52         ` Morten Kjærulff
  0 siblings, 1 reply; 8+ messages in thread
From: Andrew Schulman @ 2009-02-12 20:20 UTC (permalink / raw)
  To: cygwin

> Which version of Unison are you running?

Nevermind, I see it's 2.27.57.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't get unison to syncroze permission bits
  2009-02-12 20:20       ` Andrew Schulman
@ 2009-03-18  9:52         ` Morten Kjærulff
  2009-03-18 18:18           ` Andrew Schulman
  0 siblings, 1 reply; 8+ messages in thread
From: Morten Kjærulff @ 2009-03-18  9:52 UTC (permalink / raw)
  To: cygwin

Did you ever get the time to look into this?

/Morten

On Thu, Feb 12, 2009 at 9:15 PM, Andrew Schulman
<schulman.andrew@epamail.epa.gov> wrote:
>> Which version of Unison are you running?
>
> Nevermind, I see it's 2.27.57.
>
>
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Problem reports:       http://cygwin.com/problems.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
>
>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't get unison to syncroze permission bits
  2009-03-18  9:52         ` Morten Kjærulff
@ 2009-03-18 18:18           ` Andrew Schulman
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Schulman @ 2009-03-18 18:18 UTC (permalink / raw)
  To: cygwin

> Did you ever get the time to look into this?

No.  Thanks for the reminder.  I'll see if I can look at it today.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Can't get unison to syncroze permission bits
  2009-02-12 19:57   ` Morten Kjærulff
  2009-02-12 20:14     ` Andrew Schulman
@ 2009-05-27 23:54     ` Morten Kjærulff
  1 sibling, 0 replies; 8+ messages in thread
From: Morten Kjærulff @ 2009-05-27 23:54 UTC (permalink / raw)
  To: cygwin

Hi,

Below problem still exist in 2.31.4, or at least that's what I see.
Was anything done to solve it? Can I provide more doc?

Cheers,
Morten

2009/2/12 Morten Kjærulff <mortenkjarulff@gmail.com>
>
> Hi,
>
> On Thu, Feb 12, 2009 at 8:39 PM, Andrew Schulman wrote:
> >> I can't get unison to syncronize the permission bits between my C: drive and my USB drive. Both are NTFS. I use "perms -1".
> >>
> >> What am I missing?
> >
> > Morten, thanks for the report.  I'll look at this as soon as I can, but I don't
> > think it will be this week.
> >
> > My initial guess is that there's some problem in propagating permissions to
> > removable media.  I.e. if permissions will propagate between directories on the
> > hard drive, but not between the hard drive and a USB drive, then that's the
> > problem.
>
> Same thing if I syncornize 2 directories on the C: drive:
> (
> Note the lines:
> [copy] copyRegFile(/home/Compaq_Ejer/da,a) -> (/home/Compaq_Ejer/db,a,/home/Comp
> aq_Ejer/db,.unison.a.62dd79.unison.tmp,modified on 2009-02-12 at 20:48:48  size
> 2         read-write)
> [copy] Copy.localFile /home/Compaq_Ejer/da / a to /home/Compaq_Ejer/db / .unison
> .a.62dd79.unison.tmp
> [abort] Checking line 1
> [props] Setting permissions for /home/Compaq_Ejer/db/.unison.a.62dd79.unison.tmp
>  to read-write (600/200)
> (
>
>
>
>
> Compaq_Ejer@Gitmoe ~
> $ mkdir da
>
> Compaq_Ejer@Gitmoe ~
> $ mkdir db
>
> Compaq_Ejer@Gitmoe ~
> $ echo a>da/a
>
> Compaq_Ejer@Gitmoe ~
> $ chmod a+x da/a
>
> Compaq_Ejer@Gitmoe ~
> $ unison -debug verbose -perms -1 da db
> [startup] Preferences:
> ui = graphic
> host =
> server = false
> prefsdocs = false
> doc =
> version = false
> silent = false
> dumbtty = true
> testserver = false
> rest = db
> rest = da
> showprev = false
> selftest = false
> confirmmerge = false
> retry = 0
> repeat =
> contactquietly = false
> key =
> label =
> expert = false
> reusewindows = false
> height = 20
> auto = false
> maxthreads = 20
> prefer =
> force =
> sortnewfirst = false
> sortbysize = false
> keeptempfilesaftermerge = false
> diff = diff -u CURRENT2 CURRENT1
> fastcheck = default
> ignorelocks = false
> dumparchives = false
> showarchive = false
> rootsName =
> backupdir =
> maxbackups = 2
> backups = false
> backupsuffix =
> backupprefix = .bak.$VERSION.
> backuplocation = central
> rsync = true
> allHostsAreRunningWindows = false
> someHostIsRunningWindows = false
> confirmbigdeletes = true
> batch = false
> root = db
> root = da
> killserver = false
> addversionno = false
> servercmd =
> sshargs =
> rshargs =
> rshcmd = rsh
> sshcmd = ssh
> xferbycopying = true
> sshversion =
> pretendwin = false
> times = false
> group = false
> owner = false
> numericids = false
> perms = -1
> rsrc-aux = false
> rsrc = default
> someHostIsInsensitive = false
> ignorecase = default
> timers = false
> terse = false
> logfile = /home/Compaq_Ejer/unison.log
> log = true
> debugtimes = false
> debug = verbose
> addprefsto =
> Contacting server...
> [globals] Checking path '' for expansions
> Connected [//Gitmoe//home/Compaq_Ejer/da -> //Gitmoe//home/Compaq_Ejer/db]
> [startup] Roots:
>        db
>        da
>  i.e.
>        db
>        da
>  i.e. (in canonical order)
>       /home/Compaq_Ejer/da
>       /home/Compaq_Ejer/db
>
> [props] Setting permission mask to 200 (17777777777 and 200)
> [stasher] initBackupsLocal
> [stasher] d = /
> [stasher] New pattern being added to ignore preferences: Regex (.*/)?\.bak\.[0-9
> ]+\..*
> [stasher] Prefix and suffix regexps for backup filenames have been updated
> [stasher] initBackupsLocal
> [stasher] d = /
> [stasher] New pattern being added to ignore preferences: Regex (.*/)?\.bak\.[0-9
> ]+\..*
> [stasher] Prefix and suffix regexps for backup filenames have been updated
> Looking for changes
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> <>Starting new major GC cycle
> ![update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_E
> jer/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39
> be8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update] Loading archive from /home/Compaq_Ejer/.unison/ardaf265
> [update] Archive /home/Compaq_Ejer/.unison/ardaf265 not found
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update] Loading archive from /home/Compaq_Ejer/.unison/ar62dd79
> [update] Archive /home/Compaq_Ejer/.unison/ar62dd79 not found
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> Warning: No archive files were found for these roots, whose canonical names are:
>
>        /home/Compaq_Ejer/da
>        /home/Compaq_Ejer/db
> 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
>
> Press return to continue.[<spc>]
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update] Loading archive from /home/Compaq_Ejer/.unison/ardaf265
> [update] Archive /home/Compaq_Ejer/.unison/ardaf265 not found
> [update] Setting archive for //Gitmoe//home/Compaq_Ejer/da
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update] Loading archive from /home/Compaq_Ejer/.unison/ar62dd79
> [update] Archive /home/Compaq_Ejer/.unison/ar62dd79 not found
> [update] Setting archive for //Gitmoe//home/Compaq_Ejer/db
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update] findOnRoot /home/Compaq_Ejer/da
> [update] findLocal /home/Compaq_Ejer/da
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [pred] ignore '' = false
> [update] buildUpdate: /home/Compaq_Ejer/da
> [fileinfo+] /home/Compaq_Ejer/da: true 1234468128.000000 1234468128.000000
> [update]   buildUpdate -> New directory
> [pred] immutable '' = false
> [pred] ignore 'a' = false
> [update] buildUpdate: /home/Compaq_Ejer/da/a
> [fileinfo+] /home/Compaq_Ejer/da/a: true 1234468143.000000 1234468128.000000
> [update]   buildUpdate -> Updated file
> [fileinfo+] /home/Compaq_Ejer/da/a: true 1234468143.000000 1234468128.000000
> [update] Setting archive for //Gitmoe//home/Compaq_Ejer/da
> [update] findOnRoot /home/Compaq_Ejer/db
> [update] findLocal /home/Compaq_Ejer/db
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [pred] ignore '' = false
> [update] buildUpdate: /home/Compaq_Ejer/db
> [fileinfo+] /home/Compaq_Ejer/db: true 1234468099.000000 1234468099.000000
> [update]   buildUpdate -> New directory
> [pred] immutable '' = false
> [update] Setting archive for //Gitmoe//home/Compaq_Ejer/db
> <>!Reconciling changes
> [recon] reconcileAll
> [recon] reconcile: 1 results
> [update] Marking 1 paths equal
> [update] markEqualLocal /home/Compaq_Ejer/da
> [update+] updatePathInArchive NoArchive /home/Compaq_Ejer/da [] []
> [pred] backupcurrent '' = false
> [update] Setting archive for //Gitmoe//home/Compaq_Ejer/da
> [update] markEqualLocal /home/Compaq_Ejer/db
> [update+] updatePathInArchive NoArchive /home/Compaq_Ejer/db [] []
> [pred] backupcurrent '' = false
> [update] Setting archive for //Gitmoe//home/Compaq_Ejer/db
> [update] Updating archives
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update] Saving archive in /home/Compaq_Ejer/.unison/scdaf265
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update] Saving archive in /home/Compaq_Ejer/.unison/sc62dd79
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update] Copying archive /home/Compaq_Ejer/.unison/tmdaf265 to /home/Compaq_Ejer
> /.unison/ardaf265
> [fileinfo+] /home/Compaq_Ejer/.unison/ardaf265: false 1234468179.000000 12344681
> 79.000000
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update] Copying archive /home/Compaq_Ejer/.unison/tm62dd79 to /home/Compaq_Ejer
> /.unison/ar62dd79
> [fileinfo+] /home/Compaq_Ejer/.unison/ar62dd79: false 1234468179.000000 12344681
> 79.000000
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update] Removing archive /home/Compaq_Ejer/.unison/tmdaf265
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update] Removing archive /home/Compaq_Ejer/.unison/tm62dd79
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [pred] forcepartial 'a' = false
> [pred] preferpartial 'a' = false
>
> da             db
> file     ---->            a  [f]
>
> Proceed with propagating updates? [] y
> Propagating updates
>
>
> UNISON 2.27.57 started propagating changes at 20:49:43 on 12 Feb 2009
> [BGN] Copying a from /home/Compaq_Ejer/da to /home/Compaq_Ejer/db
> [files] copy /home/Compaq_Ejer/da a ---> /home/Compaq_Ejer/db a
> [pred] follow 'a' = false
> [fspath] Os.findWorkingDir(/home/Compaq_Ejer/db,a) = (/home/Compaq_Ejer/db,a)
> [update] updateArchiveLocal /home/Compaq_Ejer/da a
> [pred] ignore 'a' = false
> [update] updateArchiveLocal --> a
> [update] updateArchiveLocal /home/Compaq_Ejer/db a
> [pred] ignore 'a' = false
> [update] updateArchiveLocal --> a
> [files] copyRec a --> .unison.a.62dd79.unison.tmp  (really to a)
> [abort] Checking line 1
> [copy] copyRegFile(/home/Compaq_Ejer/da,a) -> (/home/Compaq_Ejer/db,a,/home/Comp
> aq_Ejer/db,.unison.a.62dd79.unison.tmp,modified on 2009-02-12 at 20:48:48  size
> 2         read-write)
> [copy] Copy.localFile /home/Compaq_Ejer/da / a to /home/Compaq_Ejer/db / .unison
> .a.62dd79.unison.tmp
> [abort] Checking line 1
> [props] Setting permissions for /home/Compaq_Ejer/db/.unison.a.62dd79.unison.tmp
>  to read-write (600/200)
> [fileinfo+] /home/Compaq_Ejer/da/a: true 1234468143.000000 1234468128.000000
> [fileinfo+] /home/Compaq_Ejer/da/a: true 1234468143.000000 1234468128.000000
> [update] replaceArchiveLocal /home/Compaq_Ejer/db a
> [fileinfo+] /home/Compaq_Ejer/db/.unison.a.62dd79.unison.tmp: false 1234468183.0
> 00000 1234468183.000000
> [files] rename(root=/home/Compaq_Ejer/db, pathOld=.unison.a.62dd79.unison.tmp, p
> athNew=a)
> [update] checkNoUpdatesLocal /home/Compaq_Ejer/db a
> [update] buildUpdate: /home/Compaq_Ejer/db/a
> [update]   buildUpdate -> Absent and no archive
> [files] Renaming .unison.a.62dd79.unison.tmp to a in /home/Compaq_Ejer/db; root
> is /home/Compaq_Ejer/db
> [files+] calling Fileinfo.get from renameLocal
> [fileinfo+] /home/Compaq_Ejer/db/.unison.a.62dd79.unison.tmp: false 1234468183.0
> 00000 1234468183.000000
> [files+] back from Fileinfo.get from renameLocal
> [files] rename: moveFirst=false
> [stasher] backup: /home/Compaq_Ejer/db / a
> [stasher] File a in /home/Compaq_Ejer/db does not exist, so no need to back up
> [os] rename /home/Compaq_Ejer/db/.unison.a.62dd79.unison.tmp to /home/Compaq_Eje
> r/db/a
> [files] Contents of /home/Compaq_Ejer/db/a after renaming = 60b725f10c9c85c70d97
> 880dfe8191b3
> [update] Committing 1
> [update+] updatePathInArchive ArchiveDir /home/Compaq_Ejer/da [] [a]
> [update+] updatePathInArchive NoArchive /home/Compaq_Ejer/da [a] []
> [update] Setting archive for //Gitmoe//home/Compaq_Ejer/da
> [update] Committing 1
> [update] replaceArchiveLocal: committing
> [pred] backupcurrent 'a' = false
> [update+] updatePathInArchive ArchiveDir /home/Compaq_Ejer/db [] [a]
> [update+] updatePathInArchive NoArchive /home/Compaq_Ejer/db [a] []
> [update] Setting archive for //Gitmoe//home/Compaq_Ejer/db
> [pred] backupcurrent 'a' = false
> [pred] backupcurrent 'a' = false
> [END] Copying a
> UNISON 2.27.57 finished propagating changes at 20:49:43 on 12 Feb 2009
>
>
> Saving synchronizer state
> [update] Updating archives
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> <>![update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq
> _Ejer/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea
> 39be8157
> [update] Saving archive in /home/Compaq_Ejer/.unison/scdaf265
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update] Saving archive in /home/Compaq_Ejer/.unison/sc62dd79
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update] Copying archive /home/Compaq_Ejer/.unison/tmdaf265 to /home/Compaq_Ejer
> /.unison/ardaf265
> [fileinfo+] /home/Compaq_Ejer/.unison/ardaf265: false 1234468183.000000 12344681
> 83.000000
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update] Copying archive /home/Compaq_Ejer/.unison/tm62dd79 to /home/Compaq_Ejer
> /.unison/ar62dd79
> [fileinfo+] /home/Compaq_Ejer/.unison/ar62dd79: false 1234468183.000000 12344681
> 83.000000
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update] Removing archive /home/Compaq_Ejer/.unison/tmdaf265
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> [update] Removing archive /home/Compaq_Ejer/.unison/tm62dd79
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/da;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is daf265e5e54c31aba72697ea39b
> e8157
> [update+] Archive name is //Gitmoe//home/Compaq_Ejer/db;//Gitmoe//home/Compaq_Ej
> er/da, //Gitmoe//home/Compaq_Ejer/db;22; hashcode is 62dd79820bf9492c7b2a432ef9f
> 78e1e
> Synchronization complete  (1 item transferred, 0 skipped, 0 failures)
>
> Compaq_Ejer@Gitmoe ~
> $ ls -ald da db
> drwxr-xr-x+ 2 Compaq_Ejer Ingen 0 Feb 12 20:48 da
> drwxr-xr-x+ 2 Compaq_Ejer Ingen 0 Feb 12 20:49 db
>
> Compaq_Ejer@Gitmoe ~
> $ ls -al da db
> da:
> total 1
> drwxr-xr-x+  2 Compaq_Ejer Ingen 0 Feb 12 20:48 .
> drwxrwxrwx+ 13 Compaq_Ejer Ingen 0 Feb 12 20:48 ..
> -rwxr-xr-x   1 Compaq_Ejer Ingen 2 Feb 12 20:48 a
>
> db:
> total 1
> drwxr-xr-x+  2 Compaq_Ejer Ingen 0 Feb 12 20:49 .
> drwxrwxrwx+ 13 Compaq_Ejer Ingen 0 Feb 12 20:48 ..
> -rw-------   1 Compaq_Ejer Ingen 2 Feb 12 20:49 a
>
> Compaq_Ejer@Gitmoe ~
> $
>
>
> >
> > Anyway I'll try to reproduce the problem here.  I sync over the network with
> > permissions, and it works fine.
> >
> > Andrew.
> >
> >
> > --
> > Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> > Problem reports:       http://cygwin.com/problems.html
> > Documentation:         http://cygwin.com/docs.html
> > FAQ:                   http://cygwin.com/faq/
> >
> >

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-05-27 20:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-10 23:05 Can't get unison to syncroze permission bits Morten Kjærulff
2009-02-12 19:39 ` Andrew Schulman
2009-02-12 19:57   ` Morten Kjærulff
2009-02-12 20:14     ` Andrew Schulman
2009-02-12 20:20       ` Andrew Schulman
2009-03-18  9:52         ` Morten Kjærulff
2009-03-18 18:18           ` Andrew Schulman
2009-05-27 23:54     ` Morten Kjærulff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).