Displaying 20 results from an estimated 11000 matches similar to: "RSYNC_PROXY"
2003 Oct 28
1
Speeding up Transfers of 1000s of files
Hi all,
I have to transfer thousands of files across my network. We are looking at using rsync via a squid proxy to help improve the network tuning. What I am witnessing now is that with each successive file, the transfer speed resets to 0 and ramps up to 2.5MB/s.
Is there anyway that I can group these transfers together to take better advantage of our bandwidth? I should be able to peak at
2005 Jan 18
1
Cisco 7940 Configuration
Hello all,
I recently purchased a Cisco 7940 IP phone to do some testing with (to
validate a migration to asterisk for our internal PBX needs). I
understand that I need to update the phone for it to support SIP, so I
configured the phone with an IP address and pointed it at my tftp server.
When I reboot the phone I am currently getting "TFTP File Not Found
SEPDefault.cnf" in the
2005 Feb 10
1
Proper Contexts in extensions.conf
Hi all,
I am looking for examples of the extensions.conf that puts all incoming
calls into a context where extensions can be dials, and all phones in a
context where extensions and outside calls can be dialed.
i.e. I have seen:
[incoming]
include => sip-extensions
[sip-extensions]
include => longdistance
[longdistance]
....
Doesn't this allow any internal callers to make external
2005 Mar 24
1
Advanced Cisco 7960 Config
Hi all,
I have a working (it was a pain) set of Cisco 7960 phones. In order to
dial I have to either pick up the handset or select the line and then
dial the extension or outside line. How do I configure the dialplan so I
can:
- Start dialing via the keypad and have the phone automatically go to
speaker on the first line?
- Give the user dialtone after they dial '9'?
A while ago I
2005 Feb 15
1
Help With Broadvoice
Hi all,
I am trying to configure my Asterisk PBX to connect to a broadvoice
account. I want incoming calls to go to the "s" extension and to
ultimately have outbound calls routed through my broadvoice account(s).
I cannot for the life of me get this to register correctly. I am
currently receiving this message on the console:
Failed to authenticate on Register to
2005 Sep 08
0
Effect of data set size on calculation
Dear listers,
I have a piece of code which performs an ANOVA type of analysis on 2D GC
data. The code is shown below:
# ANOVA 2D GC analysis
# maxc <- number of samples
# nreps <- number of samples
maxc <- 2
nreps <- 4
sscl <- NULL
cmean <- NULL
#
# Initial stat. variable
#
dftot <- nrow(mat)-1
dfcl <- maxc - 1
dferr <- dftot - dfcl
totmean
2005 Mar 17
6
Polycom vs. Cisco IP Phones
Hi all,
I am working on building a new VoIP PBX. Looking at the current market
for phones it seems my best "enterprise" options are the Cisco and
Polycom phones. I have some experiance with the Cisco 7940G, but the
process of flashing the phone with the SIP firmware left a bad taste in
my mouth (not to mention the added expense for the phone).
What is the general consensis about
2003 Oct 01
1
Tuning Linux/Samba for low latency w/ high i/o
Hi all,
I am attempting to tune a (RedHat 7.3) Linux box running samba 2.2.8a. This application is serving files to PC clients via samba, and the PC clients are uploading files to the server via ftp.
Now for the specifics...
These files are mpeg2 encoded video with bit rates ranging from 3Mbit/s - 20Mbit/s. When there is zero write activity against the disks I can kick off multiple concurrent
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
2010 Jul 15
0
Histogram with two groups on the same graph (not on separate panels)
I have been trying to produce a histogram that has two groups (male and female
snakes) on the same graph (either superimposed or each frequency bar appears
side by side). I found a couple of functions for superimposed histogram written
by other people.
The below is the codes I used for my data containing a column of svl (body size;
snout-vent length) and another column of sex (male or female).
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) {
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
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 Feb 09
6
Cisco 7960 Beating a Dead Horse
Hi all,
So I have been reading through the docs available online and the
different threads on this list, but I cannot seem to get this phone to work.
I have configured the OS79XX.TXT and SIP/SEP*.cnf files (see attached),
when I configure the phone to point to my tftp server and reboot it I
get this message:
Connection received from 10.6.0.224 on port 50608 [09/02 12:16:11.750]
Read request
2006 Nov 06
0
rsync using proxy server
Hello all!
I'm trying to syncronize 2 directories on 2 servers (A and B) using
3rd server (C) as proxy server.
what i did is:
- installed http proxy (tinyproxy) on C and configured it to run on
port 873 - default port for rsync protocol.
- set the variable RSYNC_PROXY to C-ip:873 using command
export RSYNC_PROXY=C-ip:873
- run the rsync command without ssh support.
as a result the
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
2004 Jan 05
0
No subject
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
/users/tconway>man rsync |grep environment
Reformatting page. Wait... done
environment variable.
the environment variable RSYNC_PROXY to a hostname:port pair
environment variable RSYNC_PASSWORD to the password you want
WARNING: On some systems environment variables are visible
RSYNC_RSH
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
2007 Apr 27
1
Prevention of outgoing file transfers?
Hi,
Does anyone know if it is possible to firewall and/or configure rsync
via a web proxy using RSYNC_PROXY to prevent push mode file transfers
yet still allow pull mode? I am aware of Matt McCutchen's helpful
distinction between the direction of an rsync connection and the
direction of file transfer at at
http://lists.samba.org/archive/rsync/2006-May/015595.html, but I am
after