• One thing leads to another ….

    Hear about an open source clustering system for java called Terracota, went to download it, halfway through firefox bailed out saying there is no space on disk. Surprising. I have three hard drives on my computer ranging from 40GB to 120GB. It’s just junk (mostly old downloads) filling up the home partition that’s causing problems.

    Cleaned up the partition and retried the download. As usual firefox opens an empty page for download links, just hitting refresh on that gives a 403 error. Clicking the link again starts a fresh download. Even though a tc-dso-2.2-linux-i686.tar.gz.part file can be found on the download
    folder. Firefox is like that. Wget is much better, well it usually is but it chocked on the url. Couldn’t handle the redirect properly.

    Started up squid, and changed IP tables to direct traffic through squid. That would allow me to watch the squid log and grab the real URL. That gives more errors. Sheesh, it’s hard being a geek.

    ERROR
    The requested URL could not be retrieved

    While trying to process the request:

    GET /download/reflector.jsp?b=opentc-2.2&i=tc-dso-2.2-linux-i686.tar.gz HTTP/1.1
    Host: www.terracotta.org
    User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0
    Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 300
    Connection: keep-alive
    Referer: http://www.terracotta.org/confluence/display/orgsite/Download
    Cookie: JSESSIONID=879F0B41F8F813A2A92DD3E2C3137E31; __utma=3865397.892373004.1165389502.1165411127.1165413302.4; __utmc=3865397; __utmz=3865397.1165389502.1.1.utmccn=(referral)|utmcsr=terracottatech.com|utmcct=/press_12_04_06_oss.shtml|utmcmd=referral; __utmb=3865397

    Hey why does the squid error log have this:

    2006/12/06 19:28:12| parseConfigFile: line 1 unrecognized: ‘httpd_accel_host virtual’
    2006/12/06 19:28:12| parseConfigFile: line 2 unrecognized: ‘httpd_accel_port 80′
    2006/12/06 19:28:12| parseConfigFile: line 3 unrecognized: ‘httpd_accel_with_proxy on’
    2006/12/06 19:28:12| parseConfigFile: line 4 unrecognized: ‘httpd_accel_uses_host_header on’

    Well, turns out squid has been updated by the FC6 installer. The new version of squid has a slightly different configuration. So much for backward compatibilty. Right get a life? where was I? trying to download a 50 MB file. Let’s start from scratch and have a cup of tea.

    Thursday, December 7th, 2006 at 14:12
No comments yet.

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
TOP