Re: rsync daemon troubleshooting

2007-09-18 Thread chuang liu
On Tue, 18 Sep 2007, Wayne Davison wrote: > On Mon, Sep 17, 2007 at 10:41:27PM -0500, chuang liu wrote: > > I already have "port=5550" in the rsyncd.conf. It looks like I still need > > to add "--port=5550" in the command line. Is this a known issue with rsync > > or do I miss anything? I am run

Re: rsync daemon troubleshooting

2007-09-18 Thread Wayne Davison
On Mon, Sep 17, 2007 at 10:41:27PM -0500, chuang liu wrote: > I already have "port=5550" in the rsyncd.conf. It looks like I still need > to add "--port=5550" in the command line. Is this a known issue with rsync > or do I miss anything? I am running rsync version 2.6.3. The "port" and "address" d

Re: rsync daemon troubleshooting

2007-09-18 Thread Alexandros Papadopoulos
On 9/18/07, chuang liu <[EMAIL PROTECTED]> wrote: > This command returns without any error although the daemon does not get > started. Anything in /var/log/messages ? Try invoking the daemon with --no-detach. -A -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync

Re: rsync daemon troubleshooting

2007-09-17 Thread chuang liu
It rans after I added --port in the command line as follows: > rsync -v -v --daemon --config=rsyncd.conf --port=5550 I already have "port=5550" in the rsyncd.conf. It looks like I still need to add "--port=5550" in the command line. Is this a known issue with rsync or do I miss anything? I am run

rsync daemon troubleshooting

2007-09-17 Thread chuang liu
Hi all: I tried to start a rsync daemon under my user name (not an administrator) on debian linux box(linux kernel 2.4.27), and failed. The command I used is > rsync -v -v --daemon --config=rsyncd.conf This command returns without any error although the daemon does not get started. The rsyncd.co