-
Notifications
You must be signed in to change notification settings - Fork 545
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
dconf-CRITICAL **: unable to create directory '/home/bigbluebutton/.cache/dconf' #265
Comments
I have the same problem |
I have the same problem too, need to fix since recordings are not being processed. |
Which version have you installed? |
Hi @ffdixon I have 2.2.23 version, installed with the sh script. The first try was unsuccesful, because i had errors while processing recordings and with freeswitch. After that I managed to reinstall and now I only ha e the dconf errors. Thanks |
I have the same problem too |
After installation, the directory /home/bigbluebutton/ was not created for me. I solved this issue by running |
I'm getting the same error on a newly installed server. |
I think you can ignore those errors -- they don't stop the processing of recordings. |
i have face same problem and i am not able to land on home page |
Same here! done all the workaround, but it persists. |
my presentation is not uploading, when I click on upload it shows me converting file processing bar, till hours and stuck there, is there any option to fix it or remove this uploading feature from the options, please help me out. thanks |
Where do you find this script please ? Thanks for your help ;) |
Can you try updating to the latest release (2.2.29) and let us know if the problem still persists. |
I updated from 2.2.28 to 29 and had the same issue, but I am not sure if this problem existed in 28. |
After executing |
Hello, Boukari |
Hi, to resolve my problem i have to reinstall the server .... |
I had the same problem after installing 2.2.36 via bbb-install.sh The user "bigbluebutton" will be created by the install script, but its home directory /home/bigbluebutton will not. The script /usr/share/bbb-web/run-prod.sh will then try to create further directories beneath the home, and fail, because the home directory does not exist yet, and the user "bigbluebutton" is not allowed to create it in /home. My quick and dirty solution was to create the directories /home/bigbluebutton, /home/bigbluebutton/.cache and /home/bigbluebutton/.cache/dconf by hand as root:
The commands might differ slightly on your system, but you get the idea. In my view, giving mode 777 to directories should be avoided for security reasons. CU, Michi |
I had same problem, fairly new install 2.236 with bbb-install.sh - meetings closed afer about 7 minutes apparently due to this problem. Recreating the folders as shown by @michi-80337 worked for me. |
This error shouldn't be related to meetings closing. Do you see anything in the |
Really sorry Fred - you are right it was not the cause of my problem. The script from @michi-80337 stopped the dconf- errors but were unrelated to my meeting shutting down (which is only happening via an intergration created meeting - not mconf so I will dig deeper on that and raise seperate ticket or question on the group if I get stuck!) |
User creation happens in
The documentation mentions it should be something like I have that problem on my BBB-Servers. The only "specialty" I can think of is that I ran I also checked my |
There are multiple packages that create the user if it doesn't exist yet. I found it in bbb-apps-akka.postinst, bbb-fsesl-akka.postinst, bbb-record-core.preinst, and in bbb-transcode-akka.postinst. Which one is actually used, depends on the installation order of these packages. addUser() is a shell function defined in the install scripts, and the function delegates the actual work to the useradd system tool:
The -r switch is equivalent to the --system switch. The man page for useradd states:
The manpage further tells that -m and --create-home are equivalent. Now let's have a deeper look into bbb-record-core.preinst, because the userAdd function looks a little bit different there:
There is no -m switch to create the directory. Hence no directory is created. The -d switch used in the function just controls the home directory field in /etc/passwd:
|
Fix issue bigbluebutton#265 (1/2): Add function to create home directory structure if it doesn't exist.
Fix issue bigbluebutton#265 (2/2): Add function call into main()
is this issue still relevant? Libreoffice is running in a container since BBB 2.3. Please test with the latest 2.4 release. |
Hi. I have installed bbb using your script. and these is output of
bbb-conf --status
:and this is output of
sudo bbb-conf --debug
:what is the problem?
The text was updated successfully, but these errors were encountered: