similar to: Performance Tuning advice [tracked down]

Displaying 20 results from an estimated 3000 matches similar to: "Performance Tuning advice [tracked down]"

1998 Oct 31
0
Linux 2.1.126 kernel smbfs SMBwrite 2x speed improvement
Hi GNU command 'cp' normally looks for the block size of the destination and then uses such buffer to copy the file. Unfortunately you are settings block size for smbfs filesystems as 512 and using 'cp' then wastefully generates a lot of small (for ethernet) packets. I was surprised that using 'cat a >/net/b' is almost TWICE as fast than the traditional 'cp a
2005 May 17
0
SMS & Grandstream ATA-286
I'ld like to test SMSes between Asterisk and an analog phone on a GS-ATA-286 (SIP). I have spent many hours trying any exemple on voip-info or mailing-list, but no message got sent from the analog phone. My goal, at now, is to send SMSes locally from and to Asterisk. Does anyone have a working configuration ?
2005 Sep 28
2
setting up asterisk as an sms central?
hi is it possible to use asterisk as an sms central to send SMSes directly to clients on PSTN instead of just communicating with a central? the telco to which we're currently connected doesn't have a central.... roy
2008 Feb 27
1
Asterisk as SMSC to GSM-Phones
Hello all, i today have searched on the internet about a solution to let asterisk act as a SMSC (Short MessageServiceCentre) to deliver SMSes directly to GSM Phones. I only have found some cases with use of an extern SMSC (i.e. by the Mobile Net Provider) Is there a possibillity to do that, or ist asterisk only able to send SMS to analog phones? Do you have any idea or hint for me? Thanks
1998 Feb 03
0
Samba performance tuning & benchmarks
Hi all. Many KUDOS to the Samba development team! I am trying to interpret some performance testing results, and could use some hela, and any possible Samba tuning suggestions. Oplocks are turned on, BTW, which has caused the Samba performance results to come WAY up compared to with prior Samba releases. The following test results consist of the time to perform database queries using a Borland
2006 Nov 07
0
Asterisk SMS: Experience with EMS?
Hello *, I recently started playing around with the "SMS" application. Several of my SIP clients are FritzBoxes, with SMS capable DECT phones connected via ISDN or analog line. So far, SMSing works great: I defined extension 0193010[01] to receive SMSes, which works well with the default settings for German phones. Incoming SMS in the morx queue will be parsed by a cronjob and
2015 May 20
0
Monitoring SIP Service (Jai Rangi)
Interesting approach. What we've done is to write an app that runs on a separate machine that simply does some asterisk -rx calls to the running Asterisk instance via an SSH library and then evaluate the string returned. For example, to monitor our registered SIP service providers, we compare the output for the sip show registry CLI command when the system is in the correct state, to the
2009 Jan 15
2
3Ware 9650SE tuning advice
Hello fellow sysadmins! I've assembled a whitebox system with a SuperMicro motherboard, case, 8GB of memory and a single quad core Xeon processor. I have two 9650SE-8LPML cards (8 ports each) in each server with 12 1TB SATA drives total. Three drives per "lane" on each card. CentOS 5.2 x86_64. I'm looking for advice on tuning this thing for performance. Especially for the
2014 Oct 16
2
Asterisk GOIP Outgoing Callerid not working
Hello I have a simple 1 channel goip gateway (http://www.voip-info.org/wiki/view/GoIP). The incoming and outgoing calls work with Asterisk except the caller ID for the outgoing calls. I think I have exhausted all possible options regarding setting a caller ID and it still doesn't work. The recipients will get "private number". The incomings caller ids are work just fine. exten
2015 Apr 26
0
can't install gd-devel on centos 7.1
On 4/26/2015 1:54 PM, Tim Dunphy wrote: > Hey guys, > > > I'm trying to instal gd-devel onto a CentOS 7 host. > > --> Finished Dependency Resolution > Error: Package: gd-last-devel-2.1.1-2.el7.remi.x86_64 (remi) > Requires: libvpx-devel(x86-64) > You could try using --skip-broken to work around the problem > You could try running: rpm -Va
2012 Sep 17
0
CEBA-2012:1274 CentOS 6 gd FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:1274 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1274.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 2f0c3d3936b225e90b6a1eb9a337a657989ea035b9014d21381cd95be05a0361 gd-2.0.35-11.el6.i686.rpm 79a5e7b18a985841d6f83d2e0f8b9c4544d59159520b893a26f57d2de24e9b33
2006 Apr 06
10
Advice needed on tracking down unusual error
Does anyone have advice on how to go about locating the cause of this error message: ActionView::TemplateError (wrong number of arguments (3 for 1)) on line #4 of app/views/products/search.rhtml: 4: <%= start_form_tag :action => ''search'' %> I don''t see anything wrong with line 4 above. Some background: I''ve made a number of changes to Controllers,
2012 Sep 17
0
CentOS-announce Digest, Vol 91, Issue 11
Send CentOS-announce mailing list submissions to centos-announce at centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-request at centos.org You can reach the person managing the list at centos-announce-owner at centos.org When
2011 Mar 15
1
Sherlock Holmes: The Awakened
trying to start Sherlock Holmes: The Awakened v1.0. Ubuntu 10.10 wine-1.3.15. It's being start and get a window: By the first start you must have administrator privilege. Something like this. What does it mean? I mean, that I knew what it mean, :) but how can I fix it?
2018 Feb 01
0
[lldb-dev] Adding DWARF5 accelerator table support to llvm
On 30 January 2018 at 16:39, Jan Kratochvil <jan.kratochvil at redhat.com> wrote: > On Wed, 17 Jan 2018 17:13:36 +0100, Pavel Labath via lldb-dev wrote: >> so I'm writing this email to see if there's anyone >> else interested in this topic, and to try to synchronize our efforts. > > I am sure interested in DWARF-5 .debug_names. I wrote its producer+consumer >
2005 Apr 14
2
Overload standart function
Hi all, I try to develop my own R package. I have a couple of standart functions like dim() and length() overloaded. #Example dim.Model <- function(this) { length(unique(this$.variables)); } I built my package, but when I try to load it... This message appears: Attaching package 'mudim': The following object(s) are masked _by_ .GlobalEnv : dim.Model,...(etc.) Any
2007 Jan 19
1
Ruby on Rails now tracked by Update-Scout.com
Ruby on Rails has been added to Update-Scout.com, an interactive web service, that informs its users about software updates and releases. Users can set up personal update news feeds from the Update-Scout software catalog and even add new entries to the catalog. The address is http://www.update-scout.com . Peter Kullmann ========================================== elementec Software &
2011 Apr 01
0
Build problem tracked down
It is a bug in the linker in binutils 2.21.51.0.6, which is the current version in Fedora 15 Alpha. binutils 2.21.51.0.7 does not appear to have this problem. I have not yet had time to explore workarounds. -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.
2003 Mar 28
0
[Bug 70] New: udp connection(snmp) not being tracked.
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=70 Summary: udp connection(snmp) not being tracked. Product: netfilter/iptables Version: patch-o-matic Platform: All OS/Version: Debian GNU/Linux Status: NEW Severity: major Priority: P2 Component: connection tracking AssignedTo:
2003 Mar 29
0
[Bug 70] udp connection(snmp) not being tracked.
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=70 laforge@netfilter.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID Summary|udp connection(snmp) not |udp