Displaying 7 results from an estimated 7 matches for "hpcf".
Did you mean:
hpc
2005 Mar 17
3
Realtime Problem = Segmentation faults
...ly even running the
same version of asterisk in both machines.
Any advise? Someone else have a similar configuration working with
Fedora Core 3?
Thanks in advance,
--
Jose R. Ortiz Ubarri (CHEO), CS
System Administrator / Programmer
High Performance Computing facility - UPR
Email: Jose.Ortiz@hpcf.upr.edu|cheo@hpcf.upr.edu
Phone: 787-758-3054
Fax: 787-758-3058
2005 Mar 04
1
SIP MWI and MySQL Realtime
I know that there are some patches being worked on to cache realtime
users that might ultimately fix this problem, but until then, here is a
little script that brings back the MWI when using the excellent mysql
realtime architecture with sip:
http://www.cheapnet.net/~mike/asterisk/send_mwi.txt
This script relies on sipsak utility found at http://sipsak.berlios.de/
Download, rename to
2010 Aug 23
1
CentOS 5.5 flex == Fedora 6 flex ?
Is CentOS 5.5 Flex the same as Fedora 6 flex ?
Have you seen the package name ?
Find this because I need to update my CentOS 5.5 flex for compiling new
wine 1.2....but that is another problem....
For example:
http://mirrors.hpcf.upr.edu/ftp/pub/Mirrors/CentOS/5.5/os/x86_64/CentOS/flex-2.5.4a-41._*fc6*_.x86_64.rpm
http://mirrors.cat.pdx.edu/centos/5.5/os/x86_64/CentOS/flex-2.5.4a-41._*fc6*_.x86_64.rpm
or just maybe a little bug....
Just reporting.
-------------- next part --------------
An HTML attachment was scrubbed...
U...
2005 Mar 17
6
Polycom vs. Cisco IP Phones
Hi all,
I am working on building a new VoIP PBX. Looking at the current market
for phones it seems my best "enterprise" options are the Cisco and
Polycom phones. I have some experiance with the Cisco 7940G, but the
process of flashing the phone with the SIP firmware left a bad taste in
my mouth (not to mention the added expense for the phone).
What is the general consensis about
2006 Nov 02
2
simulation with "rpois"
Hi there, I need some helpo with one simulation.
I have a matrix of 4x21
I want ro generate 100 random Chi2 distribution but inly from the first
row of my matrix.
This is what I try:
Option (a):
>lambda=1:100
>f=function(x)chisq(4,0,x)
>lapply(lambda,f)
It doesn't work!
option(b):
>m=mean(matrix[1,])
>x<-rpois(100,lambda=m)
Works, but only generates a row of 25 values.
2000 Oct 11
3
OpenSSH 2.2.0p1 doesn't detect OpenSSL
Hi all:
I'm trying to compile OpenSSH 2.2.0p1 on an Origin 2000 running Irix
6.5.9 and when I run ./configure it didn't detect the OpenSSL libraries.
I compile/install OpenSSL 0.9.6. The installation was done using prefix
/usr/local/ssl. I test the binaries and they are working fine. Then,
when I try to configure the Openssh
./configure --prefix=/usr/local/ssh