bigbluebutton / bbb-install

BASH script to install BigBlueButton in 30 minutes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to locate packages for focal-270 at ubuntu.bigbluebutton.org

john1726 opened this issue · comments

Please note that I have been following the directions on https://github.com/bigbluebutton/bbb-install using this command to install bbb-install-2.7.sh on my Ubuntu 20.04 machine:

root@Grieg:/home/rmoore/Install# wget -qO- https://raw.githubusercontent.com/bigbluebutton/bbb-install/v2.7.x-release/bbb-install.sh | bash -s -- -w -v focal-27 -s mydomain.org -e email@example.com

But it is still giving me this error:

bbb-install: Unable to locate packages for focal-270 at ubuntu.bigbluebutton.org.

Is focal-270 available now? My focal-260 stopped working.

Please note that I checked #627 but the README on bbb-install.sh says to use focal-270 now.

Do you have any suggestions? TIA.

Hi @john1726

Please use focal-270, not focal-27.

Where did you find this focal-27 option? It looks like a typo but I am not finding it. Share a link please.

Thank you! Now I am getting "You have been removed from the conference" when I try to start an online meeting.

-- ERRORS found in /var/log/bigbluebutton/* --
/var/log/bigbluebutton/bbb-web.2023-10-22.log:2023-10-22T17:34:47.743-06:00 ERROR o.b.a.s.i.RecordingServiceFileImpl - Failed to create /var/bigbluebutton/recording/status/recorded/d6cb445b9383e0d42168996337ef884a53eae245-1698014122720.done file.
/var/log/bigbluebutton/bbb-web.2023-10-24.log:2023-10-24T01:04:53.345-06:00 ERROR o.b.web.controllers.ApiController - User denied access for this session
/var/log/bigbluebutton/bbb-web.2023-10-24.log:2023-10-24T01:04:53.345-06:00 ERROR o.b.web.controllers.ApiController - You can not join a meeting that has already been forcibly ended
/var/log/bigbluebutton/bbb-web.2023-10-24.log:2023-10-24T01:04:53.345-06:00 ERROR o.b.web.controllers.ApiController - A meeting with that ID does not exist
/var/log/bigbluebutton/bbb-web.2023-10-24.log:2023-10-24T01:04:53.345-06:00 ERROR o.b.web.controllers.ApiController - Invalid session token

Here is my full debug log:

https://pastebin.com/VnqTDTCB

Hi again!

Based on your logs it looks like you are upgrading from 2.5 to 2.7 or 2.5->2.6->2.7... I see remnants of bbb-demo package https://docs.bigbluebutton.org/2.6/new-features#we-have-retired-the-bbb-demo-api-demos-development-only-package
I also see logs of some other application on the same server... It's difficult to assist when there are other apps.
Please try the url in bbb-conf --salt in the browser. Then use it to create a meeting and if you're able to join it as a moderator.

@john1726 I have deleted your post because it gives access to your BigBlueButton. I just created a meeting and joined it. It worked normally.

Please change the secret now bbb-conf --setsecret <some new hash secret>

Anyway, using the link you shared - I clicked on the Create meeting URL, got an xml confirmation.
Clicked on the Join as moderator link, the client opened, all fine.

Please play around with it a bit. Be careful with exposing the secret of your server.

I will close this issue now as your installation worked fine, it was just a typo in the initial command.

Not sure what was giving me that "You have been removed from the conference" message, but I ended up re-installing Ubuntu 20.04 from scratch along with BBB 2.70, so now it is working for me. See also #706

Happy to hear you were able to figure it out!