Hi pals!
when i set the protocol to bridge, i get no Internet access and when do "sudo bbb-conf --check"(in bridge mode), i get the following error:BigBlueButton Server 0.8-beta-4 (951)
Kernel version: 2.6.32-41-generic
Distribution: Ubuntu 10.04.4 LTS (32-bit)
Memory: 2012 MB
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
Port test (tunnel): 10.15.14.92
Red5: 10.15.14.92
/etc/nginx/sites-available/bigbluebutton (nginx)
server name: 10.15.14.92
port: 80
bbb-client dir: /var/www/bigbluebutton
/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties (bbb-web)
bbb-web host: 10.15.14.92
/var/lib/tomcat6/webapps/demo/bbb_api_conf.jsp (API demos)
api url: 10.15.14.92
/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)
voice conference: FreeSWITCH
/usr/local/bigbluebutton/core/scripts/slides.yml (record and playback)
playback host: 10.15.14.92
** Potential problems described below **
# Warning: nginx is not serving BigBlueButton's web application
# from port 8080
#
# (This is OK if you have setup a development environment.)
# Warning: There is no application server listening to port 8888.
# Error: Could not connect to the configured hostname/IP address
#
#
http://10.15.14.92/#
# If your BigBlueButton server is behind a firewall, see FAQ:
#
#
http://code.google.com/p/bigbluebutton/wiki/FAQ#
# (See entry for setting up BigBlueButton behind a firewall.)
# Warning: The API demos are installed and accessible from:
#
#
http://10.15.14.92/#
# Use the API demos test your BigBlueButton setup. To remove
#
# sudo apt-get purge bbb-demo
And when I run the "sudo bbb-conf --clean", i have the following output:Doing a clean restart of BigBlueButton ...
* Stopping Red5 Server red5 [ OK ]
* Stopping Tomcat servlet engine tomcat6 [ OK ]
Stopping nginx: nginx.
Killing: 2569
Stopping OpenOffice headless server.
Record and Playback monitoring stopped
Cleaning Log Files ...
* could not access PID file for nginx
* Red5 Server is not running.
* Tomcat servlet engine is not running.
Starting FreeSWITCH
Error: stacksize 4194303 is too large: run ulimit -s 240 or run /opt/freeswitch/bin/freeswitch -waste.
auto-adjusting stack size for optimal performance...
3809 Backgrounding.
Waiting for FreeSWITCH to start: ....................
Starting OpenOffice headless server
Starting nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
configuration file /etc/nginx/nginx.conf test is successful
nginx.
* Starting Red5 Server red5
[ OK ]
* Starting Tomcat servlet engine tomcat6 [ OK ]
Record and Playback monitoring started
Waiting for BigBlueButton to finish starting up (this may take a minute): Startup unsuccessful: could not connect to
http://10.15.14.92/bigbluebutton/apiAnd the output for "sudo ifconfig" is the following:Doing a clean restart of BigBlueButton ...
* Stopping Red5 Server red5 [ OK ]
* Stopping Tomcat servlet engine tomcat6 [ OK ]
Stopping nginx: nginx.
Killing: 2569
Stopping OpenOffice headless server.
Record and Playback monitoring stopped
Cleaning Log Files ...
* could not access PID file for nginx
* Red5 Server is not running.
* Tomcat servlet engine is not running.
Starting FreeSWITCH
Error: stacksize 4194303 is too large: run ulimit -s 240 or run /opt/freeswitch/bin/freeswitch -waste.
auto-adjusting stack size for optimal performance...
3809 Backgrounding.
Waiting for FreeSWITCH to start: ....................
Starting OpenOffice headless server
Starting nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
configuration file /etc/nginx/nginx.conf test is successful
nginx.
* Starting Red5 Server red5
[ OK ]
* Starting Tomcat servlet engine tomcat6 [ OK ]
Record and Playback monitoring started
Waiting for BigBlueButton to finish starting up (this may take a minute): Startup unsuccessful: could not connect to
http://10.15.14.92/bigbluebutton/apiBut as i run "sudo bbb-conf --setip 10.15.14.92", i get the following error:Assigning 10.15.14.92 for testing for firewall in /var/www/bigbluebutton/client/conf/config.xml
Assigning 10.15.14.92 for rtmp:// in /var/www/bigbluebutton/client/conf/config.xml
Assigning 10.15.14.92 for servername in /etc/nginx/sites-available/bigbluebutton
Assigning 10.15.14.92 for http:// in /var/www/bigbluebutton/client/conf/config.xml
Assigning 10.15.14.92 for web application URL in /var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties
Assigning 10.15.14.92 for api demos in /var/lib/tomcat6/webapps/demo/bbb_api_conf.jsp
Assigning 10.15.14.92 for record and playback in /usr/local/bigbluebutton/core/scripts/slides.yml
Restarting the bigbluebutton server ...
* Stopping Red5 Server red5 [ OK ]
* Stopping Tomcat servlet engine tomcat6 [ OK ]
Stopping nginx: nginx.
Killing: 3809
Stopping OpenOffice headless server.
Record and Playback monitoring stopped
Starting FreeSWITCH
Error: stacksize 4194303 is too large: run ulimit -s 240 or run /opt/freeswitch/bin/freeswitch -waste.
auto-adjusting stack size for optimal performance...
4273 Backgrounding.
Waiting for FreeSWITCH to start: ....................
Starting OpenOffice headless server
Starting nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
configuration file /etc/nginx/nginx.conf test is successful
nginx.
* Starting Red5 Server red5
[ OK ]
* Starting Tomcat servlet engine tomcat6 [ OK ]
Record and Playback monitoring started
Waiting for BigBlueButton to finish starting up (this may take a minute): Startup unsuccessful: could not connect to
http://10.15.14.92/bigbluebutton/apiWhat should i do to fix the problem?