[PATCH v1] tests: fix test_no_home_access on riscv64

2022-09-17 Thread Peter Colberg
On riscv64, access(2) does not exist and faccessat(2) is called with the directory file descriptor set to AT_FDCWD, which behaves the same as access(2). Trace access(2), faccessat(2), and faccessat2(2) to ease porting to future architectures and do not fail if any of these does not exist depending

Re: Downloading objects hangs up around 65kB

2022-09-17 Thread Valdis Vītoliņš
Thanks, John, for hints! That allowed me to find this page: https://blog.cryptomilk.org/2011/08/04/debugging-cgit/ And I got content returned with these settings (and had to run as root user): CGIT_CONFIG=/etc/cgitrc \ QUERY_STRING="url=JTM/plain/doc/presentations/01_About.odp" \ /usr/lib/cg

Re: Downloading objects hangs up around 65kB

2022-09-17 Thread John Keeping
On Fri, Sep 16, 2022 at 10:55:39PM +0300, Valdis Vītoliņš wrote: > Probably it is issue on 64-bit ARM architecture, because I tested that it > works on x86_64 virtual machine. > > Some time ago (because I haven't used HTTPS protocol for repositories > recently) downloading plain objects/blobs hang

Re: Angle brackets - < and >

2022-09-17 Thread John Keeping
On Sat, Sep 17, 2022 at 03:32:48PM +0100, Graham Perrin wrote: > Commit messages > > and > > appear OK. > > In corresp

Angle brackets - < and >

2022-09-17 Thread Graham Perrin
Hi Commit messages and appear OK. In corresponding