Paul Millar
Paul Millar
```console paul@sprocket:~$ podman run fathyb/html2svg https://httpstat.us/200 (node:28) electron: Failed to load URL: https://httpstat.us/200 with error: ERR_NETWORK_CHANGED (Use `electron --trace-warnings ...` to show where the warning was created) Internal server error...
When making a request, sometimes the server responds with a 4xx or 5xx status code, indicating some kind of problem. For example, a server might return a 404 status code...
Motivation: podman-compose uses the "podman network exists" command to avoid creating the same network twice. This command was added with podman v3.1.0. Debian stable has an older version of podman...
The metalink file format supports describing file sizes with the `` element (as described by [RFC 5854](https://www.rfc-editor.org/rfc/rfc5854#section-4.2.14)). This element is optional. When attempting to download the files described by a...
As pointed out in #7575, The Book's documentation on gPlazma / OIDC / [WLCG profile](https://www.dcache.org/manuals/Book-9.2/config-gplazma.shtml#the-wlcg-profile) is currently missing some important information: * what is an explicit authorisation statement (the presence...
The `explain login` command currently accepts a list of principals. Based on an idea from @onnozweers, it would be much easier (and more closely reflects reality) if the `explain login`...
**Is your feature request related to a problem? Please describe.** When advocating for a group to use Indico for managing meetings, one feedback was that Indico doesn't support calendar synchronisation...
GSI is distinct from TLS in that it supports optional X.509 delegation as part of the handshake. Whether or not delegation takes place is controlled by the client. The `globus-url-copy`...
I am using FreeOTP+ on my phone. It was working well, thanks! I recently got a new phone. Naturally, I would like to use FreeOTP+ installed on the new phone....
The access log file for the Xrootd is implemented as the class `org.dcache.xrootd.plugins.AccessLogHandler`. From manual inspection of the code, there appears to be a limitation in the current implementation. Most...