Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 18:08:28 +0300
From:      Volodymyr Kostyrko <c.kworr@gmail.com>
To:        Koichiro IWAO <meta@vmeta.jp>
Cc:        ports@freebsd.org, "Dmitry V. Kroupenier" <dvk@gov.spb.ru>
Subject:   Re: net/remmina-plugin-rdp is broken by net/freerdp
Message-ID:  <51C31AEC.4010306@gmail.com>
In-Reply-To: <20130620085302.GB18650@icepick.vmeta.jp>
References:  <51C14453.6070708@gov.spb.ru> <504015d078feeabc37c3ee33bcdb1c53@vmeta.jp> <51C15083.2080201@gov.spb.ru> <3f5d356d03061ab85af2ac3c9f2b2907@vmeta.jp> <51C2B46C.1020109@gmail.com> <20130620085302.GB18650@icepick.vmeta.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
20.06.2013 11:53, Koichiro IWAO написав(ла):
> On Thu, Jun 20, 2013 at 10:51:08AM +0300, Volodymyr Kostyrko wrote:
>> "Bad Request", "Forbidden" and "Not Found" doesn't look like a network
>> issue.
>>
>> Looks like the file is badly named. The project name on github is
>> capitaized, but the port name is not. The file is present and can be
>> fetched from
>> http://cloud.github.com/downloads/FreeRDP/Remmina/Remmina-1.0.0.tar.gz
>> (again, file name is capitalized).
>>
>
> No, filename is not the issue.  My port does not try to fetch a file
> named "remmina-1.0.0.tar.gz". Non-capitalized filename is just used when
> *save as*.
>
> I never reproduce fetch failures you two faced with. I can success fully
> fetch distfiles. Please see my log: http://w.vmeta.jp/temp/remmina_fetch_log.txt
>
> I considered differences between me and you two... that's a country.
> You two are faced with the same problem of "Bad Request", and live in
> Russia right? I guess that there's some trouble connecting from Russia.
> Any ideas about fetch failues?

Yeah. Everything works when I'm not using squid. Here's the last part of 
session diff:

----> localhost:3128
-looking up localhost
-connecting to localhost:3128
->>> CONNECT codeload.github.com:443 HTTP/1.1
->>>
-<<< HTTP/1.1 200 Connection established
  <<<
+---> codeload.github.com:443
+looking up codeload.github.com
+connecting to codeload.github.com:443
  SSL connection established using AES256-SHA
  requesting 
https://codeload.github.com/FreeRDP/remmina/legacy.tar.gz/1.0.0?dummy=remmina-1.0.0.tar.gz
->>> GET 
https://codeload.github.com/FreeRDP/remmina/legacy.tar.gz/1.0.0?dummy=remmina-1.0.0.tar.gz 
HTTP/1.1
+>>> GET /FreeRDP/remmina/legacy.tar.gz/1.0.0?dummy=remmina-1.0.0.tar.gz 
HTTP/1.1
  >>> Host: codeload.github.com
  >>> User-Agent: fetch libfetch/2.0
  >>> Connection: close
  >>>
-<<< HTTP/1.1 400 Bad Request
+<<< HTTP/1.1 200 OK

-- 
Sphinx of black quartz, judge my vow.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51C31AEC.4010306>