similar to: high nfs load after rsync finishes

Displaying 20 results from an estimated 300 matches similar to: "high nfs load after rsync finishes"

2010 Oct 23
1
Tweaks for high-bandwidth tinc
I've been using tinc to do some high bandwidth VPNs between nodes in Amazon's EC2 environment (to work around some limitations there for effectively loadbalancing raw TCP connections while preserving the sources addresses, using Linux IPVS in NAT mode). The raw amount of traffic involved is probably making this a bit of a corner case for tinc. In the overall it has held up remarkably
2012 Oct 10
7
[PATCH 0 of 7] Miscellaneous updates
Clearing out my local queue of changes before applying other''s.
2009 Mar 14
2
SEM model testing with identical goodness of fits
HI, I am testing several models about three latent constructs that measure risk attitudes. Two models with different structure obtained identical of fit measures from chisqure to BIC. Model1 assumes three factors are correlated with each other and model two assumes a higher order factor exist and three factors related to this higher factor instead of to each other. Model1: model.one
2010 Sep 15
2
Get File Names in Folder, Read Files, Update, and Write
Dear All, Could you please recommend how I can do this? I have several text files in one folder. Let's name them A0801.RSK, A0802.RSK, .... I would like R to 1) Know all file names in this folder 2) Update value in one column of these files 3) Write results in another text file with _xval in the file names Below is R code for read, update, and write one file
2008 Nov 11
0
Producing a matrix of values
I all I am trying to create a matrix for a network diagram: # 1. The following produces two dataframes. The table "place" is a dataframe of all places made from "tra" a tracing table that has the source place and destination place. The table "details" is a dataframe of all source and destination properties. src=rep(c(1:3),each=5) des=c(16:30) rsk=rep(3,5)
2009 Jan 14
1
Ordinal Package Errors
I'm trying to install the ordinal package (http://popgen.unimaas.nl/~plindsey/rlibs.html). I downloaded ordinal03.tgz and untarred it. rmutil was previously installed (and appears to work ok.) Then I installed ordinal: [root at localhost ~]# R CMD INSTALL /home/chippy/Download/ordinal * Installing to library '/usr/lib/R/library' * Installing *source* package 'ordinal' ... **
2014 Sep 09
0
ACL with Public Namespace
I've configured a namespace like this: namespace avisos { type = public list = yes location = maildir:/var/mail.avisos:INDEXPVT=~/Maildir/avisos subscriptions = yes prefix = "AVISOS." mailbox DIVULGA { auto = subscribe } } This is the namespace representation in filesystem: root at imap:~# ls -lha /var/mail.avisos/ total 44K drwxr-xr-x 7 vmail mail 4,0K Set 9
2004 Aug 28
1
UK Disconnect supervision with TDM400P
Hi I know this gets covered fairly regularly, but I've had a search through the archives and can't find anything dealing with this specifically - apologies if I've missed it though. I've got a TDM11B with the fxo port plugged into a standard UK BT PSTN line, loading wcfxs with OPERMODE=UK. All's working well, except if I get an incoming call through my bt line, and the
2016 Dec 08
1
doveadm-server uses 100% cpu and never finishes, dsync backup also never finishes
Hi Guys, I have a quite interesting problem. I have two servers that replicate to each-other. Suddenly one of the accounts is starting to eat a very large amount of disk space on, what basically is the replica for this account. doveadm-server seems to hang and keeps on filling the disk. I came across this message in the logs: Dec 8 07:36:40 <server> dovecot:
2004 Nov 20
0
Samba 3.0.8 on Solaris with AD group
I have the following configuration: Solaris 9 (patch 112960-10 applied) Samba 3.0.8 (configure --with-ads --with-pam --with-winbind) MIT Kerberos 1.3.5 (configure --enable-dns --enable-dns-for-kdc --enable-dns-for-realm --without-tcl) I am using Samba to share files to our Windows users via a Samba share, security = ads. All the shares work just fine. Here is the relevant section of my
2013 Jul 06
0
"Operation not permitted" error when using "xe vm-start"
Hey! I am following the steps at http://wiki.xenproject.org/wiki/XCP_Beginners_Guide for creating a VM. I''ve setup my test VM with 1GiB min/max memory. I''ve assigned 2GiB of memory to dom0 (http://wiki.xen.org/wiki/Xen_Best_Practices) . My box has 12GB of physical memory and runs Ubuntu 13.04. When I do "xe vm-start", I get the following: The server failed to handle
2012 Dec 24
2
parallelized version of "by" and "ave"
Dear R experts--- Has anyone written parallel versions of "by" (i.e., mcby) and "ave" (i.e. mcave) ? I did ask a question like this a year ago, and then the answer was no. for those who are googling the group for the answer to this question, in the meantime, the poor man's version of "by" is mclapply( split( ds, factor ), FUN ) I don't know the poor
2005 Sep 09
0
Doesn't finishes callerid spill
Hi, I am a beginner in asterisk. Implementing it in my dept in India using TDM400b card with asterisk, zaptel, libpri version latest of CVS HEAD Callerid on my system is coming tough. Asterisk doesnot finishes the callerid spill and Cancells it. After going through code in Callerid.c and chan_zap.c I found that my line is providing caller id of length 8867. Flow enters in zt_call and
2002 Sep 03
1
rsync process never finishes
Hi, I've got a Debian 3.0 machine from which I initiate rsync connections over ssh to winNT/2k boxen, where sshd is running as a service, to grab files from the windows machines. I don't get any error from either side of the connection. The directory I indicate is transferred as well as every sub directory, just not any of the files in the sub directories. The process seems to be running
2002 Jun 25
1
rsync finishes but incomplete
Hello, I have a remote win2k machine and local NT4 machine running rsync over ssh, by way of cygwin. I have a cron script that grabs a directory from remote and puts it on local. It' very simple #!/bin/bash echo "-------------------------------------" >> /home/rsync/job.log echo "Running rsync job" >> /home/rsync/job.log gnudate >> /home/rsync/job.log
2014 Feb 17
2
h extension isn't processed after call file finishes.
Hi all, I'm trying to build a fax relay mechanism where faxes come in and get relayed out to their final destination. I'm using the h extension to store various results from both legs. This data is being saved correctly for the first (receiving) leg. The second leg isn't calling the h extension when it's finished. The second leg is being initiated by a .call file like:
2011 Oct 17
2
special language character in a pie chart
Dear List Members, I am working on a below piece of code: Initially have created pie charts with Enlish labels to present the data for Czech Republic, now however I need to print the label with original Czech fonts. When I copy paste from Word, certain fonts get 'simplified' distorting original spelling. How can solve this problem? Is there a package I can download which will support
2020 Feb 16
2
cmake finishes OK for all the projects except debuginfo-tests.
cmake -G Ninja -DLLVM_ENABLE_PROJECTS="debuginfo-tests" -DLLVM_USE_LINKER=lld -DCMAKE_BUILD_TYPE="Release" -DLLVM_TARGETS_TO_BUILD=X86 -Wno-dev ../llvm &> ../../cmake.log in cmake.log -- Targeting X86 CMake Error at /home/nnelson/Documents/llvm-project/debuginfo-tests/CMakeLists.txt:30 (message):   Cannot run debuginfo-tests without python 3 installed python3
2022 Jul 05
7
[Bug 3456] New: provide a way to have forwardings killed, when the remote command/shell finishes
https://bugzilla.mindrot.org/show_bug.cgi?id=3456 Bug ID: 3456 Summary: provide a way to have forwardings killed, when the remote command/shell finishes Product: Portable OpenSSH Version: v9.0p1 Hardware: Other OS: All Status: NEW Severity: enhancement Priority: P5
2009 Dec 22
3
XAPI source code
Hi All I have downloaded the opensource xapi source code. I am not sure what the functins of the follow modules: 1 block_device_io 2 datamodel 3 xiu (I am puzzled by the name "xiu") 4 stats 5 rpc-light 6 rss 7 xb (I think the xapi needs not to talk to xenbus directly) 8 xsrpc (why it writes some "rpc" keys to path of "domain/<domid>" in the