high latency

Frost, Mark {PBC} mark.frost1 at pepsico.com
Sat Dec 11 19:14:47 CET 2010


> -----Original Message-----
> From: Andreas Ericsson [mailto:ae at op5.se] 
> Sent: Tuesday, December 07, 2010 5:57 PM
> To: Frost, Mark {PBC}
> Cc: Nagios Users List
> Subject: Re: [Nagios-users] high latency
> 
> > 
> > Any chance that the OP5 site will eventually be
> > configured to allow git through a proxy?  It's of course less convenient to
> > use snapshot tarballs, but still workable, of course.
> > 
> 
> You mean through http? Doesn't it already? I think it's supposed to. I can check
> up on that later. The gitweb page has links for grabbing latest master as a
> tarball though. That might work as an interim solution.
>
> -- 
> Andreas Ericsson                   andreas.ericsson at op5.se
> OP5 AB                             www.op5.se
> Tel: +46 8-230225                  Fax: +46 8-230231

Andreas,

It's just never worked for me and I thought you'd mentioned some time ago that
OP5's git site just didn't support it.

I've validated that my version of git (1.7.1) will grab code from a public site
via our corporate proxy using other public code (the proxy is setup via the $http_proxy environment variable):

	$ git clone http://github.com/schacon/grack.git
	Initialized empty Git repository in /home/mfrost0/src/grack/.git/
	remote: Counting objects: 85, done.
	remote: Compressing objects: 100% (45/45), done.
	remote: Total 85 (delta 32), reused 80 (delta 31)
	Unpacking objects: 100% (85/85), done.

but...

	$ git clone http://git.op5.org/nagios/merlin.git merlin-src
	Initialized empty Git repository in /home/mfrost0/src/merlin-src/.git/
	fatal: http://git.op5.org/nagios/merlin.git/info/refs not found: did you run git update-server-info on the server?
	$ git clone http://git.op5.org/nagios.git nagios-src
	Initialized empty Git repository in /home/mfrost0/src/nagios-src/.git/
	fatal: http://git.op5.org/nagios.git/info/refs not found: did you run git update-server-info on the server?

so, you know :-(

Thanks

Mark

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list