Re: git push problem at git.maemo.org

2010-01-05 Thread Kristoffer Grönlund
  2009/9/29 Ferenc Szekely fer...@maemo.org:
  Hi again,
 
  git push works again on git.maemo.org. I don't even want to say what the
  problem was... shame on me, but I forgot to turn DAV on for the
  project repositories. The web server did its job to serve the content as
  is, not giving a chance to the webdav module to chew on the requests
  from git. What a lame sysadmin, you may say.
 
  Sorry to all who got some bad days because of this. I owe you a beer on
  the summit. ;)
 
  Cheers,
  ferenc

Hi,

I know this is a bit late and perhaps unrelated to this thread, but I'm having 
issues pushing to my repo as well. Previously, it'd succeed maybe every three 
or four times I tried the command, but tonight it hasn't worked even once.

This is the error I get:

Pushing to https://git.maemo.org/projects/jamaendo
error: Cannot access URL https://git.maemo.org/projects/jamaendo/, return code 
22
error: failed to push some refs to 'https://git.maemo.org/projects/jamaendo'

Same thing if I remove my .netrc file and put my username in the push URL.

// Kristoffer
kristoffer.gronl...@purplescout.se
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: git push problem at git.maemo.org

2009-09-28 Thread Alberto Mardegan
Ferenc Szekely wrote:
 Apologies for the inconvenience if you and your project are affected.

In the meantime are there any workarounds to this problem?

Ciao,
   Alberto

-- 
http://www.mardy.it - geek in un lingua international!
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: git push problem at git.maemo.org

2009-09-28 Thread Ferenc Szekely
Hi,

Alberto Mardegan wrote:
 Ferenc Szekely wrote:
 Apologies for the inconvenience if you and your project are affected.
 
 In the meantime are there any workarounds to this problem?
 
No workaround as we speak. I took a couple of problematic repositories
from the server and tried accessing them via WebDAV on a different
machine. I can confirm that push works to those repos. I will now check
the diff between the two setups and hope to get come clue from that
investigation.

 Ciao,
   Alberto
 
Cheers,
ferenc
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: git push problem at git.maemo.org

2009-09-28 Thread Javier S. Pedro
 Please let me know if you experienced problems (except speed) when
 pushing code changes to git.maemo.org. Also please let me know if you
 read or heard about workarounds in case git (or actually curl) returns
 with error code 18 [2] following push.

Hi,

Since a few days, I've not been able to push to drnoksnes repo in git.m.o due 
to the that same error code 18.

Unfortunately, I don't remember doing anything special to break it, so I 
guess I can't help with debugging the issue.

Thanks for the work, though. :)
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: git push problem at git.maemo.org

2009-09-28 Thread Benoît HERVIER
Hi,

Trying to migrate mSaber from svn to git (clean project without
anything imported), i got a 404 error on the log ... and seems still
to svn, and didn't have the option anymore to move to git.

Also i got error trying to move also pygtkeditor without success.

Best regards,

2009/9/28 Ferenc Szekely fer...@maemo.org:
 Hi,

 Alberto Mardegan wrote:
 Ferenc Szekely wrote:
 Apologies for the inconvenience if you and your project are affected.

 In the meantime are there any workarounds to this problem?

 No workaround as we speak. I took a couple of problematic repositories
 from the server and tried accessing them via WebDAV on a different
 machine. I can confirm that push works to those repos. I will now check
 the diff between the two setups and hope to get come clue from that
 investigation.

 Ciao,
   Alberto

 Cheers,
 ferenc
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




-- 
Benoît HERVIER - http://khertan.net/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: git push problem at git.maemo.org

2009-09-28 Thread Ferenc Szekely
Hello,

Ferenc Szekely wrote:
 Hi,
 
 Alberto Mardegan wrote:
 Ferenc Szekely wrote:
 Apologies for the inconvenience if you and your project are affected.
 In the meantime are there any workarounds to this problem?

 No workaround as we speak. I took a couple of problematic repositories
 from the server and tried accessing them via WebDAV on a different
 machine. I can confirm that push works to those repos. I will now check
 the diff between the two setups and hope to get come clue from that
 investigation.
 
