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

Re: [coldsync-hackers] Correct setup for inetd?



On Mon, Dec 23, 2002 at 04:03:38AM -0800, Jack Twilley wrote:
> I have the following line in my /etc/inetd.conf:
> 
> netsync-wakeup	dgram	udp	nowait	root	/usr/local/bin/coldsync	coldsync -md -
[...]
> When I attempt to perform a network sync with this setup, I get many
> many coldsync processes and the following line in my /var/log/messages
> file:
> 
> Dec 23 03:25:58 duchess inetd[98]: netsync-wakeup/udp server failing (looping), service terminated
> 
> What am I doing wrong?

	I can't tell off-hand. The immediate problem seems to be that
ColdSync is terminating immediately. So inetd restarts it, and
ColdSync terminates immediately again, and so on, until inetd
eventually gives up and doesn't restart ColdSync again.
	There might be a configuration problem, or a missing file, or
something. Normally, ColdSync logs its problems via syslog, to
facility local0. Check the appropriate log.
	You can also invoke it as
	/usr/local/bin/coldsync -l /tmp/coldsync.log -dmisc:5 -dsync:5 -md -
which turns on more verbose logging and writes the log to /tmp/coldsync.log

-- 
Andrew Arensburger                      This message *does* represent the
arensb@ooblick.com                      views of ooblick.com
	 Senseless massacre and carnage? Where do I sign up?
-- 
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.