search for: incosist

Displaying 19 results from an estimated 19 matches for "incosist".

Did you mean: incois
2001 Sep 25
0
Bug in model.matrix.default (was: [R] predict incosistency ?) (PR#1100)
On Tue, 25 Sep 2001 12:27:27 GMT, Jorge Luis Ojeda Cabrera <jojeda@posta.unizar.es> wrote in message <20010925.12272700@macdesp8.unizar.es>: >When fitting model 'y~1', the 'lm' response is ok, but it is not possible >to get predictions using 'predict'. May be this is a bug, at least i >think it is somehow >inconsistent. It still appears in 1.3.1,
2001 Sep 25
2
predict incosistency ?
When fitting model 'y~1', the 'lm' response is ok, but it is not possible to get predictions using 'predict'. May be this is a bug, at least i think it is somehow inconsistent. > rm(list=ls()) > d <- data.frame(x=runif(50),y=rnorm(50)) > plot(d) > d.lm <- lm(y~1,data=d) > d.lm Call: lm(formula = y ~ 1, data = d) Coefficients: (Intercept)
2015 May 14
2
Creating a vignette which depends on a non-distributable file
...age -- which I am not allowed to do. What should I do? (1) finding an alternative to MSigDB is not a solution -- there simply is no alternative. (2) I could enter the code (and the results) in a verbatim environment instead of using Sweave. This has obvious drawbacks (for one thing, it would look incosistent). (3) I could build vignette outside of the package and put it into the inst/doc directory. This also has obvious drawbacks. (4) Leaving this example out defies the purpose of my package. I am tending towards solution (2). What do you think? Kind regards, j. -- -------- January Weiner ----...
2015 May 28
2
Re: Concurrent scanning of same disk
...g command? The command is: qemu-img convert -f qcow2 -o backing_file=guest_disk.qcow2 -O qcow2 -s snapshot_n guest_disk.qcow2 new_disk_for_libguestfs.qcow2 Could it be that, as the backing file is pointing to the guest's disk which will evolve in time, when guestfs tries to read the data sees incosistencies? The guest_disk.qcow2 is a COW clone of a base_disk.qcow2, what if I rebase the new_disk_for_libguestfs.qcow2 to the base_disk.qcow2?
2012 Oct 24
6
Rebuilding indexes fails on inconsistent mdbox
Hello all, I have a problem with an incosistent mdbox: Oct 24 10:43:23 two dovecot: imap-login: Login: user=<...>, method=PLAIN, rip=..., lip=..., mpid=4977, TLS Oct 24 10:43:23 two dovecot: imap(listen at mjh.name): Error: mdbox map .../mdbox/storage/dovecot.map.index corrupted: Unexpectedly lost INBOX uid=638 map_uid=809891 Oct 24 1...
2015 May 14
1
Creating a vignette which depends on a non-distributable file
...o? >> >> (1) finding an alternative to MSigDB is not a solution -- there simply is >> no alternative. >> (2) I could enter the code (and the results) in a verbatim environment >> instead of using Sweave. This has obvious drawbacks (for one thing, it >> would look incosistent). use the chunk argument eval=FALSE instead of placing the code in a verbatim argument. See ?RweaveLatex if you're compiling a PDF vignette from Rnw or the knitr documentation for (much nicer for users of your vignette, in my opinion) Rmd vignettes processed to HTML. A common pattern is...
2015 May 14
0
Creating a vignette which depends on a non-distributable file
...gt; > What should I do? > > (1) finding an alternative to MSigDB is not a solution -- there simply is > no alternative. > (2) I could enter the code (and the results) in a verbatim environment > instead of using Sweave. This has obvious drawbacks (for one thing, it > would look incosistent). > (3) I could build vignette outside of the package and put it into the > inst/doc directory. This also has obvious drawbacks. > (4) Leaving this example out defies the purpose of my package. > > I am tending towards solution (2). What do you think? Not clear how big of a stati...
2005 Oct 04
3
Centos for SPARC- when?
The Centos website talks about a SPARC release, how is this coming on? and is there an approximate release date? Thanks Dean Plant
2015 May 28
0
Re: Concurrent scanning of same disk
...uest_disk.qcow2 new_disk_for_libguestfs.qcow2 Is the guest paused when you do this? If not, then this will create an inconsistent snapshot. > Could it be that, as the backing file is pointing to the guest's disk which > will evolve in time, when guestfs tries to read the data sees > incosistencies? qemu-img convert makes a full copy, so it's not guestfs that's the problem, but qemu-img. The copy is not done instantaneously. > The guest_disk.qcow2 is a COW clone of a base_disk.qcow2, what if I rebase > the new_disk_for_libguestfs.qcow2 to the base_disk.qcow2? Many copi...
2023 Mar 30
0
About libvirt domain dump state and persistent state
Hi all, I use libvirt-go in my agent to attach rbd volumes. I ofen suffer the issue of incosistent of domain dump xml and domain persistent xml file. For example, when I try to attach volume, the the domain by ?virConnectListAllDomains? api from libvirt tell me the vdf or 0x0a is empty, but when attach it with the vdf device or 0x0a address, qemu return the error duplicated with vdf or PCI a...
2007 Aug 02
2
STI functionality, but then with multiple tables
...while I wanted to add a relationship to Artist with post of type song. But how!?! I couldn''t just link the relationship between Artist and Song, as that would mean would have the same effect as before. That I don''t get posts of type Song, but pure song models instead, with all the incosistent use as before. And a relation between Artist and Post where the foreign key lies in Song is not possible in rails. And I thought by myself "who the fuck wants to make such a complex database model, the eediot!!" At this moment I KNEW this is a flawed model too! And I''ve been t...
2015 May 28
1
Re: Concurrent scanning of same disk
...s.qcow2 > > Is the guest paused when you do this? If not, then this will create > an inconsistent snapshot. > > > Could it be that, as the backing file is pointing to the guest's disk > which > > will evolve in time, when guestfs tries to read the data sees > > incosistencies? > > qemu-img convert makes a full copy, so it's not guestfs that's the > problem, but qemu-img. The copy is not done instantaneously. > > > The guest_disk.qcow2 is a COW clone of a base_disk.qcow2, what if I > rebase > > the new_disk_for_libguestfs.qcow2 t...
2009 Aug 20
0
[LLVMdev] LLVM asserts
...his isn't Java; if we hit an assert, it's likely memory is in an > inconsistent state, so we don't want to try to recover. This over-used argument about "memory likely is in an inconsistent state so-it-is-no-hope" surprises me every time I see it. Memory is *likely* in an incosistent state, and even if it actually is, why shouldn't we *try* to do something useful before throwing the whole thing into a black hole? You may want to log something helpful for diagnosing the problem (think on an IDE that implements a REPL: knowing which code broke the compiler is a very intere...
2009 Aug 20
2
[LLVMdev] LLVM asserts
On Wed, Aug 19, 2009 at 5:27 PM, Aaron Gray<aaronngray.lists at googlemail.com> wrote: > As LLVM is really a library it should behave like one and not just abort the > whole process on an assert. This isn't Java; if we hit an assert, it's likely memory is in an inconsistent state, so we don't want to try to recover. -Eli
2015 May 28
2
Re: Concurrent scanning of same disk
2015-05-28 10:10 GMT+03:00 Richard W.M. Jones <rjones@redhat.com>: > On Thu, May 28, 2015 at 09:48:41AM +0300, NoxDaFox wrote: > > 2015-05-27 15:21 GMT+03:00 Richard W.M. Jones <rjones@redhat.com>: > > > > > On Wed, May 27, 2015 at 09:38:38AM +0300, NoxDaFox wrote: > > > > * RuntimeError: file receive cancelled by daemon - On r = > > >
2006 Aug 23
11
i18n friendly, plugable Rails Core
In my work with a simple localization plugin, i''m running into a lot of places in the Rails core, where text and other localization specific information is hardcoded. I''ve included some examples in the bottom of this post. It''s hard for an outsider to know, if the hardcoded values are a result of inconsistency in code, or "by design". I hope that we can have
2018 Jul 25
2
[PATCH net-next 0/6] virtio_net: Add ethtool stat items
...s useful for performance analysis. > > Signed-off-by: Toshiaki Makita <makita.toshiaki at lab.ntt.co.jp> Series: Acked-by: Michael S. Tsirkin <mst at redhat.com> Patch 1 seems appropriate for stable, even though it's minor. > Toshiaki Makita (6): > virtio_net: Fix incosistent received bytes counter > virtio_net: Use temporary storage for accounting rx stats > virtio_net: Make drop counter per-queue > virtio_net: Factor out the logic to determine xdp sq > virtio_net: Add XDP related stats > virtio_net: Add kick stats > > drivers/net/vi...
2018 Jul 25
2
[PATCH net-next 0/6] virtio_net: Add ethtool stat items
...s useful for performance analysis. > > Signed-off-by: Toshiaki Makita <makita.toshiaki at lab.ntt.co.jp> Series: Acked-by: Michael S. Tsirkin <mst at redhat.com> Patch 1 seems appropriate for stable, even though it's minor. > Toshiaki Makita (6): > virtio_net: Fix incosistent received bytes counter > virtio_net: Use temporary storage for accounting rx stats > virtio_net: Make drop counter per-queue > virtio_net: Factor out the logic to determine xdp sq > virtio_net: Add XDP related stats > virtio_net: Add kick stats > > drivers/net/vi...
2012 Jan 27
4
Problem with Postfix + Dovecot + MySQL + Squirrelmail
....1.49-3 Protocol version10 ConnectionLocalhost via UNIX socket UNIX socket/var/run/mysqld/mysqld.sock Uptime:32 days 14 hours 23 min 39 sec Threads: 1 ?Questions: 6743 ?Slow queries: 0 ?Opens: 385 ?Flush tables: 1 ?Open tables: 47 ?Queries per second avg: 0.2. Looking at dovecot.conf I found some incosistences: On dovecot.conf: protocol lda { sendmail_path = /usr/lib/sendmail auth_socket_path = /var/run/dovecot/auth-master } socket listen { master { path = /var/run/dovecot/auth-master mode = 0600 user = vmail group = mail } client { path = /var/run/dovecot/auth-client mode = 0660 user = vmail...