Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 May 2006 23:41:37 -0500 (CDT)
From:      Philip Hallstrom <freebsd@philip.pjkh.com>
To:        Charles Howse <chowse@charter.net>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: rsync errors
Message-ID:  <20060528234104.I77748@bravo.pjkh.com>
In-Reply-To: <4ACF77C1-571D-43EA-8FD2-B2A91732C5D8@charter.net>
References:  <4ACF77C1-571D-43EA-8FD2-B2A91732C5D8@charter.net>

next in thread | previous in thread | raw e-mail | index | archive | help
> I have rsync installed on 2 6.1-RELEASE boxes on my home lan.  I want to sync 
> the webserver (curly) to the backup server (moe).  When I run rsync on moe, I 
> get the following:
>
> $ rsync -avz curly:/usr/local/etc/apache22/httpd.conf /usr/local/etc/apache22
> Password:
> receiving file list ... done
> rsync: mkstemp "/usr/local/etc/apache22/.httpd.conf.p9eLuI" failed: 
> Permission denied (13)
> inflate returned -3 (0 bytes)
> rsync error: error in rsync protocol data stream (code 12) at token.c(421) 
> [receiver=2.6.8]
> rsync: connection unexpectedly closed (46 bytes received so far) [generator]
> rsync error: error in rsync protocol data stream (code 12) at io.c(472) 
> [generator=2.6.8]
>
> Where can I look to correct this?

Do you have write access to moe:/usr/local/etc/apache22?  What happens if 
you try and create a file in that directory... does it work?

-philip



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060528234104.I77748>