Krish Jain
Krish Jain
@pothos Would it be appropriate to include the aliases in https://github.com/flatcar/scripts/tree/main/sdk_container/src/third_party/coreos-overlay/app-shells/bash/files/dot-bashrc now that the coreos-overlay has been relocated to https://github.com/flatcar/scripts/tree/main/sdk_container/src/third_party? Thank you.
Got it. Saw the changed location in this commit https://github.com/flatcar/scripts/commit/c2524a6d2dbd02a7aa94da281fb5b74b2d5690d1. Thanks On Mon, Jun 5, 2023, 3:09 PM Kai Lüke ***@***.***> wrote: > It would go into > https://github.com/flatcar/scripts/blob/main/sdk_container/src/third_party/coreos-overlay/coreos-base/misc-files/files/99-flatcar-bcc >...
@pothos Could we do the following? ``` for sysstat_tool in iostat sar vmstat mpstat pidstat; do alias "sysstat-${sysstat_tool}=docker run --rm -it -v /proc:/proc --privileged --net host --pid host ghcr.io/krishjainx/sysstat-docker:main /usr/bin/${sysstat_tool}"...
@pothos Hey, is anyone currently tackling this? If not, I'd be happy to take ownership of this issue if that works for everyone.
@a13xp0p0v @o8opi Are you looking for something like this? https://www.kernelconfig.io/CONFIG_BUG The general form is https://www.kernelconfig.io/**CONFIG_NAME**
@a13xp0p0v That sounds like a great idea! That's a lot of checked parameters, however, we should try to automate it so we can do it at scale. What do you...
@jaspervdj @sebelk , I've encountered an issue similar to what you have reported here. When trying to process images with ImageMagick, I receive the following error: ``` Failed to process...
@viveksahu26 Is this resolved on your end?
I have updated this PR, tested it with a local build, and rebased it on main (no merge conflicts). The updated Gentoo ebuild also enables cryptsetup 2.6 to work without...
Ah, I see. My bad. I was using the GitHub UI instead of the commandline git client. GitHub merged main into PR branch by default. Will fix it On Mon,...