Hi all;
i just found myself lost, I've installed jibri in a digitalocean vps in
order to work with our jitsi instance also installed in DigitalOcean.
i'm trying follow the the instructions in https://github.com/jitsi/jibri
but i cant start jibri-xmpp :
service jibri-xmpp start
Job for jibri-xmpp.service failed because the control process exited with
error code. See "systemctl status jibri-xmpp.service" and "journalctl -xe"
for details.
so i check the services:
systemctl status jibri-xmpp.service
● jibri-xmpp.service - Jibri XMPP Control Process
Loaded: loaded (/etc/systemd/system/jibri-xmpp.service; disabled; vendor
preset: enabled)
Active: inactive (dead)
Aug 03 16:12:48 test systemd[1]: Starting Jibri XMPP Control Process...
Aug 03 16:12:48 test systemd[29139]: jibri-xmpp.service: Failed at step
USER spawning /bin/mkdir: No such process
Aug 03 16:12:48 test systemd[1]: jibri-xmpp.service: Control process
exited, code=exited status=217
Aug 03 16:12:48 test systemd[1]: Failed to start Jibri XMPP Control Process.
Aug 03 16:12:48 test systemd[1]: jibri-xmpp.service: Unit entered failed
state.
Aug 03 16:12:48 test systemd[1]: jibri-xmpp.service: Failed with result
'exit-code'.
Aug 03 16:12:48 test systemd[1]: jibri-xmpp.service: Service hold-off time
over, scheduling restart.
Aug 03 16:12:48 test systemd[1]: Stopped Jibri XMPP Control Process.
Aug 03 16:12:48 test systemd[1]: jibri-xmpp.service: Start request repeated
too quickly.
Aug 03 16:12:48 test systemd[1]: Failed to start Jibri XMPP Control Process.
also:
service jibri-xorg status
● jibri-xorg.service - Jibri Xorg Process
Loaded: loaded (/etc/systemd/system/jibri-xorg.service; disabled; vendor
preset: enabled)
Active: inactive (dead)
Aug 03 16:12:48 test systemd[1]: Stopped Jibri Xorg Process.
Aug 03 16:12:48 test systemd[1]: Started Jibri Xorg Process.
Aug 03 16:12:48 test systemd[29140]: jibri-xorg.service: Failed at step
USER spawning /usr/bin/Xorg: No such process
Aug 03 16:12:48 test systemd[1]: jibri-xorg.service: Main process exited,
code=exited, status=217/USER
Aug 03 16:12:48 test systemd[1]: jibri-xorg.service: Unit entered failed
state.
Aug 03 16:12:48 test systemd[1]: jibri-xorg.service: Failed with result
'exit-code'.
Aug 03 16:12:48 test systemd[1]: jibri-xorg.service: Service hold-off time
over, scheduling restart.
Aug 03 16:12:48 test systemd[1]: Stopped Jibri Xorg Process.
Aug 03 16:12:48 test systemd[1]: jibri-xorg.service: Start request repeated
too quickly.
Aug 03 16:12:48 test systemd[1]: Failed to start Jibri Xorg Process.
and also:
service jibri-icewm status
● jibri-icewm.service - Jibri Window Manager
Loaded: loaded (/etc/systemd/system/jibri-icewm.service; disabled;
vendor preset: enabled)
Active: inactive (dead)
Aug 03 15:52:19 test systemd[1]: Stopped Jibri Window Manager.
Aug 03 15:52:19 test systemd[1]: Started Jibri Window Manager.
Aug 03 15:52:19 test systemd[28798]: jibri-icewm.service: Failed at step
USER spawning /usr/bin/icewm-session: No such process
Aug 03 15:52:19 test systemd[1]: jibri-icewm.service: Main process exited,
code=exited, status=217/USER
Aug 03 15:52:19 test systemd[1]: jibri-icewm.service: Unit entered failed
state.
Aug 03 15:52:19 test systemd[1]: jibri-icewm.service: Failed with result
'exit-code'.
Aug 03 15:52:19 test systemd[1]: jibri-icewm.service: Service hold-off time
over, scheduling restart.
Aug 03 15:52:19 test systemd[1]: Stopped Jibri Window Manager.
Aug 03 15:52:19 test systemd[1]: Dependency failed for Jibri Window Manager.
Aug 03 15:52:19 test systemd[1]: jibri-icewm.service: Job
jibri-icewm.service/start failed with result 'dependency'.
i found this thread
http://lists.jitsi.org/pipermail/users/2017-March/012615.html but a i've
didnt installed lightdm
Is there somebody who's happening the same o know whats wrong?
Thanks
Jorge Vertiz.