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

Error while setting up BigBlueButton 2.7 Docker: "unable to stat C, error: stat C: no such file or directory #305

Open
lostguyy opened this issue Nov 29, 2023 · 6 comments

Comments

@lostguyy
Copy link

lostguyy commented Nov 29, 2023

I cloned the BigBlueButton 2.7 Docker repository from GitHub (https://github.com/bigbluebutton/docker) and ran the command ./scripts/setup. During the setup process, I was prompted with some questions, which I answered. However, at the end of the setup, I encountered the following error:

2023/11/24 10:27:30 unable to stat C, error: stat C: no such file or directory

I have attempted to debug and resolve the issue, but I couldn't find a solution. It seems to be related to a file or directory named "C," but I am unsure about the cause and how to address it.

I am seeking guidance on resolving the "unable to stat C" error during the setup of BigBlueButton 2.7 Docker version. Any insights into the cause of the issue and potential solutions would be greatly appreciated.

@alangecker
Copy link
Collaborator

thats strange!
what operating system are you using?
I somehow have the suspicion that you might be using WSL under Windows? at least on occurrence of a similar error was due to issues handling C:\ .

@lostguyy
Copy link
Author

lostguyy commented Dec 4, 2023

Hi Alangecker,

Thank you for your reply. As I'm a beginner, I don't have much knowledge about these things. The WSL point you mentioned helped me with the error I inquired about earlier. I was using Docker Desktop, and Docker was utilizing WSL. Even after disabling the WSL mode in Docker and attempting to use the hypervisor instead, it still didn't work for me.

Now, I'm using Ubuntu OS on a virtual machine, and it is downloading the images and starting the container. However, the issue I'm facing now is that I can't access the application. The browser returns 502 bad gateway error. I'm trying to access it on Firefox with the URL http://bigbluebutton.com/, where bigbluebutton.com is the domain name I used during the ./scripts/setup prompt. Any insights into this would be greatly appreciated.

@JuniorWolfgamingDE
Copy link

JuniorWolfgamingDE commented Dec 4, 2023

Hey, just tried setting up BBB myself, and I get the 502 too. Cant figure out whats causing it tho :/
Using Ubuntu on a VPS.

@JeanPluzo
Copy link

Hi,

if you already have a VM it would be better to install it with the installation script and skip docker all together.
If you have several layers of virtualization (BBB->docker->WSL) BBB is going to behave strangely.
I would recommend first installing BBB the "normal" way. If you succeed then try it inside docker.
Regarding your 502 error: do you have the right certificates? Did the docker installation generate some certificates for you? Do you have a FQDN?

Regards,
J.

@alangecker
Copy link
Collaborator

maybe this comment could help?
#259 (comment)

@ben-ba
Copy link

ben-ba commented Mar 11, 2024

To verify your installation u can access the path /bigbluebutton/

response should be SUCCESS

a bad gateway under / is normal, because no demo is available since release x

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

5 participants