Displaying 20 results from an estimated 1000 matches similar to: "Speeding up Transfers of 1000s of files"
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 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
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
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
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
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 Sep 05
9
Asterisk Follow ME
Hi All.
I have notice a problem with FM feature (screen macros) on Asterisk CVS
version.
When call goes via IAX and calling part "accept the call" on Dial
command with option M, in macros context it's setting
MACRO_RESULT=CONTINUE, but anyway it hangups both channels.
If anyone faced with such problem please let me know. I need to know
whether it's bug or just configuration
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).
2006 Jun 28
2
superimposing histograms con't
Earlier, I posted the following question:
I want to superimpose histograms from three populations onto the same graph,
changing the shading of the bars for each population. After consulting the
help files and the archives I cannot find out how to do this (seemly)
simple graph. To be clear, I want
- a single x axis (from -3 to 18)
- three groups of bars forming the histograms of each population
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 Mar 25
5
Re-write callerid?
Is it possible to rewrite caller id's?
I would like to have sip phones appear by their local cid
(like Henk <208>) but when they call out using the PRI I would like their
full DID (MSN) to appear (like 0031201234567)
I could ofcourse set callerid to the main phonenumber but surely there
must be a better solution?
Thanks!!
Remco
2004 Aug 06
2
Icecast Problems Get Worse
FYI, since turning off directory updates, the streams have been up 18 hours.
So, if that does turn out to be the issue, is there anything that can be
done to "fix" that? Is it a known bug?
> From: Brendan Cully <brendan@icecast.org>
> Reply-To: icecast@xiph.org
> Date: Mon, 27 Aug 2001 16:06:31 -0400
> To: icecast@xiph.org
> Subject: Re: [icecast] Icecast Problems
2003 Jun 10
1
speeding up 1000s of coxph regression?
I have a gene expression matrix n (genes) X p (cases), where n = 8000 and p
= 100. I want to fit each gene as univariate in a coxph model, i.e., fitting
8000 models. I do something like this:
res <- apply(data, 1, coxph.func)
which takes about 4 min, not bad. But I need to do large numbers of
permutations of the data (permuting the columns), for example, 2000, which
would take 5 days. I would
2006 Dec 18
3
Creating another database connection for large mysql import?
I''m using backgroundrb to periodically download a large file via ftp from a
remote location and then import it into the database. To perform the
import, I was using the following:
ActiveRecord::Base.connection.execute(%{load data infile ...;})
although on a file with 2.5 million records, this can take 5 minutes, which
seems to tie up my rails application while this executes (even
2005 Jun 27
1
Level 3 SIP <--> asterisk
Hi. Can anyone point me to some docs detailing how to set up a
connection with Level 3 Communications? A customer of ours wants us to
terminate some inbound service via Level 3 to our asterisk server.
I've tried all sorts of settings but nothing yet has worked. SIP debug
shows a 407 Proxy Authentication Required error.
I haven't been able to find anything on the web, and the techs at
2006 Jan 04
3
SIP/IAX softphones for use in call centre environments
I've been working my way through the softphones listed on voip-info over the
last few weeks and I've not really found anything to fit the bill. Has
anyone had more luck?
The environment is a small call centre of 5 users. Operators often need to
be able to transfer calls to other operators with different specialties, so
the softphone needs to be easy to use and quick to transfer calls.
2012 May 02
1
File size diff between NFS mount and local disk
Hi all,
I never really paid attention to this but a file on an NFS mount is showing 64M in size, but when copying the file to a local drive, it shows 2.5MB in size.
My NFS server is hardware Raided with a volume stripe size of 128K were the volume size is 20TB.
My NFS clients are the same distro as the server being Centos.
Is this due to my stripe size?
Nuggets are appreciated.
- aurf
2012 May 03
1
File size diff on local disk vs NFS share
On May 3, 2012, at 3:04 PM, Glenn Cooper wrote:
>>>> I never really paid attention to this but a file on an NFS mount is
>>>> showing 64M in size, but when copying the file to a local drive, it
>>>> shows 2.5MB in size.
>>>>
>>>> My NFS server is hardware Raided with a volume stripe size of 128K
>>>> were the volume size is