* TI git rep for omap5-sgx-ddk-um-linux.git not available
@ 2023-10-20 17:09 H. Nikolaus Schaller
2023-10-20 18:05 ` Andreas Kemnade
0 siblings, 1 reply; 4+ messages in thread
From: H. Nikolaus Schaller @ 2023-10-20 17:09 UTC (permalink / raw)
To: openpvrsgx-devgroup, linux-omap; +Cc: letux-kernel
Hello,
I am experiencing problems trying to git clone or remote update
https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git
Error: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403
while
https://git.ti.com/git/graphics/omap5-sgx-ddk-linux.git
worked until some days ago. Now it is also broken.
The cgit web page works:
https://git.ti.com/cgit/graphics/omap5-sgx-ddk-um-linux
But opening the .git in a web browser returns "No repositories found".
Can someone confirm that the git repo work? Or knows someone responsible for it or how to notify TI?
BR and thanks,
Nikolaus
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: TI git rep for omap5-sgx-ddk-um-linux.git not available
2023-10-20 17:09 TI git rep for omap5-sgx-ddk-um-linux.git not available H. Nikolaus Schaller
@ 2023-10-20 18:05 ` Andreas Kemnade
2023-10-20 20:04 ` H. Nikolaus Schaller
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Kemnade @ 2023-10-20 18:05 UTC (permalink / raw)
To: H. Nikolaus Schaller; +Cc: openpvrsgx-devgroup, linux-omap, letux-kernel
Hi,
On Fri, 20 Oct 2023 19:09:17 +0200
"H. Nikolaus Schaller" <hns@goldelico.com> wrote:
> Hello,
>
> I am experiencing problems trying to git clone or remote update
>
> https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git
>
> Error: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403
>
andi@aktux:~/epson$ git clone https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git
Cloning into 'omap5-sgx-ddk-um-linux'...
remote: Enumerating objects: 3010, done.
remote: Counting objects: 100% (489/489), done.
remote: Compressing objects: 100% (310/310), done.
remote: Total 3010 (delta 244), reused 305 (delta 132), pack-reused 2521
Receiving objects: 100% (3010/3010), 157.51 MiB | 5.13 MiB/s, done.
Resolving deltas: 100% (1926/1926), done.
seems to work here.
Regards,
Andreas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: TI git rep for omap5-sgx-ddk-um-linux.git not available
2023-10-20 18:05 ` Andreas Kemnade
@ 2023-10-20 20:04 ` H. Nikolaus Schaller
2023-10-21 9:23 ` [Openpvrsgx-devgroup] " H. Nikolaus Schaller
0 siblings, 1 reply; 4+ messages in thread
From: H. Nikolaus Schaller @ 2023-10-20 20:04 UTC (permalink / raw)
To: Andreas Kemnade; +Cc: openpvrsgx-devgroup, linux-omap, letux-kernel
Hi Andreas,
> Am 20.10.2023 um 20:05 schrieb Andreas Kemnade <andreas@kemnade.info>:
>
> Hi,
>
> On Fri, 20 Oct 2023 19:09:17 +0200
> "H. Nikolaus Schaller" <hns@goldelico.com> wrote:
>
>> Hello,
>>
>> I am experiencing problems trying to git clone or remote update
>>
>> https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git
>>
>> Error: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403
>>
> andi@aktux:~/epson$ git clone https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git
> Cloning into 'omap5-sgx-ddk-um-linux'...
> remote: Enumerating objects: 3010, done.
> remote: Counting objects: 100% (489/489), done.
> remote: Compressing objects: 100% (310/310), done.
> remote: Total 3010 (delta 244), reused 305 (delta 132), pack-reused 2521
> Receiving objects: 100% (3010/3010), 157.51 MiB | 5.13 MiB/s, done.
> Resolving deltas: 100% (1926/1926), done.
>
> seems to work here.
Thanks for testing!
Well, I was under the assumption that a fresh git clone would also not work.
It is strange. I can git clone. And then I can git remote update.
But I can't git remote update the existing repositiory.
Both have the same fetch/push paths:
iMac:master hns$ (cd /tmp/omap5-sgx-ddk-um-linux/; git remote -v)
origin https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git (fetch)
origin https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git (push)
iMac:master hns$ git remote -v | fgrep ti-sgx544-um
iMac:master hns$
ti-sgx544-um https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git (fetch)
ti-sgx544-um https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git (push)
iMac:master hns$
iMac:master hns$ LANG=C git remote -v update ti-sgx544-um
Fetching ti-sgx544-um
POST git-upload-pack (155 bytes)
POST git-upload-pack (gzip 2510 to 1184 bytes)
POST git-upload-pack (gzip 3310 to 1590 bytes)
POST git-upload-pack (gzip 4910 to 2399 bytes)
POST git-upload-pack (gzip 8110 to 3987 bytes)
POST git-upload-pack (gzip 14510 to 7223 bytes)
POST git-upload-pack (gzip 27310 to 13649 bytes)
POST git-upload-pack (gzip 52910 to 26557 bytes)
POST git-upload-pack (gzip 104110 to 51889 bytes)
POST git-upload-pack (gzip 206510 to 102496 bytes)
POST git-upload-pack (gzip 411310 to 203766 bytes)
POST git-upload-pack (gzip 820910 to 406391 bytes)
POST git-upload-pack (gzip 902810 to 446829 bytes)
POST git-upload-pack (chunked)
error: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403
fatal: expected 'acknowledgments'
error: could not fetch ti-sgx544-um
iMac:master hns$
So what is different with the repositories? One is empty while the other one already contains the Linux tree and more.
Therefore it seems to be that the local git index makes git (v2.42) send a request the server can't answer?
So I'll try to force git remote update fetch a fresh index (if that can be done).
Or look if I find how the local .git repo is broken.
BR and thanks,
Nikolaus
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Openpvrsgx-devgroup] TI git rep for omap5-sgx-ddk-um-linux.git not available
2023-10-20 20:04 ` H. Nikolaus Schaller
@ 2023-10-21 9:23 ` H. Nikolaus Schaller
0 siblings, 0 replies; 4+ messages in thread
From: H. Nikolaus Schaller @ 2023-10-21 9:23 UTC (permalink / raw)
To: OpenPVRSGX Linux Driver Group; +Cc: Andreas Kemnade, letux-kernel, linux-omap
Hi all,
> Am 20.10.2023 um 22:04 schrieb H. Nikolaus Schaller <hns@goldelico.com>:
>
> Hi Andreas,
>
>> Am 20.10.2023 um 20:05 schrieb Andreas Kemnade <andreas@kemnade.info>:
>>
>> Hi,
>>
>> On Fri, 20 Oct 2023 19:09:17 +0200
>> "H. Nikolaus Schaller" <hns@goldelico.com> wrote:
>>
>>> Hello,
>>>
>>> I am experiencing problems trying to git clone or remote update
>>>
>>> https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git
>>>
>>> Error: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403
>>>
> Both have the same fetch/push paths:
>
> iMac:master hns$ (cd /tmp/omap5-sgx-ddk-um-linux/; git remote -v)
> origin https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git (fetch)
> origin https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git (push)
> iMac:master hns$ git remote -v | fgrep ti-sgx544-um
> iMac:master hns$
> ti-sgx544-um https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git (fetch)
> ti-sgx544-um https://git.ti.com/git/graphics/omap5-sgx-ddk-um-linux.git (push)
> iMac:master hns$
> iMac:master hns$ LANG=C git remote -v update ti-sgx544-um
> Fetching ti-sgx544-um
> POST git-upload-pack (155 bytes)
> POST git-upload-pack (gzip 2510 to 1184 bytes)
> POST git-upload-pack (gzip 3310 to 1590 bytes)
> POST git-upload-pack (gzip 4910 to 2399 bytes)
> POST git-upload-pack (gzip 8110 to 3987 bytes)
> POST git-upload-pack (gzip 14510 to 7223 bytes)
> POST git-upload-pack (gzip 27310 to 13649 bytes)
> POST git-upload-pack (gzip 52910 to 26557 bytes)
> POST git-upload-pack (gzip 104110 to 51889 bytes)
> POST git-upload-pack (gzip 206510 to 102496 bytes)
> POST git-upload-pack (gzip 411310 to 203766 bytes)
> POST git-upload-pack (gzip 820910 to 406391 bytes)
> POST git-upload-pack (gzip 902810 to 446829 bytes)
> POST git-upload-pack (chunked)
> error: RPC failed; HTTP 403 curl 22 The requested URL returned error: 403
> fatal: expected 'acknowledgments'
> error: could not fetch ti-sgx544-um
> iMac:master hns$
>
> So what is different with the repositories? One is empty while the other one already contains the Linux tree and more.
The difference seems to be that the git client uploads a packed list of what it already
knows and that may be too big for the git server. On a fresh clone there is no such list
and nothing to upload on a git remote update directly after doing the clone.
Finally I found a solution: https://lqy.me/t/debugging-experience-code-references/14
Add this to ~/.gitconfig:
[http]
postBuffer = 157286400
(it also works to add to $REPO/.git/config)
BR,
Nikolaus
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-10-21 9:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-20 17:09 TI git rep for omap5-sgx-ddk-um-linux.git not available H. Nikolaus Schaller
2023-10-20 18:05 ` Andreas Kemnade
2023-10-20 20:04 ` H. Nikolaus Schaller
2023-10-21 9:23 ` [Openpvrsgx-devgroup] " H. Nikolaus Schaller
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.