minfrin

Results 117 comments of minfrin

As a result of this bug, it is not possible for asn1c to parse the schemas from https://tools.ietf.org/html/rfc5912#section-14.

Looks like there is also no sensible upgrade path from the OSS edition to the enterprise edition either. The docs at https://docs.timescale.com/latest/getting-started/exploring-enterprise say: > WARNING:If you explicitly built or downloaded...

Some experimentation shows that the attempt to install timescaledb-postgresql-12 skips the linking of timescaledb into the postgres extensions folder, leaving dead code installed on the machine. It seems there is...

The third party is postgresql themselves, who provide the OSS timescaledb in their repo. Because your repo depends on postgresql's repo, it means you have two conflicting copies of timescaledb...

Version in the postgresql repo is this one: ``` [root@monitor ~]# dnf install timescaledb_12 timescale_timescaledb 132 B/s | 833 B 00:06 Dependencies resolved. ========================================================================================================================================================================== Package Architecture Version Repository Size ==========================================================================================================================================================================...

This is your RPM: ``` [root@monitor ~]# rpm -q -i timescaledb-postgresql-12-1.7.1-0.el8.x86_64 Name : timescaledb-postgresql-12 Version : 1.7.1 Release : 0.el8 Architecture: x86_64 Install Date: Fri 29 May 2020 15:51:39 SAST...

> Here's a post from @schoen, the most active member of the Certbot > team on Let's Encrypt's community forum, saying that using the wrong > file is the most...

This script is a workaround, but warning - it creates a file in the live directory instead of symlinks, which is non ideal. `[root@localhost ~]# cat /etc/letsencrypt/renewal-hooks/deploy/fullchainprivkey #!/bin/bash cat "$RENEWED_LINEAGE/fullchain.pem"...

Definite +1 for supporting this functionality. An observation about OpenSSL v3 and up - the engine interface has been deprecated in favour of the provider interface: https://wiki.openssl.org/index.php/OpenSSL_3.0 For this reason...

You need to be convinced that following an RFC is a good idea...?