Displaying 20 results from an estimated 200 matches similar to: "transfer stats wrong?"
2005 Jun 03
1
Rsync from windows 98 with a password file
When I use this command from a Windows XP system everything works fine:
C:\cwrsync\cwrsync>rsync.exe -avzr --stats --password
file=c:\cwrsync\pete.secret --files-from=filesfrom.dat /
pete@crux1::testing
But when I try if from a Windows 98 system I get this error message:
"password file must not be other-accessible continuing without password
file"
Can rsync run from Windows 98
2008 Nov 20
1
synchronization for many notebooks
Hello,
I'm wondering if Rsync could be used for the following?
500 Notebooks, all users have a local directory where they work on
files, but they also use other workstations on the network and access
there files from the server.
So what I would like to do is have rsync running on the notebooks, but
syncing the files according to date. Also, is there a way for the
notebook to
2009 May 23
1
Clean up a complex variable
Dear all,
I need to clean up one variables in a dataset.
e.g. lets say the dataset is "trial", the variable for cleaning up is "V1"
>trial$V1
[1] 0(a=1) 0(b=1) 0.133(b=1) 0.555(a=1) >5.32(a=1)
what i need to do is to remove the text (a=1) and (b=1) and the ">" in the
V1, and then convert to a numeric variable, and als I am aslo requested that
when the
2005 Nov 18
2
R-News 5/2, Bayesian Model Averaging, a detail
The article on BMA (Bayesian model averaging) presents most valuable tools for model selection, but I find one detail confusing in Example 1. In page 4 of RNews 5/2, second paragraph says that the probability of Time variable not being in the model is 0.445. It seems to me that the figure should be 1 - 0.445 = 0.555, because p!=0.445 is the prob. of Time variable being in the model. The plot in
2009 Jul 19
5
How to disable checksum offloading for OSOL DomU via kmdb at initial boot ?
Adding -kd to extra line drops me to kmdb :-
root@ServerJaunty:/home/boris/nevada# xm create -c osol.install
Using config file "./osol.install".
Started domain osol.install (id=4)
Loading kmdb...
Welcome to kmdb
Loaded modules: [ unix krtld genunix ]
[0]>
I want patch kernel like it happens when adding to /etc/system:-
set xnf:xnf_cksum_offload = 0
2013 Jun 09
7
[Bug 2119] New: SSHFP with DNSSEC – no trust anchors given, validation always fails
https://bugzilla.mindrot.org/show_bug.cgi?id=2119
Bug ID: 2119
Summary: SSHFP with DNSSEC ? no trust anchors given, validation
always fails
Product: Portable OpenSSH
Version: 6.2p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component:
2008 Feb 08
10
Rsync 2.6.9 does not skip any files based on modification time
Hi
I am trying to rsync some ghost images from a windows client running Windows
XP to my Linux server. The problem is that rsync sends the complete files
again even if nothing changed on the client side. The only way to avoid this
is to use the "-c"-option but this takes nearly as long as uploading the
files would.
The server is running rsync-2.6.9, /etc/rsyncd.conf looks as follows.
2007 Aug 10
7
Help wit matrices
Hello all,
I am working with a 1000x1000 matrix, and I would like to return a
1000x1000 matrix that tells me which value in the matrix is greater
than a theshold value (1 or 0 indicator).
i have tried
mat2<-as.matrix(as.numeric(mat1>0.25))
but that returns a 1:100000 matrix.
I have also tried for loops, but they are grossly inefficient.
THanks for all your help in advance.
Lanre
2008 Jan 05
2
Behavior of ordered factors in glm
I have a variable which is roughly age categories in decades. In the
original data, it came in coded:
> str(xxx)
'data.frame': 58271 obs. of 29 variables:
$ issuecat : Factor w/ 5 levels "0 - 39","40 - 49",..: 1 1 1 1...
snip
I then defined issuecat as ordered:
> xxx$issuecat<-as.ordered(xxx$issuecat)
When I include issuecat in a glm model, the result
2007 Nov 07
2
Adding submenus to existing consol GUI menu
If possible I would like to add two sub-menus to the R Console under
Windows.
For example, I would like to add:
winMenuAddItem("File", "Load CSV...", "loadCSV()")
winMenuAddItem("File", "Save CSV...", "saveCSV()")
and have them appear under the initial 'File' item rather than add a new
'File' menu item. I seem to
2006 Mar 27
6
tftpd: read(ack): Connection refused
I configure the system of remote boot. Almost all was done. But one
simple problem. tftp doesn't download pxelinux.0 from boot-server,
in.tftpd is running at.
Problem isn't in pxelinux.0, but in protocol itself. I've created test
file "test" in /tftpboot and tried to download it but "Timeout occured".
From /var/log/messages:
Mar 27 16:32:27 dk in.tftpd[26576]:
2009 Feb 23
1
why results from regression tree (rpart) are totally inconsistent with ordinary regression
Hi,
In my analysis of impacts of insecticide-treated bednets on malaria, I
look at the relationship between malaria incidence and mosquito
behaviors. The condensed data set is copied here. Ordinary regression
(lm) shows that Incidence was negatively related to Mortality. This
makes sense because the latter reflected the strength of killing
mosquitoes by insecticide-treated nets. Since the
2013 Feb 16
2
Interpret R-squared and cor in R
Hi I am trying to find the relationship between two variables.
First I fitted a linear model between two variables and I found the
following results:
Residual standard error: 0.03253 on 2498 degrees of freedom
Multiple R-squared: 0.5551, Adjusted R-squared: 0.5549
F-statistic: 3116 on 1 and 2498 DF, p-value: < 2.2e-16
Then I used the cor function to see the correlation between two variable
2008 Nov 04
1
shared voicemail box
Hi list,
I'm wondering if there's a way for multiple users to share the same voicemail box and have their BLF flashing when voicemail comes, i.e. in a home phone system where there's a general vm for everyone.
I'm using couple Grandstream GXP2020.
Any suggestions?
Kelvin Chan | Positronics Ent.
Product Development |
| unit 272
2005 Oct 31
1
Build R package with shared library
Hello to all,
I am try to build a package, I do the follow commands: "R CMD check pack",
"R CMD pack build" and run OK, no errors. I put my shared library in package
subdirectory R, src, but it is not put a shared library ".so" in directory
"/usr/lib/R/library/pack/lib". Below is my code :
dyn.load("pack.so",PACKAGE="pack")
argc<-2
2009 Feb 05
2
hardware that can accomondate 2 TDM24
Hi guys,
I'm building a server that need to host 2 digium TDM24 cards.
I know any 3U server with 2 PCI-E slots would do. Since I do prefer supermicro server, but getting one configured is pretty darn hard.
Any suggestions here?
Cheers,
Kelvin Chan | Positronics Ent.
Product Development |
| unit 272
604-628-9330 (direct) | 8128 128th St.
2016 Nov 30
1
Why the Internet is so insecure
https://github.com/whatwg/html/issues/2119
Major flaw in how the specification for window.opener() works resulting
in a major phishing vulnerability that is cake to pull off.
The right solution isn't considered because it would break compatibility
with the few number sites that depend upon the broken specification even
though it would be simple for those sites to implement a secure
2015 Jan 15
4
Error installing 'rgdal' on Centos 7
Hello:
I can't install the ' rgdal ' package in R and ' GDAL ' on CentOS 7
(ELGIS repo added).
Is there any solution?
Thanks
--
Manuel Pizarro
EBD-CSIC
2002 May 24
1
R and QSAR equations
Hello R Users,
I am interested in using R to generate quantitative structure-activity
relationships (QSARs) for small molecules given
a set of molecular descriptors (the X's) and biological data (Y's) (usually
tab-delimited data files).
Has anyone done this using R ? Would you be willing to share your R
scripts (or ideas) for doing this with me ?
I am particularly interested in
2006 Feb 08
2
lme syntax for P&B examples
Hi helpeRs,
I've been working through some examples in Pinhiero & Bates( 2000)
trying to understand how to translate to the new Lme4 syntax but without
much luck.
Below is what I think I should do, but either the answers don't come out
the same or I get errors.
In the Oxide problems I'm particularly interested in obtaining the
levels coeficients but this options no longer seems