bigbluebutton / bbb-install

BASH script to install BigBlueButton in 30 minutes.
GNU Lesser General Public License v3.0
617 stars 539 forks source link

installation stops with setting up webhooks #15

Closed actXc closed 6 years ago

actXc commented 6 years ago

on a plain ubuntu 16.04 done nothing else than ./bbb-install.sh -s -v xenial-200 -e -t -g the installation stops with no cursor or prompt at

(...) Setting up bbb-webhooks (1:2.0.0-6) ...

bbb-conf --status shows:

red5: active tomcat7: active nginx: active freeswitch: active redis-server.service: active bbb-apps-akka: active bbb-transcode-akka: active bbb-fsesl-akka: active mongod: active bbb-html5: active bbb-webrtc-sfu: active kurento-media-server: active

which is very promising. But ./bbb-install.sh never ends.

And calling the website via domain give "connection refused" calling the ip: "Welcome to nginx! further installation is necessary"

Where to continue?

actXc commented 6 years ago

I rebooted the server, setting the /etc/hosts/ bot mongod is not active.

Now I get bbb-conf --status red5: active tomcat7: active nginx: active freeswitch: active redis-server.service: active bbb-apps-akka: active bbb-transcode-akka: active bbb-fsesl-akka: active mongod: failed bbb-html5: active bbb-webrtc-sfu: active kurento-media-server: active

I tried

bbb-conf --check

and got warnings for_ ffmpeg 2.4 webhooks apt-get upgrade now wants dpkg --configure -a this starts again Setting up bbb-webhooks (1:2.0.0-6) ... dpkg: error processing package bbb-webhooks (--configure): subprocess installed post-installation script was interrupted Errors were encountered while processing: bbb-webhooks

how can I get out of the loop?

actXc commented 6 years ago

SOLVED: After resetting all the apt processes , caches and locks ( I was able to install the bbb-webhooks. Then the greenlight needed to be configured again according the manual install

ffdixon commented 6 years ago

Hi Guido,

Thanks for reporting the issue. We can see there was an issue with the recent updates to post-install script for bbb-webhooks. It shouldn't take too long for us to fix.

Regards,... Fred

On Sun, Jun 24, 2018 at 2:32 PM Guido Hornig notifications@github.com wrote:

After resetting all the apt processes , caches and locks I was able to install the bbb-webhooks Then the greenlight needed to be configured again according the manual install

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bigbluebutton/bbb-install/issues/15#issuecomment-399777310, or mute the thread https://github.com/notifications/unsubscribe-auth/AARuL8csKofVxaOkILJuyO5y1LtzrEsPks5t_9s8gaJpZM4U1Mah .

-- BigBlueButton Developer http://bigbluebutton.org/ @bigbluebutton

ffdixon commented 6 years ago

Hi Guido,

We fixed the issue that was causing the webhooks to not finish installing and pushed the update to the public packages for BigBlueButton 2.0-beta.

Could you try installing again on a new server and let us know if you encounter any more issues.

Regards,... Fred

On Sun, Jun 24, 2018 at 3:58 PM Fred Dixon ffdixon@gmail.com wrote:

Hi Guido,

Thanks for reporting the issue. We can see there was an issue with the recent updates to post-install script for bbb-webhooks. It shouldn't take too long for us to fix.

Regards,... Fred

On Sun, Jun 24, 2018 at 2:32 PM Guido Hornig notifications@github.com wrote:

After resetting all the apt processes , caches and locks I was able to install the bbb-webhooks Then the greenlight needed to be configured again according the manual install

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bigbluebutton/bbb-install/issues/15#issuecomment-399777310, or mute the thread https://github.com/notifications/unsubscribe-auth/AARuL8csKofVxaOkILJuyO5y1LtzrEsPks5t_9s8gaJpZM4U1Mah .

-- BigBlueButton Developer http://bigbluebutton.org/ @bigbluebutton

-- BigBlueButton Developer http://bigbluebutton.org/ @bigbluebutton

actXc commented 6 years ago

Thanks for maintaining this script-. I hope I can spend some more time on this, I lost enough time already with experimenting in the dark.

actXc commented 6 years ago

I installed a brand new 16.04 Ubuntu and the installation was smooth and came to an end. The only manual thing I did was in /etc/hosts to add the url to the IP adress, but may be this is not necessary? The second change was the recommended update of the ffmpeg to version 4. Theses steps could be part of the script.

actXc commented 6 years ago

@ffdixon: Do you think a test with ubuntu 18.04 would help anyone?

ffdixon commented 6 years ago

Not at the moment -- we've not tried setting up on Ubuntu 18.04 yet, so it probably wouldn't work.

workdojos commented 3 years ago

Not at the moment -- we've not tried setting up on Ubuntu 18.04 yet, so it probably wouldn't work.

Hi Fred,

I installed BBB 2.3 today in Docker, trying to install webhooks, get the following:

Unable to locate package bbb-webhooks

Are webhooks not yet supported in 2.3? Thanks