similar to: Several tests failing

Displaying 20 results from an estimated 110 matches similar to: "Several tests failing"

2005 Nov 30
0
Squid updates break tunneling
This is a question I posted to the RHEL3 mailing list but didn't get a response: "We are currently running squid-2.5.STABLE3-6.3E.9 on one of our RHEL3 proxy servers because updating to the latest (squid-2.5.STABLE3-6.3E.14) seems to break any kind of tunelling, ie. things like instant messaging ports and ssh using proxytunnel (http://proxytunnel.sourceforge.net/). Has anyone else
2007 Jul 25
0
[LLVMdev] svn issues
On Wednesday 25 July 2007 11:45, David Greene wrote: > On Wednesday 25 July 2007 11:06, Reid Spencer wrote: > > Hi David, > > > > On Wed, 2007-07-25 at 10:38 -0500, David A. Greene wrote: > > > I'm getting a lot of errors from svn like this: > > > > > > svn: REPORT request failed on '/svn/llvm-project/!svn/vcc/default' > > > svn:
2007 Jul 25
1
[LLVMdev] svn issues
David, Did upgrading to a newer version help at all? If so, I'd like to notify people to stay away from 1.3.1. What's the status? Reid. On Wed, 2007-07-25 at 12:07 -0500, David Greene wrote: > On Wednesday 25 July 2007 11:45, David Greene wrote: > > On Wednesday 25 July 2007 11:06, Reid Spencer wrote: > > > Hi David, > > > > > > On Wed, 2007-07-25 at
2006 Dec 10
1
icecast-2.3.1 fails to compile against curl-7.16.0
Small bug report: CURLOPT_PASSWDFUNCTION is a depreciated option ref: http://curl.haxx.se/mail/lib-2003-10/0100.html http://curl.haxx.se/mail/archive-2003-11/0001.html They have finally removed it in curl-7.16.0. Compile error as follows: source='auth_url.c' object='auth_url.o' libtool=no \ depfile='.deps/auth_url.Po' tmpdepfile='.deps/auth_url.TPo' \
2010 Nov 23
0
[R] Catching a RCurl error?
> -----Urspr?ngliche Nachricht----- > Von: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] > Im Auftrag von Tal Galili > Gesendet: Dienstag, 23. November 2010 14:18 > An: r-help at r-project.org > Betreff: [R] Catching a RCurl error? > > Hi all, > > I'm running a complex script which accesses the internet, and sometimes > it >
2012 Nov 08
1
twitteR return error message
I am new to the packge twitteR when using this package I came across several problems, can anybody help me on those problems? Many Thanks rm(list=ls()) library(bitops) library(RCurl) library(rjson) library(twitteR) library(digest) library(ROAuth) requestURL <- "https://api.twitter.com/oauth/request_token" accessURL =
2004 Aug 06
0
Compiling Icecast2 on Windows
Hi Dave, I'll definitely compile it on RedHat9 instead of Windows... I am currently re-installing RH. I'll post all errors (if I get some) in my next message. Thanks again, MAX -----Original Message----- From: owner-icecast-dev@xiph.org [mailto:owner-icecast-dev@xiph.org] On Behalf Of Dave St John Sent: Sunday, December 07, 2003 12:03 AM To: icecast-dev@xiph.org Subject: Re:
2004 Aug 06
0
Compiling Icecast2 on RedHat9 or maybe another Linux
Btw if it burped on libxslt, you probably want to make sure you have libxml as well Just follow the same routine you did with libxslt wget ftp://rpmfind.net/linux/redhat/9/en/os/i386/RedHat/RPMS/libxml-1.8.17-8.i386.rpm wget ftp://rpmfind.net/linux/redhat/9/en/os/i386/SRPMS/libxml-1.8.17-8.src.rpm <p><p><p><p><p>Dave St John Mediacast1 Administration ----- Original
2013 Jul 08
0
"error setting certificate" issue in R-studio
Hi all, I'm a newbie to R and I can't figure out how to fix this error I keep getting in R-studio: > "error setting certificate verify locations:\n CAfile: \n CApath: none\n" Error in twInterfaceObj$doAPICall(cmd,params,"GET",...) : Error: error setting certificate verify locations: CAfile: CApath: none I'm trying to use the twitteR package to gather tweets
2020 Jan 09
0
Re: [PATCH] Fix lossy conversion of Content-Length
W dniu 1/9/2020 o 14:07, Richard W.M. Jones pisze: > On Wed, Jan 08, 2020 at 07:19:56AM -0600, Eric Blake wrote: >> On 1/7/20 4:13 AM, Adrian Ambrożewicz wrote: >>> Actual variable holding content length is int64_t, but it was assigned >>> by explicit cast to size_t. On 32-bit systems it's a lossy conversion, >>> so it was replaced by casting to int64_t
2009 Dec 12
1
How do I link to custom libs without affecting system libs (LD_LIBRARY_PATH)
Hi, i am getting an issue with rtorrent that is related to my curl libaries. In summary it requires a later curl libary than CentOS 5.4 uses for its system files (CentOS uses curl libs version 7.15.5, rtorrent requires 7.19.2 or greater). To get around this I would like to download the latest curl version and compile and link to rtorrent without affecting system files. How can i statically
2006 Nov 16
1
curl-7.16.0 breaks compilation of vorbis-tools-1.1.1
Hello, curl-7.16.0 breaks compilation of vorbis-tools-1.1.1 - please see http://curl.haxx.se/mail/archive-2006-11/0046.html for details. According to Daniel Stenberg, CURLOPT_MUTE is deprecated. Could you please update vorbis-tools code so it won't use deprecated features of 'curl' ? Should I file a bug report regarding this issue ? Thanks, Sergei. Applications From Scratch:
2013 May 17
0
Query related to icecast server 2.3.2
Dear Sir/Madam, As i'm a newbie to work at icecast server. My required application is to play different channels(approximately 100) at the icecast server with source client. I gone through the link www.icecast.org , and got some idea related to my requirement. And also i have gone through a video for streaming audio in icecast server and tried with the same. Almost i got it but at the final
2014 Nov 12
1
Socket to Icecast
Thomas, Thanks for pointing me in the right direction. I updated my code to use cURL for sending the mp3 encoded audio to http://localhost:8001/test_stream. What should I put in my icecast configuration file to properly receive the stream? This example of using cURL for HTTP PUT operations was very helpful in case anyone else is interested. http://curl.haxx.se/libcurl/c/httpput.html thanks
2011 Feb 11
0
RCurl - HTTP request of header ONLY
Hi everyone, I'm trying to send an HTTP request using RCurl that only requests the response header, not the actual content. http://curl.haxx.se/docs/httpscripting.html says you can do this by using the following option: curl --head http://www.something.com/ However, I can't figure out how to do this when using 'getURL()', for example. Here's what I tried: FIRST TRY txt
2007 Nov 26
2
Some of your Debian packages might need attention
Dear Debian Xen Team, The following possible problem(s) were detected in the package(s) you maintain in Debian: === xen-unstable: = This package has not been in testing for 353 days. = This package has not been able to migrate from unstable to testing for 353 days. See <http://bjorn.haxx.se/debian/testing.pl?package=xen-unstable> This is an automated mail. These mails are sent
2020 Feb 07
0
Icecast streaming https
Hi These instructions are very useful, as previously shared: - https://serverok.in/centovacast-enable-ssl-on-icecast However, I think this step caused me problems using Letsencrypt (LE) and the icecast.pem file might have been in error: Paste your SSL in following order 1) Your private key 2) Your SSL cert 3) CA Bundle I don't think LE creates a 'CA Bundle'. Following some
2004 Aug 06
2
Compiling Icecast2 on Windows
Its easier to compile it on linux than windows, you need MS Visual studio 6 for windows then you need to get all the associated libraries for windows, yet even more work. Icecast2 specific you need the following libcurl > http://curl.haxx.se/libcurl/ download > http://curl.haxx.se/download/curl-7.10.8.tar.gz libxml,libxlst > take a look over at rpmfind.net for the latest rh9 specific, be
2020 Jan 09
2
Re: [PATCH] Fix lossy conversion of Content-Length
On Thursday, 9 January 2020 17:41:58 CET Adrian Ambrożewicz wrote: > W dniu 1/9/2020 o 14:07, Richard W.M. Jones pisze: > > On Wed, Jan 08, 2020 at 07:19:56AM -0600, Eric Blake wrote: > >> On 1/7/20 4:13 AM, Adrian Ambrożewicz wrote: > >>> Actual variable holding content length is int64_t, but it was assigned > >>> by explicit cast to size_t. On 32-bit
2013 May 18
1
Query related to icecast server version 2.3.2
Dear Sir/Madam, I'm a newbie to work at icecast server. My required application is to play songs through different channels(approximately 100) at the icecast server with source client. I gone through the link www.icecast.org , and got some idea related to my requirement. And also i have gone through a video for streaming audio in icecast server and tried with the same. Almost i got it with