Santiago Vila
Santiago Vila
It would be great if ffpass could read and import (and export) the same csv files created by the old Password Exporter. Format was like this: ``` # Generated by...
Currently, memory setting is hardcoded in `/usr/share/jicofo/jicofo.sh` and it's not practical to modify because the changes are lost on upgrades. Ideally, there should be a way to change that easily...
My videobridge instances show warning messages like this in the logs: ``` systemd[1]: /lib/systemd/system/jitsi-videobridge2.service:13: PIDFile= references path below legacy directory /var/run/, updating /var/run/jitsi-videobridge/jitsi-videobridge.pid → /run/jitsi-videobridge/jitsi-videobridge.pid; please update the unit file...
## Description I'm trying to write an ansible role to install a secondary videobridge (i.e. on an instance where jitsi-meet is not going to be installed). To avoid questions, I...
Hello. The Debian package for `tre` had a tre.pc file which contained the different compiler flags that were used to build the `tre` package itself. Since we don't want that...
Hello. On AWS machines of type m7a.medium and r7a.medium, which incidentally have a single CPU, the Debian package for version 0.11.1 always fail to build: ``` =================================== FAILURES =================================== ____________________________...
Fixes this error when building on a single-CPU system: ``` =================================== FAILURES =================================== _______________________ TestCoherenceModel.testProcesses _______________________ self = def testProcesses(self): get_model = partial(CoherenceModel, topics=self.topics1, corpus=self.corpus, dictionary=self.dictionary, coherence='u_mass' ) model, used_cpus...
Hello. While reading about `MaxStartups` in `sshd_config(5)`, I noticed that the first paragraph explains the case where the option has a single value, then specifies the default value which has...
Hello. While building the Debian package for onetbb (version 2021.13.0) on a system with only one CPU, I noticed that some tests never return. This results in a build log...
Hello. When I try to build (the Debian package of) puma on a system with a single CPU, there is a test which always fails: ``` Errors & Failures: 1)...