Rich Braun
Rich Braun
Wow, that's an old/forgotten script! But indeed it's still in the source repo - see [wiki doc for mythlink.pl](https://www.mythtv.org/wiki/Mythlink.pl) and [source on github](https://github.com/MythTV/mythtv/blob/0bbd8d14d67f2f71b8ae2aa67189fccf9e22031e/mythtv/contrib/user_jobs/mythlink.pl). Do any of the installable packages at...
So...I have an OpenAPI 3.0.1 project. It's a REST API, so by definition all the parameters are submitted and retrieved as JSON content. What I got when I tried this...
Use `docker stop` before (or instead of) `docker down` (or run under Kubernetes) so the sigterm signal gets sent for graceful removal of the vip. See this tutorial: https://www.sobyte.net/post/2022-05/docker-compose-graceful-stop/
Still missing 2-Jan-2020.
I'm stuck on attempting upgrade past 14.1.7. Scanned the above looking for any hint but don't see a workaround. I get an error: ``` PG::ForeignKeyViolation: ERROR: insert or update on...
Thanks, the nature of my db corruption is very different. If I do this query: ``` select * from push_event_payloads where event_id not in (select id from events); ``` I...
I watched the table for a day and now have this observation: records older than 3 calendar years in the `events` table get removed by a background process. Anyone with...
I reported my problem to GitLab as [issue #353266](https://gitlab.com/gitlab-org/gitlab/-/issues/353266).
The 4.18 samba docs give this description: > This option allows to redefine the default location for the NTACL extended attribute (xattr). If not set, NTACL xattrs are written to...
It's not clear to me what that means: "any user can potentially access and overwrite" but I want to spell out in the README what that vulnerability means for users...