Kir Kolyshkin

Results 103 issues of Kir Kolyshkin

I wrote some code with a custom error type: ```go var ErrInvalidConfig = errors.New("invalid configuration") // invalidConfig type is needed to make any error returned from Validator // to be...

bug
help wanted

Functions from the `golang.org/x/sys/unix` package wraps its error, always returning bare errno, and so it's OK to use direct error comparison. Example: ```go err := unix.Rmdir(path) if err == nil...

enhancement
help wanted

I see that 1.5.0 was tagged but a proper github release was never made, and so 1.4.0 instead of 1.5.0 is shown as the last one in the left-side column...

As seen in [1], sometimes coreos/go-systemd/dbus package deadlocks: the jobCompete is stuck trying to send job result string to the channel while holding the jobListener lock, while startJob (called by...

kind/bug
lifecycle/stale
release-note
dco-signoff: yes

#### What type of PR is this? /kind ci #### What this PR does / why we need it: Use kubernetes 1.22 and cri-tools 1.22 in CI, since this is...

lifecycle/stale
lgtm
approved
release-note-none
dco-signoff: yes
kind/ci

**Note this seems to be a regression in 0.8.0, as I did not had this bug with 0.7.1.** This is why I am hesitant to call it a duplicate of...

A couple of patches to improve the `runmqserver` check for being the only process. ### 1. cmd/runmqserver.verifySingleProcess: optimize Instead of using `ps`, which reads three `/proc` files per each process...

It seems that crun has the same set of issues as https://github.com/opencontainers/runc/issues/3132 Using config.json with `cgroupPath` set: ```console # crun run -d s3 # crun run -d s4 # crun...

- [x] I confirm that this is an issue rather than a question. ## Bug report I was calibrating my LED string via web interface and noticed it became unresponsive....

Bug

Mostly a copy-paste from CentOS 8 task, with a few differences: - Use dnf instead of yum - Enable crb instead of powertools - Different way of installing EPEL -...