Quien Sabe

Results 20 comments of Quien Sabe

> for short term use: > > ```shell > rvm pkg install openssl > ``` > > next > > ``` > rvm install ruby-2.7.x --with-openssl-dir=$HOME/.rvm/usr > ``` resolved my...

+1 for Debian ansible [core 2.13.1] cat /etc/os-release PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian

> oh, I have same error with node 16, remove [this line](https://github.com/cookiecutter-flask/cookiecutter-flask/blob/364db73ee7871b9c0e5b55e9864bc319e6bfed3b/%7B%7Bcookiecutter.app_name%7D%7D/docker-compose.yml#L9) and container can run Removing line seems to allow the demo app to start, but it also seems...

I started seeing this error regularly in my periodic scan jobs, beginning a few weeks ago.

[2022-05-13T06:26:52-0400] [ALPM] upgraded clamav (0.104.2-1 -> 0.105.0-1) was my last upgrade. I am not 100% sure, but that is about the time I started seeing the message. My job scans...

okay, apparently it doesn't like the fact that the ckey column could contain the word version, which in my very humble opinion still means it is broken. $ sqlitis "SELECT...

I am sure I am not alone, but today github's dependabot updated one of my projects, dependency to packaging = ^22.0, which of course will not work in conjunction with...

I add my dynamic zones via an include directive and manage their initial zone file outside the module where I can specify "replace => no"

the excerpt below is from my setup with file names, ip addresses, hostnames and domain names changed for example $varnameddynfiles = [ '12.168.192.ip4.ddns.rdns', '6.6.6.6.6.6.6.6.6.6.6.6.6.6.6.2.ip6.ddns.rdns', 'my.sub.domain.com.ddns.zone', 'mydomain.ddns.zone' ] $varnameddynfiles.each | $fn...

I am running without issue on a couple of different 5.x versions.