Giter Site home page Giter Site logo

Comments (3)

nishekh-e-r avatar nishekh-e-r commented on May 27, 2024

@magnaapps can you try to troubleshoot as mentioned here
https://github.com/AsyncWeb/bigbluebutton-streaming#%EF%B8%8F-troubleshooting
If you face any other issues please post here

from bigbluebutton-streaming.

nishekh-e-r avatar nishekh-e-r commented on May 27, 2024

@magnaapps
0|bbb-stre | sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper

The error in your log file indicates that the backend bbb-streaming requires sudo access. To resolve this, you can configure sudo to not ask for a password for the relevant user. Here's how:

  1. Open a terminal.

  2. Type sudo visudo. This will open the sudoers file in the system's default text editor. The visudo command checks the syntax of the sudoers file to help prevent you from accidentally locking yourself out of the system.

  3. Scroll down to the section of the file that looks like this:

# User privilege specification
root    ALL=(ALL:ALL) ALL
  1. Underneath the root user, add the following line, replacing username with the username for which you want to allow passwordless sudo commands:
username ALL=(ALL:ALL) NOPASSWD: ALL
  1. Press Ctrl+X to exit the editor, then Y to save changes, and Enter to confirm.

Now, the user you added will be able to use sudo without being asked for a password.

and restart bbb-streaming pm2 restart bbb-streaming

from bigbluebutton-streaming.

magnaapps avatar magnaapps commented on May 27, 2024

Thank works, I think making sure username ALL=(ALL:ALL) NOPASSWD: ALL is setup before start is important

from bigbluebutton-streaming.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.