search for: inflict

Displaying 20 results from an estimated 168 matches for "inflict".

2014 Mar 05
2
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
...clang warning for this would be awesome, but it should be off by default. That said, the build of LLVM itself could detect that Clang had this warning and turn it on. I think it would be great to have the makefiles/cmake detect modern clang's and turn on additional warnings that we can't inflict on the world by default. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140304/b45941fa/attachment.html>
2018 Oct 01
2
Unable to add additional domain controller - uncaught exception - LDAP error 10 on join
...dap://a45ce9be-c350-4429-964b-a10c1dd92af5._msdcs.m2r.local> > > Try to find : a45ce9be-c350-4429-964b-a10c1dd92af5._msdcs.m2r.local > And check what that is, any old server, a running one? > > > > Greetz, > > Louis > > I wonder if this is sort of self inflicted ? The OP tried to join as a second DC, but this failed, he then tried again. I wonder if the first try set up something (and didn't remove it) that the second attempt doesn't like ? Rowland
2016 Aug 04
3
Samba 4.2.14 Group Policy (GPO) sync error
...xternal script. > Well, I think it's far too complex and kerberos authentication should > be possible with BIND directly. > > No its not, its fairly easy, once you get your head around it. I have been using something based on that webpage for nearly 4 years now and only had self inflicted problems. Rowland
2016 Sep 28
7
Alternative GUI
Hey All, I'm considering moving from CentOS 6 to CentOS 7. I'm not interested in dealing with Gnome 3. I've heard good things about Mate, a fork of Gnome 2. it appears that Mate is available in the EPEL repository associated with CentOS 7. Have any of you tried Mate on CentOS 7? In your experienced opinion what would I be giving up by abandoning Gnome 3 and installing Mate
2017 Jan 24
1
[PATCH v2] virtio_net: fix PAGE_SIZE > 64k
...500, PAGESIZE >= 4096, so a headroom of 256 is no problem, and > we still have enough tailroom for skb_shared_info should we wrap > the buffer into a real SKB and push it into the stack. > > If you are trying to do buffering differently for virtio_net, well... > that's a self inflicted wound as far as I can tell. Right but I was wondering about the fact that this makes XDP_PASS much slower than processing skbs without XDP, as truesize is huge so we'll quickly run out of rmem space. When XDP is used to fight DOS attacks, why isn't this a concern? -- MST
2017 Jan 24
1
[PATCH v2] virtio_net: fix PAGE_SIZE > 64k
...500, PAGESIZE >= 4096, so a headroom of 256 is no problem, and > we still have enough tailroom for skb_shared_info should we wrap > the buffer into a real SKB and push it into the stack. > > If you are trying to do buffering differently for virtio_net, well... > that's a self inflicted wound as far as I can tell. Right but I was wondering about the fact that this makes XDP_PASS much slower than processing skbs without XDP, as truesize is huge so we'll quickly run out of rmem space. When XDP is used to fight DOS attacks, why isn't this a concern? -- MST
2017 Mar 14
1
Processing Conflict: speexdsp-1.2-0.9.rc3.el6.x86_64
Processing Conflict: speexdsp-1.2-0.9.rc3.el6.x86_64 conflicts speex <= 1.2-0.21.rc1 I am loath to replace things on my primary workstation as I have far too much to do as it is without dealing with self-inflicted injuries. However, I do use Jitsi as a softphone and the latest version has a dependency on a package in EPEL which replaces something from the base distro. Can someone inform me of what issues, if any, would replacing speex with speexdsp likely cause? I have a lot of packages that depend upon...
2015 Nov 16
2
[PATCH] drm/nouveau: Fix pre-nv50 pageflip events
...hen trying to sample the vblank timestamp for a > > non-existing pipe. There's a few ways to fix this: > > > > - Open-code the old behaviour, which just enshrines this slight > > breakage of the userspace ABI. > > > > - Revert Mario's commit and again inflict broken timestamps, again not > > pretty. > > > > - Fix this for real by delaying the pageflip TS until the next vblank > > interrupt, thereby making it accurate. > > > > This patch implements the third option. Since having a page flip > > interrupt th...
2014 Nov 25
4
[LLVMdev] RFC: How to represent SEH (__try / __except) in LLVM IR
...intrinsic, we *have* to do frame layout of @_Z13do_some_thingRi *before* we can emit code for all the callers of @llvm.eh.get_capture_block. Today, this is easy, because module order defines emission order, but in the great glorious future, codegen will hopefully be parallelized, and then we've inflicted this horrible constraint on the innocent. > His suggestion to break the ordering dependence was to lock down the frame offset of the capture block to always be some fixed offset known by the target (ie ebp - 4 on x86, if we like that). Chandler probably has a better feel for this sort of thi...
2006 May 19
7
AR transactions and isolation levels
I''m trying to create a sequence with no gaps in my db (contrived example, but should work out the same as my real one), and believe db-managed transactions are the way to go about this. It''s my first real ''go'' at transactions, so I may be mistaken about how things really work. Anyway.. Consider this example code: Class Invoice < ActiveRecord::Base def
2016 Sep 30
3
Alternative GUI
...gt; Have any of you tried Mate on CentOS 7? In your experienced opinion >> what would I be giving up by abandoning Gnome 3 and installing Mate instead? > I'm using Mate on several C7 systems. The only issue is that now I > dont have to try to use that horrid Gnome thing they've inflicted on us! :) > I also run MATE on CentOS 7, for the same reasons. Only additional thing I did was to install the "nux" repo, along with the infinality font rpms, which drastically improved font rendering. For some reason, the default C7 desktop never looked as good as the default...
2015 Aug 17
2
RFC for a design change in LoopStrengthReduce / ScalarEvolution
> To back up for a second, how much of this is self-inflicted damage? > IndVarSimplify likes to preemptively widen induction variables. Is > that why you have the extensions here in the first place? In the specific example I was talking about the zext came from our frontend (our FE used to insert these extensions for reasons that are no longer releva...
2014 Mar 05
2
[LLVMdev] [RFC] C++11: 'virtual' and 'override'
...clang warning for this would be awesome, but it should be off by default. That said, the build of LLVM itself could detect that Clang had this warning and turn it on. I think it would be great to have the makefiles/cmake detect modern clang's and turn on additional warnings that we can't inflict on the world by default. > > It might be reasonable to warn if a class has both a function marked 'override' and a function that overrides but is not marked 'override'. That could be useful - because it means that the author of the class is at least thinking about override -...
2017 Jan 24
2
[PATCH v2] virtio_net: fix PAGE_SIZE > 64k
On Tue, Jan 24, 2017 at 03:53:31PM -0500, David Miller wrote: > From: "Michael S. Tsirkin" <mst at redhat.com> > Date: Tue, 24 Jan 2017 22:45:37 +0200 > > > On Tue, Jan 24, 2017 at 03:09:59PM -0500, David Miller wrote: > >> From: "Michael S. Tsirkin" <mst at redhat.com> > >> Date: Tue, 24 Jan 2017 21:53:13 +0200 > >> >
2017 Jan 24
2
[PATCH v2] virtio_net: fix PAGE_SIZE > 64k
On Tue, Jan 24, 2017 at 03:53:31PM -0500, David Miller wrote: > From: "Michael S. Tsirkin" <mst at redhat.com> > Date: Tue, 24 Jan 2017 22:45:37 +0200 > > > On Tue, Jan 24, 2017 at 03:09:59PM -0500, David Miller wrote: > >> From: "Michael S. Tsirkin" <mst at redhat.com> > >> Date: Tue, 24 Jan 2017 21:53:13 +0200 > >> >
2015 Dec 19
4
yum/RPM and Trust on First Use
On 12/19/2015 02:12 AM, Gordon Messmer wrote: > On 12/15/2015 07:05 PM, Alice Wonder wrote: >> The first time yum installs a package, it asks to import the GPG key >> used to sign the packages. Most people accept without validating the key. > > While that is true, it is important to note that yum will only import > keys that are already installed on disk, in
2004 Dec 30
1
More * weirdness
Well I am about to reserve a small padded room so I can bounce off the walls without inflicting tooo much damage... Nothing is making sense at this point. I tried several releases last night before settling on the latest CVS (seemed to work the best). Asterisk was running GREAT for the first few hours. Now since around 10AM EST SIP can't register and incoming calls are rejected with &q...
2004 Jul 23
1
cups/samba integration problems
...lpstat but it seems to be horribly inefficient, especially when 400 windows desktops query the samba server for print queue status (which it is unable to report anyway). In order to stop the samba/cups duo from crashing my server (doesn't really crash, it just can't do anything, like a self inflicted DOS attack) i have to map the samba lpq command to /bin/false. So here are my two questions: 1. Is it samba or cups that prevents samba from using a custom print command 2. What the heck is wrong with lpstat. Even a script that runs lpsat (multiple times) to collect different pieces of inform...
2023 Dec 06
1
Is a mixed MS/Samba DC environment doable?
...er servers. What I have learnt so far is this; I created a new lab domain with an MS DC 2019. I then added a Samba 4.19-3 file server as a domain member w/o any issues. The clients are 2 Win 10 VM's for tests of shares, GPO's and related technologies. Still no issues that wasn't self-inflicted. File sharing with Samba and setting up permissions and group memberships worked as expected. I created GPO's for home directory, roaming profiles and folder redirection and verified these. Yesterday I fired up a Debian 12 and joined this as a DC. First attempt failed due to schema incompati...
2015 Nov 09
2
[PATCH] drm/nouveau: Fix pre-nv50 pageflip events (v2)
...ake pipe unsigned and name consistent Trigering a warning when trying to sample the vblank timestamp for a non-existing pipe. There's a few ways to fix this: - Open-code the old behaviour, which just enshrines this slight breakage of the userspace ABI. - Revert Mario's commit and again inflict broken timestamps, again not pretty. - Fix this for real by delaying the pageflip TS until the next vblank interrupt, thereby making it accurate. This patch implements the third option. Since having a page flip interrupt that happens when the pageflip gets armed and not when it completes in t...