View Single Post
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#12
Originally Posted by rhkuo View Post
Am I correct in assuming then that jpilot calls pilot-xfer? Does pilot-xfer need to be running in the background?
No, they're independent programs that use the same library (libpisock) for communication to a PalmOS device.

You can check if jpilot is listening for incoming connections with "netstat -tln". If it is you will see something like this in the output:

Code:
tcp        0      0 0.0.0.0:14238           0.0.0.0:*               LISTEN
Originally Posted by rhkuo View Post
Thanks for the hint. I figured out how to enable port 14238 in the firewall but no luck. I then disabled the firewall but that didn't help either. Still get "Failed (Can't connect) on the N800.

I'm just grasping at straws here, but does /dev/jpilot need to exist for network sync?
No, I don't have one here.

If the firewall isn't blocking it anymore it should work. Can you try running "tcpdump -n -i eth0 tcp port 14238" on the PC (as root, and assuming eth0 is your active network interface), then start a hotsync attempt and post the tcpdump output here?
 

The Following User Says Thank You to lma For This Useful Post: