j75
j75
**Is your feature request related to a problem? Please describe.** **include/tests_filesystems** checks if **/dev/shm** is mounted with `noexec` option; however, having `noexec` option set prevents running `User Mode Linux` kernel;...
# OS related issued, please help us identify the issue by posting the output of this uname -a \ ; echo "${DISPLAY}" \ ; echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs...
On the main page on this site it is stated that version is **7.8**. However the [awstats.pl](https://github.com/eldy/awstats/blob/develop/wwwroot/cgi-bin/awstats.pl) script (and thus the generated pages) has ``` $REVISION = '20180105'; $VERSION =...
Hello, Shellcheck spotted an error at line 1605: ``` elif [ "$1" != "prompt" ] || [ "$1" != "PROMPT" ] ; then ^-- SC2252: You probably wanted && here,...
Using lynis **3.0.6** I encounter the following error message with plugins **check_docker_group** and **check_passwd_shadow**: ``` /usr/sbin/lynis: 37: /etc/lynis/plugins/plugin_check_passwd_shadow_phase2: Syntax error: "(" unexpected (expecting "done") ```
``` % docker pull sickcodes/docker-osx:auto auto: Pulling from sickcodes/docker-osx 5f3642192ce7: Pulling fs layer dd4daf05c160: Pulling fs layer bf3322b60ce0: Pulling fs layer 492a84209b08: Pull complete 1f70bacf8c77: Pull complete ... a183b3696bfb: Downloading...
**I'm submitting a ...** (check one with "x") ``` [ x] bug report [ ] new distro request ``` **Bug report** ``` => download the latest revision from Github and...
DEBUG 2015-11-26 10:28:47,763 MainThread Python 2.7.6 (default, Jun 22 2015, 17:58:13) [GCC 4.8.2] on linux2 DEBUG 2015-11-26 10:28:47,764 MainThread reading configuration from ['/home/mion/.linkchecker/linkcheckerrc'] INFO 2015-11-26 10:28:47,773 MainThread Checking intern URLs...
``` % openssl version OpenSSL 1.1.1d 10 Sep 2019 % openssl x509 -in /tmp/cert.der.new -inform DER -text -noout Certificate: Data: Version: 3 (0x2) Serial Number: 2e:4b:7a:e3:d7:e3:bf:14:b7:7b:39:14:fc:0b:7c:50:ac:33:03:e9 Signature Algorithm: ecdsa-with-SHA256 Issuer:...
Why this option `--xram-size 0`? According to [STC Micro 8051 Microcontroller Notes](https://gist.github.com/trozodejamon/014ad06c36f25b99ef275c8c178a4571) for STC15W408AS the options should be `--iram-size 256 --xram-size` I've tried both (but with a modified version) and...