[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [coldsync-hackers] Re: how to dig deeper



> to add support for the Palm/Sony devices, please give it a try.
> 
> You don't need to specify the protcol: it's auto selected.

I compiled and installed.

Here is my .coldsyncrc;

listen libusb {
     device: "/dev/ugen0";
}

the command I used;

coldsync -d sync:6 -d parse:9 -d io:9 -d misc:9 -d net:9 -d \
pdb:9 -d conduit:9 -mb /usr/david/cold

The output;

Inside get_symbol(CS_LOGFILE)
        Not found in symtab. Looking in environment
        env == [(nil)]
Allocated sync_config 0x808e060
Allocating a new 'ctypes' array.
UID: 1000, euid 1000
HOME: "/usr/david"
Reading "/usr/david/.coldsyncrc"
Found an empty statement
Found keyword LISTEN
Found keyword LIBUSB
Listen: commtype LIBUSB
(lex) Found none of the above: [{]
Found keyword DEVICE
(lex) Found none of the above: [:]
Lex: expecting state 102
lexer: Starting state 2
Started string ["/dev/ugen0]
qstr_append("/dev/ugen0", 10)
Creating initial qstring, newsize == 1024
Now qstring == [] len 0 size 1024
Now qstring is [/dev/ugen0] len 10 size 1024
finished string [/dev/ugen0]
(lex) Found none of the above: [;]
        Listen: device [/dev/ugen0]
Lex: expecting state 100
Found a listen_directive
lexer: Starting state 0
(lex) Found none of the above: [}]
Found a listen_block
Found listen+listen_block:
        Name: [(null)]
        Device: [/dev/ugen0]
        Speed: [0]
        Protocol: 0
        Flags: PROMPT
Found a listen_stmt (statement)
Found a statement
Found a configuration file
Summary of sync configuration:
Listen:
        Name: (unnamed)
        Type: 4
        Device: [/dev/ugen0]
        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:
My hostname is "skytrackercanada.com"
My addresses:
    0:
        IP d1 bc 42 1d                                       | ..B.
My hostid is 0xd1bc421d
Inside get_symbol(CS_LOGFILE)
        Not found in symtab. Looking in environment
        env == [(nil)]
coldsync version 2.3.2.
ColdSync homepage at http://www.coldsync.org
Compile-type options:
    WITH_USB: USB (BSD) support.
    WITH_USB: USB (libusb) support.
    HAVE_STRCASECMP, HAVE_STRNCASECMP: strings are compared without regard
        to case, whenever possible.

    Default global configuration file: /usr/local/etc/coldsync.conf
Options:
        Mode: Backup
        conf_fname: "/usr/david/.coldsyncrc"
        conf_fname_given: False
        devname: (null)
        devtype: -1
        protocol: 0
        force_slow: False
        force_fast: False
        check_ROM: False
        install_first: True
        force_install: False
        autoinit: False
        use_syslog: False
Inside get_symbol(CS_LOGFILE)
        Not found in symtab. Looking in environment
        env == [(nil)]
        log_fname: "(null)"

hostid == 0xd1bc421d (209.188.66.29)

Debugging levels:
        NET:     9
        SLP:     0
        CMP:     0
        PADP:    0
        DLP:     0
        DLPC:    0
        PDB:     9
        SYNC:    6
        PARSE:   9
        IO:      9
        MISC:    9
        CONDUIT: 9
Backup directory: "/usr/david/cold"
Opening device [/dev/ugen0]
Please press the HotSync button.
pconn_usb_open: Can't open USB device.
Error: Can't open connection.
Freeing sync_config 0x808e060
ColdSync terminating normally


-- 
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.