Displaying 20 results from an estimated 180 matches similar to: "Consistent but intermittent DHCP problems after pxelinux loads kernel."
2006 Oct 23
2
Recurrence plot in package "tseriesChaos"
Hi,
I'm a new user of the R package, and I need to generate recurrence plots for a set of 56 time series data. The package tseriesChaos has the function "recurr" that gives a plot. But what I really need are the recurrence plot parameters that are calculated from each plot (like %recur, %det, trend, etc...) and that can be stored dynamically in a output file for all the 56 datasets.
2007 Aug 30
5
Single plot multiple levels in x?
Plotting with 2 x axis?
One axis inside another, for example salary within state,
1-50 | 50 ? 100 | 100+ | 1- 50 | 50 -100 | 100+ | ? repeated bins for salary
AL ! AR ?? more states
The values are all stored with a single data frame. I have tried different things with the axis function and done many
2015 Jun 19
2
[Mesa-dev] [PATCH v3 0/2] nouveau: support for custom VRAM domains
On 19 June 2015 at 21:51, Martin Peres <martin.peres at free.fr> wrote:
> On 19/06/2015 13:02, Alexandre Courbot wrote:
>>
>> New revision of this patchset that prevents VRAM objects from being
>> allocated on VRAM-less systems like Tegra. This is required for Mesa
>> to work on such systems.
>>
>> Changes since v2:
>> - Use vram_size to detect
2001 Aug 15
2
x11drv
I have SuSE 7.1.
I installed wine from the disc
When I try to run it as root, I get "Could not load graphics driver 'x11drv'"
I cannot find x11drv anywhere on the disc's or the installed packages.
can anyone tell me where I can get ?
Chris.
2007 Aug 13
2
hw raid 10 with 4 disc, recomended partitiontable
I am familiar with centos and this forum, and have some rhel / centos
questions. Therefore I'm asking the question here
I am about to install rhel4.5 on a hp dl380 with 4 disc's. The standard
rhel installation installers all in one partition?
Will there be any advantage of splitting the file system up?
What would be a good recommended partition table for a server running
scripts
2015 Dec 18
2
playing DVDs on C7
On Fri, Dec 18, 2015 at 09:32:53AM -0500, Lamar Owen wrote:
> On 12/17/2015 08:33 PM, Fred Smith wrote:
> >Hi all!
> >
> >I'm trying to finish setting up my newly upgraded C7 system.
> >
> >It's on the same hardware I ran C6 on for several years. on C6 I had no
> >trouble playing DVDs (after installing tons of packages and libdvdcss).
> >....
2006 Jul 31
0
BackgroundRB time is not consistent with rails.
I added the following in my rails environment:
ENV[''TZ''] = ''UTC''
Background rb does not have the same time as my rails app. In fact it
is a few hours behind. Any idea why this is?
Thank You,
Ben Johnson
E: bjohnson at contuitive.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Mar 03
0
consistent crash with data=journal
I've been running into a kernel panic pretty consistently when using
data=journal. This occurs during heavy IO, and is highly reproducible
(only takes about 5 minutes of IO to cause it). The applications being
used are MySQL, Postfix, and a mail filtering application which operates
on postfix queue files using mmaped IO.
Shortly before the crash, the following messages are logged:
Mar
2003 Jun 19
0
How to determine FS is in consistent state.
hi all...
I intend to write a snapshot module for Ext2/3 file-systems.
For that i need to make sure that FS is in consistent state before taking
snapshot.
For ex. in case of UFS, the superblock has a fs_clean flag which is set to
be FSSTABLE to tell that its in consistent state. (otherwise its set to
FSACTIVE)
I m not able to find any such information for Ext2/Ext3.
Pls, let me know if you
2007 Jul 09
1
When is the periodogram is consistent with white noise?
Hello everyone,
This is my first time posting to the list, thanks in advance.
I am calculating the smoothed periodogram for the residuals of an AR model
that I fit to EEG data. The autocorrelation plot of the residuals shows the
series is now approximately white (i.e. ACF = 1 at lag 0, and close to 0 for
all other lags). I would like to show that the spectrum of the series is
also
2007 Nov 28
1
Consistent crashes when syncing large file, possible bug?
All,
I'm experiencing a problem where rsync crashes consistently when syncing a
large file (~760MB). I am rsyncing from my windows box to my linux server.
Both ends are running the latest stable version 2.6.9 protocol version 29.
The Linux server is a 64-bit version and the windows client supports
64-bit. I've ruled out network by using different switches and also
verifying that I'm
2006 Oct 31
0
6351004 capacity of pool in zfs gui is not consistent with the output of zpool list
Author: talley
Repository: /hg/zfs-crypto/gate
Revision: 8f002966e2de5d912f1b3f740784a1307059b667
Log message:
6351004 capacity of pool in zfs gui is not consistent with the output of zpool list
Files:
update: usr/src/lib/libzfs_jni/common/libzfs_jni_dataset.c
2011 Nov 23
0
Error using coeftest() with a heteroskedasticity-consistent estimation of the covar.
Hey
I am trying to run /coeftest()/ using a heteroskedasticity-consistent
estimation of the covariance matrix and i get this error:
# packages
>library(lmtest)
>library(sandwich)
#test
> coeftest(*GSm_inc.pool*, vcov = vcovHC(*GSm_inc.pool*, method="arellano",
> type="HC3"))
/Fehler in 1 - diaghat : nicht-numerisches Argument f?r bin?ren Operator/
something like:
2009 Mar 16
0
cluster/nufa not consistent across nodes running 2.0.0rc1
Running cluster/nufa on a 5 node cluster running version 2.0.0rc1 we
noticed that not all files are visible on two of the nodes.
So I switched from rc1 to rc4 and from cluster/nufa to
cluster/distribute (changing two things at once keeps it challenging to
debug :).
After the restart all of the files appear to be available on all nodes
and we avoid the cluster/nufa scheduling problem.
2017 Jun 23
0
optim() has a non-consistent way to send parameter for different methods
When optim() is used with method="BFGS", the name of parameters within
the vector are transmitted (see below, first example).
When method="Brent", the name of parameter (only one parameter can be
fitted with Brent method) is not transmitted. As there is only one, of
course, we know which parameter it is, but it makes things
non-consistent between methods.
It would be
2018 Mar 13
0
Getting consistent block frequency information
Hi,
I've been trying to get frequency information for basic blocks and edges
between basic blocks using MachineBlockFrequencyInfo and
MachineBranchProbabilityInfo. Unfortunately, the results returned don't
seem to give high consistency.
If I have code like the following:
define i32 @foo(i32 %i, i32* %addr) {
entry:
%tobool = icmp ne i32 %i, 0
br i1 %tobool, label %if.end, label
2014 Jun 24
0
Re: data monitored by "virDomainBlockStats" API not consistent with ones reading from /proc/[pid]/io, and corrugated with /proc/diskstats
On 06/24/2014 02:24 AM, coperd wrote:
>
> It is supposed that the VM’s disk “rd_bytes" and “wr_bytes" should
never exceed the value of the physical disk respectively, right ?
That's a question for the qemu folks.
> Doesn’t
> libvirt virDomainBlockStats read disk information from “proc” ?
No, libvirt reads it from the qemu QMP command query-blockstats. Beyond
that,
2014 Jun 25
0
Re: data monitored by "virDomainBlockStats" API not consistent with ones reading from /proc/[pid]/io, and corrugated with /proc/diskstats
On 06/25/2014 05:11 AM, coperd wrote:
[please don't top-post on technical lists]
> Command line "virsh domblkstat $vmname vda” get the results below:
> vda rd_bytes 639415808
> vda wr_bytes 728186880
>
> Command line "cat /proc/4438/io” get the result below:
> read_bytes: 772415488
> write_bytes: 734040064
Bear in mind that for some file formats, such as
2004 Oct 27
1
[LLVMdev] Patch to make struct/class usage consistent
Chris Lattner wrote:
> We would be happy to accept patches that convert struct -> class in the
> appropriate places, and I agree with your intuition of what should be a
> class vs a struct.
Here is a (big) patch which makes the struct/class usage consistent - I
think probably some structs should be classes, but most of the time I
made the choice that required changes in as few
2010 Sep 08
2
[LLVMdev] Generating Consistent Instruction IDs
Hi,
I'd like to ask you what's the best way of generating instruction
identifiers which are consistent across independent invocations of the
LLVM program. One way would be to use a counter and iterate over all
the functions, then all the BBs. But are there any guarantees on the
ordering of the functions and BBs in the iteration? In extremis, I can
sort the functions after name, but what