Displaying 12 results from an estimated 12 matches for "unconsistent".
Did you mean:
inconsistent
2010 Jan 06
0
Unconsistent behaviour of function cor()
...rsion.string R version 2.9.0 (2009-04-17)
cor.a cor.b cor.c cor.d
[1,] 0.062 0.062 0.062 0.062
[2,] 0.107 0.107 0.107 0.107
[3,] 0.226 0.226 0.226 0.226
[4,] 0.232 0.232 0.232 0.232
[5,] 0.179 0.179 0.179 0.179
Best regards,
Reinhard
--
View this message in context: http://n4.nabble.com/Unconsistent-behaviour-of-function-cor-tp999702p999702.html
Sent from the R help mailing list archive at Nabble.com.
2003 Apr 03
3
How to organize/develop an R function
...attributes and classes. I do a lot of object manipulation
(lists to arrays, factors to numeric vectors, etc, etc) so that I can
group data and apply the proper calculations/models to the proper data
combination.
Some times I get lost or need debugging and hell comes on earth. The
objects names are unconsistent, the objects classes are not correct so
methods work differently, etc.
My question is about programming good pratices in R. Does anyone know
about documents ? Do you use some project management software that help
on the function structure ? Do you have any ideas ? How do you (the R
gurus) develop...
2012 Apr 25
3
Undiserable kernel upgrade in Ubuntu
Hi, I''ve defined this module:
package {[''build-essential'', "linux-headers-${kernelrelease}", ''dkms'',
''linux-headers-server'']:
ensure => installed,
}
and when the package linux-headers-server it''s upgraded in the repositories
puppet tries to upgrade in client too. And as that package has a dependency
2014 Aug 06
2
[help] Does "virsh blockpull" works on live virtual machine
Hi all,
I have a kvm virtual machine running (qemu version 2.0), and I had took several external snapshots of the disk( using "virsh snapshot-create-as"). Now, the existed disk files relationship look like: base <- snap1 <-snap2 <- current using disk file. Now I want to remove snap1 and snap2, and let current disk using the base image file as back file directly. Unfortunately,
2015 May 28
0
Re: Concurrent scanning of same disk
...u enable debugging and get the complete
> > messages.
> >
> > http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs
> >
> > Rich.
> >
> >
>
> I'm starting to wonder whether these errors are due to the fact that I
> compare snapshots of unconsistent disks. If so, is there a way to instruct
> guestfs to ignore corrupted files?
Are the snapshots "consistent"? - ie. taken in such as way that they
provide a single point-in-time view across the whole disk? You
mentioned using 'qemu-img convert' before. 'qemu-img convert&...
2015 May 28
2
Re: Concurrent scanning of same disk
...> messages.
> > >
> > > http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs
> > >
> > > Rich.
> > >
> > >
> >
> > I'm starting to wonder whether these errors are due to the fact that I
> > compare snapshots of unconsistent disks. If so, is there a way to
> instruct
> > guestfs to ignore corrupted files?
>
> Are the snapshots "consistent"? - ie. taken in such as way that they
> provide a single point-in-time view across the whole disk? You
> mentioned using 'qemu-img convert' be...
2002 Dec 24
3
Oplock break request failures
I hope someone can enlighten me on this.
Situation: NT network, Samba PDC, about 20 NT 4.0 workstations. log(s).smbd
are created per machine for easier analysis (as log.smbd.<NetBios Name>).
Not often, but often enough to be of concern, are errors in
request_oplock_break that seem to indicate that another smbd process that
should be listening for break requests on a UDP socket
2008 Dec 31
5
The future of Compiz
Where are we going?
It's time to start thinking ahead and really figure out how to make Compiz
survive, specially in lieu of Dennis' suggestion.
The reality is that there has been the equivalent of no progress since the
merge. We've basically only been in maintenance mode. The reason for this,
from my point of view, is a complete lack of direction and leadership.
We've
2008 Aug 22
0
Wine release 1.1.3
...the positive ray are taken in account in D3DXSphereBoundProbe.
d3dx8: Implement D3DXBoxBoundProbe.
wordpad: Update the French translation.
appwiz.cpl: Add the French resource.
ddraw: Only ddraw checks wether one can give a null pointer to SetMaterial.
d3d8/d3d9: Remove unconsistent tests for SetMaterial.
Detlef Riekenberg (9):
kernel32/tests: Fix a crash on win9x (lpDefault is truncated inplace).
crypt32/tests: Fix test on win9x (CreateFileW not implemented).
shlwapi/tests: Fix a buffer overflow that results in a crash on Win9x.
advapi32/tests: Handle...
2009 Jan 16
0
Wine release 1.1.13
...ng template/object buffer directly.
mciavi: In MCI, RECT structure is used differently: rc.right = width & rc.bottom = height so do the conversion when needed.
Damjan Jovanovic (1):
winex11: Support the startup notification fd.o spec.
David Adam (2):
d3dx9_36/test: Remove an unconsistent test.
d3dx9: Fix falling tests in native windows.
Detlef Riekenberg (1):
localspl: Call DrvDriverEvent in AddPrinterDriverEx.
Dmitry Timoshkov (10):
winex11: Indicate that dmDisplayFlags is also initialized.
credui: Use "-1" as a "don't care value",...
2015 May 28
3
Re: Concurrent scanning of same disk
...essage). However
> we cannot be sure unless you enable debugging and get the complete
> messages.
>
> http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs
>
> Rich.
>
>
I'm starting to wonder whether these errors are due to the fact that I
compare snapshots of unconsistent disks. If so, is there a way to instruct
guestfs to ignore corrupted files?
It's a bit challenging to generate such logs as the error appears every now
ant then.
Here's the log related to a "RuntimeError: file receive cancelled by
daemon".
libguestfs: trace: set_verbose true
lib...
2015 May 27
3
Concurrent scanning of same disk
Greetings,
I am suffering of several weird errors which show randomly and make me
suspect some concurrency issue.
Libguestfs version is 1.28.1, linux kernel 3.16, libvirt 1.2.9 and qemu 2.1.
What I'm trying to do is comparing the disk state at two different point of
a guest execution.
Disk snapshots are taken through libvirt in different moments (I am aware
of caching issue), from such