Fresh install of bbb-vm-071a.
I can not get uploads/presentations to
work,as well as desktop sharing.
I did have a working bbb-vm-064, upgraded to 070,that worked fine, for
the last 5 months so i am fairly familiar with bbb files/dirs..
I can not even do an ls -l on the var/bigbluebutton directory-
permission denied.?
tried to chown -R 777 /var/bigbluebutton,and get 'permission denied".
tried this command as sudo as well,and simply can not even see contents
in /var/bigbluebutton.
Is this behavour correct on bbb-vm-071a?
Also I am seeing in logs when trying to do an file
upload/presentaion,*after* i get the IO error of the file failing to
upload(or show),I see 'connection timed out from upstream". When trying
to do a desktop share the desktop share module is always blank. I never
see any errors thrown after this happens.
When doing an 'sudo bbb-conf --clean' ,,
everything looks correct on restart ,,,except I always get
BigBlueButton could not connect to http : //
bbbservername/bigbluebutton/api ( hangs for sometime here trying to
connect)
I can however do an wget http: // bbbservername/bigbluebutton/api from a
terminal on a remote host and get a connect alright?
Just to try and circumvent this problem I have --setip to FQDN, internal
ip address, public ip address,and no change. I even tried setting to
127.0.0.1 and same results.
When running the command 'bbb-conf --version' i get the following error:
/usr/local/bin/bbb-conf: line 516: is_redhat: command not found
/usr/local/bin/bbb-conf: line 519: is_ubuntu: command not found
I have tried to do about three fresh installs over the last two days and
end up with same results. With bbb-conf throwing the weird output ,with
bbb-conf --version,It would appear something is wonky with bbb-config?
Sorry for long post. I always figure it helps to give detailed info.
Thank You,
Barry
When you say a fresh install of 'bbb-vm-071a', I'm assuming you are
running the BigBlueButton VM. I don't think the problem is directly
permissions, though you can try
sudo chown -R 777 /var/bigbluebutton
and also can do
sudo bbb-conf --check
and see if it flags any problems that might prevent file upload from working.
I'm thinking you need to get the networking issue resolved, as the
client is trying to upload documents through a HTTP POST and if it has
problems connecting to the BigBlueButton server, then upload will
fail.
Are you running this from behind a firewall? If not, then you should
need only set BigBlueButton to an IP address of a FQDN. The FQDN
should resolve to the IP address from a remote machine *and* on the
BigBlueButton server. I'm wondering if it does? Can you try running
wget http://bbbservername/bigbluebutton/api -O -
on both a remote machine and the BigBlueButton server and let us know
if it resolves.
Regards,... Fred
BigBlueButton will not run without 1G of memory. With 500M of memory,
it's non-deterministic what parts will start and what parts will not.
Give the BigBlueButton VM 1G of memory and try again.
> I am getting lots of errors in the red5 logs saying an application is
> running something will most likely cause memory leaks. Also getting an
> error about something with RoomModule.xml ,,maybe not found as well.
There are a number of error messages that we're working on cleaning up. See
http://code.google.com/p/bigbluebutton/issues/detail?id=829
> Also it kind of concerns me why when doing the bbb-conf --version it
> doesnt find the versioning number
It's a small bug in bbb-conf. See:
http://code.google.com/p/bigbluebutton/issues/detail?id=829
Fundamentally, the BigBlueButton processes don't have enough memory to
run, so all bets are off at the moment.
Regards,... Fred