Displaying 20 results from an estimated 900 matches similar to: "32bit guests on 64bit domU"
2002 Jan 09
6
Samba PDC problem
Easy one.
I have win98 clients that login and connect to the shares fine. My problem
is the user home directory, each user can see their folders and can even
open them but they cannot save to their home directory. Each users home dir
is setup as 0700 (-rwx------), as are the files and subdir's, which I
believe is Read, Write, Execute for the owner of the file. What am I
missing?
Chris.
2008 Jun 21
1
converting an R function into VBA
Hi everyone,
I want to convert an R function into VBA for calculating the eigenvectors and eigenvalues of a matrix using the "Power Method". The function is:
PowerMethod <- function(x, tolerance) {
my.mat <- var(x[,-1], na.method="available")
matSize <- dim(my.mat)[1]
eigenVec <- matrix(NA, nrow=matSize, ncol=matSize)
eigenVal <- rep(NA,
2009 Jun 04
1
Using WinBUGS from R: A Multi-Way Array Problem
Please suggest a way out to the following problem.
I have a T by n data matrix (say Y) where coulmns are time series of length
T.
To do some analysis in WinBUGS I need to construct my data as follows.
yy<-rep(Y,k) ## this will be a vector
Yk<-array(yy,dim=c(T,n,k)) ## data array
Here the definition of dim indices is
first index: T rows
second index: n columns
third index: for kth T by n
2012 Mar 22
3
Puppet 2.7.12 Windows - Dependency Problem
Hi,
I finally got puppet to run.
My first test successfully created a file with content, I specified in
the init.pp for this client.
After that I wanted to install a msi package. (Firefox)
I placed it into the right place on the Puppetmaster and created
following init.pp
class windows() {
file { ''c:/PuppetOrdner/sshd_config'':
ensure => file,
owner =>
2008 Feb 21
0
extending code to handle more variables
useR's,
Consider the variables defined below:
yvals <- c(25,30,35)
x1 <- c(1,2,3)
x2 <- c(3,4,5)
x3 <- c(6,7,8)
x <- as.data.frame(cbind(x1,x2,x3))
delta <- c(2.5, 1.5, 0.5)
h <- delta/2
vars <- 3
xk1 <- seq(min(x1)-0.5, max(x1)+0.5, 0.5)
xk2 <- seq(min(x2)-0.5, max(x2)+0.5, 0.5)
xk3 <- seq(min(x3)-0.5, max(x3)+0.5, 0.5)
xks <- list(xk1,xk2,xk3)
xk <-
2014 Oct 28
3
find troubles
Hey guys,
Sorry not sure what's wrong with this statement. I've tried a few
variations of trying to exclude the /var/www directory.
[root at 224432-24 apr-1.5.1]# find / -name "*httpd*" -type d \( ! -name www \)
/usr/lib/httpd
/usr/lib64/httpd
/var/www/vhosts/johnnyenglish/httpdocs
/var/www/lpaddevbkp/alchemist/namespace/system-config-httpd
/var/www/lpaddevbkp/httpd
The
2006 Jun 05
1
Survey - twophase
Dear WizaRds,
I am struggling with the use of twophase in package survey. My goal
is to compute a simple example in two phase sampling:
phase 1: I sample n1=1000 circuit boards and find 80 non functional
phase 2: Given the n1=1000 sample I sample n2=100 and find 15 non
functional. Let's say, phase 2 shows this result together with phase 1:
...................phase1........
2015 Feb 10
3
Packages installation in CentOs
Hi,
I have a customized CentOS 5.5 kernel. I want it to upgrade it to CentOS 7.
The approach I have decided was to take the CentOS 7 and then install the
customized packages that are there in the CentOS 5.5.
While trying to install the customized packages, I could install most of
the packages, but I couldn't install the below in the latest CentOS 7.
1. rhpl
2. mod_perl
3.
2012 Mar 24
0
Help ordinal mixed model!
Good afternoon, gentlemen! After several days studying and researching on
categorical data (various forums with answers from the owner of the library
- all incipient) how to interpret the output the function MCMCglmm, come to
enlist the help of you, if someone has already worked with MCMCglmm function
in the case of variables ordinal dependent. I've read and reread all the
pdf's of the
2009 Jan 18
0
FreePhoneLine Java app troubleshooting, would love some help!
My Voip provider has a Windows app for their phone service, and I'm having no luck getting it to work via wine. I would be very very grateful if anyone can help me out with this scenario. Below are my details and error output to stdout..
___My Env___
Ubuntu 8.10 -- 2.6.27-11-generic #1 SMP Thu Jan 8 08:38:38 UTC 2009 x86_64 GNU/Linux
wine-1.1.13
Windows app is calle: FreePhoneLine.exe
2006 Jul 19
0
Start Jetty in rake?
All:
We are going to integrate selenium driven test to our project, it
requires to start the jetty server, we prepare a .bat file, and use sh to
call it in Rake. then there is a problem, our Rake script blocked in this
step, since there is no return value from the start jetty task, and the
tasks behind that will never have chance to be processed.
Anyone has idea in handling this?
--
2015 Feb 10
0
Packages installation in CentOs
On 2/9/2015 10:04 PM, Venkateswara Rao Dokku wrote:
> 1. rhpl
redhat python libraries have been integrated into other things.
> 2. mod_perl
mod_perl is available in epel
> 3. notification-daemon
no idea what this is.
> 4. vixie-cron
cron is installed by default.
> 5. kudzu
obsoleted.
> 6. redhat-lsb
redhat-lsb should be installed by default
> 7. mod_pyton
seems to be
2005 Aug 10
0
Maybe OT?
Hi all,
I recently setup Samba to auth to Active Directory - wow do I feel like
an alchemist for doing that - despite the deceased foul involved in
getting this setup - it is now working very well.
My problem comes in that logging from AD is constantly complaining about
failed authentication. I assume that as the User ID field shows only the
SID that AD can not (reverse) map the user - so
2015 Feb 10
2
Packages not available in CentOS 7
HI,
I would like to upgrade my customized CentOS 5.5 to CentOS 7. For this I
took the latest stable CentOS 7 image and wanted to install the packages
that are there in the existing customized version of CentOS 5.5.
I could install some of the packages, but the following packages I couldn't
install.
1. Rhpl
2.mod_perl
3. 3.notification-daemon
4. 4.vixie-cron
5.kudzu
6.redhat-lsb
2015 Feb 10
1
Packages installation in CentOs
Thanks for the quick reply.
I couldn't install the following packages also in the CentOS 7
1. python-numeric
2. system-config-services
3. perl-BSD-Resource
4. Perl-Net-IP
5.system-config-nfs
6.ipspec-tools
Can you please suggest best way to install the above listed packages on
CentOs 7?
Are the packages listed above deprecated for CentOS 7 or merged into some
other packages?
On Tue, Feb
2012 Jun 01
2
how to add a 'label' column
Hello R users,
I'd like to ask a question about how to add a new column. So, below is my
situation.
In order to perform the repeated ANOVA, I first imported the following
table.
score=read.csv("patients_tests.csv");
subject test1 test2 test3 test4 test5 test6
test7
1 ab 0.17687 0.16715 0.17009 0.16480 0.16116 0.24502 0.17975
2 cl
2006 Jun 21
5
module and cache/restarting server
Hello,
It seems I need to restart webrick everytime I modify a module in order
for my modifications to be taken into account. Is this normal and is
there a workaround?
Regards,
--
----------------------------------------------------------------------
Yannick Majoros http://www.inma.ucl.ac.be/~majoros
Informaticien UCL/INMA-MEMA
4, avenue G. Lema?tre
B-1348 Louvain-la-Neuve
Tel:
2009 Sep 27
1
Clustering with R - efficient processing of large sparse data sets (text data)
I checked the R procedure HCLUST (hierarchical clustering) but it
looks like it requires a full triangular n x n similarity matrix as
input, where n = number of observations. The number of variables is
200.
My data set has n = 50,000 observations (keywords), and I use ad-hoc
similarity measures, not available in R, to measure keyword
similarity. Here, the vast majority of the n x n similarities
2010 Apr 13
0
raise VmError(''Creating domain failed: name=%s'' %
Hello
Xen refuses to create domU VM.
I have posted some info about my system. Please suggest a solution.
gate xen # xm info
host : gate
release : 2.6.25.5-1.1dom0
version : #24 SMP Sun Aug 31 16:55:27 EEST 2008
machine : x86_64
nr_cpus : 2
nr_nodes : 1
cores_per_socket : 2
threads_per_core : 1
cpu_mhz : 1999
hw_caps :
178bf3ff:e3d3fbff:00000000:00000010:00000001:00000000:00000003:00000000
2002 May 24
1
add user script w/ idealx perl script (ldap)
Dear samba guru,
I have a little bug i can't solve. It is pretty misterious to me,
must be a problem how samba execute the add user script. Now here
is the situation. I've compiled samba 2.2.4 with ldap 2.0.23 to run
as PDC with win2k workstations. Everything works as expected except
the add user script to add workstation automaticly to the domain.
add user script =