rgaudin
rgaudin
@kelson42 are you saying it is Ok that the list is cleared when the computer is rebooted ?
Ok then I think you misunderstood his earlier comment. we're on the same page
> @rgaudin do you have any feedback on how the adblocking has been working out with zimit at the /etc/hosts level? I imagine the lists you're using sufficient for your...
Yes that was the end of the output ; as for the other logs, I don't have access to those anymore. Note that I haven't seen it again since this...
> @ikreymer Would such a move have any impact on Firefox support (from WARC/ZIM end-user perspective)? Just to be clear, we've always been using chrome for crawling so this shouldn't...
FYI this is still not up to date with what's provided in `install.sh`. Here's a configuration that works now, on raspbian 2021-05-07: ```sh curl -sfL https://balena.io/engine/install.sh | sh sudo groupadd...
@bergpb my working code is at https://github.com/rgaudin/bard-image/blob/main/prepare-system.sh#L53 There are a few things (that I forgot) to care about. Like the docker path symlink (I think it was for compose) or...
There's been a change in cgroups layout in debian buster and balena hasn't been updated to support it so you'd need to stick to 2021-12-02-raspios-buster-armhf-lite until this is handled. I...
For me it was due to brew-installed openssl versions conflict. I had v1.1 (works) and 3 (doesn't). ```sh $ ls -l /usr/local/lib/libcrypto.dylib -> /usr/local/opt/openssl@3/lib/libcrypto.dylib $ grep EVP_PKEY_size /usr/local/lib/libcrypto.dylib $ grep...
Thank you @Jaifroid for this summary. Very useful. I am curious yet doubtful about the result we can achieve with approach. I see you are relying on the content of...