Дилян Палаузов

Results 188 issues of Дилян Палаузов

### What happened? cri-o logs: ``` Aug 30 21:29:32 d crio[7324]: time="2022-08-30 21:29:32.971567121+03:00" level=info msg="Starting to delete udp conntrack entries: [], i sIPv6 - false" Aug 30 21:29:32 d crio[7324]:...

kind/bug
lifecycle/stale

### What happened? `crio --help` prints: ``` --read-only /run Setup all unprivileged containers to run as read-only. Automatically mounts the containers' tmpfs on /run, `/tmp` and `/var/tmp`. (default: false) [$CONTAINER_READ_ONLY]...

kind/bug

### What happened? I have a system where kubelet and crio runs, and there is no cluster (kubelet complains it has no configuration). crio listens only to localhost:44091. ```console #...

kind/bug
lifecycle/stale

### What happened? ```console # crio config > /dev/null INFO[2022-08-30 20:05:43.590151609+03:00] Starting CRI-O, version: 1.25.0, git: f36bc747908c1609efcce490e0d16c785f5372c0(clean) INFO Using default capabilities: CAP_CHOWN, CAP_DAC_OVERRIDE, CAP_FSETID, CAP_FOWNER, CAP_SETGID, CAP_SETUID, CAP_SETPCAP, CAP_NET_BIND_SERVICE, CAP_KILL...

kind/bug

### What happened? When I edit a file X.conf under /etc/crio/crio.conf.d/, emacs creates a backup X.conf~. Then crio thinks it shall parse the X.conf~ file and more importantly, the settings...

kind/bug

babel/cli --help prints: ``` --no-comments Write comments to generated output. (true by default) ``` This means: if I want to have comments in the output, I have to pass `--no-comments`...

i: enhancement
pkg: cli

**Describe the bug** CodeChecker parse --export html produces, among others, this file: [parser_html.zip](https://github.com/Ericsson/codechecker/files/9632470/parser_html.zip) When loaded in firefox it reports on line 733: Uncaught SyntaxError: "" literal not terminated before end...

Currently agendav on git has as branches `develop` and `development`, where only the latter has seen recently seen updates. Likewise it has the branches `master` and `main`, where only `main`...

feature

With CodeChecker 6.20.0, self-compiled clang 15.0.1, enabled Z3 solver 4.11.2 on openldap branch OPENLDAP_REL_ENG_2_6, calling ```console > CodeChecker analyze ./compile_commands.json --ctu --z3=on --output ./reports ``` prints ```console [INFO 2022-10-03 10:00]...

clang:static analyzer
crash

As opposed to https://github.com/llvm/llvm-project/issues/58118 the current report does print its coredump on stdout/stderr and does not create core file. With CodeChecker 6.20.0, self-compiled clang 15.0.1, enabled Z3 solver 4.11.2 on...

clang:static analyzer
crash