search for: inevitability

Displaying 20 results from an estimated 856 matches for "inevitability".

2003 Nov 27
5
IAX2 Ethereal plugin v0.3 is out
Hi people. The latest version of my Ethereal plugin for IAX2 is now available here: - http://almaw.com/ethereal-iax2-plugin-0.3.zip A screenshot showing what you're missing is here: - http://almaw.com/ethereal.png The new version adds the following features/bugfixes: - Decomposes the CODEC fields for supported CODECs, complete with nice English descriptions. This gives you a
2012 Dec 06
9
courier mail for Centos
Are there existing rpms for courier mta? I am working from: http://www.howtoforge.com/virtual-users-and-domains-with-postfix-courier-mysql-and-squirrelmail-fedora-14-x86_64 And am making progress with postfix and mysql, but looking ahead to other steps. I see squirrelmail is in EPEL.
2016 Oct 06
4
Adding asan poison to Recycler and ArrayRecycler
Hi all, I intend to add address sanitizer (un)poison calls to Recycler and ArrayRecycler since I spent a few hours tracking down a bug in the AMDGPU backend that turned out to be a use-after-free that would have been detected by asan if it weren't for the Recycler. See https://reviews.llvm.org/D25313. Naturally, such a change exposes a bunch of bugs or things that are dodgy and happen
2018 Apr 09
3
Semi-OT: install python package in userspace
On Sat, 7 Apr 2018, Pete Biggs wrote: >> Does CentOS changed the package management? :-) > > Quite. > > This is not an Ubuntu dig, but when I challenge some of the users > about the more dangerous sudo's they try, inevitably they say they > got the command from the net, and by that they usually mean Ubuntu > forums. Whether the instructions come from the Ubuntu
2013 Nov 12
3
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
Chris Lattner <clattner at apple.com> writes: >> If we say we support 4.7.x, then I don't think we should use c++11 >> features that aren't supported and working on all 4.7.x versions. > > Why not just explicitly say 4.7.1 and later? Are there any buildbots > that build with 4.7.1 yet? If not, that should be a prerequisite to > making the move. Does that
2012 Oct 16
1
RTP IP re-write
I am having a problem trying to get a particular softphone working on my setup. The machine it runs on has more than one interface. When the softphone registers, it registers fine, and asterisk is given the correct IP for registration. Whenever RTP is set-up however, the client gives the wrong IP to connect to and I get the inevitable problem with one-way media. Is there any way of forcing
2018 Nov 28
3
[PATCH] drm/fbdev: Make skip_vt_switch the default
Op 27-11-18 om 18:34 schreef Daniel Vetter: > KMS drivers really should all be able to restore their display state > on resume without fbcon helping out. So make this the default. > > Since I'm not entirely foolish, make it only a default, which drivers > can still override. That way when the inevitable regression report > happens I can fix things up with a one-liner plus
2012 Dec 05
0
[LLVMdev] max/min intrinsics
On Dec 5, 2012, at 8:26 AM, "Redmond, Paul" <paul.redmond at intel.com> wrote: > I have been working on a patch to add support for max/min reductions in LoopVectorize. One of the comments that came up in review is that the implementation could be simplified (and less fragile) if max and min intrinsics were recognized rather than looking for compare-select sequences. > >
2015 Oct 19
2
RFC: Improving license & patent issues in the LLVM community
On Mon, Oct 19, 2015 at 10:24 AM, Joachim Durchholz via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Am 19.10.2015 um 17:25 schrieb Chris Lattner via llvm-dev: >> >> Unfortunately, adding the Apache CLA also has several disadvantages >> as well: >> >> - It adds new barriers for new contributors to LLVM. We don’t >> currently have a process where you
2016 Aug 11
2
[PATCH v2] v2v: linux: accept 'sr' devices in fstab
From: Tomáš Golembiovský <tgolembi@redhat.com> Do not print warning for 'sr' devices when converting fstab. Not all systems create the /dev/cdrom symlink for SCSI CD-ROM devices. Moreover, on systems with multiple CD-ROMs, having entries for /dev/sr* devices may be inevitable. RWMJ: Use String.is_prefix instead of String.find, to more accurately match on the device name.
2019 Jul 25
7
how to increase DNS reliability?
Hi, how can DNS reliability, as experienced by clients on the LAN who are sending queries, be increased? Would I have to set up some sort of cluster consisting of several servers all providing DNS services which is reachable under a single IP address known to the clients? Just setting up several name servers and making them known to the clients for the clients to automatically switch isn't
2005 Aug 01
4
Backwards compatability
In doing my testing I''m wondering if maintaining backwards compatability for existing applications is important. The question boils down to this: Are there sufficient applications that are using wxRuby (pre swig) that we should expect to have to support all/most without changes or should we expect that most applications will need to learn the ''new'' ways things
2004 Jul 09
2
CentOS 3.1 kernel crashes
Greetings everyone, I've got a problem with my fileserver running CentOS 3.1. The kernel seems to crash about once a day (inevitably when I'm not present), forcing me to reboot. This behavior started after I applied the new kernel patch (2.4.21-15.0.3.EL.c0). I've left it on 2.4.21-15.0.2 for a little bit to see if it will crash tonight/tomorrow. As this may be a hardware
2007 Feb 09
2
Numerical Recipes in R
Dear All, So far I have mainly used R for data analysis and simple numerics (integration of functions, splines etc...). However, I have recently been astonished at finding out that many things I thought were only achievable with Fortran or C can be done e.g. entirely using MatLab. When I try asking around if the same could be achieved by R, inevitably the answer is that either people do not know R
2014 Mar 08
3
[LLVMdev] Isel DAG documentation?
I'm having a great deal of trouble figuring out how to write instruction patterns which actually match the DAG produced by the compiler. I can't seem to find any documentation on both what the various nodes represent or on what the syntax accepted by TableGen is. The backends I have access to all seem to do this in different (and obscure) ways. And when things go wrong the compiler seems
2012 Apr 15
3
[LLVMdev] Representing -ffast-math at the IR level
Hi Dmitry, > That's possible (I already discussed this with Chandler), but in my opinion is > only worth doing if we see unreasonable increases in bitcode size in real code. > > > What is reasonable or not is defined not only by absolute numbers (0.8% or any > other number). Does it make sense to increase bitcode size by 1% if it's used > only by math library
2019 Jul 25
3
how to increase DNS reliability?
On 7/25/19 2:53 PM, rainer at ultra-secure.de wrote: > Am 2019-07-25 14:51, schrieb hw: >> Hi, >> >> how can DNS reliability, as experienced by clients on the LAN who are >> sending queries, be increased? >> >> Would I have to set up some sort of cluster consisting of several >> servers all providing DNS services which is reachable under a single
2000 Jul 17
6
Install
How do I install samba on my LINUX machine. All that I have done is unzipped it. Where is the exacutable? -------------- next part -------------- HTML attachment scrubbed and removed
2006 Nov 03
10
[PLUGIN] rspec_resource_generator - RESTful scaffold generator with RSpec specifications
rspec_resource_generator ======================== By Pat Maddox Use this generator to generate RESTful scaffolding with RSpec specifications. Syntax is exactly the same as the scaffold_resource generator: ./script/generate rspec_resource ModelName [field:type field:type] When you run this generator, it will create a migration, model, and model spec file. In addition, it gives you a RESTful
2009 Jul 21
3
astmanproxy?
Hi, We currently fire multiple HTTP requests (via multi-curl) to the AJAM interface in order to place calls. We are finding Asterisk has it's limits however, and I've found astmanproxy recommended for helping maintain the connections. This would prove particularly useful with multiple servers of course. However, in testing astmanproxy crashes with buffer overflows. This leads to the