Displaying 20 results from an estimated 400 matches similar to: "High CPU usage"
2012 Jun 14
1
High CPU usage
Hi Mark,
Code below:
int16_t* samples;
int16_t* fbSilenceFrame;
void *fSpeexState;
float eng(0.f);
int speexFrameSize(0);
speex_encoder_ctl(speexState, SPEEX_GET_FRAME_SIZE, &speexFrameSize);
for (int i = 0; i < speexFrameSize; i++)
{
eng += samples[i] * samples[i];
}
if (eng / speexFrameSize < 3.f)
{
memcpy(samples, silenceFrame, speexFrameSize * sizeof(int16_t));
}
where
2012 Jun 11
2
question about changing certificate
Good day!
I'm having trouble changing certificate/keys for my dovecot(version 1.2.9).
When I set up the server (unbuntu lts 10.4.4) I did it with a self-signed certificate. I can't remember exactly what I did, just that I followed the wiki and it worked fine =)
Now I have to change the certificate because a friend bought an official one (from thawte) and I'm a bit stumped.
As dovecot
2012 Jun 20
2
TINC - sometimes working a bit
Hello everyone!
I'm trying to get tinc running, but couldn't make it until now...
My current situation is: all tincs are connected, but there ist (almost) no traffic: Only two PCs are able to ping to another, but not to itself.
Let me explain, what I'm planning to do:
I've got four networks:
PROM: 10.69.0.0/16
PAN: 192.168.30.0/24 (I'm afraid, I can't change PAN to
2023 Jan 27
0
[PATCH] vdpa: ifcvf: Do proper cleanup if IFCVF init fails
On Tue, Dec 27, 2022 at 10:15:25PM +0100, Tanmay Bhushan wrote:
> >From 7eae04667ddaac8baa4812d48ef2c942cedef946 Mon Sep 17 00:00:00 2001
> From: Tanmay Bhushan <007047221b at gmail.com>
> Date: Tue, 27 Dec 2022 22:02:16 +0100
> Subject: [PATCH] vdpa: ifcvf: Do proper cleanup if IFCVF init fails
>
> ifcvf_mgmt_dev leaks memory if it is not freed before
> returning.
2009 Oct 01
1
High CPU usage
Hi Jozsef,
this approach sounds interesting.
Do have you have some source code available ?
Thanks
Mark
-----Original Message-----
From: speex-dev-bounces at xiph.org [mailto:speex-dev-bounces at xiph.org] On Behalf Of Jozsef Vass
Sent: Friday, September 25, 2009 11:43 PM
To: mark_schilling at gmx.de
Cc: speex-dev at xiph.org
Subject: Re: [Speex-dev] High CPU usage
I have run into the same
2010 Nov 09
3
Does this software run under Wine 1.0?
Hello,
I have got a little problem testing my MONIKA-Software in Wine. I acually use Wine 1.2 under Ubuntu 10.04. There erverything works fine so far. But now I got a request if my software will also run under Wine 1.0 (wine-1.0-3.1.i586, Suse 11 or 10).
As far as I know it is not possible to install the old Wine 1.0 under Ubuntu 10.04. If there is a way, please let me know :)
Otherwise, is
2023 Apr 15
2
[PATCH v2] drm/nouveau: fix incorrect conversion to dma_resv_wait_timeout()
Commit 41d351f29528 ("drm/nouveau: stop using ttm_bo_wait")
converted from ttm_bo_wait_ctx() to dma_resv_wait_timeout().
However, dma_resv_wait_timeout() returns greater than zero on
success as opposed to ttm_bo_wait_ctx(). As a result, relocs
will fail and log errors even when it was a success.
Change the return code handling to match that of
nouveau_gem_ioctl_cpu_prep(), which was
2023 Apr 17
1
[PATCH v3] drm/nouveau: fix incorrect conversion to dma_resv_wait_timeout()
Am 15.04.23 um 04:02 schrieb John Ogness:
> Commit 41d351f29528 ("drm/nouveau: stop using ttm_bo_wait")
> converted from ttm_bo_wait_ctx() to dma_resv_wait_timeout().
> However, dma_resv_wait_timeout() returns greater than zero on
> success as opposed to ttm_bo_wait_ctx(). As a result, relocs
> will fail and log errors even when it was a success.
>
> Change the
2005 Jun 20
1
sipredirect question
Hi all,
I want to build a central call diverter via asterisk (http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20SIPredirect). Calls would come in via SIP from Cisco Callmanager Asterisk would do some searching an diverts the call to an extension, which is also located at Callmanager.
When like to use >>sipredirect<< Asterisk complains "No application
2005 Jun 18
0
network connection to domain0 does not work
Hello everybody,
I installed Xen on my suse 9.2 system. Up to now I can do the following things:
Boot into XEN
Start xend
Automatically start a virtual Domain (ttylinux)
My problem is that after starting XEN I cannot reach any other client on my network any more.
The only machine I can ping is the virtual ttylinux server.
Therefore I cannot reach the XEN machine from outside using ssh or
2014 Oct 27
1
Dovecot 2.2.14 and per user \Seen flags
Hello,
I have a Dovecot Installation Version 2.2.14 on CentOS 6.5 with shared folder.
UserA shares his INBOX to user UserB. I activated "per user \Seen flags" with
location = maildir:%%h/Maildir:INDEX=%h/shared/%%u:CONTROL=%h/shared/%%u:INDEXPVT=%h/shared
I think the INDEXPVT setting activates this setting, right?
I activated this setting when there were already several accounts in
2004 Jan 02
1
make file system unmountable
hi all,
A very Happy and Prosperous New Year to all of you!!
i want to create a server that will ext3 file system,
but at the same time i want to make the file system
unmountable, when the HDD is attached as
slave/secondary.
Can it be done in any way with ext3.
any ideas or alternatives??
thanks in advance
tanmay
__________________________________
Do you Yahoo!?
Find out what made the Top
2019 Jul 25
0
Xapian 1.4.12 released
Xapian 1.4.12 can now be downloaded from:
https://xapian.org/download
This release is mainly composed of bug fixes, portability improvements
and documentation enhancements. There are also some performance
improvements and a few new features.
There's one known new problem too, which I spotted shortly after
uploading the release but before sending this announcement - the Ruby
testsuite fails
2019 Oct 14
0
Xapian 1.4.13 released
Xapian 1.4.13 can now be downloaded from:
https://xapian.org/download
This release is mainly composed of optimisations, bug fixes, and
test harness improvements.
The wiki has the usual summary of the most notable changes:
https://trac.xapian.org/wiki/ReleaseOverview/1.4.13
A big thanks to Germán M. Bravo, Tanmay Sachan, and Amitai Schleier
for helping to make this release a reality.
If
2016 Nov 13
2
llc generating code that writes below the stack pointer on darwin/x86-64
Hi,
Is there something wrong with my inline assembly below?
***
target datalayout =
"e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx10.5"
define void @"\01_SYSTEM_$$_SETMXCSR$LONGWORD"(i32 %p.w) nobuiltin {
; [71] procedure
2014 Jan 28
2
[LLVMdev] ldmxcsr reordering issue
Hi,
I met troubles with jitting x86 codes when using Intrinsic::x86_sse_ldmxcsr.
The target code must execute some SSE2 instruction with DAZ/FTZ modes enabled and others with DAZ/FTZ disabled.
I'm trying to get this by emitting LDMXCSR instructions with proper flag words.
It appeared however that execution engine sometimes reorders these instructions with computational ones (say with
2016 Oct 24
2
SSH fail to login due to hang over after authenticated.
I don't think it will be easy to identify the problem remotely. You can try
logging in with password (if not disabled), or sshing with some other key,
or logging into some other user. If you are able to get access to the
machine, post the server's error log here.
On Mon, Oct 24, 2016 at 9:55 PM, Jin Li <lijin.abc at gmail.com> wrote:
> Hi Tanmay,
>
> The server is not
2012 Jun 08
1
dovecot ignores entries in virtual_alias_maps when using dovecot lda
hello list,
i need help. dovecot dont look into my virtual_alias_maps .
i set via postzfixadmin an alias postmaster at domain.tld to
newmail at domainother.tld.
when i send mails to postmaster at domain.tld mails are rejected. dovecot
authworker tells
me in log: user unknown.
but i can request the data via postmap -v -q postmaster at domain.tld
mysql:/etc/postfix/mysql_virtual_alias.cf
and get
2004 Nov 20
1
How to encript SIP comunications?
Hello Fach,
I have used openvpn for a while and in the new release thereis a feature called "server
mode" that makes posible to have a full network of vpn links besides a single TUN/TAP
adaptor (a pure software NIC) in the server. I haven't used that feature, but I think
this is what you need. Also openvpn runs on linux, *bsd, solaris, windows, and maybe in
other OS.
Miguel
>
2007 Mar 20
0
[LLVMdev] llvm-gcc4_2, llvm-gcc4_2-fixed-point
hi!
because i read that other people may be interested
in llvm-gcc4_2 in the google-soc thread, here is the
status of my work:
i merged llvm-gcc and the current gcc4_2.
this is the patch from official gcc4_2 to my llvm-gcc4_2:
http://geldspeicher.entenhausen.at/dl/gcc-4_2_to_llvm.patch.gz
comments:
+ i left out most APPLE LOCAL* marked regions of llvm-gcc4 which
were not concerning llvm