* MKCOL fails, 403 error
[not found] <eae1aef50802030535u1402471fh182a230f3e0667ea@mail.gmail.com>
@ 2008-02-03 13:39 ` Alan Smith
2008-02-03 14:31 ` Mike Hommey
0 siblings, 1 reply; 4+ messages in thread
From: Alan Smith @ 2008-02-03 13:39 UTC (permalink / raw)
To: git; +Cc: pasky
Hello everyone,
I am assisting the admin of dsource.org to get git working on their
server. I have had problems but those were resolved by my upgrading to
the most recent version of git (who'd have thought Ubuntu would not
have a version newer than 1.5.2.5?) Let me give you the terminal
output, the best explanation I have of my problem:
$ git push upload --force --all -v
Pushing to http://git.dsource.org/projects/pineapple/
Getting pack list
Fetching remote heads...
refs/
refs/heads/
refs/tags/
updating 'refs/heads/master'
from 0000000000000000000000000000000000000000
to aae4714c3d1150974612a9de2f86223dd6882b3c
sending 11 objects
done
MKCOL 65f829e3b46d363c07ff4e534bb1a39a6660fa48 failed, aborting (22/403)
sent ce937eb2f7092823f0a491fdf0ab449440eb5365
Updating remote server info
sent 367d34569b5d5223db05770d093e23bcc1c0ba89
sent c431db074337adc100edbe4be861f599b0d889ad
sent 65016e7e3c0d7654d6745b7de6d6a0840dd39150
In spite of the obvious problem, the 403 error, the user which I used
to push to the remote server is in the apache group on that server.
The apache group is both the owner and group of all of the files and
directories in the git repository. Thus, I see no reason why it is
getting a 403 error.
I am pretty sure the MKCOL has something to do with the fact that
there is a directory in my local git repository which it doesn't seem
to be able to create in the remote repository.
I was told to run git-fsck but it doesn't complain when I do run it.
Does anyone have any ideas?
Peace, Alan
--
My blog: lifelover.blogetery.com
My old blog: cocoalatte.info
// Things I've said -------------------------
"Maturity resides in the mind."
"Silence is the Universe's greatest gift."
"When the World realizes that personal beliefs are not something to
argue or fight over, it shall evolve."
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: MKCOL fails, 403 error
2008-02-03 13:39 ` MKCOL fails, 403 error Alan Smith
@ 2008-02-03 14:31 ` Mike Hommey
2008-02-03 15:32 ` Alan Smith
0 siblings, 1 reply; 4+ messages in thread
From: Mike Hommey @ 2008-02-03 14:31 UTC (permalink / raw)
To: Alan Smith; +Cc: git, pasky
On Sun, Feb 03, 2008 at 08:39:04AM -0500, Alan Smith wrote:
> Hello everyone,
>
> I am assisting the admin of dsource.org to get git working on their
> server. I have had problems but those were resolved by my upgrading to
> the most recent version of git (who'd have thought Ubuntu would not
> have a version newer than 1.5.2.5?) Let me give you the terminal
> output, the best explanation I have of my problem:
>
> $ git push upload --force --all -v
> Pushing to http://git.dsource.org/projects/pineapple/
> Getting pack list
> Fetching remote heads...
> refs/
> refs/heads/
> refs/tags/
> updating 'refs/heads/master'
> from 0000000000000000000000000000000000000000
> to aae4714c3d1150974612a9de2f86223dd6882b3c
> sending 11 objects
> done
> MKCOL 65f829e3b46d363c07ff4e534bb1a39a6660fa48 failed, aborting (22/403)
> sent ce937eb2f7092823f0a491fdf0ab449440eb5365
> Updating remote server info
> sent 367d34569b5d5223db05770d093e23bcc1c0ba89
> sent c431db074337adc100edbe4be861f599b0d889ad
> sent 65016e7e3c0d7654d6745b7de6d6a0840dd39150
>
> In spite of the obvious problem, the 403 error, the user which I used
> to push to the remote server is in the apache group on that server.
> The apache group is both the owner and group of all of the files and
> directories in the git repository. Thus, I see no reason why it is
> getting a 403 error.
>
> I am pretty sure the MKCOL has something to do with the fact that
> there is a directory in my local git repository which it doesn't seem
> to be able to create in the remote repository.
>
> I was told to run git-fsck but it doesn't complain when I do run it.
>
> Does anyone have any ideas?
Do you have access to the apache error_log ?
Mike
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: MKCOL fails, 403 error
2008-02-03 14:31 ` Mike Hommey
@ 2008-02-03 15:32 ` Alan Smith
2008-02-03 15:35 ` Mike Hommey
0 siblings, 1 reply; 4+ messages in thread
From: Alan Smith @ 2008-02-03 15:32 UTC (permalink / raw)
To: Mike Hommey; +Cc: git, pasky
Mike,
I do have access to the log at /var/logs/apache2/error_log. What
should I be looking for?
Thanks, Alan
--
My blog: lifelover.blogetery.com
My old blog: cocoalatte.info
// Things I've said -------------------------
"Maturity resides in the mind."
"Silence is the Universe's greatest gift."
"When the World realizes that personal beliefs are not something to
argue or fight over, it shall evolve."
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: MKCOL fails, 403 error
2008-02-03 15:32 ` Alan Smith
@ 2008-02-03 15:35 ` Mike Hommey
0 siblings, 0 replies; 4+ messages in thread
From: Mike Hommey @ 2008-02-03 15:35 UTC (permalink / raw)
To: Alan Smith; +Cc: git, pasky
On Sun, Feb 03, 2008 at 10:32:39AM -0500, Alan Smith wrote:
> Mike,
>
> I do have access to the log at /var/logs/apache2/error_log. What
> should I be looking for?
For whatever error message shows up at the time corresponding to when
the MKCOL request was done. You can grep MKCOL in the access_log to find
out. That might help you understand why the MKCOL fails.
Mike
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-02-03 15:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <eae1aef50802030535u1402471fh182a230f3e0667ea@mail.gmail.com>
2008-02-03 13:39 ` MKCOL fails, 403 error Alan Smith
2008-02-03 14:31 ` Mike Hommey
2008-02-03 15:32 ` Alan Smith
2008-02-03 15:35 ` Mike Hommey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).