[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coldsync-hackers] coldsync -t net Not Responding
Christophe Beauregard wrote:
On Thursday 04 May 2006 01:08, Mike Baas wrote:
mike@jasmines:~$ coldsync -md --listen netsync-standalone
Error: Couldn't find the requested listen block: "netsync-standalone"
Error: No port specified.
Now what?
Well, you could try making your config more like mine... I'm not getting
that error ;)
The standard approach is to run with "-d sync:4" to try to work out _why_ it
doesn't think you've got the listen block.
c.
# myconfig
listen net "netsync-standalone" {
}
mike@jasmines:~$ coldsync -md --listen netsync-standalone -f
myconfig -d sync:4
Summary of sync configuration:
Listen:
Name: netsync-standalone
Type: 1
Device: [(null)]
Speed: 0
Protocol: 0
Flags: PROMPT
Known PDAs:
The queue of conduits:
Conduit:
flavors: 0x0004 SYNC
Creator/Types:
[/] (0x00000000/0x00000000) (flags: 00)
Path: [[generic]]
DEFAULT
Headers:
Preferences:
Inside run_mode_Daemon()
Using port from config file.
Opening device [(null)]
I thought the docs said the 'palms' information was option, so I
didn't include any. My suspicion is that "Opening device
[(null)]" is not a good error message but I'm not sure what to do
to fix it.
mb