search for: deficit

Displaying 20 results from an estimated 71 matches for "deficit".

2015 Sep 17
1
Wrong deficit calculation in virt-resize.
...y 4MB from original: ><fs> debug sh 'ntfsresize -f --info /dev/sdc2' ... Cluster size : 4096 bytes Current volume size: 2097213952 bytes (2098 MB) Current device size: 2101411840 bytes (2102 MB) ... ===============AFTER================== Now virt-resize succeeded. But the deficit miscalculation gave its result. ><fs> blockdev-getsize64 /dev/sda 4293918720 ><fs> part-list /dev/sda [0] = { part_num: 1 part_start: 65536 part_end: 2193555455 part_size: 2193489920 } [1] = { part_num: 2 part_start: 2193555456 part_end: 4291690495 part...
2008 Oct 29
2
Barplot: Vertical bars with long labels
...barplot with vertical bars. Each bar should have a label. The problem is, that the labels are too long, so they overlap, or only every seccond label is displayed in the output. Here is a little syntax: dd <- c(100,110,90,105,95) barplot(dd,names.arg=c('Conduct Disorders','Attention Deficit', 'Eating Disorders', 'Substance Abuse','Developmental Disorders')) My question is, if there is a chance to force a line break in each label. The result shoud look like this: Bar1 Bar2 Bar3 Bar4...
2014 Sep 23
0
[PATCH 02/13] syntax-check: fix error_message_period check
...) (human_size (Int64.neg surplus)); let option = "--expand" in @@ -779,7 +779,7 @@ read the man page virt-resize(1). | None -> () | Some dev -> if surplus > 0L then - error (f_"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-resize(1) man page)."); + error (f_"You cannot use --shrink when there is no deficit (see 'deficit' in the virt-resize(1) man page)"); let option = "--shrink" in let p = find_partition ~option dev in...
2011 Dec 12
1
calculating logit parameters (odd ratio is exactly one or zero)
...11 0.72828 5 12 2.4276 5 13 6.069 7 14 4.8552 7 15 2.32645 7 16 1.6184 8 17 1.0115 8 18 1.0115 8 19 5.2598 9 20 2.023 10 21 0.6069 10 22 1.2138 11 23 0.8092 11 24 1.4161 11 25 0.6069 11 26 3.440 11 27 1.2138 12 28 1.2138 12 29 0.4046 12 30 1.2138 12 Fsize is the farm size (acre or hectare). Food deficit (FD) is the number of months (last year from the survey took place) that an household had bought food-grains (minimum = 0 month, maximum = 12 months or whole year deficit). Even though I "jitter"-ed the minimum or maximum FD value only (eg. FD=0+1e-6 or FD=12-1e-6), nothing changed to the...
2019 Mar 22
3
[cfe-dev] [lldb-dev] [GitHub] RFC: Enforcing no merge commit policy
Artem Dergachev via cfe-dev <cfe-dev at lists.llvm.org> writes: > If you're doing merge commits, you might lose linear history, but you > obtain another fancy invariant: every piece of work - i.e., every > patch, every merge conflict resolution - appears in the repository > exactly once, under a unique identifier, and the non-linear source > control history becomes an
2007 Jun 06
4
how hierarchical is HTB?
Hi there! I''ve using HTB for a while and now I an faced with a ''problem''. How hierarchical is HTB? Let''s say I have this 3 layer HTB setup: root class 1: (rate=100, ceil=100) 1: children classes 1:10 (30,100) and 1:20 (70,100) 1:10 children classes 1:100 (10,100) and 1:101 (20,100) 1:20 children classes 1:200 (30,100) and 1:201 (70,100) I managed to have
2010 May 21
1
Error in FUN(X[[1L]], ...) : STRING_ELT() can only be applied to a 'character vector', not a 'integer'
...haracters). Error in FUN(X[[1L]], ...) : STRING_ELT() can only be applied to a 'character vector', not a 'integer' I can run single text string into the same command, and so the issue seems to be how the package deals with the second row - but I can't work out quite where the deficit is. If anybody has spotted this error before, and knows how to resolve it, that would be much appreciated. Cheers. R version 2.11.0 (2010-04-22) i386-apple-darwin9.8.0 locale: [1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8 attached base packages: [1] stats graphics grDevices u...
2005 Jul 19
2
using argument names (of indeterminate number) within a function
...t names from Peter Dalgaard BSA on 2003-04-10 (stdin) that seems to contain the solution to my problem, but I am stuck because sapply(match.call()[-1], deparse) gives me a vector of strings and I don't know how to use the names in this vector in the cbind() function. Up to now my (clearly deficit) function looks like: test <- function(..., mvalid=1) { args = sapply(match.call()[-1], deparse) # and here, I don't know how the vector names in args # can be used in the cbind() function to follow: # # temp <- cbind( ??? if (mvalid > 1) { # here it goes on } } Ultimate...
2004 Feb 08
2
strange behaviour with -C
...t random, it seems, altough there are several patterns to be seen: -) all of the a_*.php files are omitted -) all but one of the *.inc files are omitted -) the .cvsignore in projects/ is omitted, but not the one in from/ Any ideas? greetings!hop -- pathological-techno-fetishist-with-social-deficit
2006 May 31
1
Nesting in Cox proportional hazards survivorship analysis
...ations were made. In a repeated measures style design, all stations received all levels of food type and size over the course of 6 sampling periods. So multiple measurements are drawn from each station and site; however, each individual bait item is only discovered once. We also have vapor pressure deficit measurements (a measure that combines temperature and relative humidity) for each discovery time. Each state is being analyzed separately and we are using the Cox proportional hazards approach. It is clear from preliminary analysis that there is a strong influence of spatial heterogenity as evide...
2006 Nov 29
2
Dummies multiplied with other variable
Hi, I would like to estimate something like y = a + b*d2*y + c*d3*y where the dummies are created from some vector d with three (actually many more) levels using factor(). But either there is included the variable y or d1*y. How could I get rid of these? Example: x = c(1,2,3,4,5,6,7,8) y = c(3,6,2,8,7,6,2,4) d = c(1,1,1,2,3,2,3,3) fd = factor(d) lm(x ~ fd*y) gives: Coefficients: (Intercept)
2014 Oct 30
8
[PATCH v5 REBASE 0/4] virt-resize: add support for resizing logical
Hi Rich, This is rebase of v5 series. Meanwhile, I found a bug when shrinking partitions, and the fix is incuded in this version (patch 2). Regards, Hu changes to v4: 1. add support to resize extended partition (--resize or --expand extended partition) 2. fix the problem of deficit of 512 bytes when expanding a logical partition (this problem can be reproduced in v4 by only expanding a logical partition, without resizing any other partitions) 3. update the test script to support logical partitions and extended partition changes to v3: 1. merge patch 1 and patch 3 in...
2008 Oct 23
4
odfWeave error
...bel=SiteGCS_total) 13 : term verbatim(label=SBP) 14 : term verbatim(label=DBP) 15 : term verbatim(label=HR) 16 : term verbatim(label=RESPIRATION) 17 : term verbatim(label=PF_ADMIT) 18 : term verbatim(label=O2_admit) 19 : term verbatim(label=Ph_admit) 20 : term verbatim(label=DEFICIT) 21 : term verbatim(label=lactic_acid) 'content_1.xml' has been Sweaved Removing content.xml Post-processing the contents Error in .Call("RS_XML_Parse", file, handlers, endElementHandlers, as.logical(addContext), : attempt to apply non-function In addition: There w...
2014 Oct 08
6
[PATCH V5 0/4] virt-resize: add support for resizing logical
Hi Rich, This is v5 series to add support for resizing MBR logical partitions. please review. Thanks! changes to v4: 1. add support to resize extended partition (--resize or --expand extended partition) 2. fix the problem of deficit of 512 bytes when expanding a logical partition (this problem can be reproduced in v4 by only expanding a logical partition, without resizing any other partitions) 3. update the test script to support logical partitions and extended partition changes to v3: 1. merge patch 1 and patch 3 in...
2003 Jul 18
10
[HTB] htb_dequeue_tree assertion (kernel 2.4.21-ac4)
...up in the row */ start = cl = htb_lookup_leaf (q->row[level]+prio,prio,q->ptr[level]+prio); do { BUG_TRAP(cl && cl->un.leaf.q->q.qlen); if (!cl) return NULL; HTB_DBG(4,1,"htb_deq_tr prio=%d lev=%d cl=%X defic=%d\n", prio,level,cl->classid,cl->un.leaf.deficit[level]); if (likely((skb = cl->un.leaf.q->dequeue(cl->un.leaf.q)) != NULL)) break; if (!cl->warned) { _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2019 Sep 05
0
[PATCH V5 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
Dave, Joerg, Robin: is there any chance we could at least pick up patches 2 and 4 ASAP as they are clearly fixes for current deficits, even without the amd conversion?
2001 Feb 21
0
[Announce] pgp4pine-1.75-6 - expired public keys (from: vab@CRYPTNET.NET)
Hi, Pine user should read the following advisory. I have not checked it because I don't use Pine. Werner -- Omnis enim res, quae dando non deficit, dum habetur et non datur, nondum habetur, quomodo habenda est. -- Augustinus -------------- next part -------------- An embedded message was scrubbed... From: "V. Alex Brennen" <vab@CRYPTNET.NET> Subject: [CryptNET Advisory] pgp4pine-1.75-6 -...
2010 May 24
0
Bug#578173: confirm
...64 to full capacity in xen, which doesn't help the bug. I acquired xen-3.3.3 months ago, but couldn't manage to work my way through the missing header files to install xen-tools. After all this time, I revisited it and installed xen-3.3.3, quite a leap from 3.2.1. Not too surprisingly, the deficit has disappeared, and the vnc console works for a full virt hvm install. lenny is well equipped with these updated packages. 3.2.1 is quite a while ago now. _________________________________________________________________ Browse profiles for FREE! Meet local singles online. http://clk...
2014 Sep 26
0
[RFC PATCH v4 7/7] resize: support resize extended partition
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- This patch doesn't pass `make -C resize check`. The error message is: virt-resize: error: There is a deficit of 512 bytes (512). You need to make the target disk larger by at least this amount or adjust your resizing requests. I spent hours but can't found the reason. please help! I'll send the complete log later. resize/resize.ml | 30 ++++++++++++++++++++---------- 1 file changed, 20 i...
2014 Oct 21
0
Re: [PATCH V5 0/4] virt-resize: add support for resizing logical
...t 05:11:13PM +0800, Hu Tao wrote: > Hi Rich, > > This is v5 series to add support for resizing MBR logical partitions. please review. Thanks! > > changes to v4: > 1. add support to resize extended partition (--resize or --expand extended partition) > 2. fix the problem of deficit of 512 bytes when expanding a logical partition > (this problem can be reproduced in v4 by only expanding a logical partition, without resizing any other partitions) > 3. update the test script to support logical partitions and extended partition > > changes to v3: > 1. mer...