Sabayon Git overlay using http [Solved]

Anything that pertains to Portage

Moderator: Moderators

Sabayon Git overlay using http [Solved]

Postby dgau » Tue Aug 04, 2009 13:52

Hi,

First post here after using Sabayon since 3.4 and now have 4 machines under either Gentoo or Sabayon (even an AA1) None of the machines run any MS OS, only under VM :D

I have a problem with adding the Sabayon overlay on our corporate LAN, the ports used by Git are not permitted. Under Gentoo, I have added various http overlays without any problems but I cannot find one suitable for this overlay.

I have only 22, 80 & 443 available, there are no proxies avaiable and all the ports that are open are packet analysed for incorrect protocols. Pretty much locked down except for SSH&Socks5 to a remote machine :mrgreen:

I've spent the last day searching but to no avail, the closest I got was using http://git.sabayon.org/projects/overlay.git from http://gitweb.sabayon.org/?p=overlay.git;a=summary I'm assuming its down?


Any help would be great.

Thanks
Last edited by dgau on Mon Aug 17, 2009 16:24, edited 1 time in total.
dgau
Baby Hen
 
Posts: 6
Joined: Mon Nov 03, 2008 22:26

Re: Sabayon Git overlay using http

Postby Thev00d00 » Tue Aug 04, 2009 14:26

http://git.sabayon.org/projects/overlay.git will work, the layman entry pulls the git:// url however.
Image
Please report Bugs on the Bugzilla, not forum
Please Adopt an Unanswered thread
Website / Blog : v00d00.net
twitter: Follow Me
G+: Circle Me
User avatar
Thev00d00
Generally Awesome (tm)
 
Posts: 1467
Joined: Wed Feb 21, 2007 15:52
Location: United Kingdom

Re: Sabayon Git overlay using http

Postby dgau » Tue Aug 04, 2009 15:01

Code: Select all
desktop tmp # git clone http://git.sabayon.org/projects/overlay.git
Initialized empty Git repository in /tmp/overlay/.git/
* Couldn't find host git.sabayon.org in the .netrc file; using defaults
* About to connect() to git.sabayon.org port 80 (#0)
*   Trying 193.200.56.132... * Connected to git.sabayon.org (193.200.56.132) port 80 (#0)
> GET /projects/overlay.git/info/refs HTTP/1.1
User-Agent: git/1.6.3.3
Host: git.sabayon.org
Accept: */*

* The requested URL returned error: 404
* Expire cleared
* Closing connection #0
fatal: http://git.sabayon.org/projects/overlay.git/info/refs not found: did you run git update-server-info on the server?


And again on my Sabayon "stable" machine

Code: Select all
livtech150 etc # layman -a  sabayon
* Running command "/usr/bin/git clone "http://sabayon.org/projects/overlay.git/" "/usr/local/portage/layman/sabayon""...
Initialized empty Git repository in /usr/local/portage/layman/sabayon/.git/
fatal: http://sabayon.org/projects/overlay.git//info/refs not found: did you run git update-server-info on the server?
* Failed to add overlay "sabayon".
* Error was: Adding the overlay failed! Possible remains of the opration have NOT been removed and may be left at /usr/local/portage/layman/sabayon. Please remove them manually if required.



:?
dgau
Baby Hen
 
Posts: 6
Joined: Mon Nov 03, 2008 22:26

Re: Sabayon Git overlay using http

Postby Thev00d00 » Tue Aug 04, 2009 19:51

Code: Select all
v00d00@hydra ~/build $ git clone http://git.sabayon.org/projects/overlay.git
Initialized empty Git repository in /home/v00d00/build/overlay/.git/
fatal: http://git.sabayon.org/projects/overlay.git/info/refs not found: did you run git update-server-info on the server?


confirmed here, will pling lxnay to get it setup for http properly
Image
Please report Bugs on the Bugzilla, not forum
Please Adopt an Unanswered thread
Website / Blog : v00d00.net
twitter: Follow Me
G+: Circle Me
User avatar
Thev00d00
Generally Awesome (tm)
 
Posts: 1467
Joined: Wed Feb 21, 2007 15:52
Location: United Kingdom

Re: Sabayon Git overlay using http

Postby WarraWarra » Tue Aug 04, 2009 23:30

Have you thought of making a local entropy server that clones from mirrors using http rsync ftp.
This way 1 download from mirrors and very fast update sync from local entropy server, all crontab actions.

Have a look at entropy.conf settings or using a proxy / opendns to to directly bypass the locked ports.
There should be a man or doc for entropy that explains this and separate sync from mirror action = rsync.
User avatar
WarraWarra
Sagely Hen
 
Posts: 1989
Joined: Wed Jan 03, 2007 21:01
Location: 31.324270, -113.585511

Re: Sabayon Git overlay using http

Postby dgau » Wed Aug 05, 2009 10:10

Thanks, Voodoo.

I'm only using portage so I can keep my systems maintained with the same scripts (2 x Gentoo & 2 x Sabayon / a full mix of x86 & amd64). The only difference between my boxes is the artwork/Sabayon overlay (or lack there of!) :mrgreen:
dgau
Baby Hen
 
Posts: 6
Joined: Mon Nov 03, 2008 22:26

Re: Sabayon Git overlay using http

Postby dgau » Mon Aug 10, 2009 14:47

Any news on a resolution?

Code: Select all
desktop tmp # git clone http://git.sabayon.org/projects/entropy.git
Initialized empty Git repository in /tmp/entropy/.git/
Getting alternates list for http://git.sabayon.org/projects/entropy.git
Getting pack list for http://git.sabayon.org/projects/entropy.git
Getting index for pack 777be49a6cdf5ac4d67eb99c5ae6ffebc7ff957e
Getting pack 777be49a6cdf5ac4d67eb99c5ae6ffebc7ff957e
 which contains 8979d2025f2324790b80fc49fc50b98743a76a67
^C
desktop tmp # git clone http://git.sabayon.org/projects/overlay.git
Initialized empty Git repository in /tmp/overlay/.git/
fatal: http://git.sabayon.org/projects/overlay.git/info/refs not found: did you run git update-server-info on the server?
desktop tmp #
dgau
Baby Hen
 
Posts: 6
Joined: Mon Nov 03, 2008 22:26

Re: Sabayon Git overlay using http

Postby Thev00d00 » Tue Aug 11, 2009 7:24

Not as yet, can you file a bug report for me? Otherwise i will keep forgetting :lol:
Image
Please report Bugs on the Bugzilla, not forum
Please Adopt an Unanswered thread
Website / Blog : v00d00.net
twitter: Follow Me
G+: Circle Me
User avatar
Thev00d00
Generally Awesome (tm)
 
Posts: 1467
Joined: Wed Feb 21, 2007 15:52
Location: United Kingdom

Re: Sabayon Git overlay using http

Postby dgau » Mon Aug 17, 2009 14:58

dgau
Baby Hen
 
Posts: 6
Joined: Mon Nov 03, 2008 22:26


Return to Portage|Emerge Package Managers

Who is online

Users browsing this forum: No registered users and 1 guest