search for: inevit

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

Did you mean: invit
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
...all backends. I have prepared patches to fix all the issues in the CodeGen/AMDGPU lit tests; all the non-AMDGPU fixes are rolled into the patch above (although it probably makes sense to commit them first as a separate change before switching asan on). But it's clearly not my job to fix the inevitable build bot regressions in other backends. How do you want to handle this? Cheers, Nicolai
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 forums or not, we regularly experience the same thing: users unthinkingly following instructions in a REAME or posted on a web page. My experienc...
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
...buildbots > that build with 4.7.1 yet? If not, that should be a prerequisite to > making the move. Does that statement include 4.8.x and beyond? My main concern, as outlined in another message I just sent, is what "4.7.1 and later" means in terms of support from upstream. Do the inevitable problems discovered get worked around in the LLVM project sources or are problematic compilers simply noted as such in the documentation, potentially forcing users to upgrade their toolchain again? I can see tradeoffs with each strategy. It's important to be clear so we have proper expect...
2012 Oct 16
1
RTP IP re-write
...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 that SIP account to have the rtp always sent to a particular IP. (I know that this still may not work, because the device is probably listening on the wrong interface as well, but it's worth a try). I haven't been able to get...
2018 Nov 28
3
[PATCH] drm/fbdev: Make skip_vt_switch the default
...m 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 FIXME comment that > someone should fix up the suspend/resume code in that driver. > > But at least all new drivers won't be broken by accident as soon as > you turn off fbcon because "suspend/resume w...
2012 Dec 05
0
[LLVMdev] max/min intrinsics
...elects into max and min intrinsic calls during instcombine. > > The intrinsics to add are: > declare iN llvm.{smin,smax}.iN(iN %a, iN %b) > declare iN llvm.{umin,umax}.iN(iN %a, iN %b) > declare fN llvm.{fmin,fmax}.fN(fN %a, fN %b) > > What does the community think? It seems inevitable. For the floating point version, please make it very clear what the behavior of max(-0,+0) and related cases are. This also means stuff that matches compare/select idioms (e.g. llvm/Support/PatternMatch.h) will need to be updated. -Chris
2015 Oct 19
2
RFC: Improving license & patent issues in the LLVM community
...als to disclose sensitive personal information like >> mailing addresses etc, and may require extra levels of legal approval >> in corporate situations). > > > If you want to extend a patent license to any LLVM user, you need legal > approval from the patent holder, and that inevitably means paperwork. Speaking as an IP lawyer, No it does not require more than the CLA or the license provide. Period. If you want details, i'm happy to chat, but suffice to say, either of the CLA or relicensing option would provide the same patent protection.
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. Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com> Signed-off-by: Richard W.M. Jones <rjones@redhat.com> --- v2v/convert_linux.ml | 6 ++++-- 1 file changed, 4 insertions(+), 2 d...
2019 Jul 25
7
how to increase DNS reliability?
...ces 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 a good solution because the clients take their timeouts and users lacking even the most basic knowledge inevitably panic when the first name server does not answer queries.
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 problem, I'm reluctant to put it i...
2007 Feb 09
2
Numerical Recipes in R
...ata 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 or there is so much numerical MatLab code (for instance for solving partial differential equations), that there is no point in switching to R. Does anyone know if this is really the situation? I am wondering if there is anywhere a kind of freely av...
2014 Mar 08
3
[LLVMdev] Isel DAG documentation?
...this in different (and obscure) ways. And when things go wrong the compiler seems to dump the DAG tree in a entirely different syntax to that used by TableGen. Can anyone point me at any decent resources as to what all this stuff actually does? And how to figure out what's going wrong when it inevitably does go wrong? So far all I've found is include/llvm/Target/TargetSelectionDAG.td, which at least lists them but doesn't say what they do, and the C++ implementations in SelectionDAGNodes.h, which is entirely undocumented... -- ┌─── dg@cowlark.com ───── http://www.cowlark.com ───── │...
2012 Apr 15
3
[LLVMdev] Representing -ffast-math at the IR level
...uld be function level model, unless specified > otherwise in the instruction, as it will be the case in 99.9999% of the > compilations. Link-time optimization will sometimes result in "fast-math" functions being inlined into non-fast math functions and vice-versa. This pretty much inevitably means that per-instruction fpmath options are required. That said, to save space, if every fp instruction in a function has the same fpmath metadata then the metadata could be attached to the function instead. But since (in my opinion) the size increase is mild, I don't think it is worth t...
2019 Jul 25
3
how to increase DNS reliability?
...ress 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 a good solution because >> the clients take their timeouts and users lacking even the most basic >> knowledge inevitably panic when the first name server does not answer >> queries. > > Run a local cache (unbound) and enter all your local resolvers as upstreams. That can fail just as well --- or be even worse when the clients can't switch over anymore. I have that and am avoiding to use it for...
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?
...ace 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 inevitable question: Is astmanproxy still recommended for use or are we missing some knowledge here? Platform is 64 bit Intel, Ubuntu 9.04, Asterisk 1.6 with latest trunk of astmanproxy from github. Thanks, James -------------- next part -------------- An HTML attachment was scrubbed... URL: http:...