nolange

Results 82 comments of nolange

Systemd uses cgroups, the newer cgroups V2 is the one not backwards compatible or fully functional alongside V1, its around since 2016. If you configure systemd to setup V2 then...

Have the same issue on Debian Bookworm. Its weird, as some custom rules have the sideeffect of empty chains remaining. Log is attached. Debian iptables is a wrapper over the...

Well, that might be the issue: ```bash # iptables -t filter -S iptables v1.8.8 (nf_tables): table `filter' is incompatible, use 'nft' tool. ```

At the very least, i got tons of log entries like: podman[180046]: [INFO netavark::commands::setup] dns disabled because aardvark-dns path does not exists Don't know a single thing about rust, so...

Sure i have aardvark-dns installed, but looking again at the logs things are more complicated. The invocation is via REST API, from within a container using the `docker.io/gitlab/gitlab-runner` image, using...

My question would be if this layout did consider both use during development and build as dependency. hierarchical (3) is on top, so you either have to verbosely configure everything...

> This layout does consider both use during development and use as a dependency. > > I don't think there's a reasonable benefit to directly using the `src/` directory when...

The IDE will have to understand that `wine` is not the process to be debugged, and it should "remote connect" to the real process. To date, I haven't found an...

Had to fix some issues, mostly on windows (needs to convert to native paths) and some quoting. Something of note is, that CMake does locate matching tools by searching first...