Displaying 20 results from an estimated 762 matches for "somedays".
Did you mean:
someday
2014 Jan 16
0
Re: Ceph RBD locking for libvirt-managed LXC (someday) live migrations
On Wed, Jan 15, 2014 at 05:47:35PM -0500, Joshua Dotson wrote:
> Hi,
>
> I'm trying to build an active/active virtualization cluster using a Ceph
> RBD as backing for each libvirt-managed LXC. I know live migration for LXC
> isn't yet possible, but I'd like to build my infrastructure as if it were.
> That is, I would like to be sure proper locking is in place for
2006 Nov 27
2
Nested folders in FS supported yet?
The last time I checked, dovecot didn't support having nested IMAP
folders be implemented via actual nested maildir folders in the
filesystem, but that feature was on the "someday maybe it'll happen
list", IIRC. I can't find any recent mention of that feature or its
absence on the web or in the list archives; is it still on the someday
list?
(If it isn't implemented
2007 Jan 19
5
C vs. C++ as learning and development tool for R
I have 3 years of experience with R and have an interest in becoming a
better programmer so that I might someday be able to contribute
packages. Other than R, my only experience was taking Lisp from Daniel
Friedman in the 1970's. I would like to learn either C or C++ for
several reasons:
To gain a better concept of object oriented programming so that I can
begin to use S4 methods in R.
To
2008 Oct 08
3
ArgumentError in "is a pending example" - block not supplied
We have a few unfinished examples in our code of the form
it "should and does do something" do
# stuff
end
it "should do something someday"
it "should and does do something else" do
# more stuff
end
Now since I upgraded my gem to rspec 1.8 today, the empty example is
failing with the error ArgumentError in "should do something someday":
2015 Mar 10
3
Different realm for different listeners?
I see this has been asked a few times over the years (but not in several
years), and the response was along the lines of "maybe someday", so I
figured I'd see if someday was here yet...
I have a need to have a different default realm for different listeners.
Basically, I've a bunch of different domains, and a few of them insist
their users not be required to authenticate with
2014 Jan 15
2
Ceph RBD locking for libvirt-managed LXC (someday) live migrations
Hi,
I'm trying to build an active/active virtualization cluster using a Ceph
RBD as backing for each libvirt-managed LXC. I know live migration for LXC
isn't yet possible, but I'd like to build my infrastructure as if it were.
That is, I would like to be sure proper locking is in place for live
migrations to someday take place. In other words, I'm building things as
if I were
2015 Mar 06
1
grsync for centos 7
On Thu, Mar 05, 2015 at 04:30:15PM -0600, Francis Gerund wrote:
> 5) If Grsync was in centos before, why was it removed? "Because it's not
> in RHEL." Okay, but why not?
I can't find any evidence it was ever in RHEL or CentOS. It looks
like it's in the Nux Desktop repo and the Repoforge repo for EL5 and 6 and
Nux for EL7.
> 6) While I do really appreciate CLI
2010 Jun 23
6
LMTP SIZE Option
Hi Timo,
Are there any plans to support the SIZE option in the lmtp server?
Paul
2019 May 03
3
ArrayRef vs SmallVectorImpl
It is suggested in the documentation that if you would have declared a
function parameter as SmallVector<Foo,N>&, it is better to instead declare
it as SmallVectorImpl<Foo>&.
This makes sense, but it seems to me that it is better still to declare it
as ArrayRef<Foo>; a quick test suggests it compiles to the same (highly
efficient) code, and adds a bit more flexibility in
2010 Jan 15
2
[LLVMdev] [PATCH] SelectionDAG Debugging
On Jan 15, 2010, at 11:31 AM, David Greene wrote:
> On Friday 15 January 2010 13:16, Dan Gohman wrote:
>
>> Is it ever desirable to pass false to the "limit" argument?
>
> Not in the usual course of things but I figured someday someone
> might want to dig deeper. "limit" is just a heuristic and it
> could be wrong. Maybe the SelectionDAG is really
2012 Nov 22
3
[LLVMdev] [RFC] Passing Options to Different Parts of the Compiler Using Attributes
On Nov 19, 2012, at 1:49 PM, Eric Christopher <echristo at gmail.com> wrote:
>
>
> Querying
> --------
>
> The attributes are attached to the function. It's therefore trivial to access
> the attributes within the middle- and the back-ends. Here's an example of how
> attributes are queried:
>
> Just had a thought, what about compile options that
2016 Mar 28
4
Network bond - one port goes down from time to time
Hi,
may be someone has an idea:
We have three supermicron servers with two 10Gb Ports each, connected to a cisco switch stack 1Gb ports. All are on auto speed.
I configured a LACP bond on both sides on all servers, first with citrix xen server.
On one server eth0 goes down from time to time ? maybe within minutes, someday it is up for some hours.
Two server are fine; the bond is up for 24
2020 Aug 05
2
Planning the move to 4.12
As some of you may know I run some AD-sites with Samba DCs and DMs.
Currently I use the "maintenance mode" release 4.11.11 (packages from
Louis ...) and things work fine.
My question:
Is it recommended to move on to 4.12.x and if yes, why and when?
We don't lack any features afaik, but I understand that someday 4.11.x
will not be maintained anymore.
No hurry, I just want to
2011 Mar 16
5
Xen and the InfiniBand
Hi, all,
Is the Xen currently compatible with the InfiniBand? I found some
information about the Smart I/O module, but it was posted in 2006. Is the
module still maintained? Or, are there any up-to-date alternatives for
that?
Many thanks,
Chiu
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2019 Feb 14
2
[PATCH] v2v: windows: save log file from rhev-apt installer
Store log from MSI installer. Log file will be located in firstboot
scripts-done directory with name rhev-apt.log. The path has to be
double-quoted to handle spaces in path name properly.
Hopefully this can help resolve RHBZ#1584678 someday.
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
---
v2v/convert_windows.ml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
2009 Jan 13
0
[LLVMdev] malloc vs malloc
On Jan 12, 2009, at 7:45 PM, Nick Lewycky wrote:
>> isa<FreeInst>(X) can be replaced with:
>>
>> bool isFree(Instruction *X) {
>> if (CallInst *CI = dyn_cast<CallInst>(X))
>> if (Function *F = CI->getCalledFunction())
>> if (F->isName("free") && F->hasExternalLinkage())
>
> Surely you mean
2004 Feb 24
3
improve ipfw rules
>> 3. I'm intrested in blocking kazaa/P2P trafic with IPFW any help in this
issue
you could possibly block connections at known p2p ports.
deny tcp from any to any 6699 step
but most of the newer protocols use dynamic ports and in turn, are
configurable.
so ipfw isn't exactly ideal on it's own for this.
-r.
-----Original Message-----
From: Pons [mailto:pons@gmx.li]
Sent:
2005 Dec 23
3
Verisign Payflow Scripts
Here''s a link to the Verisign scripts we used... We customized ours a bit
but this will get you going.
Graciously provided by Jon at Slantwise Design and posted with permission
(http://www.slantwisedesign.com), these may make it into some other format
someday (gem? Plug in?).
Anyway, of course, no warranty with this code, use at your own risk and
really no support - you''ll have
2015 Dec 11
3
Memory utilization problems in profile reader
On Fri, Dec 11, 2015 at 9:58 AM, Diego Novillo <dnovillo at google.com> wrote:
> So, I traced it down to the DenseMaps in class FunctionSamples. I've
> replaced them with two std::vector, and the read operation causes the
> compiler to grow from 70Mb to 280Mb. With the DenseMaps, reading the
> profile causes the compiler to grow from 70Mb to 3Gb.
>
> Somehow the
2015 Mar 05
3
grsync for centos 7
On Thu, Mar 5, 2015 at 1:03 PM, Les Mikesell <lesmikesell at gmail.com> wrote:
> On Thu, Mar 5, 2015 at 11:44 AM, Francis Gerund <ranrund at gmail.com> wrote:
> > Hello.
> >
> > I think it is just too easy to make mistakes with rsync. And getting it
> > "almost correct" can really get you hurt.
>
> What are you trying to do, and what kind of