Radoslav Buchakchiev

Results 8 comments of Radoslav Buchakchiev

Hi @Lofesa! I haven't installed the 1.14, but I checked the content of the package. The package installs repository that can be used to update the package later. But the...

@oschaaf It was my fault that I didn't check the downloaded package. I downloaded the latest stable thinking that 1.4.36 is stable and I just download the stable package. Nowhere...

@jcameron I got the same issue and after investigating it the cause is copying the issued certificate. `renew_letsencrypt_cert` function `webmin-lib.pl` is not using the third parameter for `copy_source_dest` function. In...

You can see the logic here: https://github.com/chef/chef/blob/main/lib/chef/provider/package/apt.rb#L207. The list of valid versions are from `apt-cache policy` and the comparison is exact match.

I don't know if this is the same issue I have, but for me the issue was the socket was missing. It takes some time mysql to start and create...

The issue is the environment variables are replaced when a dictionary is passed here: https://github.com/browser-actions/actions-swing/blob/master/src/pkg/distributions.ts#L45 . The first apt-get command works, because the environment is not set. The reason this...

@TimotheusBachinger I apologize I am writing here. I don't have PR to share, just a comment. The issue still can happen if the CheckMK check runs delayed more 30 seconds....

@TimotheusBachinger Here it is https://github.com/Checkmk/checkmk/pull/841