Displaying 20 results from an estimated 856 matches for "inevitably".
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 forums or not, we
regularly experience the same thing: users unthinkingly following
instructions in a REAME or posted on a web page. My experience
s...
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
...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.
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 into...
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 availa...
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 the a...
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 some...
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