Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message after installing bbb-install jammy-300 alpha.7 - bbb-webrtc-sfu will try to connect to null #751

Open
arunk opened this issue Aug 8, 2024 · 0 comments

Comments

@arunk
Copy link

arunk commented Aug 8, 2024

So I ran the bbb-install script and it seemed to run fine and install all the components but at the end during bbb-conf --check I got the following at the bottom:

# Potential problems described below
# Warning: You have this server defined for https, but in
#
#   /usr/share/bigbluebutton/nginx/sip.nginx
#
#  did not find the use of https in definition for proxy_pass
#
#            proxy_pass http://65.109.94.175:5066;
#

# Warning: You have this server defined for https, but in
#
#   /usr/share/bigbluebutton/nginx/sip.nginx
#
#  did not find the use of port 7443 in definition for proxy_pass
#
#            proxy_pass http://65.109.94.175:5066;
#

#
# bbb-webrtc-sfu will try to connect to null but FreeSWITCH is listening on 65.109.94.175 for port 5066
#
# To fix, run the commands
#
# sudo yq e -i 'freeswitch.sip_ip' = 65.109.94.175 /etc/bigbluebutton/bbb-webrtc-sfu/production.yml
# sudo chown bigbluebutton:bigbluebutton /etc/bigbluebutton/bbb-webrtc-sfu/production.yml
#

So I found the two instructions seemed to be in conflict. One was saying that I should change the port to 7443 and the other saying the service is running at 5066. Anyway running this command sudo yq e -i 'freeswitch.sip_ip' = 65.109.94.175 /etc/bigbluebutton/bbb-webrtc-sfu/production.yml produced this error:
Error: stat =: no such file or directory
I anyway manually checked the file /etc/bigbluebutton/bbb-webrtc-sfu/production.yml and it had the right IP in the freeswitch.sip_ip section. I changed the ownership to bigbluebutton.
The service appears to be running ok. But I thought I would log this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant