similar to: Sighandlers

Displaying 20 results from an estimated 400 matches similar to: "Sighandlers"

2012 Nov 28
1
in Rd documentation, line breaks in code blocks?
Hi everyone, following the gentle advice from this list, I write a package description Rd file. I have a section in there. In this section, I have a subsection. In this subsection, I want to have a code fragment. This code fragment should include several commands, spanning several lines. Example: ========== \name{aqr-package} \alias{aqr-package} \alias{aqr} \docType{package} \title{Package
2012 Dec 03
2
R-Forge not building packages?
Hi there, I am waiting since days for my package to be built on R-Forge. https://r-forge.r-project.org/R/?group_id=1518 R-Forge says: Version: 0.2 | Last change: 2012-11-27 21:37:05+01 | Rev.: 32 Build status: Building But I am already at revision 37 and R-Forge doesn't move since 6 days.... Can anyone help? Thanks Ulrich -- Ulrich Staudinger P: +41 79 702 05 95 E: ustaudinger at
2012 Nov 08
3
strsplit with invalid regular expression
Hi all, > diff_operator <- "\\(" > strsplit(cond, diff_operator) [[1]] [1] "andsin" "log_angle_1_4)" > diff_operator <- "\\sin(" > strsplit(cond, diff_operator) Error in strsplit(cond, diff_operator) : invalid regular expression '\sin(', reason 'Missing ')'' When I am going to split with "("
2012 Dec 05
0
AQ-R 0.2 // realtime messaging.
Hi there, I am glad to announce AQ-R 0.2 has been successfully built and is available via install.packages("aqr", repos="http://R-Forge.R-project.org"). The most important new feature is real-time messaging from within R. AQ-R 0.2 enables you to send and receive byte[] messages within R through a STOMP compliant messaging server, such as the ActiveQuant Master Server.
2012 Dec 05
0
AQ-R 0.2 // realtime messaging.
Hi there, I am glad to announce AQ-R 0.2 has been successfully built and is available via install.packages("aqr", repos="http://R-Forge.R-project.org"). The most important new feature is real-time messaging from within R. AQ-R 0.2 enables you to send and receive byte[] messages within R through a STOMP compliant messaging server, such as the ActiveQuant Master Server.
2012 Nov 28
1
Introduction text in R help files
Hi everyone, is there a way to include introduction text in the PDF that documents all methods? I want to avoid to write a proper vignette, but would much rather like to include some introduction text in my reference PDF. Thanks Ulrich -- Ulrich Staudinger P: +41 79 702 05 95 E: ustaudinger at activequant.com http://www.activequant.com AQ-R user? Join our mailing list:
2004 Aug 06
4
CVS trouble?
I tried to checkout ice2 from CVS. But I can't. Are there any trouble? -- $ cvs -z3 -d:pserver:anonymous@cvs.icecast.org:/cvs/ice co ice2 cvs server: Updating ice2 U ice2/Makefile.am U ice2/autogen.sh : U ice2/src/os.h U ice2/src/sighandler.c U ice2/src/sighandler.h (no response) <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage:
2006 Apr 01
2
compiling 2.3.1
I'm trying to get icecast 2.3.1 compiled on a slackware 10.0 box. I've successfully compiled the libshout libraries. Now this is what I got after a make in the source dir: > make[3]: Entering directory `/tar_archive/icecast-2.3.1/src' > /bin/sh ../libtool --mode=link gcc -pthread -g -O2 -L/usr/local/lib > -o icecast cfgfile.o main.o logging.o sighandler.o connection.o
2010 Apr 19
1
Checkpassword/prefetch/master_user and problems
Hi. I'm trying to use checkpassword for simple auth and masteruser auth. I have two programs, one called checkpassword-master (for masteruser lookup) and another called checkpassword for normal passdb and userdb lookup). All works fine for non-masteruser authentication (in this case dovecot makes a single call to checkpassword binary). But if a master-user authenticates, dovecot execute
2016 Oct 09
1
SSL.
Hello, I’m new to icecast and I’m trying to setup icecast on Debian 8, with the 2.4.3 version, compiled manually. The thing is I can’t make the ssl part work. I have a listen directive like this : <listen-socket> <port>8483</port> <ssl>1</ssl> </listen-socket> and ssl-certificate :
2005 May 10
2
Problem compiling Icecast on RedHat
Hi, I'm trying to build Icecast on a RedHat AS3 workstation. All the requisite libraries are already bundled with the distro. IThe compile runs for maybe 30 seconds (maybe less) and then fails. The last few lines of the make output are appended below. I'm not even sure what it's actually complaing about. gcc -pthread -g -O2 -o icecast cfgfile.o main.o logging.o sighandler.o
2004 Aug 06
2
header question
Jean-Marc Valin wrote: >>a simple question which i can't answer through the manuals ... is the >>header always 80 bytes long? >>thanks in advance, >> >> > >Right now it is. However, I may add some fields (or even additional >headers) in the future if needed. This shouldn't be a problem since the >header is always alone in his packet and
2018 Apr 25
3
Problem adding replicated bricks on FreeBSD
Hi Folks, I'm trying to debug an issue that I've found while attempting to qualify GlusterFS for potential distributed storage projects on the FreeBSD-11.1 server platform - using the existing package of GlusterFS v3.11.1_4 The main issue I've encountered is that I cannot add new bricks while setting/increasing the replica count. If I create a replicated volume "poc"
2004 Aug 06
2
frame size
hello, i have a simple question about speex frame size. i work with jspeex - but i think it's speex generic, the question i have. can i use any frame size i want? or does the size have be in a certain ratio to other numbers? and what does the frame size in the decoder mean? encoded or decoded packet frame size? how much data can i hand to the encoder to encode? if i hand i.e. 400 bytes to
2018 Apr 26
0
Problem adding replicated bricks on FreeBSD
On Thu, Apr 26, 2018 at 9:06 PM Mark Staudinger <mark.staudinger at nyi.net> wrote: > Hi Folks, > I'm trying to debug an issue that I've found while attempting to qualify > GlusterFS for potential distributed storage projects on the FreeBSD-11.1 > server platform - using the existing package of GlusterFS v3.11.1_4 > The main issue I've encountered is that I
2006 Apr 01
0
compiling 2.3.1
marco chrappan wrote: > I'm trying to get icecast 2.3.1 compiled on a slackware 10.0 box. I've > successfully compiled the libshout libraries. Now this is what I got > after a make > in the source dir: > > >> make[3]: Entering directory `/tar_archive/icecast-2.3.1/src' >> /bin/sh ../libtool --mode=link gcc -pthread -g -O2 -L/usr/local/lib >> -o
2004 Aug 06
0
ice2 CVS build problems under Solaris 7
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Build environment: Solaris 7, JKP 106541-18 gcc 2.95.3 Current (as of a couple hours ago) CVS ice2 After a long bit of downtime, I'm throwing myself back into icecast with a fervor. I'm attempting to build ice2 on my Solaris box, and everything goes fine (well, went fine once I got libxml...) until the
2004 Aug 06
2
CVS restored
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Looks like the icecast CVS server has been restored to full service. Now I can get back to rebuilding my server. :) - -- "I'm alive, and filled with goo! VISION GOO!" - Zim, "Invader Zim" -----BEGIN PGP SIGNATURE----- Comment: For info see http://www.gnupg.org
2005 Jun 01
3
Icecast locks with WARN connection/_accept_connection accept() failed with error 24: Too many open files
My icecast server has been running happily for months now, but just yesterday it locked up, chewing up all the cpu time it could find, and not allowing connections. The last snippet of the error log shows this: [2005-06-01 09:36:13] WARN connection/_accept_connection accept() failed with error 24: Too many open files [2005-06-01 09:36:15] WARN connection/_accept_connection accept() failed
2004 Aug 06
3
q about jspeex - repost of TestClient.java with PipedInputStream
There is actually a mail missing - the version with the pipedinputstream construction. attached the current source with pipedinputstream/pipedoutputstream tia, ulrich <p><p> -------------- next part -------------- A non-text attachment was scrubbed... Name: TestClient.java Type: text/x-java Size: 14939 bytes Desc: TestClient.java Url :