bbb:/usr/local/greenlight$ telnet 127.0.0.1 5000
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Connection closed by foreign host.
bbb:/usr/local/greenlight$bbb:/usr/local/greenlight$ docker run --rm --env-file env bigbluebutton/greenlight rake conf:check
Checking environment: Passed
Checking Connection: Failed
Error connecting to BigBlueButton server - execution expired
bbb:/usr/local/greenlight$bbb:/usr/local/greenlight$ sudo bbb-conf --check
BigBlueButton Server 1.1.0 (580)
Kernel version: 4.4.0-104-generic
Distribution: Ubuntu 16.04.3 LTS (64-bit)
Memory: 8167 MB
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
Port test (tunnel): bbb.[domain]
red5: bbb.[domain]
useWebrtcIfAvailable: true
/opt/freeswitch/etc/freeswitch/sip_profiles/external.xml (FreeSWITCH)
websocket port: 7443
WebRTC enabled: true
/etc/nginx/sites-available/bigbluebutton (nginx)
server name: bbb.[domain]
port: 80, [::]:80
port: 443 ssl
bbb-client dir: /var/www/bigbluebutton
/var/lib/tomcat7/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
bbb-web host: bbb.[domain]
/var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp (API demos)
url: bbb.[domain]
/var/www/bigbluebutton/check/conf/config.xml (client check)
client check: bbb.[domain]
/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)
voice conference: FreeSWITCH
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
playback host: bbb.[domain]
** Potential problems described below **
# Warning: API URL IPs do not match host:
#
# IP from ifconfig: 107.152.x.y
# /var/lib/tomcat7/webapps/demo/bbb_api_conf.jsp: bbb.[domain]
# Warning: The API demos are installed and accessible from:
#
# https://bbb.[domain]/demo/demo1.jsp
#
# These API demos allow anyone to access your server without authentication
# to create/manage meetings and recordings. They are for testing purposes only.
# If you are running a production system, remove them by running:
#
# sudo apt-get purge bbb-demo
# Warning: The client self check is installed and accessible from:
#
# https://bbb.[domain]/check
#
bbb:/usr/local/greenlight$
bbb:/usr/local/greenlight$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
07f6bfcd8e9a bigbluebutton/greenlight "scripts/default_sta…" 25 minutes ago Up 2 minutes 0.0.0.0:5000->80/tcp greenlight
bbb:/usr/local/greenlight$ 2017/12/29 20:39:10 [error] 18688#18688: *41 recv() failed (104: Connection reset by peer) while reading response header from upstream, client: 209.112.x.y, server: bbb.[domain], request: "GET /b HTTP/1.1", upstream: "http://127.0.0.1:5000/b", host: "bbb.[domain]"
2017/12/29 20:39:10 [error] 18688#18688: *41 open() "/var/www/nginx-default/50x.html" failed (2: No such file or directory), client: 209.112.191.33, server: bbb.[domain], request: "GET /b HTTP/1.1", upstream: "http://127.0.0.1:5000/b", host: "bbb.[domain]"5: docker0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
link/ether 02:42:5d:1a:32:6e brd ff:ff:ff:ff:ff:ff
inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0
valid_lft forever preferred_lft forever
inet6 fe80::42:5dff:fe1a:326e/64 scope link
valid_lft forever preferred_lft foreverbbb:/usr/local/greenlight$ ping 172.17.0.1
PING 172.17.0.1 (172.17.0.1) 56(84) bytes of data.
64 bytes from 172.17.0.1: icmp_seq=1 ttl=64 time=0.173 ms
64 bytes from 172.17.0.1: icmp_seq=2 ttl=64 time=0.069 ms
^C
--- 172.17.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 0.069/0.121/0.173/0.052 ms
scrites@bbb:/usr/local/greenlight$ ping 172.17.0.3
PING 172.17.0.3 (172.17.0.3) 56(84) bytes of data.
^C
--- 172.17.0.3 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2015ms
bbb:/usr/local/greenlight$ bbb:/usr/local/greenlight$ sudo docker run --rm -it bigbluebutton/greenlight /bin/bash
root@a035e1a0b4a6:/usr/src/app# ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
139: eth0@if140: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
link/ether 02:42:ac:11:00:03 brd ff:ff:ff:ff:ff:ff
inet 172.17.0.3/16 brd 172.17.255.255 scope global eth0
valid_lft forever preferred_lft forever
root@a035e1a0b4a6:/usr/src/app# ping 172.17.0.3
PING 172.17.0.3 (172.17.0.3): 56 data bytes
64 bytes from 172.17.0.3: icmp_seq=0 ttl=64 time=0.146 ms
64 bytes from 172.17.0.3: icmp_seq=1 ttl=64 time=0.112 ms
^C--- 172.17.0.3 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.112/0.129/0.146/0.000 ms
root@a035e1a0b4a6:/usr/src/app# ping 172.17.0.1
PING 172.17.0.1 (172.17.0.1): 56 data bytes
64 bytes from 172.17.0.1: icmp_seq=0 ttl=64 time=0.216 ms
64 bytes from 172.17.0.1: icmp_seq=1 ttl=64 time=0.126 ms
^C--- 172.17.0.1 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.126/0.171/0.216/0.045 ms
root@a035e1a0b4a6:/usr/src/app# ip route
default via 172.17.0.1 dev eth0
172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.3
root@a035e1a0b4a6:/usr/src/app# --
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
--BigBlueButton Developer@bigbluebutton
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
@bbb:/etc/nginx/sites-enabled$ ls -alh /etc/bigbluebutton/nginx/
total 52K
drwxr-xr-x 2 red5 red5 4.0K Dec 29 14:35 .
drwxr-xr-x 3 red5 red5 4.0K Dec 15 14:53 ..
-rw-r--r-- 1 root root 79 May 23 2017 check.nginx
-rw-r--r-- 1 root root 434 Aug 6 17:31 client
lrwxrwxrwx 1 root root 31 Dec 15 14:50 client.nginx -> /etc/bigbluebutton/nginx/client
-rw-r--r-- 1 root root 782 May 11 2017 demo.nginx
-rw-r--r-- 1 root root 779 Dec 29 14:35 greenlight.nginx
-rw-r--r-- 1 root root 1.5K May 23 2017 presentation.nginx
-rw-r--r-- 1 red5 red5 729 Oct 31 16:33 screenshare.nginx
-rw-r--r-- 1 root root 312 Dec 29 12:08 sip.nginx
-rw-r--r-- 1 root root 311 Dec 29 12:07 sip.nginx.original
-rw-r--r-- 1 red5 red5 261 Oct 31 16:33 verto.nginx
-rw-r--r-- 1 root root 892 Aug 6 17:31 web
-rw-r--r-- 1 root root 406 Dec 29 09:01 webhooks.nginx
lrwxrwxrwx 1 root root 28 Dec 15 14:50 web.nginx -> /etc/bigbluebutton/nginx/web
@bbb:/etc/nginx/sites-enabled$
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
--BigBlueButton Developer@bigbluebutton
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
--BigBlueButton Developer@bigbluebutton
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
bbb:/usr/local/greenlight$ docker run -d -p 5000:80 --restart=unless-stopped -v $(pwd)/db/production:/usr/src/app/db/production -v $(pwd)/assets:/usr/src/app/public/system -v $(pwd)/log:/usr/src/app/log --env-file env --name greenlight bigbluebutton/greenlight
2d93cf6c8cdaaeee7a58e87fe3d753310101357a63bea2570c456f26a0bfd48d
docker: Error response from daemon: driver failed programming external connectivity on endpoint greenlight (a77a5d6aea18854e46232a3df7cb60774e2bc6807d338aaada6ee75eebd59225): (iptables failed: iptables --wait -t nat -A DOCKER -p tcp -d 0/0 --dport 5000 -j DNAT --to-destination 172.17.0.2:80 ! -i docker0: iptables: No chain/target/match by that name.
(exit status 1)).bbb:/usr/local/greenlight$ docker run --rm --env-file env bigbluebutton/greenlight rake conf:check
Checking environment: Passed
Checking Connection: Passed
Checking Secret: Passed
bbb:/usr/local/greenlight$To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
--BigBlueButton Developer@bigbluebutton
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
--BigBlueButton Developer@bigbluebutton
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsubscribe...@googlegroups.com.
To post to this group, send email to bigbluebu...@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-setup+unsub...@googlegroups.com.
To post to this group, send email to bigbluebutton-setup@googlegroups.com.
Visit this group at https://groups.google.com/group/bigbluebutton-setup.
For more options, visit https://groups.google.com/d/optout.