Martin Zehetmayer

Results 10 comments of Martin Zehetmayer

I also thought of multiple URLs to check against but was unsure if such a PR would be accepted. I am not happy with breaking backward compatibility neither with a...

@leucos You could catch it with an expect script but still: A re-download of the software is just an ugly workaround. Your suggestion for a purge subcommand would do the...

Workaround: Small shell script for deleting everything but the latest version ``` #!/bin/bash BINENV_BIN_DIR="$HOME/.binenv/binaries" for i in "$BINENV_BIN_DIR"/* do for j in $(ls -t "$i" | tail -n +2) do...

Hi, the intention was to provide a basic usage for one channel and script around that tool if more then one channels need to be deleted. However, if the need...

You cannot delete the packages from a channel which you sync on a regular base. The spacewalk-repo-sync will always sync all packages. The package remove script is only useful on...

@djcloudy It would be possible, of course. Sadly I have other projects to do - if you could implement that I would happily accept the Pull Request

Hi, sorry for the _really_ late answer: That seems to me you have a problem with your Server Certificate. Have you tried to generate new, using the Satellite CA?

Can you say what you did when the error occured, @thegreatdane6

I am sure it as to do with the wifi connect part of the AutoConnect library. I had the issue myself and my device is without any shielding around

I face the same issue as @TomasRiker: Blokada does not find the correct network to apply different DNS services after the mobile goes into sleep. (Android 12, also Pixel 4a...