similar to: syntax for push to remote rsync server

Displaying 20 results from an estimated 1400 matches similar to: "syntax for push to remote rsync server"

2008 Dec 05
3
Problem loading Matrix package in Ubuntu R 2.8.0
Dear List: I'm having the same problem that was reported recently. The latest version of R cannot load the Matrix package, even though it is installed and readable. I've read the archive files for this list and tried the suggested solutions (e.g., removing/uninstalling the Matrix package and reinstalling it). Nothing has worked so far. Does anybody have advice of what I could try next?
2008 Oct 22
12
Hotplug issues on USB removable media.
Hi, As a part of the next stages of the time-slider project we are looking into doing actual backups onto removable media devices such as USB media. The goal is to be able to view snapshots stored on the media and merge these into the list of viewable snapshots in nautilus giving the user a broader selection of restore points. In an ideal world we would like to detect the insertion of the
2006 Feb 09
2
Dell PowerEdge 1800 and TE410P
Hi, I've been asked to find a server that is capable of running the Digium TE410P card. We usually get Dell PE servers and after a quick look I think the PE 1800 has the required slot: Six Total: 2 PCI Express (x8 lane & x4 lane); 2 x 64-bit/100MHz PCI-X; 1 x 32-bit/33MHz PCI (5v) and 1 x 64-bit/66MHz PCI Has anyone got this hardware, does it work with the card and asterisk? Thanks,
2007 Feb 27
2
send_file and ZIP files
I have an application which uses send_file to send a ZIP file to the client. This works nicely when it''s run on our development OS-X boxes, using mongrel from script/server, but on our production server, using mongrel behind Apache 2.2. with mod_proxy_balancer, the client gets 1 byte delivered :-( If I use wget -S to the URL in order to see the full headers I see this on
2010 Mar 03
5
Applications running on the Firewall (MultiISP)
Hello, it seems I am hit by http://shorewall.net/MultiISP.html#Local : "Experience has shown that in some cases, problems occur with applications running on the firewall itself. This is especially true when you have specified routefilter on your external interfaces in /etc/shorewall/interfaces (see above). When this happens, it is suggested that you have the application use specific local IP
2010 Nov 05
2
Samba Versions
We are using Samba Version 2.2.5 on a HP D Class Server running HP-UX 10.20. Anyway my question is does anybody happen to know what is the latest version of Samba that will operate with HP-UX 10.20? Regards Niall BancTec Limited. Registered Office: Jarman House, Mathisen Way, Poyle Road, Colnbrook, Berkshire SL3 0HF. Incorporated in England & Wales : 1283512. VAT : GB 228 4783 38.
2005 Feb 19
2
best analysis method : for time series ans cross sectional data
Howdy What I 'd like to analyze with a large data on building permits is to find time series effect of urban policy on buildings as well as cross-sectional effects in any. In 1990 the specialZone urban policy was introduced. I guess that the effects of this specialZone policy would be different from countys. There are counties that do not welcome this specialZone forced to design it. One of
2005 May 13
4
Big matrix memory problem
Hi All, I want to read 256 1000x1000 matrices into R. I understand that it is unlikely that I can do this but In the hope that somebody can help me I am mailing this list. I have tried increasing my memory size (I understand that it is the minimum of 1024 or the computers RAM in my case 512) Does anyone think this is possible in R, could it be tried in Splus for example. Any help is
2010 Jun 18
2
varIdent error using gam function in mgcv
Hello, As I am relatively new to the R environment this question may be either a) Really simple to answer b) Or I am overlooking something relatively simple. I am trying to add a VarIdent structure to my gam model which is fitting smoothing functions to the time variables year and month for a particular species. When I try to add the varIdent weights to variable Month I get this error returned.
2008 Jul 25
1
Scatterplot matrix one column vs. the rest of the dataset
have a data frame composed of many columns. I would like to hold one column constant and scatter plot it agianst all of the other columns? how do I do this? I have only been able to plot(x) and use indexes to create an entire scatterplot matrix, but not hold one constant. -- Let's not spend our time and resources thinking about things that are so little or so large that all they really do
2003 Aug 10
1
Possible samba options:
I plan to use samba to substitute two NT4 server (PDC/BDC) howewer I am not sure if it would fit: I have not been able to find either in the samba 3.0 and samba-tng documentation the following informations: 1. Can I have three different serever on which putting the home directories of the users (of course this would be set in their profiles) ? logon_home parameter seem to forbide this ... 2.
2008 Oct 22
1
plotting matrix
a <- c(1:26) b <- rnorm(25) e <- rnorm(25) f <- rnorm(25) g <- data.frame(b,e, a,f) I would like to plot a agianst all possibilities and then shoot it out to a pdf one graph per page. I think it would be okay to have this as a lattice plot or a ggplot with many graphs per page. I can figure all of that out I think, but I need something like r <- as.matrix(g) plot(.~a, data=r)
2007 Mar 12
1
Basic authentication with Apache and Mongrel
I recently moved an app. from lighttpd + fastcgi to apache 2.2 + mod_proxy_balancer + Mongrel. On lighttpd, I was using basic authentication with a configuration like this: auth.backend = "htpasswd" auth.backend.htpasswd.userfile = "/path/to/htpasswd" auth.require = ("/" => ("method" => "basic", "realm" => "My
2008 Jan 03
1
Can''t get upload progress bar working
Hi, Apologies if this has been asked and answered previously. I just started looking at Merb today as I''d like to use it as an upload server, especially the upload progress feature. I''ve installed the latest Merb gem (0.4.2) and created a new application to test out uploading. I took elements of the mr_blog application and integrated them into it. I realise this
2008 Oct 16
3
correlation
What test do I use to determine if there is a correlation between a discrete variable and a continuous variable? For example - I have water quality ratings for streams (excellent, good, fair, poor) and a corresponding nitrogen concentration for each rating. I want to know if the the ratings correlate with the concentration of nitrogen in the stream. Help?
2007 Mar 13
1
Fwd: Re: Basic authentication with Apache and Mongrel
There is a big difference if you are not running a pure rails site. I am doing auth apache-side because I serve static content, perl scripts via cgi and feed the mongrel pack from Apache. The REMOTE_USER variable value can be passed to rails using a technique described deep down in one of the informative pieces on the Mongrel website. Bill On Mon, 12 Mar 2007 17:54:07 -0700, Matte Edens wrote:
2008 Jun 20
3
Flag to turn off host-key check
Let me start by saying that I think OpenSSH is a great tool and thanks to everyone contributing to it's existence. However, I have a request: I'd like to have a flag that ignores the check of the host key. I'm fully aware of that this opens up for man-in-the-middle attacks and that there is a risk of lazy users mis-using this feature, but it would be very useful for us using SSH in a
2012 Feb 21
3
How to merge the Xen kernel with modules into one single file ?
Hi all, To boot a Xen from grub, we normally use a Xen kernel and a domain0 kernel & initrd.img as its modules. Now, I want to merge these three files into one single kernel file, then I can boot it without modules. I am doing this because a simulator environment only has one file entry for the kernel. Do you guys have some hints on how to do that? BTW, I can merge the domain0 kernel &
2006 Feb 15
2
[LLVMdev] commerical usage
In addition, there are groups at STMicroelectronics and at Siemens that have used or are considering using LLVM. Note that these are internal development projects for now -- they (and Apple) have not publicly announced products based on LLVM. --Vikram http://www.cs.uiuc.edu/~vadve http://llvm.cs.uiuc.edu/ On Feb 14, 2006, at 11:24 PM, Misha Brukman wrote: > On Wed, Feb 15, 2006 at
2002 Mar 20
2
transferring individual files question, pull vs. push
Can't seem to find the answer anywhere... I'm currently using an rsync script on the source box to transfer some individual files to the destination box...all works well. The script: rsync -e ssh \ /var/qmail/control/file1 \ /var/qmail/control/file2 \ /var/qmail/control/file3 \ /var/qmail/control/file4 \ destination-box.xxxxx.com:/var/qmail/control Now, instead of "pushing"