Hi Chad,
Thanks for your responses.
Just for a reminder, I've got 0.81-dev running on Ubuntu 10.04 64 bit.
I've purged bbb-demo so I'm running with the default client you guys
supply.
I've implemented
http://code.google.com/p/bigbluebutton/wiki/FAQ#How_do_I_change_the_/client/_BigBlueButton_.html_portion_of_the
(How do I change the /client/ BigBlueButton .html portion of the URL?)
and the server was still running fine afterwards (with the IP address,
not the subdomain name)
I've got your 0.80 development VM running on my local machine, and I
successfully compiled a theme, and successfully installed that theme
on my 0.81-dev VPS.
Everything else is "out of the box".
To reply to your comments:
On Wed, May 22, 2013 at 3:01 PM, Chad Pilkey <
capi...@gmail.com> wrote:
> There's two things that stick out.
>
>> bbb-client dir: #/var/www/bigbluebutton
>
> That shouldn't have a "#" infront of the path.
No, I did not edit bbb-conf in any way. To check that, I went and
fetched bbb-conf from git and ran the 'bbb-conf --check' command
again. The output is at the end of this message (same result as I
previously pasted, in fact).
I also checked the files I did edit, to make sure I didn't leave a
syntax error in there, but I didn't see anything. I have notably
opened or edited:
/etc/bigbluebutton/nginx/client.nginx
/etc/bigbluebutton/nginx/rewrite.nginx
/etc/nginx/nginx.conf
/opt/freeswitch/conf/autoload_configs/conference.conf.xml
/var/www/bigbluebutton/client/conf/config.xml
/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties
/var/lib/tomcat6/webapps/demo/bbb_api_conf.jsp
/etc/nginx/sites-available/bigbluebutton
/var/www/bigbluebutton/client/swfobject.js
/var/www/bigbluebutton/client/swfobject/swfobject.js
all the JavaScript files in /var/www/bigbluebutton/client/lib
/var/www/bigbluebutton/client/BigBlueButton.html
/var/www/bigbluebutton/client/conf/config.xml
But it seems strange to me that if I corrupted one of those files,
then why is the installation working fine with the IP address set via
'bbb-conf --setip 123.123.123.123' but not after I execute 'bbb-conf
--setip
conference.mydomainname.com'?
(as a reminder, when I'm accessing my BBB via Fred Dixon's WordPress
integration plugin. When I try to join a conference when the subdomain
name is set, the first 'Connecting to the server..." message (i.e.
BEFORE my custom BBB theme loads) lasts forever and no conference is
started. But, with the IP address configured, everything works fine).
But running 'bbb-conf --check' returns NO output after '** Potential
problems described below **'.
Got any other ideas, per chance?
On Wed, May 22, 2013 at 3:01 PM, Chad Pilkey <
capi...@gmail.com> wrote:
> After this line:
>
>> ** Potential problems described below **
>
>
> There should be stuff that atleast says that says something like:
>>
>> # IP does not match:
>> # IP from ifconfig: <your local IP>
>> # /etc/nginx/site-available/bigbluebutton:
conference.mydomainname.com>
>
> But what you pasted doesn't contain that.
>
> Have you made changes to bbb-conf at all?
As I said above, no, I made no changes to bbb-conf.
It's a bit weird though, because before all my file edits, I *was*
getting an error warning after reconfiguring with the subdomain
name... But now, there seems to be no complaints after '** Potential
problems described below **'....
When I reconfigure with the subdomain name, I get this output below:
root@conference:/var/www/bigbluebutton/client/lib# bbb-conf --setip
Assigning
conference.mydomainname.com for playback of recordings: .........
Restarting the bigbluebutton server ...
* Stopping Red5 Server red5
[ OK ]
* Stopping Tomcat servlet engine tomcat6
[ OK ]
Stopping nginx: nginx.
Killing: 3510
Stopping OpenOffice headless server.
Record and Playback monitoring stopped
Starting FreeSWITCH
8993 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): done
root@conference:/var/www/bigbluebutton/client/lib#
As a reminder, the output from 'bbb-conf --check' is pasted below. Any
more tips would be very welcome.... :-/
root@conference:/var/www/bigbluebutton/client/lib# bbb-conf --check
BigBlueButton Server 0.81-dev (1124)
Kernel version: 3.0.20-xenU
Distribution: Ubuntu 10.04.4 LTS (64-bit)
Memory: 2440 MB
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
Port test (tunnel): 123.123.123.123
Red5: 123.123.123.123
/etc/nginx/sites-available/bigbluebutton (nginx)
server name: 123.123.123.123
port: 80
bbb-client dir: #/var/www/bigbluebutton
/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/bigbluebutton.properties
(bbb-web)
bbb-web host: 123.123.123.123
/usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml (red5)
voice conference: FreeSWITCH
capture video: true
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
playback host: 123.123.123.123
** Potential problems described below **
root@conference:/var/www/bigbluebutton/client/lib#
Puzzled and perplexed...
--
David