Yury Bushmelev

Results 104 comments of Yury Bushmelev

I'd say it might be nice to have some general-purpose `show_progress()` function which can be used in a plan to track it's progress.

I'd like to have `_stream` parameter of `run_*` functions which allows or disallows the streaming from the function.. or maybe extend `without_default_logging()` to streaming as well (if it's not done...

I did [this PR](https://github.com/puppetlabs/pdk/pull/1142 ) into PDK repo while ago but then found signing CLA can be problematic on my previous job. But now I signed it already so we...

Our pipelines are spawning another docker containers to run some tests and theoretically can take some port above 40000 for a while. So docker may fail to listen on the...

Thank you for your contribution! @andrea-adami which GCC versions are supported in OE these days? Could you try to build kexecboot with the proposed changes please?

To merge after the #21 implementation (check kexecboot compilation with few last `gcc` versions)

I checked the code and found this: https://github.com/kexecboot/kexecboot/blob/master/src/kexecboot.c#L1084 I guess kexecboot cannot start w/o UI because of that check.. @buzztiaan you may want to comment this line to check with...

> I was able to build with this config. no more UI or kexecboot menu, but its takes 3 time reboot to the boot logo before it success to boot...

> i guess it helps that our used kernel doesnt even support any text console ;) Not sure I tried to run kexecboot on kernel w/o text console.. @andrea-adami do...