Martin Mokrejš

Results 78 comments of Martin Mokrejš

This works around it for me but uses Gentoo-specific variable. `sed -e "s#sys.prefix#os.getenv('ED')+'/usr/'#" -i setup.py` There must be some generally existing variable used by other pythonic packages, something like `DESTDIR`...

Where does the '64.' come from? Is that your invention how you name the files? Ah, I see: ``` Usage: bwa index [options] Options: -a STR BWT construction algorithm: bwtsw,...

Hi @mattmary , yes it is still there: ``` [2022-11-20T11:21:48.206000+01:00] WFRONT.CRITICAL: A database error was detected during the page rendering: “Table `foo.wp_matomo_logtmpsegmentfdd61566ce217be201bcb9740d657dd8` doesn`t exist“ in the query “SELECT /*+ MAX_EXECUTION_TIME(7200000)...

``` # Matomo * Verze zásuvného modulu Matomo: 4.12.0 * Config existuje a je zapisovatelný.: Ano ("$abs_path/wp-content/uploads/matomo/config/config.ini.php" ) * JS Tracker existuje a je zapisovatelný.: Ano ("$abs_path/wp-content/uploads/matomo/matomo.js" ) * Adresáře...

Just as a note, I came across this as I had troubles in getting a `server` running after udate to openvpn-2.6.4. Beware `AES-128-CBC` was dropped. ``` Jul 16 17:40:52 xx...

@cron2 Thank you for inspection. I don't think I placed all the ciphers seaparated by colon under `cipher`, I mostly just comment out some lines in my config. I believe...

Indeed the `data-ciphers-fallback` should have been called `data-cipher-fallback` (singular), it is confusing. At least if the docs stated it is for a single cipher only, supposedly `AES-128-CBC` dropped in version...

``` >>> Preparing source in /scratch/var/tmp/portage/dev-cpp/sparsehash-2.0.3-r1/work/sparsehash-sparsehash-2.0.3 ... * Applying sparsehash-2.0.3-fix-buildsystem.patch ... [ ok ] * Running eautoreconf in '/scratch/var/tmp/portage/dev-cpp/sparsehash-2.0.3-r1/work/sparsehash-sparsehash-2.0.3' ... * Running aclocal -I m4 ... [ ok ] *...

``` $ cat /usr/include/sparsehash/internal/sparseconfig.h /* * NOTE: This file is for internal use only. * Do not use these #defines in your own program! */ /* Namespace for Google classes...