[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[coldsync-hackers] Error when using coldsync from inetd.conf
When using coldsync from inetd
with config:
/etc/inetd.conf - netsync-wakeup dgram udp
nowait ipalm /usr/local/bin/coldsync coldsync -md -t net
-dmisc:3
/etc/services - netsync-wakeup
14237/udp
Got famous server looping error
www inetd[301]: netsync-wakeup/udp server failing
(looping), service terminated
I think this happened because on NetSync Palm sends
3 UDP wake-up packets quickly, and inetd refusing to spawn coldsync at such a
rate.
Replacing nowait to wait.5 in inetd.conf is no help
:-(
Standalone works ok.
Alex Tronin