Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not Working with ubuntu 18.04 that is running the latest BigBlueButton 2.3.0 #16

Open
HasanMajhali opened this issue May 2, 2021 · 2 comments

Comments

@HasanMajhali
Copy link

Not Working with ubuntu 18.04 that is running the latest BigBlueButton 2.3.0
this what showing when installing
MyServer:/bbb-download# sudo ./install.sh
Reading package lists... Done
Building dependency tree
Reading state information... Done
python is already the newest version (2.7.15
rc1-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libva-x11-1
E: Unable to locate package libva-drm1
E: Unable to locate package libfdk-aac-dev
chown: invalid user: ‘tomcat7:tomcat7’

@prazape
Copy link

prazape commented May 28, 2021

Hi @HasanMajhali,
make few changes in install.sh:

use newer packages:
line 15:
libva-x11-1 to libva-x11-2
libva-drm1 to libva-drm2

use different user for logs:
line 30:
chown bigbluebutton:bigbluebutton

This should help (but I do not use install.sh)

Regards,
Prazape

@hongquang9
Copy link

Dear prazape,
After changing install.sh as your comment, I can run install.sh successfully.
However, when I run "sudo bbb-record --rebuildall", I got following message and no *.mp4 was create in /var/bigbluebutton/published/presentation/d4719a0f99bca28eb2ab964c1667d6f1112b9e55-1625129712632/
"
Marking for rebuild d4719a0f99bca28eb2ab964c1667d6f1112b9e55-1625129712632
removed '/var/bigbluebutton/recording/status/sanity/d4719a0f99bca28eb2ab964c1667d6f1112b9e55-1625129712632.done'
removed '/var/bigbluebutton/recording/status/processed/d4719a0f99bca28eb2ab964c1667d6f1112b9e55-1625129712632-presentation.done'
removed '/var/bigbluebutton/recording/status/published/d4719a0f99bca28eb2ab964c1667d6f1112b9e55-1625129712632-presentation.done'
Enqueing sanity worker with {:single_step=>false, :meeting_id=>"d4719a0f99bca28eb2ab964c1667d6f1112b9e55-1625129712632"}
"

Do you have any idea for this problem?
Thank in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants