[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FW: [coldsync-hackers] modem sync-multiple palms
Sorry, I forgot to include the files...
> 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.
TEST1:
<empty>
TEST2:
Log started on Fri Nov 16 10:55:03 2001
Allocated sync_config 0x808dea0
Reading "/usr/local/etc/coldsync.conf"
Summary of sync configuration:
Listen:
Type: 1
Device: [/dev/palm]
Speed: 0
Known PDAs:
PDA:
Serial number: [10FG1CC970CJ]
Directory: [/home/jjr/.palm]
Username: [jjr]
UserID: 500
Flags:
PDA:
Serial number: [10GB1311A6KT]
Directory: [/home/jjr/nick_test]
Username: [jjr]
UserID: 500
Flags:
The queue of conduits:
Conduit:
flavors: 0x0004 SYNC
Creator/Types:
[...> cannot paste]
Path: [[generic]]
DEFAULT
Headers:
Preferences:
Conduit:
flavors: 0x0003 FETCH DUMP
Creator/Types:
[BBCP/OutP] (0x42424350/0x4f757450)
Path: [/home/jjr/BBCP_OutputDB.conduit.pl]
Headers:
[clientID]: [1002]
Preferences:
Conduit:
flavors: 0x0004 SYNC
Creator/Types:
[...> cannot paste]
Path: [[generic]]
DEFAULT
Headers:
Preferences:
coldsync version 2.1.3.
ColdSync homepage at http://www.ooblick.com/software/coldsync/
Compile-type options:
HAVE_STRCASECMP, HAVE_STRNCASECMP: strings are compared without regard
to case, whenever possible.
Default global configuration file: /usr/local/etc/coldsync.conf
Options:
Mode: Daemon
conf_fname: "(null)"
conf_fname_given: False
devname: (null)
devtype: 1
do_backup: False
backupdir: "(null)"
do_restore: False
restoredir: "(null)"
force_slow: False
force_fast: False
check_ROM: False
install_first: True
force_install: False
use_syslog: False
log_fname: "/usr/local/etc/test.log"
hostid == 0x7f000001 (127.00.00.01)
Debugging levels:
SLP: 0
CMP: 0
PADP: 0
DLP: 0
DLPC: 0
PDB: 0
SYNC: 5
PARSE: 0
IO: 5
MISC: 5
Inside run_mode_Daemon()
Using port from config file.
Device: [/dev/palm]
Listen type: 1
PConnection fd == 4
Discovering available speeds.
Trying 230400 bps (4099)... yes
Assuming 230400 bps (4099) yes
Assuming 115200 bps (4098) yes
Assuming 57600 bps (4097) yes
Assuming 38400 bps (15) yes
Assuming 19200 bps (14) yes
Assuming 9600 bps (13) yes
Assuming 4800 bps (12) yes
Assuming 2400 bps (11) yes
Assuming 1200 bps (9) yes
pconn->speed == 0
TEST3:
<identical output as TEST2:
TEST4:
+++
OK
OK
... and so on (10 OK lines growing further apart)
/**
* 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.