similar to: Issue with mounted drive

Displaying 15 results from an estimated 15 matches similar to: "Issue with mounted drive"

2012 Feb 13
2
Error in apply(x2, 1, diff) : dim(X) must have a positive length
Anyone knows hat might be the cause of this error? Thanks for any help! >library(MASS) > dif.mns = function(x2,tr1=.2,tr2=.3){ + #generates four different 'means' using + #difference scores from x2, an n x 2 matrix + #for use w/ bootstrap comparisons + diffs = apply(x2,1,diff) + mn1=mean(diffs) + mn2=mean(diffs,tr=.2) + mn3=mean(diffs,tr=.3) +
2009 Jul 15
1
Matrix multiplication precision
Hi!! I am trying to multiply 5 matrices and then using the inverse of that matrix for further computation. I read about precision problems from the archives and the suggestion was to use as.numeric while computing the products. I am still having problems with the results. Here is how I am using it #Mn.mat<-(T.mat %*% Rz.mat %*% Q.mat %*% Rz.mat %*% T.mat) # I was doing this in one step
2009 Jan 26
0
why two diff. se in nlsList?
Hi list, In the object returned by summary.nlsList, what's the difference between "coefficients" and "parameters"? The have the same "Estimate", different se (therefore t value), but same p values. R.2.8.0 on winxp with nlme_3.1-89 Thanks, ...Tao +++++++++++++++++++++++++++++++++++++++++++++++++ > library(nlme) > fm1 <- nlsList(uptake ~
2000 Jun 07
1
forward stepwise selection
Dear R-Help, My problem/bug came to light,when fitting a linear model using stepwise selection. I'd started with the straightfoward command step(lm(y~., dataset)) This worked fine, but because this starts with all the possible explanatory variables, it results in a model with too many explanatory variables. Hence I wanted to start with just a constant and do forward selection, to get a
2003 Oct 21
0
Access denied when copy file via batch script to samba shre
Hello, I want to replicate some files from one linux samba share (share=install) to another one (share=install). When I copy these files manually over the Windows Explorer (drag/drop), I have no problem I can create,overwrite a existing file. When I do it via a dos batch (robocopy) I have the error message "Access denied". I'm authenticated as the same user in both steps. OS:Linus
2008 Apr 14
5
Equivalent to a BY command in SAS
Hi, I'm very new to R and absolutely love it. Does anyone know how to use something in R that functions like a BY command in SAS? For example, let's say you have a variable x, and you want to see the mean. Easy... > mean(x) But what if you want to see the mean of x conditional on another discrete variable? My best attempts so far are something like... > mean(x, y_cat=1)
1999 Dec 21
0
Loss of browsing with Samba 2.0.6
Hi, I recently upgraded from Samba 2.0.4 to Samba 2.0.6, and have had a problem with browsing. My Sun Ultra450 (Solaris7) is controlling all aspects of network browsing, and I had no problems before. Occasionally, all of Network Neighbourhood will disappear. This message appears in log.UNKNOWN in my samba logs: [1999/12/14 15:55:27, 2] nmbd/nmbd_elections.c:send_election_dgram(47)
2000 Aug 22
0
Loss of Samba service after 5 days
I'm having two problems with Samba that only occur when I use versions later than 2.0.4. The main problem is that the server becomes inaccessible from PCs occasionally. This is easily cured by stopping and restarting Samba but it is a bit annoying. With Samba 2.0.5 this behaviour would occur randomly about three times a week. Using Samba 2.0.7 it seems to occur once every five days. Has
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2010 Jun 17
3
RDoc 2.2.0 requirement
Looks like Rails 3 currently depends on RDoc 2.2.0 exactly, even though the latest version is 2.5.x. Why this specific version? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to rubyonrails-core@googlegroups.com. To unsubscribe from this group, send email to
2011 Jun 06
2
[PATCH] Document the method for building the Unicorn gem
>From dcd47a609f4489bb37ce33ea1ce975bb2b3ab160 Mon Sep 17 00:00:00 2001 From: Hongli Lai (Phusion) <hongli at phusion.nl> Date: Mon, 6 Jun 2011 13:36:57 +0200 Subject: [PATCH] Document the method for building the Unicorn gem. Signed-off-by: Hongli Lai (Phusion) <hongli at phusion.nl> --- HACKING | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git
2006 Apr 13
0
Storage container for servers & switches
I will be moving some servers and switches in the near future. The computer equipment is all rack-mountable so it's 1U and 2U. I was wondering if anyone could recommend storage containers for this type of computer equipment. Let me know if you have any ideas. Thanks. Phusion
2018 Apr 19
0
Problems with geo-replication for non root user
I was trying to follow the steps for this as mentioned at https://access.redhat.com/solutions/2485621/. One difference is that in my case, the servers are running Ubuntu Server 16.04 LTS and are using gluster 3.12.8 from https://www.gluster.org/. Passwordless SSH seems to be working for a non-root user from the master node being node1.test.com. # ssh -24q geouser at node2.test.com hostname node2
2008 Jun 04
0
Network transfer speed issues in RHEL4
I am in need of some help with a speed issue on a test Red Hat server. The server is running RHEL4 ES Update 4. When copying a file using FTP it transfers at 19GB per hour, but when copying via SMB it transfers at 3-4GB per hour. The network card on the server is Intel 10/100. When copying using samba a simple cp -av command is used. I have tested when this server is part of Active Directory and
2010 Feb 03
0
Help with samba in AD environment
I need some help in configuring samba on a FreeBSD 8.0 server. I've used the following as a base. My goal is to have a samba share where I can set permissions for Active Directory users. I don't care about SSHing into the server using Active Directory account information. http://forums.freebsd.org/showthread.php?p=64144&#post64144