search for: taming

Displaying 20 results from an estimated 116 matches for "taming".

Did you mean: naming
2006 Jun 22
0
frugalist: rails tames amazon wishlists
hello rails folks, i recently launched my first rails based web app at: http://fr.ugali.st/ frugalist is a free service that pulls products from your wishlist(s) at amazon.com and lets you create customizable rss feeds that filter the products on those wishlists based on the criteria you define. for example, i can add all 5 of my amazon wishlists and set up a feed that will show me all
2005 Nov 11
7
What should I pay attention to upgrade 3.0 from 2.4.x
I''m happy to see shorewall 3.0 is released. My server is running 2.4.6 and I want to upgrade to 3.0. What should I pay attention to upgrade to 3.0 ? ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache''s Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your
2006 Jan 12
2
SIP phones unbeatable echo
Hey all again, I'm wrestling with echo problems on our sip extensions. I've set these items in zapata.conf but tweaking these values doesn't seem to make much difference echocancel=yes echocancelwhenbridged=yes echotraining=2500 rxgain=8.0 txgain=1.0 are there other settings that can help me tame this beast? Been searching but not turning up anything that'll work here. Thanks
2013 Jun 17
0
[LLVMdev] [cfe-dev] [RFC] add Function Attribute to disable optimization
On Mon, Jun 17, 2013 at 6:23 PM, Sean Silva <silvas at purdue.edu> wrote: > On Mon, Jun 17, 2013 at 10:29 AM, Jeffrey Walton <noloader at gmail.com> wrote: >> First is to ensure dead-writes are not removed. For example, a >> function that zeroizes or wipes memory is subject to removal during >> optimization. I often have to look at program's disassembly to
2015 Nov 13
2
[PATCH] Drop fine-grained privileges on Illumos/Solaris
Hi, I'm not sure how interested anybody here is in this, but I've been working lately on getting rid of the horror that is SunSSH for some distros of Illumos (mostly SmartOS). One of the patches we're carrying around at the moment is one that simply drops fine-grained privileges in sshd, ssh-agent and sftp-server. Since the privilege dropping here is roughly equivalent to a more
2013 Jun 17
3
[LLVMdev] [cfe-dev] [RFC] add Function Attribute to disable optimization
On Mon, Jun 17, 2013 at 10:29 AM, Jeffrey Walton <noloader at gmail.com> wrote: > > > First is to ensure dead-writes are not removed. For example, a > function that zeroizes or wipes memory is subject to removal during > optimization. I often have to look at program's disassembly to ensure > the memset is not removed by the optimizer. > Appropriate use of `volatile`
2006 Jun 30
2
Rather ominous resource consumption figures
Hello, Yesterday I posted about how to email from a worker. I decided to be a bit piggy and just inhale all of rails. Sorted. I am noticing some rather ominous behavior though. The setup: My worker takes an uploaded image as a param and passes it (via system call) to a C++ image processing engine. Take a look at these memory consumption figures for successive runs uploading the identical image
2010 Jul 21
0
DIF Analysis starting from a gpcm class object
Dear useRs, does any of you have suggestions on how to conduct a proper DIF analysis starting from a model of class gpcm (from the wonderful package ltm by prof. Rizopoulos)? difR will handle only dichotomous items, and I have a mix of dicho- and polytomous ones (that's why I chose the partial credit model). I also found the package lordif, but I'm not really sure if that's what I
2007 Mar 05
1
Setting Sip Headers From Dial App?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This might sound strange, but is there anyway for Asterisk to set extra sip headers based on a sip phone returning a 302 in a dialplan? Example: PSTN => Asterisk => SIP-Phone, SIP-Phone returns 302 Redirect, Asterisk sets X-Something: Some_Value & X-Somethingelse: Some_Other_Value, then sends the new invite with added headers. Stu Sheldon
2007 Aug 29
2
[LLVMdev] constructing 'for' statement from LLVM bitcode
...gt; Ok. Note that LLVM can represent irreducible loops. You can handle > this through code duplication. > -Chris If you are willing to invest more effort into a more complicated analysis, in many cases you can even avoid code duplication. See this paper for details: @inproceedings{erosa94taming, author = {Ana M. Erosa and Laurie J. Hendren}, title = {Taming Control Flow: A Structured Approach to Eliminating Goto Statements.}, booktitle = {ICCL}, year = {1994}, pages = {229--240}, } Cheers, -- Domagoj Babic http:/...
2010 Apr 03
1
Do not edit above this line policy
Hi, list: I''m on my first steps using Puppet. Now that the easiest parts are somehow tamed more and more questions do arise. But let''s go one by one. For some computers/services we delegate some parts of their administration (i.e. development environments). I''ll take an easy example on the /etc/hosts file: There should be a ''127.0.0.1
2009 Jul 20
0
No subject
<snip> Replaces: pickup-9582-c0a80101-d-4 at 192.168.101.102 <snip> This Replaces header refers to RFC3891 which is not yet supported in Asterisk (see http://www.voip-info.org/wiki/view/Asterisk+SLA) This INVITE fails with : <snip> chan_sip.c: Trying to pick up 7792 at subs <snip> app_directed_pickup.c: No target channel found for 7792. If I'm dialing *87792 instead
2006 Jun 01
2
CentOS 4.3 Server spontaneously rebooting (over and over again)
Hi there, This post has also been posted in the Hardware and General forums but I thought it might be wise to post it here as well! My CentOS 4.3 (upgraded from CentOS 4.2 installed from Linux Magazine's April 2006 issue) server is rebooting spontaneously (over and over again). It started while I was copying from USB-device (iPod) to another USB-device (Freecom Portable-Hard-disk) but it
2020 Jan 20
2
can't send email from my new centos 8
Hello to all! I apologize in advance, for the following could be too simple, but I can't figure it out. I configured a vps using centos 8, all is working fine but I'm not able to send email from this server. I tried $ telnet smtp.mailtrap.io 25 but it doesn't work yet $ telnet www.google.ca 80 does work and particularly $ telnet smtp.mailtrap.io 2525 does work too. I temporarily
2010 Jun 03
5
Is this failed Asterisk setup typical?
Hello I just read this article and would like some feedback from experienced Asterisk users: =============== "Failed open source VoIP deployment leads to hosted VoIP strategy" By Jessica Scarpati "When budgets are crimped, open source voice over IP (VoIP) solutions look attractive -- a little extra work for a lower cap-ex. But those savings came at a high price for one Texas
2017 Jul 24
2
GEP with a null pointer base
...ribe the “illegal” construct whether it is executed or not. Hence I say “Hal’s transform is triggered by UB”, when I should be saying “Hal’s transformation is triggered by illegal IR”. All I can say is I’m not the only one being sloppy, what started this entire conversation is the paper titled “Taming Undefined Behavior in LLVM”, while the correct title would be “Taming Illegal IR in LLVM”. (I think we are all pretty confident that LLVM itself is UB-free, or at least we all hope so :-). I believe you are being sloppy when you say "we optimize program where there is no UB”, because I belie...
2006 Apr 08
3
FastCGI issues
...2DisableAcceptEx FastCgiConfig -maxClassProcesses 1 -maxProcesses 1 -minProcesses 1 -processSlack 1 \ -initial-env PATH="c:/ruby/bin;c:/windows/system32;c:/windows;C:/mysql/bin" \ -initial-env RUBYOPT=rubygems in httpd.conf per this article: http://dema.ruby.com.br/articles/2005/08/23/taming-fastcgi-apache2-on-windows As soon as I try to access any controller the harddrive starts grinding and Apache''s error log is spammed with [Sat Apr 08 07:00:30 2006] [warn] FastCGI: (dynamic) server "C:/ruby/rails/mata/public/dispatch.fcgi" has failed to remain running for 30 se...
2020 Feb 04
5
Balloon pressuring page cache
...ce then I think those carry similar weight as the problem itself. > > I consider virtio-balloon to this very day a big hack. And I don't see > it getting better with new config knobs. Having that said, the > technologies that are candidates to replace it (free page reporting, > taming the guest page cache, etc.) are still not ready - so we'll have > to stick with it for now :( . > > > > > I'm actually not sure how you would safely do memory overcommit without > > DEFLATE_ON_OOM. So I think it unlocks a huge use case. > > Using better suited...
2020 Feb 04
5
Balloon pressuring page cache
...ce then I think those carry similar weight as the problem itself. > > I consider virtio-balloon to this very day a big hack. And I don't see > it getting better with new config knobs. Having that said, the > technologies that are candidates to replace it (free page reporting, > taming the guest page cache, etc.) are still not ready - so we'll have > to stick with it for now :( . > > > > > I'm actually not sure how you would safely do memory overcommit without > > DEFLATE_ON_OOM. So I think it unlocks a huge use case. > > Using better suited...
2011 Nov 21
1
AEX410P drops DTMF digits
Hello again list, I'm running a 1.4.42 install on SUSE with an AEX410P card. The DAHDI release is 2.4.0 because the machine won't properly install 2.5 and also won't install Asterisk 10.0 because I can't get a good SQLite3 library to install. Whenever I enter DTMF very quickly or very slowly, app_read des on me. Has anyone experienced similar joy