Joachim Zobel

Results 41 comments of Joachim Zobel

I have found that this is a duplicate of #1863 . The behavior is however really weird, a hint like "select a **folder** containing the key file" would really help.

Grafana is now available [for arm](https://grafana.com/grafana/download?platform=arm&edition=oss), so it should also work on a raspberry pi.

As far as I understand what I have written (remembering is somewhat difficult after two years) this is a usability issue. It is not obvious you have to select the...

While it would be nice to have such a list - where could we get it from? It would always be less accurate than a search for libsml on Github.

Because this pull request is removing a blocker (failing tests) for several merges I would suggest merging it and track the remaining TODOs in a separate ticket.

> should not have been merged without more testing There was a reason to merge this. In my opinion we should be grateful a user did the work of testing...

It seems this PR is partially outdated. On the master branch we have `DAEMON=/usr/bin/vzlogger`. There is however also `--home /var/lib/vzlogger` in the vzlogger.postinst, which silences another lintian warning. This will...

Not sure if I am missing the point, but why don't you just use pbuilder? You need a base system which is created with ``` sudo pbuilder create --architecture armhf...

The above is OK for doing a build, but not for developing. Is that it?

For running the tests pbuilder is oversized. It starts with a debian base system, installs all dependencies and the runs debuild (which will also run the tests). The main purpose...