Displaying 20 results from an estimated 31 matches for "backfires".
2020 Apr 16
2
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
On Thu, Apr 16, 2020 at 3:13 PM Michael S. Tsirkin <mst at redhat.com> wrote:
>
> On Thu, Apr 16, 2020 at 12:30:38PM -0700, Alexander Duyck wrote:
> > From: Alexander Duyck <alexander.h.duyck at linux.intel.com>
> >
> > If we have free page hinting or page reporting enabled we should disable it
> > if the pages are poisoned or initialized on free and we
2020 Apr 17
2
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
On 17.04.20 08:28, Michael S. Tsirkin wrote:
> On Thu, Apr 16, 2020 at 04:52:42PM -0700, Alexander Duyck wrote:
>> On Thu, Apr 16, 2020 at 3:13 PM Michael S. Tsirkin <mst at redhat.com> wrote:
>>>
>>> On Thu, Apr 16, 2020 at 12:30:38PM -0700, Alexander Duyck wrote:
>>>> From: Alexander Duyck <alexander.h.duyck at linux.intel.com>
>>>>
2010 Sep 20
2
Regarding poor performance on DIR-300
1. Compress should be in your hosts file, not your config file.
2. Since its a low-end CPU on the router, try using Compression=10 or 11
(fast/best lzo); I use 9 (max zlib) on my ASUS OpenWRT routers & ClearOS
boxes.
3. If you're using Backfire OpenWRT, you should be able to use the
version of tinc compiled in trunk
http://downloads.openwrt.org/snapshots/trunk/
On 9/20/2010 5:22 PM,
2024 Jun 05
1
Classicupgrade FL 2012_R2 NTLM/Kerberos logon
Hello Havany,
I am just going to jump into this discussion.
> We try 2 scenarios : - A "Big bang" migration to an new domain made from scratch : but we need to migrate all users, computers, laptops, filers without loosing profiles, files server access... In a short time (1-2 weeks maximum) - A "classicupgrade" migration, but it need several steps to improve security. And at
2012 Jan 04
2
Note worthy package: XCP
On Tue, Jan 03, 2012 at 06:53:09AM +0800, Thomas Goirand wrote:
> This makes 2 cloud stacks available for Debian SID and soon Wheezy, and
> makes Debian on top of cloud computing (no other distributions have XCP
> at the moment, though I'm expecting Ubuntu to import XCP for the next
> LTS, and Fedora to also use the RPMs from Citrix).
I agree this is quite an achievement,
2006 Apr 28
0
image content-type question
If I want to check that someone has uploaded a standard image, would
simply doing
class Image
def validate
errors.add(:content_type, "must be an image") unless
content_type and content_type.include?("image")
end
end
So, basically checking to make sure that the content type of the image
contains "image". Will that backfire at any point? I suppose I could
2011 Mar 05
1
IPTABLES rule for separating users
I have an OpenWrt 10.03 router [ IP: 192.168.1.1 ], and it has a DHCP server pool: 192.168.1.0/24 - clients are using it through wireless/wired connection. Ok!
Here's the catch: I need to separate the users from each other.
How i need to do it: by IPTABLES rule [ /etc/firewall.user ]. Ok!
"Loud thinking": So i need a rule something like this [on the OpenWrt router]:
- DROP
2011 Jul 06
1
Unity web player
Hi there, While I am Getting Assistance on jump starting Wot...
I might as well ask on another topic... The Unity Web player
I heard from various rumors That I could be able to Run the unity web player and play browser games with it...
However My first attempt went Terribly Wrong...
What I tried first was to download and run a Windows version of mozilla firefox through wine and install the Unity
1997 Dec 09
1
Samba not removing lock files?
A non-text attachment was scrubbed...
Name: not available
Type: text
Size: 823 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba/attachments/19971208/a20d18c1/attachment.bat
2020 Apr 17
0
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
On Fri, Apr 17, 2020 at 09:49:03AM +0200, David Hildenbrand wrote:
> On 17.04.20 08:28, Michael S. Tsirkin wrote:
> > On Thu, Apr 16, 2020 at 04:52:42PM -0700, Alexander Duyck wrote:
> >> On Thu, Apr 16, 2020 at 3:13 PM Michael S. Tsirkin <mst at redhat.com> wrote:
> >>>
> >>> On Thu, Apr 16, 2020 at 12:30:38PM -0700, Alexander Duyck wrote:
>
2018 Jul 11
3
RFC: Speculative Load Hardening (a Spectre variant #1 mitigation)
FYI to all: I've updated the design document to include the newly disclosed
variants 1.1 and 1.2 (collectively called Bounds Check Bypass Store or
BCBS).
There is no change to the proposed implementation which can already
robustly mitigate these variants.
I've also updated my patch as we have very significant interest in getting
at least an early "beta" version of this into the
2020 Apr 17
0
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
On Thu, Apr 16, 2020 at 04:52:42PM -0700, Alexander Duyck wrote:
> On Thu, Apr 16, 2020 at 3:13 PM Michael S. Tsirkin <mst at redhat.com> wrote:
> >
> > On Thu, Apr 16, 2020 at 12:30:38PM -0700, Alexander Duyck wrote:
> > > From: Alexander Duyck <alexander.h.duyck at linux.intel.com>
> > >
> > > If we have free page hinting or page reporting
2012 Oct 04
2
How to build a list with missing values? What is missing, anyway?
...+c))
I get a function where NULL is the default value for each argument,
rather than a function with no default values.
It seems I can assign a "missing value" to a variable by
the_missing_value <- formals(function(x) NULL)[[1]]
or by
the_missing_value = quote(expr=)
However this backfires when I try to use it:
> arglist <- rep(list(the_missing_value), length(argnames))
Error in list(the_missing_value) : 'the_missing_value' is missing
> arglist <- rep(list(NULL), 3)
> arglist[] <- the_missing_value
Error: argument "the_missing_value" is missing,...
2020 Apr 17
2
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
On 17.04.20 10:50, Michael S. Tsirkin wrote:
> On Fri, Apr 17, 2020 at 09:49:03AM +0200, David Hildenbrand wrote:
>> On 17.04.20 08:28, Michael S. Tsirkin wrote:
>>> On Thu, Apr 16, 2020 at 04:52:42PM -0700, Alexander Duyck wrote:
>>>> On Thu, Apr 16, 2020 at 3:13 PM Michael S. Tsirkin <mst at redhat.com> wrote:
>>>>>
>>>>> On Thu,
2009 Jul 28
0
Call history problems from B2BUA
Hello, all. Alas, another convoluted question. All the simple things
are, well, simple so I suppose we only need to trouble the list with
squirrely problems!
We've noticed a call history problem when using Asterisk where the call
history on the Snom phones (with which we are very pleased) reflects the
number of the PBX extension used by the B2BUA to dial the end point. I
assume the same
2010 Jun 18
1
Crosscompile error tinc => 1.0.11 on openwrt whiterussian 0.9
Hello!
I try to maintain a couple off old Openwrt based routers. The routers
run openwrt whiterussian, so it quite outdated. But it is a little
dangerous to update a remote machine from whiterussian to kamikaze or
backfire, this may be usefull for others.
I used the openwrt whiterussian 0.9 sdk and the attached Makefile to
compile all tinc versions till 1.0.11. Since 1.0.11 the compile process
2007 Aug 21
2
Dovecot should raise the limit of file descriptors at startup...
We've run into a situation where the Dovecot master process "dovecot"
runs out of file descriptors on Solaris 10 since the default is
only 256:
# plimit 1
1: /sbin/init
resource current maximum
time(seconds) unlimited unlimited
file(blocks) unlimited unlimited
data(kbytes) unlimited unlimited
2008 Feb 11
2
Replay-gain
On Monday 11 February 2008 05:04:25 Pyt wrote:
> Can you elaborate on what you mean by "correctly use" ?
>
> On Feb 11, 2008 1:03 AM, Christopher Brown <c-b@asu.edu> wrote:
> > Is there a way to correctly use the replay-gain feature on flac files
> > that contain an entire album (i.e., multiple tracks with seekpoints added
> > from a
> > cue sheet)?
2024 Jun 06
2
Classicupgrade FL 2012_R2 NTLM/Kerberos logon
Hi Darin,
Le 05/06/2024 ? 17:34, Darin via samba a ?crit?:
>
>
> Hello Havany,
> I am just going to jump into this discussion.
>
Welcome!
>> We try 2 scenarios : - A "Big bang" migration to an new domain made from scratch : but we need to migrate all users, computers, laptops, filers without loosing profiles, files server access... In a short time (1-2 weeks
2020 Apr 17
0
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
On Fri, Apr 17, 2020 at 11:07:38AM +0200, David Hildenbrand wrote:
> On 17.04.20 10:50, Michael S. Tsirkin wrote:
> > On Fri, Apr 17, 2020 at 09:49:03AM +0200, David Hildenbrand wrote:
> >> On 17.04.20 08:28, Michael S. Tsirkin wrote:
> >>> On Thu, Apr 16, 2020 at 04:52:42PM -0700, Alexander Duyck wrote:
> >>>> On Thu, Apr 16, 2020 at 3:13 PM Michael S.