search for: preceeding

Displaying 20 results from an estimated 341 matches for "preceeding".

Did you mean: preceding
2014 Nov 26
2
[PATCH 1/2] typo fix: preceeding -> preceding
...ble.c +++ b/daemon/available.c @@ -166,7 +166,7 @@ do_filesystem_available (const char *filesystem) r = filesystem_available (filesystem); if (r == -1) { reply_with_error ("error testing for filesystem availability; " - "enable verbose mode and look at preceeding output"); + "enable verbose mode and look at preceding output"); return -1; } -- 1.9.3
2012 Apr 18
2
[PATCH libguestfs] maint: fix doc typos
...ospection ............... " if test "x$HAVE_INTROSPECTION_TRUE" = "x"; then echo "yes"; else echo "no"; fi echo echo "If any optional component is configured 'no' when you expected 'yes'" -echo "then you should check the preceeding messages." +echo "then you should check the preceding messages." echo echo "Please report bugs back to the mailing list:" echo "http://www.redhat.com/mailman/listinfo/libguestfs" diff --git a/fish/guestfish.pod b/fish/guestfish.pod index c0827c7..a45af00 100644...
2006 May 03
2
Conditional statement style
...if myvar != "" and myvar != 0 and myvar != nil # .. code end This seems a bit messy - is there neater way of doing this? I thought of: if myvar != ("" || 0 || nil) but ||, as i understand it, is a conditional assigner that causes the current value the fall through to the preceeding value, if the preceeding value is nil. I''m sure that sentence made sense in my head before i wrote it... Anyway - any ideas would be appreciated, Cheers, Steve
2006 Dec 18
3
Changing CALLERIDNUM on the fly
Is what I am trying to do in this context possible. That is changing the incoming CALLERIDNUM. In this case if the incoming CALLERIDNUM is not preceeded by a "1" I want to add a "1". Often calls come in without the preceeding "1" and this plays havoc with my redial if the 3 digit area code matches a local 3 digit extension. All my outside calls are 10 digits or 1+10 digits. Doug [from-pstn] exten => s,1,set(TEST=${CALLERIDNUM::1}) >>>> test for first digit1 exten => s,2,GotoIf($[ ${TEST...
2012 Mar 15
1
sieve.before script is taking preceedence over user defined rules
Hello, In my current setup, I have a spam filter upstream that adds a specific header - X-Spam-Level on every incoming mail. Based on this level, the mail will be moved to the user spam folder using sieve by doing "fileinto :create 'spam';" Unfortunately, some legitimate email may end up in this spam folder, so I have kind of a whitelist that performs an explicit keep over
2011 Mar 14
4
Problems with usbhid-ups and CyberPower CP1500 on 2.6.0
..._report: error sending control message: Operation not permitted 0.453890 Can't retrieve Report 03: Operation not permitted 0.453898 Can't initialize data from HID UPS <exits with return code 1> If I run it under strace, the ioctls on the /dev/bus/usb file descriptor preceeding each "operation not permitted" error return 0, not an error code such as EPERM. If I run it with -u root so that it doesn't drop permissions, it seems to work OK. That doesn't work from ups.conf, though, and running the driver as root changes the permissions for the socket in...
2007 Dec 20
0
[LLVMdev] First time!
Hi aditya, There are two ways to cound the number of predecessors for each basic block. You can generate the control flow graph using the CallGraphScc pass with the granularity of basic block and can simply traverse the graph bottom up till the root. The number of nodes encountered would be the number of predecessors. The second way would be to use the special ;preds marker in the llvm IR. Each
2023 Jan 26
2
[PATCH v2v] -o rhv-upload: Give a nicer error if the storage domain
...6 My RHV instance is dead at the moment so I didn't do much more than check this compiles and passes the one test we have. Also I want to spend as little time as possible on RHV outputs for virt-v2v since the RHV product will be discontinued soon. I did want to point out some things: - The preceeding code is probably wrong. https://github.com/libguestfs/virt-v2v/blob/master/output/rhv-upload-transfer.py#L70 It attempts to search for the output storage using: storage_domains = system_service.storage_domains_service().list( search='name=%s' % params['output_storage...
2007 Dec 20
4
[LLVMdev] First time!
Hi! I want to know How to count the number of predecessors for each basic block? Thank You ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs
2006 Feb 24
3
Sorting alphanumerically
I'm trying to sort a DATAFRAME by a column "ID" that contains alphanumeric data. Specifically,"ID" contains integers all preceeded by the character "g" as in: g1, g6, g3, g19, g100, g2, g39 I am using the following code: DATAFRAME=DATAFRAME[order(DATAFRAME1$ID),] and was hoping it would sort the dataframe by ID in the following manner g1, g2, g3, g6, g19,
2011 Aug 23
2
Sequence
Hello everyone, I would like to generate a sequence such as, starting from 5, every value is 40% of the value before+ all the preceeding values. es: this is the seq of all the value+40% of the preceding value: 5 7 10 14 19 27 38 53 74 103 145 202 283 397 556 778 1089 1525 2134 2988 4183 then the vector tha I need is 5 , 5...
2016 Aug 05
2
HEADS-UP: OpenSSH DSA keys are deprecated in 12.0 and 11.0
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 This is a heads-up that OpenSSH keys are deprecated upstream by OpenSSH, and will be deprecated effective 11.0-RELEASE (and preceeding RCs). Please see r303716 for details on the relevant commit, but upstream no longer considers them secure. Please replace DSA keys with ECDSA or RSA keys as soon as possible, otherwise there will be issues when upgrading from 11.0-BETA4 to the subsequent 11.0 build, but most definitely the 11.0-R...
2016 Aug 05
2
HEADS-UP: OpenSSH DSA keys are deprecated in 12.0 and 11.0
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 This is a heads-up that OpenSSH keys are deprecated upstream by OpenSSH, and will be deprecated effective 11.0-RELEASE (and preceeding RCs). Please see r303716 for details on the relevant commit, but upstream no longer considers them secure. Please replace DSA keys with ECDSA or RSA keys as soon as possible, otherwise there will be issues when upgrading from 11.0-BETA4 to the subsequent 11.0 build, but most definitely the 11.0-R...
2006 Jun 08
2
Plotting female and male signs
...> text(locator(1),"\u2640") produces the following error: Error: invalid \uxxxx sequence But I can specify other Unicode characters as long I don't exceed 00FF, so this works > text(locator(1),"\u00FF") or > text(locator(1),"\u00E6") and also without preceeding 00 > text(locator(1),"\uE6") Can someone give me a hint? I'm using a Swedish locale on WindowsXP and my R version is 2.3.1 Patched (2006-06-04 r38279) Thanks, Hans Gardfjell -- ********************************* Hans Gardfjell Ecology and Environmental Science Ume? Universit...
2018 Sep 21
2
[PATCH] vhost/scsi: truncate T10 PI iov_iter to prot_bytes
...truct vhost_virtqueue *vq) > prot_bytes = vhost32_to_cpu(vq, v_req_pi.pi_bytesin); > } > /* > - * Set prot_iter to data_iter, and advance past any > + * Set prot_iter to data_iter and truncate it to > + * prot_bytes, and advance data_iter past any > * preceeding prot_bytes that may be present. > * > * Also fix up the exp_data_len to reflect only the > @@ -973,6 +974,7 @@ vhost_scsi_handle_vq(struct vhost_scsi *vs, struct vhost_virtqueue *vq) > if (prot_bytes) { > exp_data_len -= prot_bytes; > prot_iter = data_iter;...
2007 Oct 03
2
Error in lm.fit(
I am using R.2.4.1 on Windows XP 5.1 (SP 2). I have the following line in my R code. Analysis=anova(lm(PM ~ x)) It works the first 60 or so times it is called but then I get the following error message. Error in lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) : 0 (non-NA) cases In order to examine the input, I preceeded the call with the following. print(PM) print(x) This gave
2007 Jan 18
4
How to optimize this loop ?
Dear R Users, I request your help to optimize a loop. Given a series of observations, I want to know how many consecutive past observations are below the last one. e.g : my_series <- c(3, 4, 10,14,8,3,4,6,9) As the last number (9) is higher than the four preceding numbers (6, 4, 3, 8), this function should return 4. my_series <- c(3, 4, 10,14,8,3,4,11,9) Here, it should return 0, as 9
2001 Nov 07
2
Filtering data
...de days when flow values exceed a given threshold. Here is my problem. Within this subset of data, I often have several consecutive days above the threshold. From this group of days, I wish to select the record (both date and flow) containing the maximum flow. If an exceedance is isolated ( the preceeding and succeeding day is below the threshold) I also wish to select that record. For example from the data set Day Flow 1 10 4 13 5 20 6 15 9 13 I would like the 1st, 3rd and 5th record filered. Any ideas on how I would write such and algorithm would be appreciated. Thanks, Matt Pocernich -....
2012 Jan 01
1
empty files created with trellis xyplot jpeg device
...;")) #uses xyplot - works fine being called from the console plot_zone_util(data_frame) dev.off() # this works ok jpeg(file=paste("charts/",zone,".zone_cpu.jpg",sep="")) # uses combination of boxplot and plot with a preceeding par() plot_zone_cpu(data_frame) dev.off() # this works ok jpeg(file=paste("charts/",zone,".zone_mem.jpg",sep="")) # uses combination of plot and plot with a preceeding par() plot_zone_mem(data_frame) dev.off() }...
2020 Mar 02
2
[PATCH 28/51] drm/bochs: Drop explicit drm_mode_config_cleanup
Instead rely on the automatic clean, for which we just need to check that drm_mode_config_init succeeded. To avoid an inversion in the cleanup we also have to move the dev_private allocation over to drmm_kzalloc. This is made possible by a preceeding patch which added a drmm_ cleanup action to drm_mode_config_init(), hence all we need to do to ensure that drm_mode_config_cleanup() is run on final drm_device cleanup is check the new error code for _init(). v2: Explain why this cleanup is possible (Laurent). v3: Use drmm_mode_config_init() for...