Displaying 20 results from an estimated 10000 matches similar to: "Persistent data structures for R"
2020 Nov 19
1
unable to migrate when TLS is used
With libvirt 6.9.0, qemu 5.1.0, and following configurations:
libvirt:
key_file = "/etc/ssl/libvirt/server.lan.key"
cert_file = "/etc/ssl/libvirt/server.lan.crt"
ca_file = "/etc/ssl/libvirt/ca.crt"
log_filters="3:remote 4:event 3:util.json 3:rpc 1:*"
log_outputs="1:file:/var/log/libvirt/libvirtd.log"
qemu:
default_tls_x509_cert_dir =
2011 Mar 15
1
Persistent storage between package invocations
Hi all,
Does anyone have any advice or experience storing package settings
between R runs? Can I rely on the user's home directory (e.g.
tools::file_path_as_absolute("~")) to be available and writeable
across platforms?
Hadley
--
Assistant Professor / Dobelman Family Junior Chair
Department of Statistics / Rice University
http://had.co.nz/
2004 Aug 06
3
icecast2 ogg vorbis client request headers
On Monday 05 April 2004 13:04, oddsock wrote:
> At 07:41 PM 4/4/2004, you wrote:
> >That was your plan.
> >
> >My plan is to provide what currently exists (htpasswd-like) and a 'script'
> >authenticator which just calls an external program, as Geoff described.
> >
> >Both are, of course, possible. Your "URL call" (this is a very strange way
2016 Apr 09
4
lli size
Hey there,
Been googling but can't find. Thought to ask the wizards.
The LLVM interpreter. I am creating a simple wrapper around it to run
a script. The program after linking is about 25 megs stripped of
debug symbols.
This seems a bit large.
Is it possible that this could somehow to be drastically reduced?
Is it worth going and trying to rip things out?
The code which instantiates
2014 Jun 13
2
[LLVMdev] Looking for a fix to memory leak in DWARF support
David, (and everyone else)
I am forced to do some maintenance work on a fairly old LLVM branch
(likely based on release 3.1) that among other issues has a major problem
with memory leak somewhere around DWARF debug support.
In fact customer is unable to build with -g at all - simply running out of
memory on their project...
I seem to remember that there has been a major fix related to it,
2005 May 20
3
Close list to outsider's posts?
Hi
I'm assuming that Wayne is the obvious destination for this request. Can
we make the mailing list reject emails from non-subscribers? This would
drastically reduce the amount of spam we receive.
Thanks,
Shachar
--
Shachar Shemesh
Lingnu Open Source Consulting ltd.
Have you backed up today's work? http://www.lingnu.com/backup.html
2009 May 05
2
[LLVMdev] Pass to remove unused functions
In order to handle a large vector based math library I link in a fairly
large bitcode file that might or might not be needed. The problem is
that linking in this bitcode file drastically increases the amount of
compile time required. Is there a way to remove all functions that are
not used after this linking pass? Something similar to die but removes
functions from the compilation unit instead of
2017 Jun 28
0
Persistent storage for docker containers from a Gluster volume
Anyone?
> -------- Original Message --------
> Subject: Persistent storage for docker containers from a Gluster volume
> Local Time: June 25, 2017 6:38 PM
> UTC Time: June 25, 2017 4:38 PM
> From: mabi at protonmail.ch
> To: Gluster Users <gluster-users at gluster.org>
> Hello,
> I have a two node replica 3.8 GlusterFS cluster and am trying to find out the best way
2015 Oct 07
4
Buildbot Noise
On 7 October 2015 at 22:14, Eric Christopher <echristo at gmail.com> wrote:
> As a foreword: I haven't read a lot of the thread here and it's just a
> single developer talking here :)
I recommend you to, then. Most of your arguments are similar to
David's and they don't take into account the difficulty in maintaining
non-x86 buildbots.
What you're both saying is
2007 May 24
2
Version 1.2beta2 is out!
Hi everyone,
I just released Speex 1.2beta2.
Release notes:
Again, this new releases brings many improvements. The RAM requirement
for wideband has gone down drastically (i.e. more than 2x). A new
resampler module has been added, providing arbitrary sampling rate
conversion -- fast. The echo canceller has also been improved. A bug in
1.2beta1 that made the echo canceller unstable has been fixed.
2017 Jun 25
2
Persistent storage for docker containers from a Gluster volume
Hello,
I have a two node replica 3.8 GlusterFS cluster and am trying to find out the best way to use a GlusterFS volume as persistent storage for docker containers to store their data (e.g. web assets).
I was thinking that the simplest method would be to mount my GlusterFS volume for that purpose on all docker nodes using FUSE and then simply start containers which require persistent storage with
2011 Aug 15
1
Non-persistent disk
Hi Libvirt team,
I am trying to create a new domain from XML file by using libvirt. I want
this new domain using non-persistent disk as its disk. Non-persistent disk
means that when the domain is running, all the modification would not be
written to disk file. So next time, when you boot VM from the same disk
file, you would have a fresh disk. I check the website but I could not find
2009 Jun 17
2
glm binomial logit
Hi All,
I am using "glm" function to build logistic regression. I noticed that glm
function glm function is computing many other statistics which are not
required for our analysis. As our dataset is very big and we have to run
logistic regression on several samples the run time drastically increases
if all those statistics are computed. Is these any way to skip computation
in glm
2019 Feb 07
2
persistent generic device for tape changer
Hello Ron,
sounds good. I have 2 tape changer. I persume, udev creates the same
link for both.
Can I modify
SYMLINK+="changer-$env{ID_SERIAL}"
The serial should be unique.
Viele Gr??e
Helmut Drodofsky
Internet XS Service GmbH
He?br?hlstra?e 15
70565 Stuttgart
Gesch?ftsf?hrung
Helmut Drodofsky
HRB 21091 Stuttgart
USt.ID: DE190582774
Fon: 0711 781941 0 <tel:+497117819410>
Fax:
2019 Feb 07
2
persistent generic device for tape changer
Hello,
mtx and therefor amanda use generic device /dev/sg<x> for tape changer.
These devices change on reboot.
How to make them persistent?
/dev/sch0 and /dev/sch1 seem to be persistent.
/dev/tape/by-id/ shows links from WWID to generic device
An UDEV rule could help? I have not found any example.
--
Viele Gr??e
Helmut Drodofsky
Internet XS Service GmbH
He?br?hlstra?e 15
70565
2016 Jan 25
1
Persistent tun/tap
So we can configure a persistent tun and tinc on startup recognize this, tinc uses just present tun without problems ?
Can you point me to Tinc-RedHat best practice method to do that please ?
Thank you in advance
Best Regards
Roberto
-----Original Message-----
From: tinc [mailto:tinc-bounces at tinc-vpn.org] On Behalf Of Guus Sliepen
Sent: domenica 24 gennaio 2016 09.53
To: tinc at
2016 Sep 30
3
Alternative GUI
On 09/29/2016 06:41 PM, Fred Smith wrote:
> On Wed, Sep 28, 2016 at 07:25:54PM -0400, Mark LaPierre wrote:
>> Hey All,
>>
>> I'm considering moving from CentOS 6 to CentOS 7. I'm not interested in
>> dealing with Gnome 3. I've heard good things about Mate, a fork of
>> Gnome 2. it appears that Mate is available in the EPEL repository
>>
2019 Nov 21
2
[CodeGen] Read/Write Machine IR from/to Persistent File
Dear LLVM developers,
Just as LLVM IR can be read/write via persistent bitcode (*.bc *.ll) files,
is there any similar implementation in LLVM to read/write Machine IR (MIR)
via a persistent file?
If not and I would like to add it (e.g. for ARM or RISC-V), could you
direct me materials and/or LLVM source code modules where I should start
with?
Best Regards,
Lele Ma
-------------- next part
2012 Nov 02
2
[PATCH] xen-blk: persistent-grants fixes
This patch contains fixes for persistent grants implementation v2:
* handle == 0 is a valid handle, so initialize grants in blkback
setting the handle to BLKBACK_INVALID_HANDLE instead of 0. Reported
by Konrad Rzeszutek Wilk.
* new_map is a boolean, use "true" or "false" instead of 1 and 0.
Reported by Konrad Rzeszutek Wilk.
* blkfront announces the
2005 May 02
3
W2K3 SP1 - PERSISTENT CONNECTION(S) BUG?
After testing my W2K3 SP1 terminal server against a SAMBA server *AND* a
W2K server, I have noticed the following *odd* behavior.
LOGIN: Map drive letters
LOGOUT: Connections are still connected. on BOTH W2K and SAMBA file servers.
LOGIN: Map drive letters
LOGOUT: Now you have TWO sets of connections still connected for the one
user.
REPEAT: For each time you repeat the above procedure, you