Dr. András Korn
Dr. András Korn
Thanks; I'm glad someone took the time to implement this. I don't use the program anymore, though.
Actually the property is not necessary -- we can call the user function for all encrypted datasets and it can just punt on the ones it doesn't know how to...
> > I like the approach of sourcing the function (as opposed to running a script) better because it's more universal: the sourced function can have access to all the...
> > they can be expected to read ~10 lines of README that explain where to put it and how it will be called. > > On one hand 10...
No. Unfortunately I have neither the required python skills, nor (more importantly) time. :( I can work around the problem by not using nss-cache at all; instead, I'll periodically run...
Ah, that's a built-in table of PostgreSQL, and apparently the `proisagg` column got removed in PostgreSQL-11: https://www.postgresql.org/docs/11/release-11.html
Changing the code to use `prokind = 'a'` whereever it used `proisagg` allows it to continue, but I don't know if this is the correct fix (and obviously it's not...
> Could you please update to the latest [nightly build](https://microg.org/dl/core-nightly.apk) of microG GmsCore and report back? I'm sorry, I can't; I don't currently have a device to experiment with.
`sysstat version 12.5.2` as shipped by Debian unstable.
Yes. Sorry, it's probably my fault for not explaining it well. Let me show you what I mean. Here is some `iostat -x` output: ``` avg-cpu: %user %nice %system %iowait...