After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 66606 - Network connect fails to Palm m505
Network connect fails to Palm m505
Status: RESOLVED FIXED
Product: gnome-pilot
Classification: Other
Component: gpilotd
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Helge Jensen
gnome-pilot Maintainers
Depends on:
Blocks:
 
 
Reported: 2001-12-10 07:22 UTC by Helge Jensen
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix palm m505 network sync. (3.90 KB, patch)
2001-12-11 06:52 UTC, Helge Jensen
none Details | Review

Description Helge Jensen 2001-12-10 07:22:46 UTC
Network connection fails to (my) Palm m505.

The problem seems to be, that gpilotd call's pi_bind() in gpilotd.c,
without first answering the UDP packet received on port 14237.

Example code for the answer is found in pilot-link package in pi-csd.c

I will try to insert the answer code approx. in gpilotd.c:754
Comment 1 Helge Jensen 2001-12-10 09:54:27 UTC
Almost fixed, havind problems with KERNEL! lockup caused by something
in, or called by, pppd when pilot breaks the PPP connection by simple
time-out. Will report to pppd maintainer
Comment 2 Helge Jensen 2001-12-11 06:52:38 UTC
Created attachment 6204 [details] [review]
Patch to fix palm m505 network sync.