RE: logging problems

2006-04-10 Thread Bartick, Brett
4:05 AM To: Bartick, Brett Cc: rsync@lists.samba.org Subject: Re: logging problems On Wed, Apr 05, 2006 at 07:47:03PM -0400, Bartick, Brett wrote: > When I run rsync in daemon mode invoked at a command prompt, it does > log information in my configured log file (i.e. /var/log/rsyncd.log). > But w

Re: logging problems

2006-04-08 Thread Julian Pace Ross
OK that was it!!! It is now working perfectly!! Well done & thanks for your patience :) Julian  On 08/04/06, Wayne Davison <[EMAIL PROTECTED]> wrote: On Sat, Apr 08, 2006 at 11:08:25AM +0200, Julian Pace Ross wrote:> Hi Wayne, yes indeed there is something output before the 'rsync allowed > access.

Re: logging problems

2006-04-08 Thread Wayne Davison
On Sat, Apr 08, 2006 at 11:08:25AM +0200, Julian Pace Ross wrote: > Hi Wayne, yes indeed there is something output before the 'rsync allowed > access...' Ah, yes! The functions client_addr() and client_name() will sometimes output a log message. I've relocated those calls, and now the nightly ta

Re: logging problems

2006-04-08 Thread Julian Pace Ross
Hi Wayne, yes indeed there is something output before the 'rsync allowed access...' From my syslog: Apr  8 10:43:32 mail rsyncd[30508]: forward name lookup for julian.malta.com failed: Name or service not knownApr  8 10:43:32 mail rsyncd[30508]: connect from UNKNOWN (::: 192.168.10.50)Apr  8 1

Re: logging problems

2006-04-07 Thread Wayne Davison
On Fri, Apr 07, 2006 at 12:54:15PM +0200, Julian Pace Ross wrote: > It seems something has to be bogged with my setup somewhere, > and only with rsync --daemon is the log file accessed. Is rsync complaining about something in your rsyncd.conf file? If an error gets output when reading the conf fi

Re: logging problems

2006-04-07 Thread Julian Pace Ross
Yep, 2.6.8cvs it is... even tried with src/dest on the receiving side only.. It seems something has to be bogged with my setup somewhere, and only with rsync --daemon is the log file accessed. I'll try on another machine in the coming days and post an update in the case of success... Thanks for yo

Re: logging problems

2006-04-06 Thread Wayne Davison
On Thu, Apr 06, 2006 at 03:26:16PM +0200, Julian Pace Ross wrote: > I would just like to confirm that the problem is with my setup: > Using both 2.6.7 with patch, and then 2.6.8cvs ("nightly") Are you sure you updated the rsync exectuable on the remote machine? Run "ssh -i rskey -l julian rsync --

Re: logging problems

2006-04-06 Thread Julian Pace Ross
Hi Wayne, Thanks for your mail. I would just like to confirm that the problem is with my setup: Using both 2.6.7 with patch, and then 2.6.8cvs ("nightly"), I have the following scenario: On linux box 1 (Suse), in /home/julian I have an rsyncd.conf, including the global options: log file = /v

Re: logging problems

2006-04-06 Thread Wayne Davison
On Wed, Apr 05, 2006 at 07:47:03PM -0400, Bartick, Brett wrote: > When I run rsync in daemon mode invoked at a command prompt, it does > log information in my configured log file (i.e. /var/log/rsyncd.log). > But when I invoke it via inetd with an entry in inetd.conf, it does > not log any informat

logging problems

2006-04-05 Thread Bartick, Brett
Title: logging problems Hi! I'd also like to report a strange logging problem I have. OS: Solaris 2.8 rsync version: 2.6.7 When I run rsync in daemon mode invoked at a command prompt, it does log information in my configured log file (i.e. /var/log/rsyncd.log). But when I invoke i