Christian Kujau
Christian Kujau
The script appears to have more than one method to check if SMT is enabled: * [is_cpu_smt_enabled](https://github.com/speed47/spectre-meltdown-checker/blob/6d35e780f4971505a7345fe417a90bf8a04a1b90/spectre-meltdown-checker.sh#L1757) checks if: `SMT / HyperThreading is enabled if siblings != cpucores` -- which...
I get a slightly different message with the latest checkout: ```` opensuse0# ./compsize / /dev/.blkid.tab: Not btrfs (or SEARCH_V2 unsupported). opensuse0# cat /dev/.blkid.tab /dev/vda2 /dev/vda1 ```` But `-x` works here...
Workaround, until this is merged (and because I could not find this documented anywhere else): disable the `CTRL`-`ALT`-`DEL` keyboard shortcut in your window manager, that way `xfreerdp` should be able...
Maybe interesting: the same happened here with `check_disk` from [nagios-plugins-disk-2.3.3-11.fc35.x86_64](https://koji.fedoraproject.org/koji/buildinfo?buildID=1793491) (Sadly, Fedora has not switched to `monitoring-plugins` yet): ``` # /usr/lib64/nagios/plugins/check_disk -w 5% -c 3% -p / -vvv Thresholds(pct) for...
> @martinbogo I wonder, which "other supported hashalgs" you've in mind. I checked the [IANA registry](https://www.iana.org/assignments/dkim-parameters/dkim-parameters.xhtml#dkim-parameters-7) that list only sha1 (historic) and sha256 (active) [RFC 8463](https://tools.ietf.org/html/rfc8463) (which indeed updates RFC6376...
Why is this marked `stale`? The `mtime` is still not being preserved with the `nextcloud-14.0.4`. I know it's even [documented](https://docs.nextcloud.com/desktop/2.3/navigating.html "Using the Synchronization Client"), but it's still a [bug](https://en.wikipedia.org/wiki/Principle_of_least_astonishment) from...
Your configuration is different. When supplying the configuration on the command line you specified [type=virtual](https://labs.consol.de/nagios/check_logfiles/#format-of-a-configuration-file "Format of a configuration file") while in the configuration file you did not: $ echo...
Did you try that with the latest version? Works fine here on a Windows 10 machine: WIN10# check_logfiles -f "c:\dir with spaces\foobar.cfg" OK - no errors or warnings WIN10# find...
I just compiled `check_logfiles` v3.8.1.4 on a Windows 10 (64-bit, v10.0.16299.125, `strawberry-perl-5.26.1.1`) machine and while the compilation of `PAR::Packer` produced some warnings, it went through and I didn't even attempt...