I found the problem regarding git push failures. Unfortunately this is
related to my attempts fixing a sechole in our gitweb setup a few days ago.

For those who are interested: git always sends a PROPFIND request first
when you do a git push (this is over HTTP, remember). The server replies
with the git.maemo.org frontpage, which is obviously not the content
what git would expect.

Now wondering about a quick fix, so that the repos and gitweb could
happily live together again.

-ferenc
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: git push problem at git.maemo.org

2009-09-28 Thread Ferenc Szekely
Hi again,

git push works again on git.maemo.org. I don't even want to say what the
problem was... shame on me, but I forgot to turn DAV on for the
project repositories. The web server did its job to serve the content as
is, not giving a chance to the webdav module to chew on the requests
from git. What a lame sysadmin, you may say.

Sorry to all who got some bad days because of this. I owe you a beer on
the summit. ;)

Cheers,
ferenc


Ferenc Szekely wrote:
 Hello,
 
 Ferenc Szekely wrote:
 Hi,

 Alberto Mardegan wrote:
 Ferenc Szekely wrote:
 Apologies for the inconvenience if you and your project are affected.
 In the meantime are there any workarounds to this problem?

 No workaround as we speak. I took a couple of problematic repositories
 from the server and tried accessing them via WebDAV on a different
 machine. I can confirm that push works to those repos. I will now check
 the diff between the two setups and hope to get come clue from that
 investigation.

 I found the problem regarding git push failures. Unfortunately this is
 related to my attempts fixing a sechole in our gitweb setup a few days ago.
 
 For those who are interested: git always sends a PROPFIND request first
 when you do a git push (this is over HTTP, remember). The server replies
 with the git.maemo.org frontpage, which is obviously not the content
 what git would expect.
 
 Now wondering about a quick fix, so that the repos and gitweb could
 happily live together again.
 
 -ferenc
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: git push problem at git.maemo.org

2009-09-28 Thread Benoît HERVIER
Hi,

So for migrating from svn to git this doesn't seems related. I still
see svn on mSaber and PyGTKEditor where conversion fail due to fact
that svn was never used.

https://git.maemo.org/svn2git_logs/svn2git_request_pygtkeditor.log
https://git.maemo.org/svn2git_logs/svn2git_request_msaber.log

And the error was the same this morning ...
https://git.maemo.org/svn2git_logs/svn2git_request_mbluead.log

Thanks for help

2009/9/29 Ferenc Szekely fer...@maemo.org:
 Hi again,

 git push works again on git.maemo.org. I don't even want to say what the
 problem was... shame on me, but I forgot to turn DAV on for the
 project repositories. The web server did its job to serve the content as
 is, not giving a chance to the webdav module to chew on the requests
 from git. What a lame sysadmin, you may say.

 Sorry to all who got some bad days because of this. I owe you a beer on
 the summit. ;)

 Cheers,
 ferenc


 Ferenc Szekely wrote:
 Hello,

 Ferenc Szekely wrote:
 Hi,

 Alberto Mardegan wrote:
 Ferenc Szekely wrote:
 Apologies for the inconvenience if you and your project are affected.
 In the meantime are there any workarounds to this problem?

 No workaround as we speak. I took a couple of problematic repositories
 from the server and tried accessing them via WebDAV on a different
 machine. I can confirm that push works to those repos. I will now check
 the diff between the two setups and hope to get come clue from that
 investigation.

 I found the problem regarding git push failures. Unfortunately this is
 related to my attempts fixing a sechole in our gitweb setup a few days ago.

 For those who are interested: git always sends a PROPFIND request first
 when you do a git push (this is over HTTP, remember). The server replies
 with the git.maemo.org frontpage, which is obviously not the content
 what git would expect.

 Now wondering about a quick fix, so that the repos and gitweb could
 happily live together again.

 -ferenc
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




-- 
Benoît HERVIER - http://khertan.net/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: git push problem at git.maemo.org

2009-09-28 Thread Benoît HERVIER
Did you want i submit a bug in bugs.maemo.org ?

