Displaying 20 results from an estimated 1000 matches similar to: "Asterisk how install speex support"
2017 Feb 22
3
BOINC
Hi list,
I've installed boinc-client and boinc-manager from epel.
After starting boinc-client with systemctl when I try to connect from
boincmgr I get "Unable to connect to boinc client".
I've added to unit file --allow_remote_gui_rpc
and on netstat I get:
tcp 0 0 0.0.0.0:31416 0.0.0.0:*
LISTEN 4762/boinc_client
On this machine there aren't
2023 Jan 28
1
CentOS9 Stream - boinc client??
On 1/26/23 20:25, Philip Wyett wrote:
> On Thu, 2023-01-26 at 13:16 -0600, Bill Gee wrote:
>> I have been running boinc client on CentOS7 hosts for some years. C7 is
>> getting close to end of life. Time to upgrade to C9 ...
>>
>> But I cannot find a package for the boinc client. "dnf search boinc"
>> returns nothing.
>>
>> I have enabled
2023 Jan 29
2
CentOS9 Stream - boinc client??
On 1/29/23 05:49, Philip Wyett wrote:
> On Sun, 2023-01-29 at 09:16 +0000, Philip Wyett wrote:
>> On Sat, 2023-01-28 at 07:45 -0600, Bill Gee wrote:
>>> On 1/26/23 20:25, Philip Wyett wrote:
>>>> On Thu, 2023-01-26 at 13:16 -0600, Bill Gee wrote:
>>>>> I have been running boinc client on CentOS7 hosts for some years. C7 is
>>>>> getting
2023 Jan 26
2
CentOS9 Stream - boinc client??
I have been running boinc client on CentOS7 hosts for some years. C7 is
getting close to end of life. Time to upgrade to C9 ...
But I cannot find a package for the boinc client. "dnf search boinc"
returns nothing.
I have enabled both EPEL and RPMFusion repositories.
Is there a boinc client package for CentOS9 Stream?
--
===============
Bill Gee
2023 Jan 27
0
CentOS9 Stream - boinc client??
On Thu, 2023-01-26 at 13:16 -0600, Bill Gee wrote:
> I have been running boinc client on CentOS7 hosts for some years. C7 is
> getting close to end of life. Time to upgrade to C9 ...
>
> But I cannot find a package for the boinc client. "dnf search boinc"
> returns nothing.
>
> I have enabled both EPEL and RPMFusion repositories.
>
> Is there a boinc
2023 Jan 29
2
CentOS9 Stream - boinc client??
On Sat, 2023-01-28 at 07:45 -0600, Bill Gee wrote:
> On 1/26/23 20:25, Philip Wyett wrote:
> > On Thu, 2023-01-26 at 13:16 -0600, Bill Gee wrote:
> > > I have been running boinc client on CentOS7 hosts for some years. C7 is
> > > getting close to end of life. Time to upgrade to C9 ...
> > >
> > > But I cannot find a package for the boinc client.
2012 Jun 08
2
OpenGL drivers haven't been installed correctly
The BOINC project has a screensaver that runs on Windows. I installed BOINC in a virtual machine running Windows XP (32 bit) and copied boinc.scr from the C:\Windows directory onto my 64 bit F13 system. When I run the screensaver I get an error. Any feedback is appreciated. I can run glxgears without any problem.
$ wine boinc.scr
Wine cannot find the ncurses library (libncurses.so.5).
2007 Dec 07
1
Added native socks support to libc in FreeBSD 7
Hi,
i added a native (client) Socks V4/V5 support inside FreeBSD libc
library. The work is based of my project (see
http://csocks.altervista.org) CSOCKS.
You can get it here:
http://csocks.altervista.org/download/FreeBSD_libc.tar.gz
CHANGES:
I changed the file:
/usr/src/lib/libc/Makefile
I added the Directory:
/usr/src/lib/libc/socks
They contains the files:
2007 Mar 06
3
Strange issue with windows positioning
Hi, I just compiled and installed the latest compiz from git head and
I have a strange issue with windows positioning: all newly created
windows are placed at 0,0 (upper left corner) of the screen, so the
title bar (and menu bar too) is under my gnome panel. I attach a
screenshot to show the problem. I can't understand if this is a
problem of compiz configuration (plugin order or something
2006 Apr 14
1
SETI@Home
This is a lil bit off topic, but I thought I would bring it up, since we
have users that are trying to run windows BOINC under wine.
The wine project has a SETI@Home team (has had for some time), so if you run
the windows or linux BOINC/SETI@Home client, you can join our team and apply
your credits towards the project's total. Just go to
2005 Sep 24
2
Interesting Link...
http://visualwx.altervista.org/
A visual builder for wxWindows that purports to support Ruby. I''ll play
with this some and see if I can design projects that work with wxRuby2.
Roy
2008 Mar 15
1
again with polr
hello everybody
solved the problem with summary, now I have another one
eg I estimate
> try.op <- polr(
> as.ordered(sod.sit.ec.fam) ~
> log(y) +
> log(1 + nfiglimin) +
> log(1 + nfiglimagg) +
> log(ncomp - nfiglitot) +
> eta +
> I(eta^2) +
>
2005 Sep 22
1
Noise :-(
Hi all,
i use speex preprocessor features in this way:
===================================
#define NN 160 /* 20msec di audio */
...
int tbc=0,c,d,ret;
spx_int16_t TEMP_Buffer[NN];
char DLECODE;
/* Inizializza il preprocessore Speex se non inizializzato */
if(Modem->speex_pp_state == NULL) {
Modem->speex_pp_state = speex_preprocess_state_init(NN,AUDIO_SAMPLERATE);
}
2014 Oct 31
6
Centos7 Annoyances
Folks
I'm sure the Centos team has done a yeoman's job getting Centos7
ready, and that the Redhat team has done marvels in creating rhel7,
but here's a little voice from a personal hobbyist user.
Background:
('ve been maintaining several remote servers since Redhat 6 days,
migrating from that to Whitebox, then Centos, and things have been
running as expected including the
2007 Apr 16
2
id on menu
Hi,
how can i make an "id" attribute that can be assigned to every voice of the
generated menu?
For example:
<li class="webgen-menu-item-selected" id="homepage">
<span>HomePage</span>
</li>
<li id="news">
<a href="news.html">News</a>
</li>
and so on ...
Is there an option of MenuStyle, or
2009 Mar 18
2
Issue with timeout option?
I have a project g4l that uses syslinux and have been working on the next
version. I installed the 3.74 pre5, and it worked just fine. But I was doing a
test, and booted the systems, and usually pick the default kerenel or one of
the other kernels on the CD before it times out with 60 seconds. But this
time, I didn't do that. It loaded the default kernel with no problem, but then
gives
2017 Jun 22
2
Ayuda R no puede hubicar un vector de 42gb
http://go.cloudera.com/ml-h20-es-webinar?src=email1&elqTrackId=af5517eab2f543afbb31a0686d9ca566&elq=c68d9a8c25ba4b12944b8065d8a06e33&elqaid=4541&elqat=1&elqCampaignId=
El 22 de junio de 2017, 22:59, Carlos Ortega <cof en qualityexcellence.es>
escribió:
> Hola,
>
> Tendrás RStudioServer en un nodo frontera de tu clúster. Y cuando lees
> algo te lo estás
2008 Oct 30
5
Lenny repository disappeared
Hi,
I tried to add the Debian Lenny repository for Wine to my apt sources, so I could enjoy a newer release of wine than the 1.0.x version Debian offers. However, when I tried to update repositories, I got a 404, and, upon investigating, realised that there is no Lenny distribution whatsoever on the Wine apt server! (It is, however, mentioned in the documentation for installing Debian/Ubuntu
2017 Apr 18
1
HDT-Project down for a few days now?
It now been a few days, and wondering if someone might know the status?
The following error was encountered while trying to retrieve the URL:
http://www.hdt-project.org/wiki/hdt-0.5.0
Connection to 204.232.192.182 failed.
The system returned: (110) Connection timed out
Hasn't been updated in some time, but I regularly check the site.
2010 Nov 23
1
is it possible to prevent many loggings on many computer from only one user?
Hi everyone
I would like to know if it's possible to prevent many loggings on many
computers from only one user?
I have user who opened 12 computers, logged on those 12 computers and
ran boinc-client on those 12 computers... I want to prevent this kind of
behaviour...
Thanks in advance.
Regards.
--
Olivier Pavilla << ????????????????>>
S.C.I.R.C. Orl?ans (Bourgogne) - I.U.F.M.