search for: backfir

Displaying 20 results from an estimated 29 matches for "backfir".

Did you mean: backfire
2020 Apr 16
2
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
...RTIO_BALLOON_F_FREE_PAGE_HINT does nothing > at all unless guest gets the command from hypervisor, > so there isn't even any overhead. The problem is we cannot communicate the full situation to the hypervisor without the page poison feature being present. As such I would worry about that backfiring on us due to the hypervisor acting on incomplete data.
2020 Apr 17
2
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
...Don't see why this is a QEMU bug. It's just a feature it does not implement. Perfectly valid. [...] >> >> The problem is we cannot communicate the full situation to the >> hypervisor without the page poison feature being present. As such I >> would worry about that backfiring on us due to the hypervisor acting >> on incomplete data. > > > I'll try to think about VIRTIO_BALLOON_F_FREE_PAGE_HINT situation > over the weekend. But for the new page reporting, why not I shared my thoughts about VIRTIO_BALLOON_F_FREE_PAGE_HINT in the other thread an...
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, tinc-request at tinc-vpn.org wrote: > Send tinc mailing list submissions to > tinc at tinc-vpn.org > > To subscribe or unsubscribe via the Wo...
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
...age, 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 check for "image/jpeg" or "image/gif" or whatever.
2011 Mar 05
1
IPTABLES rule for separating users
...se all the clients are in the same subnet! ] - Are there any good methods to find/audit for duplicated IP addresses? - Are the any good methods to find/audit for duplicated MAC addresses? - Are there any good methods to do this IPTALBES rule on Layer2?: `$ wget -q "http://downloads.openwrt.org/backfire/10.03/ar71xx/packages/" -O - | grep -i ebtables` `$ ` p.s.: The rule would be [is it on a good chain?]: iptables -A FORWARD -m iprange --src-range 192.168.1.2-192.168.1.255 --dst-range 192.168.1.2-192.168.1.255 -j DROP Thank you! -------------- next part -------------- An HTML att...
2011 Jul 06
1
Unity web player
...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 Player through that windows version. However, The results backfired and any games sites That I attempted to play on with the windows mozilla, Kept Freezing and I was forced to quit it. My second attempt was to Download a windows Unity Player and install it Via WINE... It seemed to work Smoothly without a hitch. However When I went to the mmorpg game sites, It sa...
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
...about page use guest gives host. If host corrupts memory it's broken ... > [...] > >> > >> The problem is we cannot communicate the full situation to the > >> hypervisor without the page poison feature being present. As such I > >> would worry about that backfiring on us due to the hypervisor acting > >> on incomplete data. > > > > > > I'll try to think about VIRTIO_BALLOON_F_FREE_PAGE_HINT situation > > over the weekend. But for the new page reporting, why not > > I shared my thoughts about VIRTIO_BALLOON_F_FR...
2018 Jul 11
3
RFC: Speculative Load Hardening (a Spectre variant #1 mitigation)
...easier to explore different options for implementing > automatic > protection - it's just a matter of writing different ways on how the > intrinsic is injected into the program. See D49072 for how this is > relatively > easy. > As above, I actually tried this and it backfired in terms of code quality. I'll definitely look at this and either try to explain the problem I hit or if you've dodged nicely, we can rework things to move in this direction. > I've split the patches according to the following functionality: > - LLVM: https://reviews.llvm.org/...
2020 Apr 17
0
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
...does nothing > > at all unless guest gets the command from hypervisor, > > so there isn't even any overhead. > > The problem is we cannot communicate the full situation to the > hypervisor without the page poison feature being present. As such I > would worry about that backfiring on us due to the hypervisor acting > on incomplete data. I'll try to think about VIRTIO_BALLOON_F_FREE_PAGE_HINT situation over the weekend. But for the new page reporting, why not assume host implementation will be sane? -- MST
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 missin...
2020 Apr 17
2
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
...e ant to change that - and then we can rely on VIRTIO_BALLOON_F_PAGE_POISON. >>>> >>>> The problem is we cannot communicate the full situation to the >>>> hypervisor without the page poison feature being present. As such I >>>> would worry about that backfiring on us due to the hypervisor acting >>>> on incomplete data. >>> >>> >>> I'll try to think about VIRTIO_BALLOON_F_FREE_PAGE_HINT situation >>> over the weekend. But for the new page reporting, why not >> >> I shared my thoughts about...
2009 Jul 28
0
Call history problems from B2BUA
...nally so we never expose internal IDs to the world. Thus, user1's sip ID might be 1user but his public sip address is user1 at mycompany.com. Thus, we would like to overwrite his outbound identity to be user1 at mycompany.com. That's why we originally set fromuser and fromdomain but this backfired. Now user2 sees user1's call as coming from user1 <user2 at yourcompany.com> because user2's sip configuration says to set fromuser=user2 and fromdomain=yourdomain.com. It seems when the B2BUA sets up the leg to user2, it thinks it is coming from user2's extension. In fact, t...
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 fails in net.c at line 470: mipsel-linux-uclibc-gcc -DHAVE_CONFIG_H -I.. -I../lib -I/home/frithjof/wrt/whiterussian/OpenW...
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)?
2020 Apr 17
0
[virtio-dev] Re: [PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
...d then we can rely on > VIRTIO_BALLOON_F_PAGE_POISON. > >>>> > >>>> The problem is we cannot communicate the full situation to the > >>>> hypervisor without the page poison feature being present. As such I > >>>> would worry about that backfiring on us due to the hypervisor acting > >>>> on incomplete data. > >>> > >>> > >>> I'll try to think about VIRTIO_BALLOON_F_FREE_PAGE_HINT situation > >>> over the weekend. But for the new page reporting, why not > >> >...
2020 Apr 16
3
[PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
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 cannot notify the hypervisor. Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") Signed-off-by: Alexander Duyck <alexander.h.duyck at
2020 Apr 16
3
[PATCH] virtio-balloon: Disable free page hinting/reporting if page poison is disabled
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 cannot notify the hypervisor. Fixes: 5d757c8d518d ("virtio-balloon: add support for providing free page reports to host") Signed-off-by: Alexander Duyck <alexander.h.duyck at