Displaying 15 results from an estimated 15 matches for "myown".
2006 Feb 27
2
Building 1.1.12 for symbian failed
hi, all,
I am trying to build 1.1.12 for symbian platform like this:
1, bldmake bldfiles
2, abld build wins udeb (to build for emulator)
but building failed, the error message is :
nmake -nologo -x - -s -f "\Install\Symbian\8.0a\S60_2nd_FP2\EPOC32\BUILD\HOME\MYOWN\NOKIA\SPEEX\SPEEX-1.1.12\SYMBIAN\SPEEX\WINS\SPEEX.WINS" LIBRARY
Mdf.c
c:\HOME\MyOwn\Nokia\Speex\speex-1.1.12\libspeex\pseudofloat.h(63) : error C2059: syntax error : '{'
c:\HOME\MyOwn\Nokia\Speex\speex-1.1.12\libspeex\pseudofloat.h(109) : error C2061: syntax error : identifier 'FLO...
2003 Oct 15
2
IAX Clients not connecting
2013 Jun 07
1
Sample config files installed to /etc
The sample config files in the Asterisk distribution and packages are
really good for getting the demo up and running quickly, for example, to
extend the demo to run behind a WebRTC proxy only required about 6 lines
of extra code to define a peer in sip.conf and enable TCP
However, I'm not sure that they should be installed by default by packages.
Most package managers provide a way to diff
2007 Mar 28
2
ssl with openwrt OS
...3 18:34:20 Error: imap-login: Can't load certificate file /etc/ssl/certs/server.pem: error:2507006C:lib(37):func(112):reason(108)
dovecot: Mar 23 18:34:20 Error: child 847 (login) returned error 89
dovecot: Mar 23 18:34:20 Error: child 848 (login) returned error 89
I attemped with makecert.sh, myown certificate which works with qmail-pop3d/stunnel, and cacert.org.
All the times i get the same error. my dovecot.conf says:
##
## SSL settings
##...
2000 Mar 08
3
Reading data for discriminant analysis
Dear R users,
I want to do discriminant analysis on my data. I have
successfully followed the discriminant analysis in V & R on
the iris data:
> ir <- rbind (iris3[,,1],iris3[,,2],iris3[,,3])
> ir.species <- c(rep("s",50),rep("c",50),rep("v",50))
> a <- lda(log(ir),ir.species)
> a$svd^2/sum(a$svd^2)
[1] 0.996498601 0.003501399
> a.x <-
2009 Jun 25
2
Bad Form?
...ey/webrat-mechanize-xml-rpc<https://github.com/leehambley/webrat-mechanize-xml-rpc/tree>
The problem, or rather question is as such - I have, in my application''s
test environment made use of PluggableParser, but overloaded it with the
.default, and .html calls to parse everything as myown XMLParser class
(copied almost verbatim from the CSVParser example in the RDoc)
I have effectively rendered it as not a browser, by forcing it to treat
anything that parses as XML as a
WWW::Mechanize::File<http://mechanize.rubyforge.org/mechanize/WWW/Mechanize/File.html>
rather
than a WWW::M...
2012 May 10
3
battery.charge and other fixes needed for X-Power Tigra 1kVA
Hello all,
been 5 years since I posted on this list, glad to be back :)
I have a number of X-power Tigra 1kVA online UPS units. From some
knowledgeable folks working for the local distributor, I learnt that
from inside this looked like a Best 610 ups unit.
Before, I had this UPS hooked via serial to my Windows 2003 server. For
monitoring, some winpilot/upspilot software was also provided.
2005 Jan 06
4
ices config problems
...e>
produces:
DEBUG: Initializing playlist handler...
DEBUG: Initializing builting playlist handler...
Could not find a valid playlist file.
Ices Exiting...
and this:
<ices:Playlist>
<ices:Type>python</ices:Type>
<ices:Module>myown</ices:Module>
produces:
Initialization of playlist handler failed. [This binary has no support for embedded python]
Ices Exiting...
:-(
ices 2.0.0 = ices alpha release,
with misleading documentation+example config,
and missing core feature
--
klaus thorn klaus@trillke.net
2007 Mar 23
0
ssl on embedded device
...3 18:34:20 Error: imap-login: Can't load certificate file /etc/ssl/certs/server.pem: error:2507006C:lib(37):func(112):reason(108)
dovecot: Mar 23 18:34:20 Error: child 847 (login) returned error 89
dovecot: Mar 23 18:34:20 Error: child 848 (login) returned error 89
I attemped with makecert.sh, myown certificate which works with qmail-pop3d/stunnel, and cacert.org.
All the times i get the same error. my dovecot.conf says:
##
## SSL settings
##...
2009 Sep 30
1
sieve & vacation - ignores "days" parameter
...ork wrong.
Here is my sieve file:
require ["vacation","fileinto"];
# rule:[wakacje]
if anyof (true)
{
vacation :days 7 text:
I am on vacation
.
;
}
# rule:[silver-save]
elsif allof (header :is "From" "joshua at hybrid.pl")
{
fileinto "myown";
stop;
}
And it seems, that sieve ignores ":days 7" parameter. Every time
I send the email to this account, I receive the automatic answer.
Maybe I misconfigured something? Where does vacation plugin store
the information on emails that have already received the automatic...
2003 Oct 16
0
IAX Rejected Connect Attempt
2010 Jan 14
1
Can not play WAV-files attached to mail from my own Asterisk
Hello list,
I have the following in my voicemail.conf :
[general]
format=wav|wav49
When I receive a WAV-file from my Asterisk-server, I am unable to play
the file... There is no player on my Fedora that wants to play the file.
When I make my Asterisk-server unreachable, the incoming call goes to
the voicemail of my ITSP. Don't know what system they use there but the
mailing I get with the
2002 May 28
1
masking
Dear R developers,
I am newbie to R-development.
I have written mutated the rpart to obtain myown package that performs some additional calculations
on trees. I have altered the names of rpart's functions so there is no namespace conflict, but there
is redunant functionality. However there some remaining functions that I am not sure what to do with.
When I run R and load both libraries I...
2015 Jan 16
4
shutdown -h doesn't
I've got a fresh CentOS 7 test machine, fully patched. The command:
shutdown -h now
surprisingly does not halt the machine. Instead it reboots it. WTF?
I found the following Debian discussion which seems to be the same
issue: <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=766338>
However, removing kexec-tools in this case did not solve the problem.
Nor does
2003 Apr 01
9
ping
Im new to shorewal but have read the docs includint the ping section of the FAQ
but I cant seem to get the fw to respod to pings....
my policys are ...
loc net ACCEPT info
net fw ACCEPT info
loc loc ACCEPT info
fw net ACCEPT info
net all DROP