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

[coldsync-hackers] segmentation fault on sync with new palm



I have a palm that I have been using for some time and it does a sync
with no problem.

I then added a new entry to /etc/palms for my new palm and also added an
entry to ~/.coldsyncrc for the new palm giving it a new directory to
use.

When I try to do a sync I get a segfault as follows:

+-(~)> coldsync -ms
Please press the HotSync button.
Segmentation fault
+-(~)>

Attached is my .coldsyncrc file.

Any ideas or help on this would be VERY much appreciated.



-- 

--------------------------
Ed Davison
Sr. Systems Analyst
McCombs School of Business
512-232-6620 voice
pda "My Palm" {
        snum: "10A816T96HHD-U";
	directory: /home/bfdi533/.palm;
        username: "bfdi533";
        userid: 500;
}

pda "New Palm" {
        snum: "10GK12R17FME-A";
	directory: /home/bfdi533/.palm_new;
        username: "bfdi533";
        userid: 500;
}

listen serial {
	device: /dev/ttyS0;
	protocol: default;
	speed: 57600;
	transient;
}

conduit sync {
	path: "/home/bfdi533/bin/setsysdatetime.pl";
	type: psys/sprf;
}

#conduit sync {
#	type: */*;
#	path: [generic];
#	default;
#}

#conduit fetch,dump {
#        path: "/opt/ssis/coldsync/conduits/ssis-address";
#        type: addr/DATA;
#}

#conduit fetch {
#	path: "/opt/ssis/coldsync/conduits/ssis-datebook";
#	type: date/DATA;
#}

#conduit fetch {
#	path: "/opt/ssis/coldsync/conduits/ssis-memo";
#	type: */*;
#	type: memo/DATA;
#}

#conduit fetch {
#	path: "/opt/ssis/coldsync/conduits/ssis-todo";
#	type: todo/DATA;
#}