Le 29 septembre 2009 06:22, Benoît HERVIER kher...@khertan.net a écrit :
 Hi,

 So for migrating from svn to git this doesn't seems related. I still
 see svn on mSaber and PyGTKEditor where conversion fail due to fact
 that svn was never used.

 https://git.maemo.org/svn2git_logs/svn2git_request_pygtkeditor.log
 https://git.maemo.org/svn2git_logs/svn2git_request_msaber.log

 And the error was the same this morning ...
 https://git.maemo.org/svn2git_logs/svn2git_request_mbluead.log

 Thanks for help

 2009/9/29 Ferenc Szekely fer...@maemo.org:
 Hi again,

 git push works again on git.maemo.org. I don't even want to say what the
 problem was... shame on me, but I forgot to turn DAV on for the
 project repositories. The web server did its job to serve the content as
 is, not giving a chance to the webdav module to chew on the requests
 from git. What a lame sysadmin, you may say.

 Sorry to all who got some bad days because of this. I owe you a beer on
 the summit. ;)

 Cheers,
 ferenc


 Ferenc Szekely wrote:
 Hello,

 Ferenc Szekely wrote:
 Hi,

 Alberto Mardegan wrote:
 Ferenc Szekely wrote:
 Apologies for the inconvenience if you and your project are affected.
 In the meantime are there any workarounds to this problem?

 No workaround as we speak. I took a couple of problematic repositories
 from the server and tried accessing them via WebDAV on a different
 machine. I can confirm that push works to those repos. I will now check
 the diff between the two setups and hope to get come clue from that
 investigation.

 I found the problem regarding git push failures. Unfortunately this is
 related to my attempts fixing a sechole in our gitweb setup a few days ago.

 For those who are interested: git always sends a PROPFIND request first
 when you do a git push (this is over HTTP, remember). The server replies
 with the git.maemo.org frontpage, which is obviously not the content
 what git would expect.

 Now wondering about a quick fix, so that the repos and gitweb could
 happily live together again.

 -ferenc
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




 --
 Benoît HERVIER - http://khertan.net/




-- 
Benoît HERVIER - http://khertan.net/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: git push problem at git.maemo.org

2009-09-27 Thread Alberto Mardegan
Ferenc Szekely wrote:
 Please let me know if you experienced problems (except speed) when
 pushing code changes to git.maemo.org. Also please let me know if you
 read or heard about workarounds in case git (or actually curl) returns
 with error code 18 [2] following push.

I just encountered this error by pushing my changes to maemo-mapper:

===
$ git push gmo clutter:clutter
error: Cannot access URL https://git.maemo.org/projects/maemo-mapper/, 
return code 18
error: failed to push some refs to 
'https://git.maemo.org/projects/maemo-mapper'
===

Also, the web interface doesn't work: if from
https://garage.maemo.org/scm/?group_id=29
I click on Browse git repository I get a page that tells me:

===
Error

Could not open script bhttps://git.maemo.org/?p=maemo-mapper/b.
===

I guess it's not related to that, but I'm sure it was working some time ago.

Ciao,
   Alberto

-- 
http://www.mardy.it - geek in un lingua international!
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


git push problem at git.maemo.org

2009-09-24 Thread Ferenc Szekely
Hello,

This will not be interesting to many of you, but I wanted to reach the
largest developer audience.

Members from the hildon and modest projects reported that git push fails
using the repositories on git.maemo.org.

After investigating for a few hours (thanks for help, Alberto [1]) I
have a strong feeling that these problems are related to the fact that
we use git over WebDAV. I do not know what is exactly causing that git
push fails, but tests confirmed that committing through SSH (to the same
repos) works flawlessly.

On the other hand I have also tested other repositories using our
standard push (over HTTPS; WebDAV; using libcurl) and did not
experience any problems. So this is -at least- weird..

These incidents and several requests from the past should raise the
priority of providing git access over SSH. However this needs careful
planning and time for implementation (ie. will not happen overnight).

Please let me know if you experienced problems (except speed) when
pushing code changes to git.maemo.org. Also please let me know if you
read or heard about workarounds in case git (or actually curl) returns
with error code 18 [2] following push.

Apologies for the inconvenience if you and your project are affected.

Cheers,
ferenc

[1] https://garage.maemo.org/users/agarcia/
[2] http://curl.haxx.se/libcurl/c/libcurl-errors.html

-- 
maemo.org sysadmin, developer
email: fer...@maemo.org
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers