-
All good - it took me two days of playing around with it before I noticed that option... :-)
2009-03-12 23:33:52 UTC in SynCE
-
Notes:
1. To see the problem, try running
bash$ pcp -r ':/My Documents' /tmp/foo
and see it complain about being unable to create anything in /tmp/foo/My Documents/My Pictures (and any other subdirectories of My Documents.)
2. those "error finding ... No such file or directory" messages are okay, not errors. (They're in the bit of pcp which checks for existing directories, which I...
2009-03-03 14:01:33 UTC in SynCE
-
The current svn of pcp has a "recursive" mode, which copies all the files in a directory. However, if it encounters a directory, it fails to create the subdirectory, so is unable to create any files in subdirectories which don't already exist at the destination.
(If you create the directory structure correctly, the current pcp -r will fill in all the files.)
I've added a patch which...
2009-03-03 13:56:29 UTC in SynCE
-
Do you have the ActiveSync setting "When cradled Synchronize all PCs using this connection:" enabled, and set to USB?
(You should be able to check it in ActiveSync, under Menu -> Connections)
2009-03-03 13:07:24 UTC in SynCE
-
On that note: is it possible to get that detail added to the wiki page?.
2009-02-06 02:50:39 UTC in SynCE
-
Finally figured it out...
Played with tcpdump and netstat to see what was happening... Realised that synce-hal was waiting for a connection on 990 which wasn't forthcoming from the device... The PPC would connect, and send ARP, BOOTP, and IPv6 discovery requests, and reply to DHCP, but never anything else.
Went poking around in settings, and discovered the ActiveSync -> Menu ->...
2009-02-06 02:45:07 UTC in SynCE
-
Oops - forgot to paste that bit... iptables is set to permit everything, so I don't think it's affecting anything...
# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
#...
2009-02-04 23:06:00 UTC in SynCE
-
Diagnostics:
# synce-pls
** Message: Device /org/freedesktop/Hal/devices/net_80_00_60_0f_e8_00 not fully set in Hal, skipping
** Message: Odccm is not running, ignoring
synce-pls: Could not find configuration at path '(Default)'
# ifconfig eth1
eth1 Link encap:Ethernet HWaddr 80:00:60:0f:e8:00
inet addr:169.254.2.2 Bcast:169.254.2.255 Mask:255.255.255.0.
2009-02-04 01:20:52 UTC in SynCE
-
I'm getting this issue with a HTC Tytn (Dopod 838pro) running WM6.1 against synce-hal 0.13 on Kubuntu 8.10 using the builds from the launchpad ppa...
** Message: Device /org/freedesktop/Hal/devices/net_80_00_60_0f_e8_00 not fully set in Hal, skipping
** Message: Odccm is not running, ignoring
synce-pls: Could not find configuration at path '(Default)'
A few minutes after being plugged...
2009-02-04 01:19:24 UTC in SynCE
-
Mailing lists for spca50x (which I have just taken over administration of) are no longer being archived. This appears to have happened some time before I was given control of this project.
I suspect that it is not project specific, as other projects I follow, (e.g. playerstage) are also not being archived since approximately 17 December 2007.
This is not reflected in the Site Status as a...
2007-12-28 13:53:24 UTC in SourceForge.net