Re: [cfarm-users] Install podman on gcc120.fsffrance.org

2024-07-25 Thread Florian Weimer via cfarm-users
* Segher Boessenkool: > On Thu, Jul 25, 2024 at 04:04:26PM +0200, Florian Weimer via cfarm-users > wrote: >> Would be possible to install podman on gcc120.fsffrance.org > > Wow, that brings in all kinds of container and selinux stuff. But, > installed :-) > >> I

[cfarm-users] Install podman on gcc120.fsffrance.org

2024-07-25 Thread Florian Weimer via cfarm-users
Would be possible to install podman on gcc120.fsffrance.org I expect it to be useful out of the box in rootless mode, and no new daemon with root privileges or special group memberships will be required. Thanks, Florian ___ cfarm-users mailing list cfa

[cfarm-users] https:// git clones on gcc119 (AIX)

2023-07-10 Thread Florian Weimer via cfarm-users
Looks like the system TLS certificate store is outdated or empty: fw@gcc119:[/home/fw]git clone --depth 1 --branch tmp git://gitlab.com/fweimer-rh/gcc-staging git Cloning into 'git'... fatal: read error: A connection with a remote socket was reset by that socket. Any idea how to fix this? Unfor

Re: [cfarm-users] New Apple Mac M1 machine (gcc304)

2021-04-14 Thread Florian Weimer via cfarm-users
* Christian Jullien via cfarm-users: > On Linux, dlopen returns in fact link_map which could be used but it's > not the case whith macOS. Just to be clear here: dlopen in glibc does not return a link map, but a handle that may or may not point to some data structure. Thanks, Florian ___