Displaying 20 results from an estimated 70000 matches similar to: "rsync using proxy server"
2005 Jun 28
1
Running ./tools/rsync-recommended through a proxy
My computers at my office will no longer be able to connect directly
to web sites etc. I will be going through a proxy server. The
particular server is running squid on port 3128.
I have managed to configure web browsers, ssh, apt, svn and a whole
lot of other tools to use the proxy server but I haven't been able to
configure rsync. My usual method of updating my copy of the R-devel
2005 Feb 05
1
help with web proxying for anonymous rsync
Hi all -
I've searched long and hard for some docs on configuring a web proxy for
rsync. This is probably in part an apache config question so I apologize if
this is in the wrong forum.
What I would like to do is provide anonymous rsync access to a handful of
IPs via a web proxy so I don't have to punch additional holes in my
firewall. In other words, I'd like to use rsync over
2005 Nov 01
0
proxying rsync through http
Hi All,
I'm trying to get rsync to proxy through an apache httpd server to an
rsync server.
On the proxy, which has a direct connection to the internet, I've stopped
the firewall and unset HTTP_PROXY and RSYNC_PROXY. I've configured the
httpd to allow proxy requests as follows:
<IfModule mod_proxy.c>#
ProxyRequests On
<Proxy *>
Order deny,allow
Deny from all
2002 Mar 21
2
Start Rsync Error
Hi,
I have installed rsync-2.4.6 version on Linux Redhat 6.2 (Kernel-2.2.14-5.0), after installed I tried to test the rsh and run "rsh remotehost /bin/true > out .dat". But it failed the error message was "Permission denied". I checked the permission all was okay, I forgot the rsh/csh methods and replaced by RSYNC_PROXY. Finally, it failed again. I would like to know that
2002 Jan 19
1
Rsync through proxy using HTTP Basic Authentication?
Is it possible to rsync through a firewall that requires HTTP basic
authentication? The RSYNC_PROXY variable seems to correctly direct the
request to go through the HTTP proxy server on the firewall, but there's no
way to specify a username/password combo. The error message reported by
rsync is "bad response from proxy - HTTP/1.1 401 Authentication required",
which is not
2004 Feb 06
1
Rsync 2.5.7 local buffer overflow
Hi folks,
I've discovered a local stack overflow bug in rsync 2.5.7.
Problem is in open_socket_out function (socket.c).
...
char portbuf[10];
char *h;
int proxied = 0;
char buffer[1024];
char *cp;
...
h = getenv("RSYNC_PROXY");
proxied = (h != NULL) && (*h != '\0');
...
if (proxied) {
2003 May 14
0
Basic HTTP Proxy Authentication: patch update
Hi all,
My patch for supporting "Basic" HTTP Proxy Authentication
has been updated for rsync 2.5.6 by Martin Ehmsen. The
patch changes the interpretation of the RSYNC_PROXY
environment variable so that the syntax
user:pass@proxy.foo.com:port
may be used instead of just
proxy.foo.com:port
(the old syntax is, of course, still supported).
The updated patch is available at:
2002 Apr 04
1
[patch] Basic HTTP Proxy Authentication
Hi all,
I have put together a patch for supporting "Basic" HTTP
Proxy Authentication. The patch changes the interpretation
of the RSYNC_PROXY environment variable so that the syntax
user:pass@proxy.foo:port
may be used instead of just
proxy.foo:port
(the old syntax is of course still supported).
The patch has only been tested lightly, but it should(TM)
work.
The patch (and
2002 Aug 30
1
rsync: connection unexpectedly closed; reverse lookups?
Hi.
My goal is to use rsync to syncronize box1 and box2. On box2, I have a
tapedrive which I write the data I syncronize from box1 every night.
On box1, my /etc/rsyncd.conf looks like this:
root@box1# cat /etc/rsyncd.conf
max connections = 1
syslog facility = local6
[tmp]
path = /tmp
read only = yes
comment = export of /tmp
hosts allow = box2
auth users
2003 Jun 25
0
[patch] Basic HTTP Proxy Authentication
On 2002-Apr-04 at 02:24:41 -0800, Bardur Arantsson wrote:
> I have put together a patch for supporting "Basic" HTTP Proxy
> Authentication. The patch changes the interpretatio of the RSYNC_PROXY
> environment variable so that the syntax
>
> user:pass@proxy.foo:port
>
> may be used instead of just
>
> proxy.foo:port
>
> (the old syntax is of course
2001 Nov 20
2
rsync server over SSH [includes code patches]
Hi Folks --
I've recently had the need to add a piece of functionality to rsync
that allows one to run 'rsync --daemon' (rsync in "rsync server" mode)
over SSH. My main goal was to be able to use some of the features
from rsyncd.conf(5) (notably modules) while still using SSH for
authentication and network transport.
Background: I wanted to have the capability of setting
2012 Nov 02
2
Rsync problem when connected to mirror site
Hello,
I'm trying to connect to one of the mirror sites to get a package update
for Linux server through the proxy server, but after approximately 10- 15
minutes it times out with the following error:
"rsync error: timeout in data send /received (code 30) at ioc (140)
[receiver=3.0.9]
rsync: connection unexpectedly closed (973 bytes received so far)
rsync error: error in rsync
2004 Oct 22
0
rsync failing
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Using the following settings:
$ export RSYNC_PROXY=www-proxy:3125
$ rsync -av --stats --progress --partial --delete-after --bwlimit=160
rsync://carroll.cac.psu.edu/mandrakelinux/ /export/ftp/mandrakelinux
I'll almost certainly get this error at some point during the transfer:
rsync: connection unexpectedly closed (320497666 bytes received so
2019 Jan 07
0
how to set proxy systemwide (wget and docker)
> Hallo,
> what is the right way to set a proxy systemwide using centos 7?
> I need this for wget and docker.
> My first idea was /etc/environment but allthough the proxy is set wget and
> docker don? t connect to their target-systems.
I have this in /etc/profile.d/proxy-config.sh:
-----%<---------------------------------
PROXYHOST="proxy"
PROXYPORT="8080"
2004 Apr 03
1
rsync is slowing down
The cause is, of course, that the tree being syncronized ie getting larger,
so of course rsync is slowing down. But in the case of my particular file
tree, there is a way it could be speeded up, but this would obviously also
need a change in the rsync protocol to accomplish it. Any tree that has
major unchanged subbranches would benefit from this.
The file tree I'm syncronizing in this case
2004 Aug 10
1
rsync erroring out when syncing a large tree
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm trying to sync a mandrakelinux tree (~120GB) but it bombs out after a
while with this error:
rsync: connection unexpectedly closed (289336107 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(189)
rsync: writefd_unbuffered failed to write 4092 bytes: phase "unknown": Broken
pipe
rsync error:
2006 Mar 16
1
Using rsync to syncronize two unmounted disk partitions
Hi everybody,
I have been using rsync for quite some time, and I've realized it is a
fantastic tool. As it is able to syncronize two CD images, I was
wondering, if I could do that with a harddisk partition. Would it be
possible to syncronize two partitions at device level somehow?
I mean using:
# rsync /dev/hda8 /dev/hda9
skipping non-regular file "hda8"
where /dev/hda8
2009 May 26
3
Tinyproxy and shorewall setup
Hello I''m trying to setup tinyproxy and shorewall on a LEAF Bering firewall. What I''d like to do is block all HTTP connections to the internet on port 80 and 8080 and force users to use port 8888.
So in shorewall/rules I have
ACCEPT loc fw tcp 8888
DROP loc fw tcp 80,8080
The ACCEPT works fine but the DROP does not seem to work. If I
2003 Oct 23
0
RSYNC_PROXY
Hi all,
I am interested at using a web proxy to help speed a transfer across a WAN. Are there any examples of syntax for the RSYNC_PROXY command available?
Thanks,
Max
--
Max Clark <maxc at beast.clarksys.com>
My Blog http://www.clarksys.com
>> spamtrap: spam@clarksys.com - do NOT ever send email to this address <<
2005 Sep 30
1
Roaming profiles not supporting quota
Dear Group,
I'm using samba 3.x as a PDC, and I'm using linux system quota v2 for samba.
Here is my problem: if a user copies a big file to the desktop (bigger than the quota set for that
user), when he logs off, the profile wont syncronize with the server with the message "disk full".
Is there a way to let the WinXp client to understand how much space is available also for