Git repo is unavailable

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
User avatar
tonster
Zimbra Employee
Zimbra Employee
Posts: 313
Joined: Fri Feb 21, 2014 10:14 am
Location: Ypsilanti, MI
ZCS/ZD Version: Release 8.7.0_GA_1659.RHEL6_64_2016

Git repo is unavailable

Post by tonster »

Thanks for reporting in, [mention:484409003c6d4a5c9a901820459aeda9:e9ed411860ed4f2ba0265705b8793d05]. We patched the system for GHOST, and the git portion didn't come up properly. It's fixed now.
ploeger
Advanced member
Advanced member
Posts: 88
Joined: Thu Aug 07, 2014 8:40 am

Git repo is unavailable

Post by ploeger »

Okay, I don't get the Connection refused-error anymore, only a "Waiting for access to repository" again. :(
metux
Advanced member
Advanced member
Posts: 146
Joined: Mon Jul 28, 2014 6:21 pm

Git repo is unavailable

Post by metux »

also had the connection refused problem on last Sat.



> Okay, I don't get the Connection refused-error anymore, only a "Waiting for access to repository" again. :(



IIRC, it's waiting for the p4->git sync process to complete.

maybe some stale locks, etc ...



IMHO, it's better to run the sync via cron and drop the git hook instead.

as the git repo is an ro-only mirror anyways, you could also set up an automatic mirror to some public git hosting site, to distribute the load.



several month ago, I tried github, but it refused the push due to size limitations - but you maybe could purchase a commercial account to lift that limit.

gitorious is also free, and accepts the large zimbra repo. (I'm running my - yet manual - mirror there).
ploeger
Advanced member
Advanced member
Posts: 88
Joined: Thu Aug 07, 2014 8:40 am

Git repo is unavailable

Post by ploeger »

I've wanted to update the remote branches and the working copy today, but the problem seems to persist:



$ git remote update origin --prune

Fetching origin

Waiting for access to repository...



:(
User avatar
tonster
Zimbra Employee
Zimbra Employee
Posts: 313
Joined: Fri Feb 21, 2014 10:14 am
Location: Ypsilanti, MI
ZCS/ZD Version: Release 8.7.0_GA_1659.RHEL6_64_2016

Git repo is unavailable

Post by tonster »

An update was made in the most recent version of git fusion (which was released about a month ago). We're planning to upgrade git fusion sometime this week.
viveksoni
Posts: 1
Joined: Wed Apr 08, 2015 10:11 am

Git repo is unavailable

Post by viveksoni »

I am facing the same error while cloning the git. any solution?
nnachit
Posts: 1
Joined: Mon Apr 13, 2015 12:38 pm

Git repo is unavailable

Post by nnachit »

Same issue here. Nothing appends after :
git clone git@zimbra-git:zimbra-foss
Clonage dans 'zimbra-foss'...
Waiting for access to repository...
seneque
Posts: 1
Joined: Wed Apr 29, 2015 9:54 am

Git repo is unavailable

Post by seneque »

git clone git@zimbra-git:zimbra-foss

Cloning into 'zimbra-foss'...

ssh: connect to host git.zimbra.com port 1067: Connection refused

fatal: Could not read from remote repository.
metux
Advanced member
Advanced member
Posts: 146
Joined: Mon Jul 28, 2014 6:21 pm

Git repo is unavailable

Post by metux »

Looks like this P4->git mirror is really a big mess.



@zimbra: why dont you just use git directly ?

Just move the NE stuff to a separate repo, so you dont need that absurd "views" stuff.
ploeger
Advanced member
Advanced member
Posts: 88
Joined: Thu Aug 07, 2014 8:40 am

Git repo is unavailable

Post by ploeger »

Today, I updated the remote branches and did a checkout of a judaspriest-branch without a problem! Nice. Does this stay now? :)
Post Reply