Benjamin Drung

Results 185 comments of Benjamin Drung

I just confirmed: The mips* buildds are bare metal. So you can exclude emulators from the equation. Even if the maps buildds are not that fast than amd64, they should...

According to https://lists.debian.org/debian-wb-team/2019/07/msg00006.html, the build host has a decent amount of entropy.

Can you open an golang upstream bug report to speed up mips?

I like the proposed change. The panels visual dominate the page, especially when they are not on the right side. The design from packages.debian.org (example: https://packages.debian.org/unstable/bash) would be better than...

I am not sure about how to exactly format the man page in reStructuredText, but I wrote man pages in Markdown and converted that using pandoc. Last project I did...

Please strip the file extension.

`firmware` and `sector_size` should not be labels, because they can change over time. Better put them into an `_info` metric. Recently the node_exporter gained a `node_nvme_info` metric that provides the...

The Debian package version is constructed as following: {upstream_version}-{debian_revision} The upstream version is the version that you - as upstream - pick. There are different approaches like [semantic versioning](https://semver.org/) or...

armhf is a 32-bit ARM architecture which limits the total memory to 4 GiB. So the 128 MiB allocation could actually fail due to address space exhaustion.

How can I check if the test hits `vm.max_map_count`? I could run the autopkgtests against a PPA upload.