Results 40 issues of Sam Morris

I tried installing Metalnx into the `ROOT` context so that it lives at `/` rather than at `/metalnx/`; but I found that the login redirect still starts with `/metalnx/`: ```...

With gunicorn I found it quite useful to put `wsgi_app = "mypackage:create_app()"` into `gunicorn.conf.py`, that way running the server was as simple as running `gunicorn`. With hypercorn it would be...

**Description** Is it possible to use `buildah mount` inside a buildah container? I'm getting: > Error: mount /var/lib/containers/storage/overlay:/var/lib/containers/storage/overlay, flags: 0x1000: operation not permitted For context, I'm within several nested rabbit...

stale-issue

## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? Feature request ## Describe the problem you're...

cmd: compact

With gunicorn I find it convenient to create a `gunicorn.conf.py` file which contains all the settings needed to run my app (the module/factory for the application, see #229). That way,...

### Feature request description Where `foo` is a Podman Quadlet `.container` service, I'd like `systemctl reload foo` to send a `SIGHUP` to the container's main process. I'm currently doing this:...

kind/feature
stale-issue
quadlet

Adding 'enhancement' label based on user approval. Existing labels are kept for issue #641.

enhancement
cmd: create

When using Barman 3.16.1 to upload to a Noobaa S3 bucket, the backup fails with: > ERROR: Backup failed uploading data (An error occurred (InvalidDigest) when calling the UploadPart operation:...

triage

The SATA device statistics log has a number of pages of useful information. I believe the meaning of these statistics are standardized, so you don't need any external knowledge to...

If a CEF message field has zero-length and is the last field in the message, the CEF parser fails to parse the message: ``` $ cat cef.rulebase rule=:%cef:cef% $ cat...