[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [coldsync-hackers] modem sync-multiple palms
> Instead of the "-v" options (which are intended for end-users),
> try using debugging options. "-dsync:5 -dmisc:5 -dio:5" should be a good
> start. RTFS to see what various values do.
Cool. Thank you for that.
> As a simple test, you may want to replace coldsync in your
> configuration with a different script:
>
> #!/bin/sh
> /bin/cat > /tmp/synclog
>
> Since the Palm initiates the sync, you should wind up with the first
> packet or so in /tmp/synclog. If not, check your mgetty (or pppd, or
> whatever) setup.
>
OK. I've run 4 separate tests.
TEST1:
Palm setup as direct to modem
Server setup to run described shell test
Result: empty file
TEST2:
Palm setup as direct to modem
Server setup to run coldsync with debug options
result: output logged is setup configuration output, with possibly interesting
lines at the bottom, such as: "pconn->speed == 0"? This file is included below.
It appears that ColdSync is running, but possibly not getting any data still.
Except for the weird output in TEST4.
TEST3:
Palm setup as modem network - unix with username/password
Server setup to run coldsync with debug options
result: output is identical to TEST2. See below
TEST4:
Palm setup as modem network - unix with username/password
Server setup to run described shell test
result: output is a "+++" line, followed by 10 "OK" lines with increasing
numbers of blank lines between.
Perhaps one these results, especially the TEST4 result could be cleared up? Is
the TEST4 result output likely from the server modem, after/during timing out?
Thanks again.
/**
* John Joseph Roets
* jjr@sunflower.com
* ph:785.865.1619
*/
This message was sent through the coldsync-hackers mailing list. To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body. For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.