After curl update on Ubuntu 8.10 unable to connect any stream.
#1
After curl update on my Ubuntu 8.10 i can't watch any video from internet.
Edit: apparently curl broke all xbmc internet connection.

Code:
$ aptitude changelog curl
Get:1 ChangeLog of curl [42.9kB]
Fetched 42.9kB in 0s (82.8kB/s)
curl (7.18.2-1ubuntu4.1) intrepid-security; urgency=low

  * SECURITY UPDATE: Local file exposure via redirect
    - debian/patches/security_CVE-2009-0037.patch: add logic to lib/url.c and
      lib/urldata.h to limit what protocols curl will automatically follow via a
      redirect. By default, it now follows all protocols except FILE and SCP.
    - CVE-2009-0037

-- Marc Deslauriers <[email protected]>  Mon, 02 Mar 2009 11:22:54 -0500

intresting curl error:
Code:
13:51:34 T:2719988624 M:240443392  NOTICE: Creating InputStream
13:51:34 T:2719988624 M:224706560   DEBUG: CFileCache::Open - opening <movies/sony/2012/2012-tlr1_h640w.mov> using cache
13:51:34 T:2719988624 M:224677888   DEBUG: FileCurl::Open(0xaac1298) http://movies.apple.com/movies/sony/2012/2012-tlr1_h640w.mov
13:51:34 T:2719988624 M:224677888   DEBUG: Curl::Debug Protocol http not supported or disabled in libcurl
13:51:34 T:2719988624 M:224677888   DEBUG: Curl::Debug Expire cleared
13:51:34 T:2719988624 M:224677888   DEBUG: FillBuffer: curl failed with code 1
13:51:34 T:2719988624 M:224677888   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
13:51:34 T:2719988624 M:224677888   ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.

Code:
$ curl -V
curl 7.18.2 (i486-pc-linux-gnu) libcurl/7.18.2 OpenSSL/0.9.8g zlib/1.2.3.3 libidn/1.8
Protocols: tftp ftp telnet dict ldap ldaps http file https ftps
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz

full xbmc.log:
http://xbmc.pastebin.com/m53000eb5
Reply
#2
I downgrade curl packages and everything back to normal.

Quote:$ sudo aptitude install curl=7.18.2-1ubuntu4 libcurl3=7.18.2-1ubuntu4 libcurl3-gnutls=7.18.2-1ubuntu4 libcurl4-openssl-dev=7.18.2-1ubuntu4
Reply
#3
that is just weird.. think that package must be misscompiled.. Saying http isn't supported :/
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#4
Working for me after another apt-get upgrade, on most things.
Reply
#5
confirmed. curl version 7.18.2-1ubuntu4.3 seems to be fine.
Reply

Logout Mark Read Team Forum Stats Members Help
After curl update on Ubuntu 8.10 unable to connect any stream.0