Displaying 20 results from an estimated 10000 matches similar to: "libvirt connections"
2000 Sep 20
1
SV: sample from contingency table
I have had the same problem and I wrote this function
rmulti <- function(n, size, p)
{
NrDim <- length(p)
if(NrDim<2) stop("The simulated variabel has to be at least
2-dimensional")
res <- matrix(data=NA, nrow=n, ncol=NrDim)
p <- p/sum(p)
TempSize <- size
for(i in 1:NrDim)
{
TempP <- p[i]/sum(p[i:NrDim])
TempBin <- rbinom(n=n, size=TempSize,
2013 Jan 28
1
platform specific "Depends" argument?
Dear R users,
we have a problem when building R packages which depend on platform
specific packages. The following example will illustrate our problem:
For parallel computing (in our own package) we want to use the multicore
package. Since multicore is not available for Windows we subtitute it by
the snowfall package. Currently we create two packages with different
"Depends" argument
2000 Sep 12
1
Variable value in expression (plotmath)
Hello,
I have a problem with the plotmath facility and haven't found any solution
in the FAQ and Online-Help.
I am trying to incorporate the value of a variable in an expression for an
axis with plotmath.
Considering having
> gamma <- 10
I'd like to have a plot with
> plot( .... , xlab=expression(gamma==10))
but depending on the true value of the variable.
How can I
2019 Sep 06
2
[PATCH 15/18] virtiofs: Make virtio_fs object refcounted
On Thu, Sep 05, 2019 at 03:48:56PM -0400, Vivek Goyal wrote:
> This object is used both by fuse_connection as well virt device. So make
> this object reference counted and that makes it easy to define life cycle
> of the object.
>
> Now deivce can be removed while filesystem is still mounted. This will
> cleanup all the virtqueues but virtio_fs object will still be around and
2019 Sep 06
2
[PATCH 15/18] virtiofs: Make virtio_fs object refcounted
On Thu, Sep 05, 2019 at 03:48:56PM -0400, Vivek Goyal wrote:
> This object is used both by fuse_connection as well virt device. So make
> this object reference counted and that makes it easy to define life cycle
> of the object.
>
> Now deivce can be removed while filesystem is still mounted. This will
> cleanup all the virtqueues but virtio_fs object will still be around and
2000 Aug 31
3
using browser() in complex programs - where am I?
Dear all,
is there an easy way to know at which position in the source code
browser() (or stop()) was called? This seems to be important for me when
I try
to debug a program (e.g. using options(error=quote(dump.frames())))
traceback() returns some information, but I miss something like a line
number, e.g. "stopped at line 999 in foo.R".
Marcus
--
2018 Jan 30
2
Samba 4.7.4 + bind9 DLZ /backend/ dropping delegated domain
Right, that is the _workaround_. It'd be great to see that documented in
the Wiki.
However, samba_dlz is supposed to support reload, and there has been work
on that file to fix slow reload previously.
I"m currently doing experiments to figure out what is going wrong.
One thing is clear, the messages from samba_dlz is confusing, since it is
actually not "shutting down".
Rather,
2009 Apr 30
42
[PATCH 00/39] ocfs2: Add reflink file support. V3
Hi all,
So I have finally finished the v3 of reflink for ocfs2. The biggest
change is that we support 64bit cluster offset now(Thank Mark and Joel
for it).
[View]
http://oss.oracle.com/git/?p=tma/linux-2.6.git;a=shortlog;h=refcount
[Pull]
git://oss.oracle.com/git/tma/linux-2.6.git refcount
The general information for reflink, please see
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink.
2023 Nov 10
2
[PATCH drm-misc-next v8 09/12] drm/gpuvm: reference count drm_gpuvm structures
On 11/10/23 09:50, Christian K?nig wrote:
> Am 09.11.23 um 19:34 schrieb Danilo Krummrich:
>> On 11/9/23 17:03, Christian K?nig wrote:
>>> Am 09.11.23 um 16:50 schrieb Thomas Hellstr?m:
>>>> [SNIP]
>>>>>>
>>>> Did we get any resolution on this?
>>>>
>>>> FWIW, my take on this is that it would be possible to get
2010 Jul 08
2
Bug#588477: network-bridge: start: 95 sec sleep/bridge without a default gateway
Package: xen-utils-common
Version: 4.0.0-1
Severity: normal
Tags: patch
do_ifup() in network-bridge exits badly, if the interface doesn't have a
default gateway.
Since it's wrapped in xen's locking script it causes it to be retied 100
times and sleep for 95 seconds before it continues.
In my setup this amounts to:
16 vlans without a default gateway * 95 secs / bridge = 25 minutes
2019 Mar 12
3
dovecot-keywords are not preserved any more when moving mails between folders
Hello,
after an upgrade of dovecot-2.2.5 to dovecot-2.3.4 the dovecot-keywords,
which in my case are set by thunderbird, are not preserved any more when
moving a mail between folders.
Are there any ideas, what may be the reason.
Thanks for any hints on that,
Andreas
'doveconf -n' gives:
# 2.3.4 (0ecbaf23d): /etc/opt/csw/dovecot/dovecot.conf
# Pigeonhole version 0.5.4 (60b0f48d)
# OS:
2005 Sep 01
3
samba banner string
Hi list!
I need your expertise.
How do I do to rid of the banner "SAMBA 3.0.14a on debian on sarge
(pdcsrv)"
I can see that when I use the M$ server tools and I've tried to rewrite the
string but when I click "ok" the string still the same, what I mean is that
no matter what I write there it doesn't change.
I use JXplorer to navigate throw my ldap
2001 May 10
4
Passing a workspace file as argument
What is the best way (if possible) to pass the name of a workspace file to R
when it starts so it is loaded instead of .RData ?
I would like to know this for Linux and windows version. For windows I would
like to associate the .RData extension so doubleclicking the file starts R
and loads it.
Thanks
--
Victor Moreno V.Moreno at ico.scs.es
Servei
2009 Mar 27
42
[PATCH 00/42] ocfs2: Add reflink file support. V1
Hi all,
So I have finally finished the v1 of reflink for ocfs2. It has some
bugs that I am still investigating, but the schema is almost there. So
I'd like to send it out first for review. And Tristan and I will
continue to work on the stability of the code.
The general information for reflink, please see
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink.
For the design doc, please
2009 Apr 03
42
[PATCH 00/42] ocfs2: Add reflink file support. V2
Hi all,
Change from v1 to v2: bug fix and metadata/credits reservation
improvement.
The general information for reflink, please see
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink.
For the design doc, please see
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/RefcountTrees
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/ReflinkOperation
2008 Jun 12
3
Problem with Freq function {prettyR}
Dear list,
I have a problem with freq from prettyR.
Please have a look at my syntax with a litte example:
library(prettyR)
#Version 1
test.df<-data.frame(q1=sample(1:4,8,TRUE), gender=sample(c("f","m"),8,TRUE))
test.df
freq(test.df) #No error message
#Version 2
test.df<-data.frame(gender=sample(c("f","m"),8,TRUE), q1=sample(1:4,8,TRUE))
test.df
2019 Feb 14
1
dovecot/lmtp dumps core when proxying to multiple recipients via protocol=smtp
Hello,
when trying to set up a migration scenario from my old mailbox-servers
to my new dovecot-cluster, I get a coredump from dovecot/lmtp when
proxying mail-delivery to more than one recipient on the old mailbox-server.
My setup:
3 director-hosts (Debian stretch) are proxying to a pair of
replicator-hosts and during migration also to the old mailbox-server.
For migration the not-migrated
2009 Mar 03
2
How to allow only particular users to logon to a particular computer?
Guys,
I have a pc (already joinned the samba domain 'DOMAIN') that I want to keep
off other domain users but user DOMAIN\mark and DOMAIN\thomas whilst letting
both of them to logon freely to other computers. I tried
sambaUsersWorkstations but it only works with uid (Users not Computers) and
it dictated which computer such a user may logon to. What I want is the
opposite: which users may
2000 Sep 29
2
segmentation faults when unused argument
Dear Rs,
quite often in I had segmentation faults of the following kind:
Error in brf.infobase(nn, Pc, knams = knams, plot = plot, dev = dev,
quiet = quiet, :
unused argument(s) (df ...)
Process R segmentation fault at Fri Sep 29 15:46:27 2000
This happened when I (wrongly) called a routine with an argument which
the routine
did not support.
platform i386-pc-linux-gnu
arch i386
2010 Nov 12
3
Partition of a set
Hi
I am new on this forum. I am searching for a function in R which provides
all partitions of a set, say for the set
{1,2,3}
you get
{{1,2,3}}
{1,{2,3}}
{2,{1,3}}
{3,{1,2}}
{{1},{2},{3}}
. The number of partitions of a set is given by Bellsche`s number. The
number of possibilities of length (this is the number of subsets included in
the partition) of the partition is given by the partition