Hilmar Preuße
Hilmar Preuße
We're trying to build the source code on Debian i386. Building the binary runs fine, but in the test suite afterwards a test fails. The test suite log is attached....
Newer autotools versions have support for `runstatedir` which is typically set to `/run`. That directory is meanwhile officially part of the FHS, all linux distros I know use and support...
The file `locale/en_US.po` is identical to the po template file `locale/proftpd.pot`, so it does not really provide useful information. Consider to remove it. Thanks!
Not sure, if I missed that option. It should be possible to specify the config file on the command line. In my personal hack it looks like this: ``` diff...
I noticed that is a file pssh/test/test.py, which I assume some kind of test suite. I tried to run in and got an error message using python 3.9: ``` hille@debian-amd64-sid:~/devel/pssh/pssh.git$...
Your git repository contians tags, but the latest tag is [3.5](https://github.com/lausser/check_logfiles/releases/tag/3.5) from 2012. Please be so kind to tag later commits too. Thanks! Reasoning: I plan to package the tool...
We need an option not to only print the matching line but also context lines, i.e. n / m lines of the log before / after the matching line. Could...
I intended to buy you a coffee. Unfortunately I had to figure that the link generates a HTTP/404. Consider to fix it. Thanks!
In Debian we don't use the precompiled font files, instead we build the fonts ourself from the .glyphs files. Unfortunately this fails currently, the build log w/ the error message...
### What I Did I run the proftp test suite, i.e. configured the source tree using `--enable-tests` & `LIBS="-lm -lrt -pthread -lsubunit"` and run `make check`. Most of the tests...