You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I can't connect to my server (on Pi4), with client (both android app and web/html access via firefox on linux machine)
I get this error from syslog:
"Failed to set 'pids.max' attribute on '/system.slice/jitsi-videobridge2.service' to '65000': Invalid argument"
causing that the client is continuosly disconnected from room (supposedly).
SO: Raspbian
HW: Raspberry Pi 4 8GB
Hello,
I can't connect to my server (on Pi4), with client (both android app and web/html access via firefox on linux machine)
I get this error from syslog:
"Failed to set 'pids.max' attribute on '/system.slice/jitsi-videobridge2.service' to '65000': Invalid argument"
causing that the client is continuosly disconnected from room (supposedly).
SO: Raspbian
HW: Raspberry Pi 4 8GB
pi@raspberrypi:~ $ sudo systemctl status jitsi-videobridge2.service ● jitsi-videobridge2.service - Jitsi Videobridge Loaded: loaded (/lib/systemd/system/jitsi-videobridge2.service; enabled; vendor preset: enabled) Active: activating (auto-restart) (Result: exit-code) since Wed 2021-02-24 12:13:38 CET; 1s ago Process: 24533 ExecStart=/bin/bash -c exec /usr/share/jitsi-videobridge/jvb.sh ${JVB_OPTS} < /dev/null >> ${LOGFILE} 2>&1 (code=exited, status=1/FAILURE) Process: 24534 ExecStartPost=/bin/bash -c echo $MAINPID > /var/run/jitsi-videobridge/jitsi-videobridge.pid (code=exited, status=0/SUCCESS) Main PID: 24533 (code=exited, status=1/FAILURE)
Is the error related to the repeating disconnections? If not, what could be the problem? How can I fix the syslog error?
Thank you
The text was updated successfully, but these errors were encountered: