Displaying 20 results from an estimated 400 matches similar to: "Dead domains don''t disappear from xm list"
2005 May 26
6
Restricting number of nics seen by Domain 0
Is it possible to disable one of the (real) Ethernet interfaces from Xen so
that Domain 0 doesn''t see it? I.e. when the Domain 0 XenLinux boots up it
only has eth0 although there are actually two NICs in the machine. Would it
be possible to do this using the "nics=" parameter? I know this can be done
for doms>0 but get the impression Domain 0 is different.
Alternatively
2006 Nov 24
1
Missing values for S4 slots
Using R 2.4, the following fails:
setClass("testc", representation(a="ANY"))
makeC <- function(myarg) new("testc", a=myarg)
makeC()
-> Error in initialize(value, ...) : argument "myarg" is missing,
with no default
On the other hand, this is OK:
f <- function(a) g(b=a)
g <- function(b) if(missing(b)) "missing" else "valid
2010 Oct 22
2
Linking to lapack
Hello all.
I'm developing a package for R holding a Gibbs sampler, which tends to have
better performance when written in C than in R.
During each iteration in the Gibbs sampler, I need the inverse of a
symmetric matrix.
For this, I wish to use lapack, as is concisely suggested in "Writing R
extensions", since this will have better performance than I could ever write
myself.
After
2005 Apr 14
2
Using idmap_rid backend, cannot browse home directory from XP
Samba version is 3.0.10 on Gentoo linux. I am trying
to use idmap_rid backend in a Windows AD environment,
the Linux PC acting only as a domain member. I am
using idmap_rid because I need UID/GID predictability.
I can log in to console correctly, and it shows the
right user and the "Domain Users" as the group.
When I use default winbind TDB, I can browse the home
directory from an XP
2011 Oct 25
2
R for loop nested?
Hi,
I'm trying to execute the same R code on multiple data frames listed in a single directory. The code works fine if I use the code
(below) for each file. However, I have several files and it becomes
tedious to run each one, name it and then aggregate into a single
dataframe.
Name
0.0 1
21.15 2
2400.26 1
3222.14 2
name = read.table(file.choose(),header=F) #
2006 Jan 18
0
Xen 3.0 without udev
I was trying to upgrade an off-site production server to Xen 3.0 today in
order to get PAE support. I succeeded in getting Domain 0 to work but was
getting the following errors when creating Domain Us:
Device 0 (vif) could not be connected. Hotplug scripts not working
The domain seemed to start but I couldn''t connect using xm console.
After digging around it seems that this is probably
2009 Apr 29
0
combine_factor to empty level
ID: T8dfe471e360ac80264c6c
Dear,
I'm using R 2.8.1 with the package reshape version 0.8.2 .
It seems that the combine_factor function has problems with combining levels to
an empty level:
#EXAMPLE WORKING
test<-sample(c(1:10),1000,replace=T)
testf<-factor(test, c(1:10), LETTERS[1:10])
table(testf,exclude=NULL)
testc<-combine_factor(testf, c(1,1,1,1,1,2,2,2,2,2))
2005 Aug 01
1
X100P/Caller ID: clidtest works, * complains [repost]
Hi,
I'm running Asterisk 1.0.8 on Gentoo, with an X100P (clone) card, and I'm
having problems with Caller ID. I have run clidtest, and it seems happy
enough, returning:-
server clidtest # ./clidtest /dev/zap/1
Number: 0412222222, Name: MOBILE
(that number's fake.) However, I'm not getting the caller ID passed
through with *. Sometimes I get a "failed checksum" like
2009 Nov 18
3
Re ading multiple Excel 2007 files with a loop
I have several hundred Excel 2007 data files in a folder. I would like to
read every file in a single given folder using a loop.
I have searched the FAQ, the forum archives here, other or older R boards
and the R Import / Export documentation, and have asked some very
knowledgeable R users without learning of a solution. I hope someone here
can help.
I understand that the most common
2019 Jan 17
2
Accidentally deleted .imap folder, how can I reindex?
Hello,
I have several users with Maildir format. After upgrading from 2.2 to 2.3,
some directories could not be opened from thunderbird. The server log shows
all kinds of errors including these:
Corrupted record in index cache file
/home/user01/Maildir/.Elk&APw-ld&APY-tt/dovecot.index.cache: UID 2802:
Broken physical size in mailbox
Cached message size larger than expected (18 > 17,
2010 May 18
25
Very serious performance degradation
Hi,
I''m running Opensolaris 2009.06, and I''m facing a serious performance loss with ZFS ! It''s a raidz1 pool, made of 4 x 1TB SATA disks :
zfs_raid ONLINE 0 0 0
raidz1 ONLINE 0 0 0
c7t2d0 ONLINE 0 0 0
c7t3d0 ONLINE 0 0 0
c7t4d0 ONLINE 0 0
2007 Jul 17
0
write.dcf/read.dcf cycle converts missing entry to "NA" (PR#9796)
Full_Name: Bill Dunlap
Version: 2.5.0
OS: Red Hat Enterprise Linux WS release 3 (Taroon Update 6)
Submission from: (NULL) (24.17.60.30)
If you read a dcf file with read.dcf(file,fields=c("Field",...))
and the file does not contain the desired field "Field",
read.dcf puts a character NA for that entry in its output
matrix. If you then call write.dcf, passing it the output
of
2017 Jul 25
0
[Questions] About small files performance
Dear all
Recently, i did some work to test small files performance for gnfsv3
transport. Following is my scenario.
#####environment#####
==2 cluster nodes(nodeA/nodeB)==
each is equipped with E5-2650*2, 128G memory and 10GB*2 netcard
nodeA: 10.254.3.77 10.128.3.77
nodeB: 10.254.3.78 10.128.3.78
==2 stress nodes(clientA/clientB)==
each is equipped with E5-2650*2, 128G memory and 10GB*2
2011 Oct 11
2
Creating the mean using algebra matrix
Dear all,
I wanted to create the mean using a algebra matrix.
so I tried this one:
> meanAnimals <- new3%*%factorial
(Calculates the matrix multiplication of the new3 * factorial).
But I get the following error message:
Error in new3 %*% factorial : non-conformable arguments
These are my matrices:
> new3
[,1] [,2]
[1,] 1.350 8.1
[2,] 465.000 423.0
2003 Dec 04
1
users and groups in a samba domain
I'm currently running Samba 2.2.8a as a NT-style domain server. I have a few different
questions regarding this setup. First, how can I add samba users to groups so that I can
specify 'DOMAIN\Group' in the permissions for a particular share on an XP machine attached
to the domain? Also, how can I set account types other than admin and not-admin for use
when logging in under
2005 Mar 07
1
[Fwd: RE: Re: TE410P card in an HP-Compaq DL380 G4 server]
Was there any resolution on this I also have a TE410P in an box with an
Intel E7501 chipset?
-Vickers
-------- Original Message --------
Subject: RE: [Asterisk-Users] Re: TE410P card in an HP-Compaq DL380 G4
server
Date: Tue, 8 Feb 2005 11:13:24 +1030
From: Peter Childs <peter.childs@nec.com.au>
Reply-To: Asterisk Users Mailing List - Non-Commercial Discussion
2007 Jul 18
1
(PR#9796) write.dcf/read.dcf cycle converts missing entry
BIll,
Thanks.
I am seeing some problems here, for example when all the fields are
missing, or all the fields in a row are missing. I've fixes for those,
and will commit to R-devel shortly.
On Tue, 17 Jul 2007, bill at insightful.com wrote:
> Full_Name: Bill Dunlap
> Version: 2.5.0
> OS: Red Hat Enterprise Linux WS release 3 (Taroon Update 6)
> Submission from: (NULL)
2009 Jun 07
4
How to access parent property
Hi,
I am having difficulties accessing parent properties/attributes from
the child. Anyone could shed some lights onto this?
Heres a sample code:
class Parent < ActiveRecord::Base
:has_many => :childs
@connector
def before_save
@connector = ''some connector object''
0..9.do |count|
self.childs << Child.new
self.childs[count].connector =
2009 Jun 29
2
[LLVMdev] [cfe-dev] Patch for llvm::DepthFirstIterator.h and llvm::PostOrderIterator.h
Hi,
I've done all the minor changes you recommended and have attached a new
patch including both files again (even if po_iterator didn't change).
However:
Dan Gohman schrieb:
> The plural of "child" is "children"; please rename this function
> accordingly.
Is "childs" just sloppy, is it american english or is it just a
misconception of foreigners
2009 Jun 26
3
[LLVMdev] Patch for llvm::DepthFirstIterator.h and llvm::PostOrderIterator.h
Hi @clang and @llvm,
attached you'll find a patch dealing with some iterator issues I already
mentioned in both lists. Since there was no reaction I cross-post again
- now IMHO production-ready code.
The patch is considered to get checked-in out of the box. It should not
affect the behavior of existing and working code. I really need it for
clang AST processing.
Changes:
1. Both