Mike Gilbert

Results 17 issues of Mike Gilbert

When systemd-coredump is enabled, the stacktrace tests fail since core dumps are not saved in the current working directory. ``` % cat /proc/sys/kernel/core_pattern |/lib/systemd/systemd-coredump %P %u %g %s %t %c...

Fixes: c29325a982013a315418cdb2318e90cf77e387b5

modules
virtiofs

This allows us to utilize existing logic for changing the user id in the called process. Bug: https://bugs.gentoo.org/838223

The 'subshell' test fails on Gentoo Linux. [system-info.txt](https://github.com/att/ast/files/3563571/system-info.txt) ``` 268/287 subshell FAIL 1.03 s (exit status 1) --- command --- TEST_ROOT='/x/portage/app-shells/ksh-2020.0.0_beta1/work/ksh-2020.0.0-beta1/src/cmd/ksh93/tests' SHELL='/x/portage/app-shells/ksh-2020.0.0_beta1/work/ksh-2020.0.0_beta1-build/src/cmd/ksh93/ksh' LD_LIBRARY_PATH='/x/portage/app-shells/ksh-2020.0.0_beta1/work/ksh-2020.0.0_beta1-build/src/lib/libast:/x/portage/app-shells/ksh-2020.0.0_beta1/work/ksh-2020.0.0_beta1-build/src/lib/libcmd:/x/portage/app-shells/ksh-2020.0.0_beta1/work/ksh-2020.0.0_beta1-build/src/lib/libdll' LIBSAMPLE_PATH='/x/portage/app-shells/ksh-2020.0.0_beta1/work/ksh-2020.0.0_beta1-build/src/lib/libdll/libsample.so' SRC_ROOT='/x/portage/app-shells/ksh-2020.0.0_beta1/work/ksh-2020.0.0-beta1' /x/portage/app-shells/ksh-2020.0.0_beta1/work/ksh-2020.0.0_beta1-build/src/cmd/ksh93/ksh /x/portage/app-shells/ksh-2020.0.0_beta1/work/ksh-2020.0.0-beta1/src/cmd/ksh93/tests/util/run_test.sh subshell --- stdout...

bug

**systemd version the issue has been seen with** 240 **Used distribution** Gentoo https://bugs.gentoo.org/674458 **Summary** Gentoo's Portage package manager runs builds in a separate pid namespace. It also creates a separate...

bug 🐛
tests

### What is the issue? As a distro packager, it would be easier to enable the web UI if the all of the necessary files were included in the source...

needs clarification

The entry point script introduced in ff24bab2601665e59b1547b847dfd1ad42695a09 creates a naming conflict on Gentoo Linux. /usr/bin/html2text is already occupied by a C++ program that was initially developed in 1999. http://www.mbayer.de/html2text/changes.shtml Can...

Some ebuilds rely on having distfiles in .zip format. For example, the build system for sci-libs/tensorflow uses .zip files directly. We should add a way to silence this check when...

enhancement

This PR supersedes [#144](https://github.com/tytso/e2fsprogs/pull/144). On 32-bit musl systems, off_t is always 8 bytes regardless of _FILE_OFFSET_BITS. The previous code did not cover this case. The previous #ifdef logic was rather...