search for: surplus

Displaying 20 results from an estimated 174 matches for "surplus".

2008 Mar 10
4
internet search (not relate to Centos)
hi all, i have a little problem and seek for your advice. search "jade sterling" on google, msn or any other, the return is: Offering surplus bar and rod, selling to the Forging Industry, CNC Machining Industry and Screw Machine Industry supplying hot rolled and cold finished i went through all my pages and can't find "Offering surplus". my question is how do i remove these words??? i hope i don't have to contact...
2014 Oct 08
0
[PATCH V5 3/4] resize: support resize extended partition
...gt; p.p_part.G.part_size - | OpDelete -> 0L - | OpResize newsize -> newsize in - total +^ newsize - ) 0L logical_partitions in - + let required = required +^ if required_extended > required_logical + then required_extended else required_logical in let surplus = outsize -^ (required +^ overhead) in if verbose then eprintf "calculate surplus: outsize=%Ld required=%Ld overhead=%Ld surplus=%Ld\n%!" outsize required overhead surplus; - surplus + (* XXX: fix of expanding a logical partition. without the sectsize, +...
2009 Mar 25
0
surplus <p> tags.
I've run into a problem with multimarkdown, and would like advice: From Fletcher's doc: > > Unlike PHP Markdown Extra, all definitions are wrapped in <p> tags. First, > I was unable to get Markdown not to create paragraphs. Second, I didn?t see where it mattered - the only difference seems to be aesthetic, and I > actually prefer the <p> tags in place. Let me
2015 May 28
2
Re: [PATCH v2 04/11] resize: add support for logical partitions for calculate_surplus
...let alignment = if alignment = 1L then 2L else alignment in > > - let nr_partitions = List.length partitions in > + let nr_partitions = List.length partitions + List.length logical_partitions in I don't understand this at all. Why do logical partitions count towards the surplus? I don't think they do. Rich. > let gpt_start_sects = 64L in > let gpt_end_sects = gpt_start_sects in > @@ -770,12 +772,23 @@ read the man page virt-resize(1). > let required = List.fold_left ( > fun total p -> > let newsize = > +...
2017 May 31
3
CentOS 6.9, shredding a RAID
John R Pierce wrote: > On 5/31/2017 10:13 AM, m.roth at 5-cent.us wrote: >> If I had realized it would run this long, I would have used DBAN.... For >> single drives, I do, and choose DoD 5220.22-M (seven passes), which is >> *way* overkill these days... but I sign my name to a certificate that >> gets stuck on the outside of the server, meaning I, personally, am
2011 Dec 27
1
Summing Data in R
Currently I have a data set looking like: License Species Year HD Quota L.R.QTA L.R.QTA Success Surplus Permit Elk 1999 101 50 87 90 151 10 Permit Deer 1999 101 50 20 10 151 8 Permit Elk 1999 101 50 87 90 20...
2006 Aug 07
1
DirHandler in surplus slashing / unrequited unescaping
im using Mongrels to serve up /usr/portage/packages for other gentoo boxen. since i guess im the guinea pig with the DirHandler, ran into a couple issues: first, the client showed no files in the remote binhost, turns out the DirHandler was adding a trailing "/" to every filename, presumably making the client think they were directories, not files. attached is a patch which fixes this
2015 Jun 03
13
[PATCH v3 00/11] virt-resize: add support for resizing MBR logical partitions
...www.redhat.com/archives/libguestfs/2014-October/msg00238.html Chen Hanxiao (11): resize: move loop check from find_partitions resize: add logical_partitions and extended_partition resize: calculate max alignment of logical partitions resize: add support for logical partitions for calculate_surplus resize: handle resize of logical partitions resize: add support for logical partitions of calculate_target_partitions resize: calculate_target_partitions for logical partitions resize: parted and copy logical partitions resize: more misc ops on logical partition resize: add support...
2015 Jun 17
13
[PATCH v4 00/11] virt-resize: add support for resizing MBR logical partitions
...www.redhat.com/archives/libguestfs/2014-October/msg00238.html Chen Hanxiao (11): resize: move loop check from find_partitions resize: add logical_partitions and extended_partition resize: calculate max alignment of logical partitions resize: add support for logical partitions for calculate_surplus resize: handle resize of logical partitions resize: add support for logical partitions of calculate_target_partitions resize: calculate_target_partitions for logical partitions resize: parted and copy logical partitions resize: more misc ops on logical partition resize: add support...
2015 Jul 06
13
[PATCH rebase v4 00/11] virt-resize: add support for resizing MBR logical partitions
...www.redhat.com/archives/libguestfs/2014-October/msg00238.html Chen Hanxiao (11): resize: move loop check from find_partitions resize: add logical_partitions and extended_partition resize: calculate max alignment of logical partitions resize: add support for logical partitions for calculate_surplus resize: handle resize of logical partitions resize: add support for logical partitions of calculate_target_partitions resize: calculate_target_partitions for logical partitions resize: parted and copy logical partitions resize: more misc ops on logical partition resize: add support...
2014 Sep 22
0
[PATCH v3 4/7] resize: add function calculate_target_partitions
And introduce parameter create_surplus to indicate whether to create surplus partition or not. Later this parameter will be used by when calculating positions for target logical partitions. Signed-off-by: Hu Tao <hutao@cn.fujitsu.com> --- resize/resize.ml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff...
2015 Dec 14
4
[PATCH 0/2] resize: Split out the command line parsing into Cmdline
Some simple refactoring of virt-resize. I originally had the idea that we could turn virt-resize into a library (cf. virt-customize) and use it from virt-builder, but I now don't think that would make any meaningful difference. In particular we'd still have to open the handle the same number of times. These two patches are left over from my work on that. Rich.
2005 Feb 16
5
Repeating grey scale in graph?
Dear R users, Could somebody tell me why the grey color ramp is repeated in this graph, eventhough the ramp values go from 0 to 1? I must be missing something obvious, but I can not see it! z <- c(0.064329041,0.117243316,0.161565116,0.19923015,0.231642175,0.259835539,0.284571226, 0.038507288,0.094184749,0.140959431,0.180803984,0.215159105,0.245096084,0.271412845,
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
2014 Sep 23
0
[PATCH 02/13] syntax-check: fix error_message_period check
...ble type\nvirt-resize only supports MBR (DOS) and GPT partition tables") (fst infile) in (* Build a data structure describing the source disk's partition layout. *) @@ -767,7 +767,7 @@ read the man page virt-resize(1). | None -> () | Some dev -> if surplus < 0L then - error (f_"You cannot use --expand when there is no surplus space to expand into. You need to make the target disk larger by at least %s.") + error (f_"You cannot use --expand when there is no surplus space to expand into. You need to make the targ...
2007 Feb 01
7
lockdir parameter
it seems that puppet refuse to run in the new version. It fails on the line: err: Could not apply complete configuration: Unknown configuration parameter :lockdir the client is .22.1 and server still .22.0 -- Cordialement, Ghislain _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Nov 27
3
Sip to ATA?
...nes into the back of the "cable modem" and am good to go. I am hesitant to believe that I can simply plug my TDM400P (2fxo/2fxs) into these (ATA ?) jacks and call it good. Any insight? Am I better off ignoring their phone offering and setting myself up with an IAX or SIP provider? (and surplus-ing the card). I would end up needing more than their single line offering with a second line at $30/month (USD). Seems that might make more sense joe a.
2014 Sep 22
13
[PATCH v3 0/7] add support to resize MBR logical partitions
Hi Rich, This is v3 series to add support for resizing MBR logical partitions. changes to v2: 1. remove p_part_num 2. remove filter_parts 3. name the function calculate_target_partitions 4. remove the code to restart guest introduced in v2 changes to v1: 1. spit the patches so it's easier to review 2. fix the parted error caused by unaligned logical partitions 3. extend the
2008 Aug 16
1
Minimal COM32 Root Module
...those 25K, however, I also left a small part of the C library that I considered to be likely required by future dynamic modules, which would link against the root module services. Without this additional code, the minimal size of the module would have been 15K (so there currently is approx. 10K of surplus code into the module). I'm listing below the name of the object files that are *a surplus* (not required by the COM32 module itself, but included explicitly by me in the module binary). I'm asking your opinion (in particular, hpa) about what are the object files that you don't consider...
2016 May 22
0
[PATCH 2/2] ocaml tools: Use a common debug function.
...arttype "/dev/sda" in - if verbose () then printf "partition table type: %s\n%!" pt; + debug "partition table type: %s" pt; match pt with | "msdos" -> MBR, "msdos" @@ -753,9 +751,8 @@ read the man page virt-resize(1). let surplus = outsize -^ (required +^ overhead) in - if verbose () then - printf "calculate surplus: outsize=%Ld required=%Ld overhead=%Ld surplus=%Ld\n%!" - outsize required overhead surplus; + debug "calculate surplus: outsize=%Ld required=%Ld overhead=%Ld surplus=%Ld"...