Hamish Moffatt

Results 55 issues of Hamish Moffatt

You can run podman rootless but still run it from regular root systemd, by specifying User=rootless_user in the service. This makes it easier to restart the service, as root can...

When compiling clang-include-graph with clang 14 and boost 1.74 (on Debian bookworm), I get the following compiler warnings from a couple of the source files: ``` [ 8%] Building CXX...

I have a Firebird 2.5 server running on port 3050 and I'm attempting to use gbak in Firebird v5 to make a backup. This fails with an error. ``` $...

Unlike the Windows install script, the Linux (posix) install script doesn't attempt to maintain your existing configuration. All files are overwritten including firebird.conf and security5.fdb. Then it restarts the server...

In oidc_login.py the auth URL is generated by appending the parameters to the auth URL, ``` auth_login_return_url = auth_login_url + "?" + urlencode(auth_params) ``` but if the auth URL already...

The Qt documentation explicitly says that database connections should not be used on threads other than where they were created - https://doc.qt.io/qt-6/threads-modules.html#threads-and-the-sql-module Did you find that it works despite this?...

I have two different Firebird servers running on the same host, on different ports. This is so that I can migrate from the old version to the new on a...

As discussed at https://caddy.community/t/reverse-proxy-to-dynamic-ipv4-only/24773/5, I have the following reverse_proxy directive in my Caddyfile, where somehost has both A and AAAA records: ``` :9001 { reverse_proxy tcp4/somehost:8123 } ``` Despite tcp4,...

bug :lady_beetle:

It would be helpful to be able to configure the location of firebird.log from an environment variable, or from the config file, or both. Currently it can only be configured...