search for: eample

Displaying 12 results from an estimated 12 matches for "eample".

Did you mean: example
2013 Feb 26
1
What to back up from a mdbox
Hi short question to the list: - What parts of a mdbox mail store directory can I leave out from my backup? I can see huge *.cache files for eample. Can these be rebuilt? - Can dovecot recover from a backup "on the fly"? Best Dag
2020 Aug 08
0
Re: [PATCH nbdkit] plugins: python: Add imageio plugin example
...geio-preview > +# dnf install ovirt-imageio-client Even after running these steps,... > +# > +# To upload or download images, you need to start an image transfer. The > +# easiest way is using oVirt image_transfer.py example: > +# > +# /usr/share/doc/python3-ovirt-enigne-sdk4/eamples/image_transfer.py \ ...I do not have a /usr/share/doc/python3-ovirt-* directory at all. Where am I supposed to get it from? Also, I suspect you want s/enigne/engine/; s/eamples/examples/ > +# --engine-url https://my.engine \ > +# --username admin@internal \ > +# --passw...
2020 Aug 06
4
[PATCH nbdkit] plugins: python: Add imageio plugin example
...tall ovirt-imageio-client +# +# dnf copr enable nsoffer/ovirt-imageio-preview +# dnf install ovirt-imageio-client +# +# To upload or download images, you need to start an image transfer. The +# easiest way is using oVirt image_transfer.py example: +# +# /usr/share/doc/python3-ovirt-enigne-sdk4/eamples/image_transfer.py \ +# --engine-url https://my.engine \ +# --username admin@internal \ +# --password-file password \ +# --cafile my.engine.pem \ +# upload disk-uuid +# +# This will print the trasnfer URL for this image transfer. +# +# Run this example from the build direct...
2010 May 26
1
[LLVMdev] How to handle predicate registers which can also work inverted way.
...do not contain only the predicate register, but a predicate register and boolean value pair, the boolean value stating if the instruction is to be executed only if the register is true(normal behavior of predicate regs) or only if the predicate reg is false("inverted behaviour") So, for eample if we have a machine without "not equal"(ne) operation and we have a code where we would have an "ne" comparison followed by predicated jump, it is possible to do this with "eq" comparison followed by a inverted-predicate predicated jump. The problem is that we have...
2003 Jun 20
3
namespaces not available
This happened to me with R-1.7.0, Linux RH9: ------------------------------------------------------------------ > q() Save workspace image? [y/n/c]: y Warning messages: 1: namespaces may not be available when loading 2: names in persistent strings are currently ignored gb at lasker:~/R/test$ R R : Copyright 2003, The R Development Core Team Version 1.7.0 (2003-04-16) R is free software
2005 Nov 25
0
Using link_to_remote/remote_function outside of a Controller
Hello! I have a problem that is quite anoying! In side my Controller it is no problem to use the link_to_remote/remote_function function to produce html stuff to include in my .rhtml file. BUT if I want to do this in another object, for eample if I inside my controller (init_test) want to do like this: my_dropdown->get_html in which I want to perform the link_to_remote/remote_function function and then return the html it produces it fails. I get the following error message: ########################################################...
2020 Feb 07
2
Dovecot/doveadm quota
...lo, Is there any reason why dovecot relies on S= instead of real disk size email takes? 1) compressed mails take less than than the S= specified 2) we could avoid using "S=" for the lookups and count every file there, including indexes and mails without S=... if we'd read filesizes Eample: # ls -l '1567026317.M331058P4751.testing.server.com,S=3086,W=3148:2,S' -rw------- 1 dev mail 1274 Aug 29 00:05 1567026317.M331058P4751.testing.server.com,S=3086,W=3148:2,S Proposed patch (solves #1, not sure about your opinion on #2): --- src/plugins/quota/quota-maildir.c.orig 2020-02-05...
2008 Dec 08
10
[PATCH] Accurate vcpu weighting for credit scheduler
Hi, This patch intends to accurate vcpu weighting for CPU intensive job. The reason of this problem is that vcpu round-robin queue blocks large weight vcpus by small weight vcpus. For example, we assume following case on 2pcpu environment. (with 4domains (each domain has 2vcpus)) dom1 vcpu0,1 w128 credit 4 dom2 vcpu0,1 w128 credit 4 dom3 vcpu0,1 w256 credit 8 dom4 vcpu0,1 w512 credit 15
2007 Jul 12
2
Active directory and multiple forests
...ts. We are looking for a way to centrally manage this. Right now each forest has its own logins for our support people here. I hoping there's a way to make samba make this a bit easier. I know samba will do domain trusts, but is there a way to have it have do trusts to each seperate forest. For eample: samba.local ----> customerA.local |----------------------> customerB.local |----------------------> customerC.local So in essence you would have a centralized login for the domains with samba. The user could log into any domain with their samba.local login.
2000 Dec 18
2
Segmentation fault with expression on linux
I have a problem, that the plot of mathematical formula sometimes crashes R on Linux (SuSE 6.2 and 7.0 on a Dual PIII/500 machine with 1GB RAM). The problem occurs for example in demo("graphics"), i.e. in the last part were the mathematical symbols are plotted. There are several circumstances to reproduce this segmentation fault, but the following is one of the most simple examples. The
2020 Aug 06
0
Re: [PATCH nbdkit] plugins: python: Add imageio plugin example
...# dnf copr enable nsoffer/ovirt-imageio-preview > +# dnf install ovirt-imageio-client > +# > +# To upload or download images, you need to start an image transfer. The > +# easiest way is using oVirt image_transfer.py example: > +# > +# /usr/share/doc/python3-ovirt-enigne-sdk4/eamples/image_transfer.py \ > +# --engine-url https://my.engine \ > +# --username admin@internal \ > +# --password-file password \ > +# --cafile my.engine.pem \ > +# upload disk-uuid > +# > +# This will print the trasnfer URL for this image transfer. > +# &...
2005 May 10
1
Fwd: Re: Implementation of the names attribute of attribute lists
...l>=z - <character>='function(x,y){z<-(x+y)/2;z}' dput(statement) function(x, y) { z <- (x + y)/2 z } The output of printObject makes it easy to identify and eventually change an element of an expression (it easy to count the argument in each function call). For eample, to replace a division by a multiplication statement[[3]][[2]][[3]][[1]]<-as.name("*") One additional point, to wrap the names of the elements of recursive objects, I have used double brackets [[]] to distinguish between a SEXP inside the SEXPR (this also used for attributes) and si...