bigbluebutton / greenlight

A really simple end-user interface for your BigBlueButton server.
GNU Lesser General Public License v3.0
794 stars 3.8k forks source link

Error viewing home room - Invalid BigBlueButton Endpoint and Secret #710

Closed rcitdept closed 5 years ago

rcitdept commented 5 years ago

I have BigBlueButton setup using the Greenlight docker image. I can login OK using LDAP authentication, but when I click "Home" in the top-left I receive the following error message:

01

I've made sure that the secret in Greenlight's .env file matches the output of bbb-conf --secret We changed the IP addresses of the Docker networks used by Greenlight because the one selected by Docker was interfering with other networks in our LAN. The error output in ~/greenlight/log/production.log doesn't appear to quote the reason for the error (pasted at very end). Is there anything else we should check to see what is causing the error?

The following files were changed: /etc/docker/daemon.json ~/greenlight/docker-compose.yml

root@tac1-bbb:~# cat /etc/docker/daemon.json
{
  "bip": "192.168.1.1/24"
}
root@tac1-bbb:~# cat ~/greenlight/docker-compose.yml
version: '3'

networks:
  greenlight:
    ipam:
      driver: default
      config:
        - subnet: "192.168.2.1/24"

services:
  app:
    entrypoint: [bin/start]
    image: bigbluebutton/greenlight:v2
    container_name: greenlight-v2
    env_file: .env
    restart: unless-stopped
    networks:
      - greenlight
    ports:
      - 127.0.0.1:5000:80
# When using external logging
#    logging:
#      driver: $LOG_DRIVER
#      options:
#        syslog-address: $LOG_ADDRESS
#        tag: $LOG_TAG
    volumes:
      - ./log:/usr/src/app/log
# When using sqlite3 as the database
      - ./db/production:/usr/src/app/db/production
# When using postgresql as the database
#    links:
#      - db
#  db:
#    image: postgres:9.5
#    restart: on-failure
#    ports:
#      - 127.0.0.1:5432:5432
#    volumes:
#      - ./db/production:/var/lib/postgresql/data
#    environment:
#      - PGHOST=postgres
#      - PGDATABASE=postgres
#      - PGUSER=postgres
#      - PGPASSWORD=password
root@tac1-bbb:/etc/docker# bbb-conf --secret

    URL: https://joinme.rainierconnect.net/bigbluebutton/
    Secret: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    Link to the API-Mate:
    http://mconf.github.io/api-mate/#server=https://joinme.rainierconnect.net/bigbluebutton/&sharedSecret=XXXXXXXXXXXXXXXXXXXXXXXXXXxxxx
root@tac1-bbb:~/greenlight# cat .env
# Create a Secret Key for Rails
#
# You can generate a secure one through the Greenlight docker image
# with with the command.
#
#   docker run --rm bigbluebutton/greenlight:v2 bundle exec rake secret
#
SECRET_KEY_BASE=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

# The endpoint and secret for your BigBlueButton server.
# Set these if you are running GreenLight on a single BigBlueButton server.
# You can retrive these by running the following command on your BigBlueButton server:
#
#   bbb-conf --secret
#
BIGBLUEBUTTON_ENDPOINT=https://joinme.rainierconnect.net/bigbluebutton/
BIGBLUEBUTTON_SECRET=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
...

Greenlight log generated when receiving error when clicking on "Home":

I, [2019-07-30T16:21:47.724442 #1]  INFO -- : [211010a7-3433-49d9-b0c8-9dac0f842565] Started GET "/b/csr-day-xg9" for 69.10.205.203 at 2019-07-30 16:21:47 +0000
I, [2019-07-30T16:21:47.726125 #1]  INFO -- : [211010a7-3433-49d9-b0c8-9dac0f842565] Processing by RoomsController#show as HTML
I, [2019-07-30T16:21:47.726271 #1]  INFO -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   Parameters: {"room_uid"=>"csr-day-xg9"}
D, [2019-07-30T16:21:47.728755 #1] DEBUG -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
D, [2019-07-30T16:21:47.733132 #1] DEBUG -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   Role Load (0.4ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = ? AND (((roles.name = 'admin') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 2]]
D, [2019-07-30T16:21:47.735206 #1] DEBUG -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   Role Load (0.3ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = ? AND (((roles.name = 'denied') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 2]]
D, [2019-07-30T16:21:47.737474 #1] DEBUG -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   Role Load (0.3ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = ? AND (((roles.name = 'pending') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 2]]
D, [2019-07-30T16:21:47.738750 #1] DEBUG -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   Room Load (0.3ms)  SELECT  "rooms".* FROM "rooms" WHERE "rooms"."uid" = ? LIMIT ?  [["uid", "csr-day-xg9"], ["LIMIT", 1]]
D, [2019-07-30T16:21:47.741132 #1] DEBUG -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   Role Load (0.4ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = ? AND (((roles.name = 'super_admin') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 2]]
D, [2019-07-30T16:21:47.744039 #1] DEBUG -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   Room Exists (0.3ms)  SELECT  1 AS one FROM "rooms" WHERE "rooms"."user_id" = ? AND "rooms"."id" = ? LIMIT ?  [["user_id", 2], ["id", 2], ["LIMIT", 1]]
I, [2019-07-30T16:21:48.769075 #1]  INFO -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   Rendering errors/bigbluebutton_error.html.erb within layouts/application
I, [2019-07-30T16:21:48.769962 #1]  INFO -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   Rendered errors/bigbluebutton_error.html.erb within layouts/application (0.7ms)
D, [2019-07-30T16:21:48.774947 #1] DEBUG -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   CACHE (0.0ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = ? AND (((roles.name = 'super_admin') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 2]]
D, [2019-07-30T16:21:48.776546 #1] DEBUG -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   Room Load (0.3ms)  SELECT  "rooms".* FROM "rooms" WHERE "rooms"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
D, [2019-07-30T16:21:48.777832 #1] DEBUG -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."provider" = ? LIMIT ?  [["provider", "greenlight"], ["LIMIT", 1]]
D, [2019-07-30T16:21:48.779629 #1] DEBUG -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   Feature Load (0.3ms)  SELECT  "features".* FROM "features" WHERE "features"."setting_id" = ? AND "features"."name" = ? LIMIT ?  [["setting_id", 1], ["name", "Branding Image"], ["LIMIT", 1]]
D, [2019-07-30T16:21:48.781066 #1] DEBUG -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   CACHE (0.0ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = ? AND (((roles.name = 'super_admin') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 2]]
D, [2019-07-30T16:21:48.782961 #1] DEBUG -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   CACHE (0.0ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = ? AND (((roles.name = 'admin') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 2]]
I, [2019-07-30T16:21:48.783510 #1]  INFO -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   Rendered shared/_header.html.erb (10.0ms)
I, [2019-07-30T16:21:48.784432 #1]  INFO -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   Rendered shared/components/_cookie_warning.html.erb (0.2ms)
I, [2019-07-30T16:21:48.784665 #1]  INFO -- : [211010a7-3433-49d9-b0c8-9dac0f842565]   Rendered shared/_footer.html.erb (0.8ms)
I, [2019-07-30T16:21:48.785020 #1]  INFO -- : [211010a7-3433-49d9-b0c8-9dac0f842565] Completed 200 OK in 1059ms (Views: 15.4ms | ActiveRecord: 3.5ms)
I, [2019-07-30T16:21:48.874760 #1]  INFO -- : [f7e1cc6b-c67c-4684-ab13-91ee30115a51] Started GET "/b/themes/primary.css" for 69.10.205.203 at 2019-07-30 16:21:48 +0000
I, [2019-07-30T16:21:48.876080 #1]  INFO -- : [f7e1cc6b-c67c-4684-ab13-91ee30115a51] Processing by ThemesController#index as CSS
D, [2019-07-30T16:21:48.877658 #1] DEBUG -- : [f7e1cc6b-c67c-4684-ab13-91ee30115a51]   User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
D, [2019-07-30T16:21:48.881700 #1] DEBUG -- : [f7e1cc6b-c67c-4684-ab13-91ee30115a51]   Role Load (0.3ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = ? AND (((roles.name = 'admin') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 2]]
D, [2019-07-30T16:21:48.883572 #1] DEBUG -- : [f7e1cc6b-c67c-4684-ab13-91ee30115a51]   Role Load (0.3ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = ? AND (((roles.name = 'denied') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 2]]
D, [2019-07-30T16:21:48.885216 #1] DEBUG -- : [f7e1cc6b-c67c-4684-ab13-91ee30115a51]   Role Load (0.3ms)  SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = ? AND (((roles.name = 'pending') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL)))  [["user_id", 2]]
D, [2019-07-30T16:21:48.886442 #1] DEBUG -- : [f7e1cc6b-c67c-4684-ab13-91ee30115a51]   Setting Load (0.2ms)  SELECT  "settings".* FROM "settings" WHERE "settings"."provider" = ? LIMIT ?  [["provider", "greenlight"], ["LIMIT", 1]]
D, [2019-07-30T16:21:48.888545 #1] DEBUG -- : [f7e1cc6b-c67c-4684-ab13-91ee30115a51]   Feature Load (0.3ms)  SELECT  "features".* FROM "features" WHERE "features"."setting_id" = ? AND "features"."name" = ? LIMIT ?  [["setting_id", 1], ["name", "Primary Color"], ["LIMIT", 1]]
D, [2019-07-30T16:21:48.890122 #1] DEBUG -- : [f7e1cc6b-c67c-4684-ab13-91ee30115a51]   Feature Load (0.2ms)  SELECT  "features".* FROM "features" WHERE "features"."setting_id" = ? AND "features"."name" = ? LIMIT ?  [["setting_id", 1], ["name", "Primary Color Lighten"], ["LIMIT", 1]]
D, [2019-07-30T16:21:48.891474 #1] DEBUG -- : [f7e1cc6b-c67c-4684-ab13-91ee30115a51]   Feature Load (0.2ms)  SELECT  "features".* FROM "features" WHERE "features"."setting_id" = ? AND "features"."name" = ? LIMIT ?  [["setting_id", 1], ["name", "Primary Color Darken"], ["LIMIT", 1]]
I, [2019-07-30T16:21:48.942419 #1]  INFO -- : [f7e1cc6b-c67c-4684-ab13-91ee30115a51]   Rendering text template
I, [2019-07-30T16:21:48.942666 #1]  INFO -- : [f7e1cc6b-c67c-4684-ab13-91ee30115a51]   Rendered text template (0.0ms)
I, [2019-07-30T16:21:48.943033 #1]  INFO -- : [f7e1cc6b-c67c-4684-ab13-91ee30115a51] Completed 200 OK in 67ms (Views: 0.8ms | ActiveRecord: 2.2ms)
farhatahmad commented 5 years ago

Hi,

You've posted your BigBlueButton Endpoint and Secret in plaintext which means your server is compromised. I strongly suggest you immediately generate a new Shared Secret by following the BigBlueButton docs

In the future, anytime you see a variable with the word "secret", you should blank it out before posting it on anywhere online.

rcitdept commented 5 years ago

Thank you - I've updated the secret

farhatahmad commented 5 years ago

As for your issue, whats the output from the following command? docker run --rm --env-file .env bigbluebutton/greenlight:v2 bundle exec rake conf:check

rcitdept commented 5 years ago

It took about 20 seconds or so to run and produced the following:

root@tac1-bbb:~/greenlight# docker run --rm --env-file .env bigbluebutton/greenlight:v2 bundle exec rake conf:check

Checking environment: Passed
Checking Connection: Failed
Error connecting to BigBlueButton server - execution expired
farhatahmad commented 5 years ago

Greenlight's request to your BigBlueButton Server is timing out. This is most likely caused by some sort of networking issues on your end.

Just out of curiosity, are you able to connect to any website from your docker container? Or are all of your requests timing out? You can check by running this command: docker run --rm --env-file .env bigbluebutton/greenlight:v2 ping www.google.com

rcitdept commented 5 years ago

The ping to Google worked. I'm wondering if it is related to the change made to the Docker IP addresses. Are there any other commands I should try from within the Docker container to verify connectivity to BBB? BBB and Greenlight are on the same server in our setup.

I tried pinging our BBB server from within the container and it is timing out. Looking into how to fix this currently.

root@tac1-bbb:~/greenlight# docker run --rm --env-file .env bigbluebutton/greenlight:v2 ping www.google.com
PING www.google.com (172.217.14.228) 56(84) bytes of data.
64 bytes from sea30s02-in-f4.1e100.net (172.217.14.228): icmp_seq=1 ttl=57 time=1.97 ms
64 bytes from sea30s02-in-f4.1e100.net (172.217.14.228): icmp_seq=2 ttl=57 time=2.09 ms
64 bytes from sea30s02-in-f4.1e100.net (172.217.14.228): icmp_seq=3 ttl=57 time=2.09 ms
64 bytes from sea30s02-in-f4.1e100.net (172.217.14.228): icmp_seq=4 ttl=57 time=2.16 ms
64 bytes from sea30s02-in-f4.1e100.net (172.217.14.228): icmp_seq=5 ttl=57 time=2.17 ms
^C
--- www.google.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 9ms
rtt min/avg/max/mdev = 1.968/2.095/2.173/0.083 ms
rcitdept commented 5 years ago

I made a change to the firewall on the server and can now ping BigBlueButton using its hostname from the .env file from within the Docker container, but it is still getting the initial error message.

rcitdept commented 5 years ago

I made another change to the firewall config and it is now working. Thank you for the help.

The docker network (192.168.1.2) wasn't an allowed source IP for HTTPS traffic.

farhatahmad commented 5 years ago

Glad to hear that you got it to work!

tech62 commented 4 years ago

I made a change to the firewall on the server and can now ping BigBlueButton using its hostname from the .env file from within the Docker container, but it is still getting the initial error message.

What change have you made ? I've the same message with my server in DMZ behind a box

mrkeksi commented 4 years ago

I made another change to the firewall config and it is now working. Thank you for the help.

The docker network (192.168.1.2) wasn't an allowed source IP for HTTPS traffic.

Does anybody know what that means? I have the same error and the ping also works (with changes to the hosts file).

Does this have anything to do with the iptables or my hardware firewall? `sudo iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination

Chain FORWARD (policy DROP) target prot opt source destination
DOCKER-USER all -- anywhere anywhere
DOCKER-ISOLATION-STAGE-1 all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED DOCKER all -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere

Chain OUTPUT (policy ACCEPT) target prot opt source destination

Chain DOCKER (2 references) target prot opt source destination
ACCEPT tcp -- anywhere 172.20.0.2 tcp dpt:postgresql ACCEPT tcp -- anywhere 172.20.0.3 tcp dpt:http

Chain DOCKER-ISOLATION-STAGE-1 (1 references) target prot opt source destination
DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere
RETURN all -- anywhere anywhere

Chain DOCKER-ISOLATION-STAGE-2 (2 references) target prot opt source destination
DROP all -- anywhere anywhere
DROP all -- anywhere anywhere
RETURN all -- anywhere anywhere

Chain DOCKER-USER (1 references) target prot opt source destination
RETURN all -- anywhere anywhere `

farouk-lilou commented 4 years ago

Same issue with mine server any help plz !!

Screenshot_3
Kashifaziz123 commented 4 years ago

Same issue, please help, if i run this command docker run --rm --env-file .env bigbluebutton/greenlight:v2 bundle exec rake conf:check

Checking environment: Passed Checking Connection: Failed Could not get a valid response from BigBlueButton server -

301 Moved Permanently

301 Moved Permanently


nginx/1.10.3 (Ubuntu)

ngantrq commented 4 years ago

hi farhatahmad ,

I have the same problem but cannot figure out how to fix, please help me

ngantrq commented 4 years ago

I was able to use normally, but after setting up the coturn. I ran this command docker run --rm --env-file .env bigbluebutton/greenlight:v2 bundle exec rake conf:check

and get

Checking environment: Passed Checking Connection: Failed Could not get a valid response from BigBlueButton server -

404 Not Found

404 Not Found


nginx/1.10.3 (Ubuntu)

nguyendinhdoan commented 4 years ago

I'm getting the same error: Checking Connection: Failed tomcat7 is removed somehow:

/var/www# bbb-conf --status nginx —————————————————► [✔ - active] freeswitch ————————————► [✔ - active] redis-server ——————————► [✔ - active] bbb-apps-akka —————————► [✔ - active] bbb-transcode-akka ————► [✔ - active] bbb-fsesl-akka ————————► [✔ - active] red5 ——————————————————► [✔ - active] mongod ————————————————► [✔ - active] bbb-html5 —————————————► [✔ - active] bbb-webrtc-sfu ————————► [✔ - active] kurento-media-server ——► [✔ - active] etherpad ——————————————► [✔ - active] bbb-web ———————————————► [✔ - active]

kemalsaruhan commented 4 years ago

Is the issue solved? Can u share solution with me. I have same issue.

Kashifaziz123 commented 4 years ago

yeh i have resolved,

important steps should follow in sequence while installing bigbluebutton 1.wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v xenial-220 2.SSL setup ( letsrcypt/certbot) 3.sudo bbb-conf --setip erpflowmaker.com(hostname) 4.wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -v xenial-220 -s erpflowmaker.com -e kashifaziz123@hotmail.com -g

sudo bbb-conf --restart


From: kemalsaruhan notifications@github.com Sent: Wednesday, April 15, 2020 5:31 PM To: bigbluebutton/greenlight greenlight@noreply.github.com Cc: Kashifaziz123 kashifaziz123@hotmail.com; Comment comment@noreply.github.com Subject: Re: [bigbluebutton/greenlight] Error viewing home room - Invalid BigBlueButton Endpoint and Secret (#710)

Is the issue solved? Can u share solution with me. I have same issue.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/bigbluebutton/greenlight/issues/710#issuecomment-614009515, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIQ4TGBAJOL5OHMCBFBNNT3RMWSLPANCNFSM4IH6DVXA.

algyadamo commented 4 years ago

Greetings!

@Kashifaziz123 is your server behind a firewall?

Kashifaziz123 commented 4 years ago

Also important it should open port 443 and some other ports

Get Outlook for Androidhttps://aka.ms/ghei36


From: algyadamo notifications@github.com Sent: Wednesday, April 15, 2020 6:09:31 PM To: bigbluebutton/greenlight greenlight@noreply.github.com Cc: Kashifaziz123 kashifaziz123@hotmail.com; Mention mention@noreply.github.com Subject: Re: [bigbluebutton/greenlight] Error viewing home room - Invalid BigBlueButton Endpoint and Secret (#710)

Greetings!

@Kashifaziz123https://github.com/Kashifaziz123 is your server behind a firewall?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/bigbluebutton/greenlight/issues/710#issuecomment-614097189, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIQ4TGH3MLJBW4ZMCKW47PDRMXE2XANCNFSM4IH6DVXA.

algyadamo commented 4 years ago

This port is open, and the error persists

erfan226 commented 4 years ago

Same issue here. I have checked the API, endpoint and secret in .env and a couple other things, but I get this error. Though, when I refresh multiple time, the page gets loaded. I can even start a session but before that, whenever I click a link, I get this error.

Any suggestions?

erfan226 commented 4 years ago

I just activated an SSL for my domain and the problem was fixed. Didn't seem logical to me why it happened, but I suggest everyone who faces this issue to check their SSL credentials.

yvikt commented 4 years ago

I made another change to the firewall config and it is now working. Thank you for the help.

The docker network (192.168.1.2) wasn't an allowed source IP for HTTPS traffic.

Hi. Can you please share your solution? I have the same problem https://github.com/bigbluebutton/greenlight/issues/970#issuecomment-621052063

DhaferBA commented 4 years ago

Hi,

I have made those changes to my FW, but still getting the same error while running: docker run --rm --env-file .env bigbluebutton/greenlight:v2 bundle exec rake conf:check

Checking environment: Passed Checking Connection: Failed Error connecting to Bigbluebutton server - Failed to open TCP connection to domain:443 (getaddrinfo: Try again)

My Server is running on a VM, was working before moving the VM to another network and assigning new "bbb-conf --setip" Any help please?

erfan226 commented 4 years ago

Hi,

I have made those changes to my FW, but still getting the same error while running: docker run --rm --env-file .env bigbluebutton/greenlight:v2 bundle exec rake conf:check

Checking environment: Passed Checking Connection: Failed Error connecting to Bigbluebutton server - Failed to open TCP connection to domain:443 (getaddrinfo: Try again)

My Server is running on a VM, was working before moving the VM to another network and assigning new "bbb-conf --setip" Any help please?

Try pinging your hostname and see if it resolves to your BBB server. Also do a bbb-conf --debug and share it here. And did you change the ports for SSL connection? Greenlight requires SSL to be fully functional (from /etc/nginx/sites-enabled/bigbluebutton). Also make sure your the endpoint url is like https://Your-url.whatever/bigbluebutton/. Even a missing slash can cause problems!

DhaferBA commented 4 years ago

Hi @erfan226 and thank you for your reply,

When the hostname is resolved through /etc/hosts, but when I connect onto the docker bash, it does not resolve.

This is the output of bbb-conf debug:

/var/log/bigbluebutton/bbb-web.log:2020-05-17T13:11:51.127+03:00 WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.log:2020-05-17T13:11:51.125+03:00 WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.log:2020-05-17T13:11:51.126+03:00 WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.log:2020-05-17T13:11:51.138+03:00 WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.log:2020-05-17T13:11:51.162+03:00 WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379

-- ERRORS found in /usr/share/red5/log/* -- /var/log/red5/sip.2020-05-17.log:2020-05-17T11:21:02.255+03:00 ERROR o.b.voiceconf.sip.SipPeer - Failed to register with Sip server. /var/log/red5/sip.2020-05-17.log:2020-05-17T12:11:05.863+03:00 ERROR o.b.voiceconf.sip.SipPeer - Failed to register with Sip server. /var/log/red5/sip.2020-05-17.log:2020-05-17T12:13:59.667+03:00 ERROR o.b.voiceconf.sip.SipPeer - Failed to register with Sip server.

-- Exceptions found in /var/log/bigbluebutton -- /var/log/bigbluebutton/bbb-web.log:2020-05-17T12:10:13.004+03:00 WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.log:2020-05-17T12:10:13.004+03:00 WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.log:2020-05-17T12:10:13.017+03:00 WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.log:2020-05-17T12:10:13.023+03:00 WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.log:2020-05-17T12:10:13.025+03:00 WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379

I am using the default SSL ports and they are allowed through the FW. I have checked the slash.

I think that greenlight-docker cannot connect to my BBB server.

Thanks for your quick prompt.

psingh0912 commented 4 years ago

I was able to use normally, but after setting up the coturn. I ran this command docker run --rm --env-file .env bigbluebutton/greenlight:v2 bundle exec rake conf:check

and get

Checking environment: Passed Checking Connection: Failed Could not get a valid response from BigBlueButton server -

404 Not Found

404 Not Found

nginx/1.10.3 (Ubuntu)

I have exactly the same problem. Everything was working fine until I added the settings for a coturn server.

Any help or suggestions would be most welcome.

Thank you

DhaferBA commented 4 years ago

Any idea guys? Still stuck at the same point !

Regards, Dhafer

DhaferBA commented 4 years ago

I figured out the issue, the docker cannot resolve my domain name, however, it is resolved by the machine itself.

Once I connected onto the bash, I just modified my resolver /etc/resolv.conf and the host file /etc/hosts. Now it works, but each time I restart the docker, I need to rewrite them again, any suggestion to keep the config onto the docker conf files?

Regards, Dhafer

hisiksacan commented 4 years ago

I made another change to the firewall config and it is now working. Thank you for the help. The docker network (192.168.1.2) wasn't an allowed source IP for HTTPS traffic.

Does anybody know what that means? I have the same error and the ping also works (with changes to the hosts file).

Does this have anything to do with the iptables or my hardware firewall? `sudo iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination

Chain FORWARD (policy DROP) target prot opt source destination DOCKER-USER all -- anywhere anywhere DOCKER-ISOLATION-STAGE-1 all -- anywhere anywhere ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED DOCKER all -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED DOCKER all -- anywhere anywhere ACCEPT all -- anywhere anywhere ACCEPT all -- anywhere anywhere

Chain OUTPUT (policy ACCEPT) target prot opt source destination

Chain DOCKER (2 references) target prot opt source destination ACCEPT tcp -- anywhere 172.20.0.2 tcp dpt:postgresql ACCEPT tcp -- anywhere 172.20.0.3 tcp dpt:http

Chain DOCKER-ISOLATION-STAGE-1 (1 references) target prot opt source destination DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere DOCKER-ISOLATION-STAGE-2 all -- anywhere anywhere RETURN all -- anywhere anywhere

Chain DOCKER-ISOLATION-STAGE-2 (2 references) target prot opt source destination DROP all -- anywhere anywhere DROP all -- anywhere anywhere RETURN all -- anywhere anywhere

Chain DOCKER-USER (1 references) target prot opt source destination RETURN all -- anywhere anywhere `

I struggled almost 2 days on it.. finally figure out, you need to set the IP to your domain name at the /etc/hosts file in a new row..

192.168.1.182 mydomain.com

then restart and should be ok, this is the trick the guy is talking about. Instead of just closing the task with greetings, it could save more hours of many of us if it had been asked what is done!

cakthe commented 4 years ago

I solved this by changing BIGBLUEBUTTON_ENDPOINT in .env file. You should check if your site is using http or https. You get 301 probably because the web is accessed through https, or redirected from http to https, but the BIGBLUEBUTTON_ENDPOINT is still using http. So change the value to https, and that works for me.

Same issue, please help, if i run this command docker run --rm --env-file .env bigbluebutton/greenlight:v2 bundle exec rake conf:check

Checking environment: Passed Checking Connection: Failed Could not get a valid response from BigBlueButton server -

301 Moved Permanently

301 Moved Permanently

nginx/1.10.3 (Ubuntu)

ontimond commented 4 years ago

I had the same error message when entering the greenlight home screen, the secret key was the same, both in the output of bbb-conf --secret and in the .env, the command docker run --rm --env-file .env greenlight-customized:release-v2 bundle exec rake conf:check:

Checking environment: Passed
Checking Connection: Passed
Checking Secret: Passed

says that I pass all the tests, so I decided to restart the bbb server with bbb-conf --restart and it solved, I'm still not sure how this problem could have been generated.

ghofran24 commented 3 years ago

@DhaferBA , Hello Mr Dhafer , could you help solve this problem , i am stuck at the same point , thank you

Regards , ghofran

DhaferBA commented 3 years ago

Hello @Ghofran24,

What point exactly, would detail please? Endpoint key issue?

Regards, Dhafer

Le jeu. 10 déc. 2020 à 21:24, ghofran24 notifications@github.com a écrit :

@DhaferBA https://github.com/DhaferBA , Hello Mr Dhafer , could you help solve this problem , i am stuck at the same point , thank you

Regards , ghofran

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bigbluebutton/greenlight/issues/710#issuecomment-742776608, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAI3UWC35ZDOJ7ICQHJQ6TSUEVBRANCNFSM4IH6DVXA .

--

Dhafer Ben Arbia, Eng, MSc, PhD.

This email is intended only for the person(s) named in the message header. Unless otherwise indicated, it contains information that is confidential, privileged and/or exempt from disclosure under applicable law. If you have received this message in error, please notify the sender of the error and delete the message. Thank you.

ghofran24 commented 3 years ago

@DhaferBA yes , how ever the error is the when i do the check : docker run --rm --env-file .env greenlight-customized:release-v2 bundle exec rake conf:check: , it shows me error , connection error , failed to open TCP connection to mydomain.com port 443 , any clue of the solution , cause i am stuck here for a while , thank you in advance

DhaferBA commented 3 years ago

Are you implementing it on a public domain/IP ?

Le ven. 11 déc. 2020 à 09:08, ghofran24 notifications@github.com a écrit :

@DhaferBA https://github.com/DhaferBA yes , how ever the error is the when i do the check : docker run --rm --env-file .env greenlight-customized:release-v2 bundle exec rake conf:check: , it shows me error , connection error , failed to open TCP connection to mydomain.com port 443 , any clue of the solution , cause i am stuck here for a while , thank you in advance

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bigbluebutton/greenlight/issues/710#issuecomment-743042054, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAI3UQJTD5FI5VEPXFZU7LSUHHRTANCNFSM4IH6DVXA .

--

Dhafer Ben Arbia, Eng, MSc, PhD.

This email is intended only for the person(s) named in the message header. Unless otherwise indicated, it contains information that is confidential, privileged and/or exempt from disclosure under applicable law. If you have received this message in error, please notify the sender of the error and delete the message. Thank you.

ghofran24 commented 3 years ago

the implmentation is done and now assiociated with the public , here is the domain , to check the error : gigobaum.spdns.org

DhaferBA commented 3 years ago

I've just signed up to your server, would you share the dump trace file please?

Le ven. 11 déc. 2020 à 09:47, ghofran24 notifications@github.com a écrit :

the implmentation is done and now assiociated with the public , here is the domain , to check the error : gigobaum.spdns.org http://gigobaum.spdns.org

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bigbluebutton/greenlight/issues/710#issuecomment-743059802, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAI3UU7KS7K6UZ5KMG6M7DSUHMAZANCNFSM4IH6DVXA .

--

Dhafer Ben Arbia, Eng, MSc, PhD.

This email is intended only for the person(s) named in the message header. Unless otherwise indicated, it contains information that is confidential, privileged and/or exempt from disclosure under applicable law. If you have received this message in error, please notify the sender of the error and delete the message. Thank you.

ghofran24 commented 3 years ago

where i can find this file ? you mean log.production ?

ghofran24 commented 3 years ago

2020-12-11 08:20:34 +0000 - INFO: [5e2f9dce-8876-412a-bee2-6577a469204a] method=GET path=/b/ format=html controller=MainController action=index status=200 duration=26.68 view=1$ 2020-12-11 08:57:25 +0000 - INFO: [6b2b2e18-7069-402c-9d62-71fd826273d0] method=GET path=/b/ format=html controller=MainController action=index status=200 duration=25.88 view=1$ 2020-12-11 08:57:30 +0000 - INFO: [e055afb2-2553-4ec2-b721-ea76fe5e1634] method=GET path=/b/signup format=html controller=SessionsController action=new status=200 duration=19.8$ 2020-12-11 08:57:56 +0000 - INFO: [3cc18bfc-c987-46ca-91aa-52ac60cd9998] Support: dhafer.benarbia@gmail.com user has been created. 2020-12-11 08:57:56 +0000 - INFO: [3cc18bfc-c987-46ca-91aa-52ac60cd9998] Support: dhafer.benarbia@gmail.com has successfully logged in. 2020-12-11 08:57:56 +0000 - INFO: [3cc18bfc-c987-46ca-91aa-52ac60cd9998] method=POST path=/b/signup format=html controller=UsersController action=create status=302 duration=317$ 2020-12-11 08:57:57 +0000 - ERROR: [be0b269a-d817-4d6d-a99c-48964b782f68] BigBlueButtonException: Connection error. Your URL is probably incorrect: "https://gigobaum.spdns.org/$ 2020-12-11 08:57:57 +0000 - INFO: [be0b269a-d817-4d6d-a99c-48964b782f68] method=GET path=/b/dha-7pi-bx4-iiq format=html controller=RoomsController action=show status=200 durati$ 2020-12-11 09:03:49 +0000 - INFO: [4c20067a-e602-4794-aae9-54455dfb3559] method=HEAD path=/b/ format=html controller=MainController action=index status=200 duration=27.10 view=$

DhaferBA commented 3 years ago

Hello,

These two log nginx files first:

/var/log/nginx/bigbluebutton.access.log /var/log/nginx/error.log

Regards,

Le ven. 11 déc. 2020 à 11:22, ghofran24 notifications@github.com a écrit :

2020-12-11 08:20:34 +0000 - INFO: [5e2f9dce-8876-412a-bee2-6577a469204a] method=GET path=/b/ format=html controller=MainController action=index status=200 duration=26.68 view=1$ 2020-12-11 08:57:25 +0000 - INFO: [6b2b2e18-7069-402c-9d62-71fd826273d0] method=GET path=/b/ format=html controller=MainController action=index status=200 duration=25.88 view=1$ 2020-12-11 08:57:30 +0000 - INFO: [e055afb2-2553-4ec2-b721-ea76fe5e1634] method=GET path=/b/signup format=html controller=SessionsController action=new status=200 duration=19.8$ 2020-12-11 08:57:56 +0000 - INFO: [3cc18bfc-c987-46ca-91aa-52ac60cd9998] Support: dhafer.benarbia@gmail.com user has been created. 2020-12-11 08:57:56 +0000 - INFO: [3cc18bfc-c987-46ca-91aa-52ac60cd9998] Support: dhafer.benarbia@gmail.com has successfully logged in. 2020-12-11 08:57:56 +0000 - INFO: [3cc18bfc-c987-46ca-91aa-52ac60cd9998] method=POST path=/b/signup format=html controller=UsersController action=create status=302 duration=317$ 2020-12-11 08:57:57 +0000 - ERROR: [be0b269a-d817-4d6d-a99c-48964b782f68] BigBlueButtonException: Connection error. Your URL is probably incorrect: " https://gigobaum.spdns.org/$ 2020-12-11 08:57:57 +0000 - INFO: [be0b269a-d817-4d6d-a99c-48964b782f68] method=GET path=/b/dha-7pi-bx4-iiq format=html controller=RoomsController action=show status=200 durati$ 2020-12-11 09:03:49 +0000 - INFO: [4c20067a-e602-4794-aae9-54455dfb3559] method=HEAD path=/b/ format=html controller=MainController action=index status=200 duration=27.10 view=$

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bigbluebutton/greenlight/issues/710#issuecomment-743109734, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAI3USPD56KKHNFBLKKFDDSUHXGVANCNFSM4IH6DVXA .

--

Dhafer Ben Arbia, Eng, MSc, PhD.

This email is intended only for the person(s) named in the message header. Unless otherwise indicated, it contains information that is confidential, privileged and/or exempt from disclosure under applicable law. If you have received this message in error, please notify the sender of the error and delete the message. Thank you.

ghofran24 commented 3 years ago

Hello dhafer , first i when i opened var/log/nginx , i found 2 logs bigbluebutton.acccess.log , and then bigbluebutton.access.log1 the first one is empty and the second one has the info same for error.log , here is the output of bigbluebuttton.access.log1:

**GNU nano 2.5.3 File: /var/log/nginx/bigbluebutton.access.log.1

193.25.47.148 - - [11/Dec/2020:12:22:00 +0000] "GET /b HTTP/1.1" 200 14703 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0" 193.25.47.148 - - [11/Dec/2020:12:22:00 +0000] "GET /b/assets/application-00c095ed04c835f16edbdef02c76ad01de0d65cae6fc56363e8d19b34c02113f.js HTTP/1.1" 304 0 "https://gigobaum.$ 193.25.47.148 - - [11/Dec/2020:12:22:00 +0000] "GET /b/themes/primary.css HTTP/1.1" 200 4222 "https://gigobaum.spdns.org/b" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:83.0) Ge$ 193.25.47.148 - - [11/Dec/2020:12:22:00 +0000] "GET /b/assets/favicon-76c923a0c96c0e77a6ec9d6596b30d597bf270a94136c36aac0cfae8d647b83c.ico HTTP/1.1" 200 2587 "https://gigobaum.$ 193.25.47.148 - - [11/Dec/2020:12:22:12 +0000] "GET /b/signin HTTP/1.1" 200 14708 "https://gigobaum.spdns.org/b" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:83.0) Gecko/2010010$ 192.168.162.1 - - [11/Dec/2020:12:35:52 +0000] "GET / HTTP/1.1" 307 180 "-" "curl/7.47.0" 91.241.19.84 - - [11/Dec/2020:13:21:16 +0000] "GET / HTTP/1.1" 307 180 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.10$ 91.241.19.84 - - [11/Dec/2020:13:21:16 +0000] "GET /b HTTP/1.1" 500 193 "https://195.4.174.78:443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like G$ 91.241.19.84 - - [11/Dec/2020:13:36:28 +0000] "POST /api/jsonws/invoke HTTP/1.1" 404 193 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) C$ 91.241.19.84 - - [11/Dec/2020:13:36:28 +0000] "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1" 404 193 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWe$ 91.241.19.84 - - [11/Dec/2020:13:36:28 +0000] "GET /index.php?s=/Index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=HelloThinkPHP21 HTTP/$ 91.241.19.84 - - [11/Dec/2020:13:36:28 +0000] "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1" 404 193 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWeb$ 91.241.19.84 - - [11/Dec/2020:13:36:28 +0000] "GET /?XDEBUG_SESSION_START=phpstorm HTTP/1.1" 307 180 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, l$ 91.241.19.84 - - [11/Dec/2020:13:36:28 +0000] "POST /mifs/.;/services/LogService HTTP/1.1" 404 193 "https://195.4.174.78:443" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWe$ 91.241.19.84 - - [11/Dec/2020:13:36:28 +0000] "GET /wp-content/plugins/wp-file-manager/readme.txt HTTP/1.1" 404 193 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/5$ 91.241.19.84 - - [11/Dec/2020:13:36:28 +0000] "GET /console/ HTTP/1.1" 404 193 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0$ 91.241.19.84 - - [11/Dec/2020:13:36:29 +0000] "GET /b HTTP/1.1" 500 193 "https://195.4.174.78:443/?XDEBUG_SESSION_START=phpstorm" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) App$ 91.241.19.84 - - [11/Dec/2020:13:36:29 +0000] "POST /Autodiscover/Autodiscover.xml HTTP/1.1" 404 193 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, l$ 192.241.236.161 - - [11/Dec/2020:14:54:03 +0000] "GET /manager/text/list HTTP/1.1" 400 264 "-" "Mozilla/5.0 zgrab/0.x" 192.241.218.197 - - [11/Dec/2020:16:21:41 +0000] "GET /manager/html HTTP/1.1" 400 264 "-" "Mozilla/5.0 zgrab/0.x" 128.14.209.226 - - [11/Dec/2020:17:36:20 +0000] "GET / HTTP/1.1" 307 180 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.$ 128.14.209.226 - - [11/Dec/2020:17:36:21 +0000] "GET /b HTTP/1.1" 500 193 "https://195.4.174.78/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gec$ 91.241.19.84 - - [11/Dec/2020:17:51:54 +0000] "GET /index.jsp HTTP/1.1" 404 193 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.$ 178.73.215.171 - - [11/Dec/2020:18:33:51 +0000] "GET / HTTP/1.0" 307 180 "-" "-" 213.32.122.82 - - [11/Dec/2020:19:26:40 +0000] "GET / HTTP/1.1" 307 180 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.3$ 213.32.122.82 - - [11/Dec/2020:19:26:40 +0000] "GET /b HTTP/1.1" 500 193 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.$ 156.96.117.185 - - [12/Dec/2020:00:48:21 +0000] "GET /remote/fgt_lang?lang=/../../../..//////////dev/cmdb/sslvpn_websession HTTP/1.1" 404 162 "-" "curl/7.29.0" 66.240.205.34 - - [12/Dec/2020:02:28:05 +0000] "Gh0st\xAD\x00\x00\x00\xE0\x00\x00\x00x\x9CKS``\x98\xC3\xC0\xC0\xC0\x06\xC4\x8C@\xBCQ\x96\x81\x81\x09H\x07\xA7\x16\x95e&\xA7*\x04$ 196.52.43.121 - - [12/Dec/2020:04:30:53 +0000] "GET / HTTP/1.1" 307 180 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3602.2 Safari/53$ 196.52.43.121 - - [12/Dec/2020:04:30:53 +0000] "GET /b HTTP/1.1" 500 193 "-" "Go http package" 216.218.206.68 - - [12/Dec/2020:06:25:27 +0000] "GET / HTTP/1.1" 307 180 "-" "-" 217.182.175.162 - - [12/Dec/2020:07:19:55 +0000] "HEAD / HTTP/1.1" 307 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0$ 217.182.175.162 - - [12/Dec/2020:07:19:55 +0000] "HEAD /b HTTP/1.1" 200 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.$ 162.243.128.170 - - [12/Dec/2020:07:27:56 +0000] "GET / HTTP/1.1" 307 180 "-" "Mozilla/5.0 zgrab/0.x" 164.52.24.162 - - [12/Dec/2020:07:31:02 +0000] "GET / HTTP/1.1" 307 180 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0"**

and the output of error.log1

**: GNU nano 2.5.3 File: /var/log/nginx/error.log.1

2020/12/11 09:06:58 [error] 3905#3905: 278 open() "/var/www/bigbluebutton-default/.env" failed (2: No such file or directory), client: 194.127.178.241, server: gigobaum.spdns.$ 2020/12/11 10:22:39 [error] 3905#3905: 285 open() "/var/www/bigbluebutton-default/$" failed (2: No such file or directory), client: 193.25.47.203, server: gigobaum.spdns.org, $ 2020/12/11 13:36:28 [error] 1520#1520: 6 open() "/var/www/bigbluebutton-default/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), clie$ 2020/12/11 13:36:28 [error] 1520#1520: 7 open() "/var/www/bigbluebutton-default/api/jsonws/invoke" failed (2: No such file or directory), client: 91.241.19.84, server: gigobau$ 2020/12/11 13:36:28 [error] 1520#1520: 8 open() "/var/www/bigbluebutton-default/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), clie$ 2020/12/11 13:36:28 [error] 1520#1520: 9 open() "/var/www/bigbluebutton-default/index.php" failed (2: No such file or directory), client: 91.241.19.84, server: gigobaum.spdns.$ 2020/12/11 13:36:28 [error] 1520#1520: 11 open() "/var/www/bigbluebutton-default/mifs/.;/services/LogService" failed (2: No such file or directory), client: 91.241.19.84, serv$ 2020/12/11 13:36:28 [error] 1520#1520: 12 open() "/var/www/bigbluebutton-default/wp-content/plugins/wp-file-manager/readme.txt" failed (2: No such file or directory), client: $ 2020/12/11 13:36:28 [error] 1520#1520: 13 "/var/www/bigbluebutton-default/console/index.html" is not found (2: No such file or directory), client: 91.241.19.84, server: gigoba$ 2020/12/11 13:36:29 [error] 1520#1520: 14 open() "/var/www/bigbluebutton-default/Autodiscover/Autodiscover.xml" failed (2: No such file or directory), client: 91.241.19.84, se$ 2020/12/11 17:51:54 [error] 1520#1520: 31 open() "/var/www/bigbluebutton-default/index.jsp" failed (2: No such file or directory), client: 91.241.19.84, server: gigobaum.spdns$ 2020/12/12 00:48:21 [error] 1520#1520: 71 open() "/var/www/bigbluebutton-default/remote/fgt_lang" failed (2: No such file or directory), client: 156.96.117.185, server: gigoba$** ,

Thanks for your reply

Regards,ghofran

DhaferBA commented 3 years ago

As I see, there are either some access issues or some of the important files are missing, e.g. ".env": 2020/12/11 09:06:58 [error] 3905#3905: *278 open() "/var/www/bigbluebutton-default/.env" failed (2: No such file or directory), client: 194.127.178.241, server: gigobaum.spdns.$

I you don't have users already subscribed, I would suggest that you create a new subdomain (to avoid issues of SSL certificate generated automatically), then to relaunch the installation script again using the following command line:

wget -qO- https://ubuntu.bigbluebutton.org/bbb-install.sh | bash -s -- -w -a -v xenial-22 -s bbb.example.com -e info@example.com

From github : https://github.com/bigbluebutton/bbb-install

Regards, Dhafer

Le sam. 12 déc. 2020 à 09:06, ghofran24 notifications@github.com a écrit :

Hello dhafer , first i when i opened var/log/nginx , i found 2 logs bigbluebutton.acccess.log , and then bigbluebutton.access.log1 the first one is empty and the second one has the info same for error.log , here is the output of bigbluebuttton.access.log1:

**GNU nano 2.5.3 File: /var/log/nginx/bigbluebutton.access.log.1

193.25.47.148 - - [11/Dec/2020:12:22:00 +0000] "GET /b HTTP/1.1" 200 14703 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:83.0) Gecko/20100101 Firefox/83.0" 193.25.47.148 - - [11/Dec/2020:12:22:00 +0000] "GET /b/assets/application-00c095ed04c835f16edbdef02c76ad01de0d65cae6fc56363e8d19b34c02113f.js HTTP/1.1" 304 0 "https://gigobaum.$ 193.25.47.148 - - [11/Dec/2020:12:22:00 +0000] "GET /b/themes/primary.css HTTP/1.1" 200 4222 "https://gigobaum.spdns.org/b" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:83.0) Ge$ 193.25.47.148 - - [11/Dec/2020:12:22:00 +0000] "GET /b/assets/favicon-76c923a0c96c0e77a6ec9d6596b30d597bf270a94136c36aac0cfae8d647b83c.ico HTTP/1.1" 200 2587 "https://gigobaum.$ 193.25.47.148 - - [11/Dec/2020:12:22:12 +0000] "GET /b/signin HTTP/1.1" 200 14708 "https://gigobaum.spdns.org/b" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:83.0) Gecko/2010010$ 192.168.162.1 - - [11/Dec/2020:12:35:52 +0000] "GET / HTTP/1.1" 307 180 "-" "curl/7.47.0" 91.241.19.84 - - [11/Dec/2020:13:21:16 +0000] "GET / HTTP/1.1" 307 180 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.10$ 91.241.19.84 - - [11/Dec/2020:13:21:16 +0000] "GET /b HTTP/1.1" 500 193 " https://195.4.174.78:443/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like G$ 91.241.19.84 - - [11/Dec/2020:13:36:28 +0000] "POST /api/jsonws/invoke HTTP/1.1" 404 193 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) C$ 91.241.19.84 - - [11/Dec/2020:13:36:28 +0000] "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1" 404 193 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWe$ 91.241.19.84 - - [11/Dec/2020:13:36:28 +0000] "GET /index.php?s=/Index/\x5Cthink\x5Capp/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=HelloThinkPHP21 HTTP/$ 91.241.19.84 - - [11/Dec/2020:13:36:28 +0000] "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1" 404 193 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWeb$ 91.241.19.84 - - [11/Dec/2020:13:36:28 +0000] "GET /?XDEBUG_SESSION_START=phpstorm HTTP/1.1" 307 180 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, l$ 91.241.19.84 - - [11/Dec/2020:13:36:28 +0000] "POST /mifs/.;/services/LogService HTTP/1.1" 404 193 "https://195.4.174.78:443" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWe$ 91.241.19.84 - - [11/Dec/2020:13:36:28 +0000] "GET /wp-content/plugins/wp-file-manager/readme.txt HTTP/1.1" 404 193 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/5$ 91.241.19.84 - - [11/Dec/2020:13:36:28 +0000] "GET /console/ HTTP/1.1" 404 193 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0$ 91.241.19.84 - - [11/Dec/2020:13:36:29 +0000] "GET /b HTTP/1.1" 500 193 " https://195.4.174.78:443/?XDEBUG_SESSION_START=phpstorm" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) App$ 91.241.19.84 - - [11/Dec/2020:13:36:29 +0000] "POST /Autodiscover/Autodiscover.xml HTTP/1.1" 404 193 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, l$ 192.241.236.161 - - [11/Dec/2020:14:54:03 +0000] "GET /manager/text/list HTTP/1.1" 400 264 "-" "Mozilla/5.0 zgrab/0.x" 192.241.218.197 - - [11/Dec/2020:16:21:41 +0000] "GET /manager/html HTTP/1.1" 400 264 "-" "Mozilla/5.0 zgrab/0.x" 128.14.209.226 - - [11/Dec/2020:17:36:20 +0000] "GET / HTTP/1.1" 307 180 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.$ 128.14.209.226 - - [11/Dec/2020:17:36:21 +0000] "GET /b HTTP/1.1" 500 193 " https://195.4.174.78/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gec$ 91.241.19.84 - - [11/Dec/2020:17:51:54 +0000] "GET /index.jsp HTTP/1.1" 404 193 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.$ 178.73.215.171 - - [11/Dec/2020:18:33:51 +0000] "GET / HTTP/1.0" 307 180 "-" "-" 213.32.122.82 - - [11/Dec/2020:19:26:40 +0000] "GET / HTTP/1.1" 307 180 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.3$ 213.32.122.82 - - [11/Dec/2020:19:26:40 +0000] "GET /b HTTP/1.1" 500 193 "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.$ 156.96.117.185 - - [12/Dec/2020:00:48:21 +0000] "GET /remote/fgt_lang?lang=/../../../..//////////dev/cmdb/sslvpn_websession HTTP/1.1" 404 162 "-" "curl/7.29.0" 66.240.205.34 - - [12/Dec/2020:02:28:05 +0000] "Gh0st\xAD\x00\x00\x00\xE0\x00\x00\x00x\x9CKS``\x98\xC3\xC0\xC0\xC0\x06\xC4\x8C@ \xBCQ\x96\x81\x81\x09H\x07\xA7\x16\x95e&\xA7*\x04$ 196.52.43.121 - - [12/Dec/2020:04:30:53 +0000] "GET / HTTP/1.1" 307 180 "-" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3602.2 Safari/53$ 196.52.43.121 - - [12/Dec/2020:04:30:53 +0000] "GET /b HTTP/1.1" 500 193 "-" "Go http package" 216.218.206.68 - - [12/Dec/2020:06:25:27 +0000] "GET / HTTP/1.1" 307 180 "-" "-" 217.182.175.162 - - [12/Dec/2020:07:19:55 +0000] "HEAD / HTTP/1.1" 307 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0$ 217.182.175.162 - - [12/Dec/2020:07:19:55 +0000] "HEAD /b HTTP/1.1" 200 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.$ 162.243.128.170 - - [12/Dec/2020:07:27:56 +0000] "GET / HTTP/1.1" 307 180 "-" "Mozilla/5.0 zgrab/0.x" 164.52.24.162 - - [12/Dec/2020:07:31:02 +0000] "GET / HTTP/1.1" 307 180 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0"**

and the output of error.log1

**: GNU nano 2.5.3 File: /var/log/nginx/error.log.1

2020/12/11 09:06:58 [error] 3905#3905: 278 open() "/var/www/bigbluebutton-default/.env" failed (2: No such file or directory), client: 194.127.178.241, server: gigobaum.spdns.$ 2020/12/11 10:22:39 [error] 3905#3905: 285 open() "/var/www/bigbluebutton-default/$" failed (2: No such file or directory), client: 193.25.47.203, server: gigobaum.spdns.org, $ 2020/12/11 13:36:28 [error] 1520#1520: 6 open() "/var/www/bigbluebutton-default/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), clie$ 2020/12/11 13:36:28 [error] 1520#1520: 7 open() "/var/www/bigbluebutton-default/api/jsonws/invoke" failed (2: No such file or directory), client: 91.241.19.84, server: gigobau$ 2020/12/11 13:36:28 [error] 1520#1520: 8 open() "/var/www/bigbluebutton-default/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), clie$ 2020/12/11 13:36:28 [error] 1520#1520: 9 open() "/var/www/bigbluebutton-default/index.php" failed (2: No such file or directory), client: 91.241.19.84, server: gigobaum.spdns.$ 2020/12/11 13:36:28 [error] 1520#1520: 11 open() "/var/www/bigbluebutton-default/mifs/.;/services/LogService" failed (2: No such file or directory), client: 91.241.19.84, serv$ 2020/12/11 13:36:28 [error] 1520#1520: 12 open() "/var/www/bigbluebutton-default/wp-content/plugins/wp-file-manager/readme.txt" failed (2: No such file or directory), client: $ 2020/12/11 13:36:28 [error] 1520#1520: 13 "/var/www/bigbluebutton-default/console/index.html" is not found (2: No such file or directory), client: 91.241.19.84, server: gigoba$ 2020/12/11 13:36:29 [error] 1520#1520: 14 open() "/var/www/bigbluebutton-default/Autodiscover/Autodiscover.xml" failed (2: No such file or directory), client: 91.241.19.84, se$ 2020/12/11 17:51:54 [error] 1520#1520: 31 open() "/var/www/bigbluebutton-default/index.jsp" failed (2: No such file or directory), client: 91.241.19.84, server: gigobaum.spdns$ 2020/12/12 00:48:21 [error] 1520#1520: 71 open() "/var/www/bigbluebutton-default/remote/fgt_lang" failed (2: No such file or directory), client: 156.96.117.185, server: gigoba$ ,

Thanks for your reply

Regards,ghofran

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bigbluebutton/greenlight/issues/710#issuecomment-743721466, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAI3UTIEVPTFHLF6T2KUWDSUMQB7ANCNFSM4IH6DVXA .

--

Dhafer Ben Arbia, Eng, MSc, PhD.

This email is intended only for the person(s) named in the message header. Unless otherwise indicated, it contains information that is confidential, privileged and/or exempt from disclosure under applicable law. If you have received this message in error, please notify the sender of the error and delete the message. Thank you.

ghofran24 commented 3 years ago

hello Dhafer , why do i need subdomain , and relaunched the setup again , is there any other way to avoid SSL certificate issues , and also could be firewall problem or not , cause i did those steps more than one time , before asking

regards

DhaferBA commented 3 years ago

If you have an already issued certificate and you try to relaunch the installation by the automated script, the LetsEncrypt CA server would say that the same subdomain certificate has been issued before (like yours: gigobaum...).

I don't think that you have firewall issues, since you are dealing internally on your server (localhost) even if the subdomain is declared somewhere in your config files.

What outputs do you have after :

$ bbb-conf --debug

AND $ bbb-conf --secret

Regards,

Le sam. 12 déc. 2020 à 09:25, ghofran24 notifications@github.com a écrit :

hello Dhafer , why do i need subdomain , and relaunched the setup again , is there any other way to avoid SSL certificate issues , and also could be firewall problem or not , cause i did those steps more than one time , before asking

regards

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bigbluebutton/greenlight/issues/710#issuecomment-743723271, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAI3USLMFNWZ7K67FYUTW3SUMSINANCNFSM4IH6DVXA .

--

Dhafer Ben Arbia, Eng, MSc, PhD.

This email is intended only for the person(s) named in the message header. Unless otherwise indicated, it contains information that is confidential, privileged and/or exempt from disclosure under applicable law. If you have received this message in error, please notify the sender of the error and delete the message. Thank you.

ghofran24 commented 3 years ago

Hello Dhafer, this is the output of the bbb-conf-debug root@vmGiGBBB:~# bbb-conf --debug -- ERRORS found in /var/log/bigbluebutton/* -- /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:01.433Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:01.433Z ERROR o.j.local.office.VerboseProcess - (process:43889): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:01.819Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:01.819Z ERROR o.j.local.office.VerboseProcess - (process:43915): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.224Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.224Z ERROR o.j.local.office.VerboseProcess - (process:43965): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.589Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.589Z ERROR o.j.local.office.VerboseProcess - (process:44162): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.955Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.955Z ERROR o.j.local.office.VerboseProcess - (process:44526): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:03.312Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:03.312Z ERROR o.j.local.office.VerboseProcess - (process:44746): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:03.695Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:03.696Z ERROR o.j.local.office.VerboseProcess - (process:44776): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.054Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.054Z ERROR o.j.local.office.VerboseProcess - (process:44801): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.425Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.425Z ERROR o.j.local.office.VerboseProcess - (process:44831): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.801Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.801Z ERROR o.j.local.office.VerboseProcess - (process:44909): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:18.925Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:18.926Z ERROR o.j.local.office.VerboseProcess - (process:46114): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:18.939Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:18.940Z ERROR o.j.local.office.VerboseProcess - (process:46117): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.027Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.027Z ERROR o.j.local.office.VerboseProcess - (process:46115): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.048Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.056Z ERROR o.j.local.office.VerboseProcess - (process:46121): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.207Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.208Z ERROR o.j.local.office.VerboseProcess - (process:46181): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.447Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.448Z ERROR o.j.local.office.VerboseProcess - (process:46241): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.477Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.478Z ERROR o.j.local.office.VerboseProcess - (process:46239): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.576Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.576Z ERROR o.j.local.office.VerboseProcess - (process:46277): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.624Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.624Z ERROR o.j.local.office.VerboseProcess - (process:46288): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.782Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.783Z ERROR o.j.local.office.VerboseProcess - (process:46327): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:51.280Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:51.281Z ERROR o.j.local.office.VerboseProcess - (process:48145): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:51.693Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:51.693Z ERROR o.j.local.office.VerboseProcess - (process:48175): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.158Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.158Z ERROR o.j.local.office.VerboseProcess - (process:48217): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.469Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.469Z ERROR o.j.local.office.VerboseProcess - (process:48245): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.890Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.890Z ERROR o.j.local.office.VerboseProcess - (process:48299): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:53.279Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:53.279Z ERROR o.j.local.office.VerboseProcess - (process:48333): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:53.649Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:53.649Z ERROR o.j.local.office.VerboseProcess - (process:48373): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.018Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.018Z ERROR o.j.local.office.VerboseProcess - (process:48402): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.381Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.382Z ERROR o.j.local.office.VerboseProcess - (process:48432): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.729Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.730Z ERROR o.j.local.office.VerboseProcess - (process:48457): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.720Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.720Z ERROR o.j.local.office.VerboseProcess - (process:52161): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.772Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.772Z ERROR o.j.local.office.VerboseProcess - (process:52150): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.781Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.782Z ERROR o.j.local.office.VerboseProcess - (process:52154): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.804Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.805Z ERROR o.j.local.office.VerboseProcess - (process:52181): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.845Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.845Z ERROR o.j.local.office.VerboseProcess - (process:52170): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.174Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.174Z ERROR o.j.local.office.VerboseProcess - (process:52253): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.274Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.274Z ERROR o.j.local.office.VerboseProcess - (process:52277): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.317Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.318Z ERROR o.j.local.office.VerboseProcess - (process:52294): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.481Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.481Z ERROR o.j.local.office.VerboseProcess - (process:52331): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.494Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.495Z ERROR o.j.local.office.VerboseProcess - (process:52340): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:21.457Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:21.457Z ERROR o.j.local.office.VerboseProcess - (process:54082): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:21.883Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:21.884Z ERROR o.j.local.office.VerboseProcess - (process:54116): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:22.327Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:22.327Z ERROR o.j.local.office.VerboseProcess - (process:54148): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:22.695Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:22.695Z ERROR o.j.local.office.VerboseProcess - (process:54183): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.110Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.110Z ERROR o.j.local.office.VerboseProcess - (process:54227): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.503Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.504Z ERROR o.j.local.office.VerboseProcess - (process:54267): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.941Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.941Z ERROR o.j.local.office.VerboseProcess - (process:54317): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.275Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.276Z ERROR o.j.local.office.VerboseProcess - (process:54342): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.637Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.637Z ERROR o.j.local.office.VerboseProcess - (process:54372): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.985Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.986Z ERROR o.j.local.office.VerboseProcess - (process:54401): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:53.988Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:53.988Z ERROR o.j.local.office.VerboseProcess - (process:56558): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.053Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.053Z ERROR o.j.local.office.VerboseProcess - (process:56556): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.096Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.096Z ERROR o.j.local.office.VerboseProcess - (process:56551): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.101Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.101Z ERROR o.j.local.office.VerboseProcess - (process:56583): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.147Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.148Z ERROR o.j.local.office.VerboseProcess - (process:56587): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.437Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.441Z ERROR o.j.local.office.VerboseProcess - (process:56661): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.437Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.443Z ERROR o.j.local.office.VerboseProcess - (process:56670): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.598Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.598Z ERROR o.j.local.office.VerboseProcess - (process:56715): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.615Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.615Z ERROR o.j.local.office.VerboseProcess - (process:56727): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.690Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.691Z ERROR o.j.local.office.VerboseProcess - (process:56745): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:17.834Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:17.834Z ERROR o.j.local.office.VerboseProcess - (process:58161): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:18.207Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:18.207Z ERROR o.j.local.office.VerboseProcess - (process:58196): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:18.678Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:18.678Z ERROR o.j.local.office.VerboseProcess - (process:58234): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.047Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.047Z ERROR o.j.local.office.VerboseProcess - (process:58264): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.485Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.485Z ERROR o.j.local.office.VerboseProcess - (process:58317): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.854Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.854Z ERROR o.j.local.office.VerboseProcess - (process:58347): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:20.287Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:20.287Z ERROR o.j.local.office.VerboseProcess - (process:58395): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:20.645Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:20.645Z ERROR o.j.local.office.VerboseProcess - (process:58421): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:21.001Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:21.001Z ERROR o.j.local.office.VerboseProcess - (process:58451): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:21.352Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:21.352Z ERROR o.j.local.office.VerboseProcess - (process:58480): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:00.655Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:00.655Z ERROR o.j.local.office.VerboseProcess - (process:3110): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.074Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.074Z ERROR o.j.local.office.VerboseProcess - (process:3152): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.505Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.505Z ERROR o.j.local.office.VerboseProcess - (process:3188): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.897Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.897Z ERROR o.j.local.office.VerboseProcess - (process:3220): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:03.361Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:03.362Z ERROR o.j.local.office.VerboseProcess - (process:3260): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:03.762Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:03.763Z ERROR o.j.local.office.VerboseProcess - (process:3295): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:04.230Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:04.230Z ERROR o.j.local.office.VerboseProcess - (process:3339): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:04.867Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:04.868Z ERROR o.j.local.office.VerboseProcess - (process:3379): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:05.259Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:05.259Z ERROR o.j.local.office.VerboseProcess - (process:3410): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:05.652Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:05.652Z ERROR o.j.local.office.VerboseProcess - (process:3435): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:38.309Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:38.309Z ERROR o.j.local.office.VerboseProcess - (process:3157): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:39.203Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:39.203Z ERROR o.j.local.office.VerboseProcess - (process:3197): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:39.631Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:39.631Z ERROR o.j.local.office.VerboseProcess - (process:3231): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.013Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.014Z ERROR o.j.local.office.VerboseProcess - (process:3275): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.444Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.444Z ERROR o.j.local.office.VerboseProcess - (process:3310): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.826Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.826Z ERROR o.j.local.office.VerboseProcess - (process:3347): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.195Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.196Z ERROR o.j.local.office.VerboseProcess - (process:3377): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.556Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.556Z ERROR o.j.local.office.VerboseProcess - (process:3402): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.920Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.921Z ERROR o.j.local.office.VerboseProcess - (process:3436): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:42.282Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:42.283Z ERROR o.j.local.office.VerboseProcess - (process:3463): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.484Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.484Z ERROR o.j.local.office.VerboseProcess - (process:18931): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.540Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.541Z ERROR o.j.local.office.VerboseProcess - (process:18941): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.567Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.567Z ERROR o.j.local.office.VerboseProcess - (process:18954): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.583Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.583Z ERROR o.j.local.office.VerboseProcess - (process:18965): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.612Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.612Z ERROR o.j.local.office.VerboseProcess - (process:18961): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.991Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.991Z ERROR o.j.local.office.VerboseProcess - (process:19065): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.001Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.001Z ERROR o.j.local.office.VerboseProcess - (process:19056): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.146Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.146Z ERROR o.j.local.office.VerboseProcess - (process:19114): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.160Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.160Z ERROR o.j.local.office.VerboseProcess - (process:19122): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.191Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.191Z ERROR o.j.local.office.VerboseProcess - (process:19134): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:08.888Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:08.888Z ERROR o.j.local.office.VerboseProcess - (process:20574): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:09.286Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:09.286Z ERROR o.j.local.office.VerboseProcess - (process:20605): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:09.693Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:09.693Z ERROR o.j.local.office.VerboseProcess - (process:20645): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.091Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.091Z ERROR o.j.local.office.VerboseProcess - (process:20677): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.505Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.505Z ERROR o.j.local.office.VerboseProcess - (process:20727): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.887Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.887Z ERROR o.j.local.office.VerboseProcess - (process:20760): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:11.301Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:11.301Z ERROR o.j.local.office.VerboseProcess - (process:20803): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:11.677Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:11.677Z ERROR o.j.local.office.VerboseProcess - (process:20828): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:12.046Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:12.047Z ERROR o.j.local.office.VerboseProcess - (process:20862): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:12.397Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:12.397Z ERROR o.j.local.office.VerboseProcess - (process:20889): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.495Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.496Z ERROR o.j.local.office.VerboseProcess - (process:41011): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.464Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.493Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.609Z ERROR o.j.local.office.VerboseProcess - (process:41014): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.608Z ERROR o.j.local.office.VerboseProcess - (process:41016): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.925Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.925Z ERROR o.j.local.office.VerboseProcess - (process:41097): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.191Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.192Z ERROR o.j.local.office.VerboseProcess - (process:41133): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.252Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.252Z ERROR o.j.local.office.VerboseProcess - (process:41150): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.301Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.301Z ERROR o.j.local.office.VerboseProcess - (process:41173): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.438Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.438Z ERROR o.j.local.office.VerboseProcess - (process:41190): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.620Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.621Z ERROR o.j.local.office.VerboseProcess - (process:41231): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.659Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.659Z ERROR o.j.local.office.VerboseProcess - (process:41233): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:52.546Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:52.546Z ERROR o.j.local.office.VerboseProcess - (process:43239): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:52.997Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:52.998Z ERROR o.j.local.office.VerboseProcess - (process:43274): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:53.524Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:53.525Z ERROR o.j.local.office.VerboseProcess - (process:43319): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:53.969Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:53.969Z ERROR o.j.local.office.VerboseProcess - (process:43356): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:54.364Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:54.364Z ERROR o.j.local.office.VerboseProcess - (process:43405): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:54.779Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:54.780Z ERROR o.j.local.office.VerboseProcess - (process:43432): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.179Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.179Z ERROR o.j.local.office.VerboseProcess - (process:43462): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.529Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.530Z ERROR o.j.local.office.VerboseProcess - (process:43491): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.897Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.898Z ERROR o.j.local.office.VerboseProcess - (process:43521): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:56.256Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:56.256Z ERROR o.j.local.office.VerboseProcess - (process:43549): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.550Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.550Z ERROR o.j.local.office.VerboseProcess - (process:48945): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.648Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.648Z ERROR o.j.local.office.VerboseProcess - (process:48950): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.655Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.655Z ERROR o.j.local.office.VerboseProcess - (process:48979): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.715Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.717Z ERROR o.j.local.office.VerboseProcess - (process:48971): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.888Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.888Z ERROR o.j.local.office.VerboseProcess - (process:49014): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.062Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.062Z ERROR o.j.local.office.VerboseProcess - (process:49063): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.152Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.152Z ERROR o.j.local.office.VerboseProcess - (process:49094): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.279Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.280Z ERROR o.j.local.office.VerboseProcess - (process:49127): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.337Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.338Z ERROR o.j.local.office.VerboseProcess - (process:49138): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.362Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.362Z ERROR o.j.local.office.VerboseProcess - (process:49147): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:47.149Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:47.149Z ERROR o.j.local.office.VerboseProcess - (process:50796): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:47.547Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:47.548Z ERROR o.j.local.office.VerboseProcess - (process:50832): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.039Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.039Z ERROR o.j.local.office.VerboseProcess - (process:50876): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.442Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.442Z ERROR o.j.local.office.VerboseProcess - (process:50914): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.845Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.846Z ERROR o.j.local.office.VerboseProcess - (process:50960): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.195Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.196Z ERROR o.j.local.office.VerboseProcess - (process:50990): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.574Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.574Z ERROR o.j.local.office.VerboseProcess - (process:51020): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.946Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.946Z ERROR o.j.local.office.VerboseProcess - (process:51045): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:50.293Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:50.293Z ERROR o.j.local.office.VerboseProcess - (process:51079): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:50.658Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:50.659Z ERROR o.j.local.office.VerboseProcess - (process:51104): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.794Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.794Z ERROR o.j.local.office.VerboseProcess - (process:55404): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.807Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.807Z ERROR o.j.local.office.VerboseProcess - (process:55405): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.861Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.861Z ERROR o.j.local.office.VerboseProcess - (process:55410): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.891Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.891Z ERROR o.j.local.office.VerboseProcess - (process:55426): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.897Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.898Z ERROR o.j.local.office.VerboseProcess - (process:55428): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.173Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.173Z ERROR o.j.local.office.VerboseProcess - (process:55502): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.220Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.220Z ERROR o.j.local.office.VerboseProcess - (process:55528): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.302Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.302Z ERROR o.j.local.office.VerboseProcess - (process:55557): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.308Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.309Z ERROR o.j.local.office.VerboseProcess - (process:55561): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.404Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.404Z ERROR o.j.local.office.VerboseProcess - (process:55586): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:29.396Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:29.397Z ERROR o.j.local.office.VerboseProcess - (process:57018): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:29.837Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:29.838Z ERROR o.j.local.office.VerboseProcess - (process:57044): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:30.314Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:30.314Z ERROR o.j.local.office.VerboseProcess - (process:57084): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:30.709Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:30.709Z ERROR o.j.local.office.VerboseProcess - (process:57118): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.101Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.101Z ERROR o.j.local.office.VerboseProcess - (process:57162): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.514Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.514Z ERROR o.j.local.office.VerboseProcess - (process:57196): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.891Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.892Z ERROR o.j.local.office.VerboseProcess - (process:57236): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.261Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.261Z ERROR o.j.local.office.VerboseProcess - (process:57260): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.626Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.626Z ERROR o.j.local.office.VerboseProcess - (process:57290): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.991Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.992Z ERROR o.j.local.office.VerboseProcess - (process:57315): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.044Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.044Z ERROR o.j.local.office.VerboseProcess - (process:3086): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.074Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.074Z ERROR o.j.local.office.VerboseProcess - (process:3088): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.121Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.122Z ERROR o.j.local.office.VerboseProcess - (process:3089): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.183Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.183Z ERROR o.j.local.office.VerboseProcess - (process:3119): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.331Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.334Z ERROR o.j.local.office.VerboseProcess - (process:3162): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.518Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.518Z ERROR o.j.local.office.VerboseProcess - (process:3194): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.705Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.705Z ERROR o.j.local.office.VerboseProcess - (process:3237): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.772Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.772Z ERROR o.j.local.office.VerboseProcess - (process:3256): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.809Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.810Z ERROR o.j.local.office.VerboseProcess - (process:3270): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.847Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.848Z ERROR o.j.local.office.VerboseProcess - (process:3280): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:10.578Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:10.578Z ERROR o.j.local.office.VerboseProcess - (process:4966): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:11.012Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:11.012Z ERROR o.j.local.office.VerboseProcess - (process:4998): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:11.494Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:11.494Z ERROR o.j.local.office.VerboseProcess - (process:5035): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:11.859Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:11.860Z ERROR o.j.local.office.VerboseProcess - (process:5069): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:12.297Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:12.297Z ERROR o.j.local.office.VerboseProcess - (process:5118): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:12.654Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:12.654Z ERROR o.j.local.office.VerboseProcess - (process:5147): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:13.129Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:13.129Z ERROR o.j.local.office.VerboseProcess - (process:5191): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:13.485Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:13.485Z ERROR o.j.local.office.VerboseProcess - (process:5216): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:13.851Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:13.851Z ERROR o.j.local.office.VerboseProcess - (process:5246): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:14.238Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:14.239Z ERROR o.j.local.office.VerboseProcess - (process:5271): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:18.928Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:18.935Z ERROR o.j.local.office.VerboseProcess - (process:38751): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:18.937Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:18.937Z ERROR o.j.local.office.VerboseProcess - (process:38744): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:18.996Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:18.996Z ERROR o.j.local.office.VerboseProcess - (process:38769): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.061Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.062Z ERROR o.j.local.office.VerboseProcess - (process:38804): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.128Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.128Z ERROR o.j.local.office.VerboseProcess - (process:38817): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.323Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.323Z ERROR o.j.local.office.VerboseProcess - (process:38859): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.385Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.386Z ERROR o.j.local.office.VerboseProcess - (process:38879): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.462Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.462Z ERROR o.j.local.office.VerboseProcess - (process:38903): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.539Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.539Z ERROR o.j.local.office.VerboseProcess - (process:38930): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.561Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.561Z ERROR o.j.local.office.VerboseProcess - (process:38939): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:12.190Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:12.191Z ERROR o.j.local.office.VerboseProcess - (process:3143): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:13.604Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:13.604Z ERROR o.j.local.office.VerboseProcess - (process:3187): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:14.083Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:14.083Z ERROR o.j.local.office.VerboseProcess - (process:3231): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:14.468Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:14.468Z ERROR o.j.local.office.VerboseProcess - (process:3266): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:14.940Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:14.940Z ERROR o.j.local.office.VerboseProcess - (process:3312): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:15.306Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:15.306Z ERROR o.j.local.office.VerboseProcess - (process:3337): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:15.706Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:15.707Z ERROR o.j.local.office.VerboseProcess - (process:3368): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:16.079Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:16.079Z ERROR o.j.local.office.VerboseProcess - (process:3394): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:16.430Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:16.431Z ERROR o.j.local.office.VerboseProcess - (process:3425): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:16.792Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:16.792Z ERROR o.j.local.office.VerboseProcess - (process:3454): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly.

-- ERRORS found in /var/log/bigbluebutton/* -- /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:18.765Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.056Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.060Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.062Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.065Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.176Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.178Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.178Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.179Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.178Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.720Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.721Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.723Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.724Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.725Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.785Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.828Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.846Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.849Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.856Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.904Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.905Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.905Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.906Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.907Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.212Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.212Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.212Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.212Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.214Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379

-- ERRORS found in /usr/share/red5/log/* -- /var/log/red5/screenshare-slf.2020-12-01.log:2020-12-01T21:55:40.623Z ERROR o.b.a.s.m.redis.MessageReceiver - Error subscribing to channels: java.net.ConnectException: Connection refused (Connection refused) /var/log/red5/error.2020-12-02.log:2020-12-02T19:48:36.418Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/error.2020-12-02.log:2020-12-02T19:48:48.341Z [Loader:/sip] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/error.2020-12-02.log:2020-12-02T19:48:48.551Z [Loader:/video] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/error.2020-12-02.log:2020-12-02T20:04:17.327Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/error.2020-12-02.log:2020-12-02T20:04:27.403Z [Loader:/sip] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/error.2020-12-02.log:2020-12-02T20:04:27.547Z [Loader:/video] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/error.2020-12-02.log:2020-12-02T20:26:17.594Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/error.2020-12-02.log:2020-12-02T20:26:27.538Z [Loader:/sip] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/error.2020-12-02.log:2020-12-02T20:26:27.699Z [Loader:/video] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/error.2020-12-02.log:2020-12-02T20:30:21.271Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/error.2020-12-02.log:2020-12-02T20:30:31.067Z [Loader:/sip] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/error.2020-12-02.log:2020-12-02T20:30:31.273Z [Loader:/video] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/error.2020-12-02.log:2020-12-02T20:39:06.635Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/error.2020-12-02.log:2020-12-02T20:40:36.462Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/red5.2020-12-10.log:2020-12-10T16:54:30.239Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/red5.2020-12-02.log:2020-12-02T19:48:36.418Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/red5.2020-12-02.log:2020-12-02T19:48:48.341Z [Loader:/sip] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/red5.2020-12-02.log:2020-12-02T19:48:48.551Z [Loader:/video] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/red5.2020-12-02.log:2020-12-02T20:04:17.327Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/red5.2020-12-02.log:2020-12-02T20:04:27.403Z [Loader:/sip] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/red5.2020-12-02.log:2020-12-02T20:04:27.547Z [Loader:/video] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/red5.2020-12-02.log:2020-12-02T20:26:17.594Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/red5.2020-12-02.log:2020-12-02T20:26:27.538Z [Loader:/sip] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/red5.2020-12-02.log:2020-12-02T20:26:27.699Z [Loader:/video] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/red5.2020-12-02.log:2020-12-02T20:30:21.271Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/red5.2020-12-02.log:2020-12-02T20:30:31.067Z [Loader:/sip] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/red5.2020-12-02.log:2020-12-02T20:30:31.273Z [Loader:/video] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/red5.2020-12-02.log:2020-12-02T20:39:06.635Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/red5.2020-12-02.log:2020-12-02T20:40:36.462Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/screenshare-slf.2020-12-02.log:2020-12-02T20:04:08.710Z ERROR o.b.a.s.m.redis.MessageReceiver - Error subscribing to channels: java.net.ConnectException: Connection refused (Connection refused) /var/log/red5/screenshare-slf.2020-12-02.log:2020-12-02T20:26:08.238Z ERROR o.b.a.s.m.redis.MessageReceiver - Error subscribing to channels: java.net.ConnectException: Connection refused (Connection refused) /var/log/red5/video.2020-12-02.log:2020-12-02T20:04:08.711Z ERROR o.b.red5.pubsub.MessageReceiver - Error subscribing to channels: java.net.ConnectException: Connection refused (Connection refused) /var/log/red5/video.2020-12-02.log:2020-12-02T20:26:08.239Z ERROR o.b.red5.pubsub.MessageReceiver - Error subscribing to channels: java.net.ConnectException: Connection refused (Connection refused) /var/log/red5/error.2020-12-10.log:2020-12-10T16:54:30.239Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/error.2020-12-01.log:2020-12-01T21:52:35.809Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/error.2020-12-01.log:2020-12-01T21:52:46.308Z [Loader:/sip] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/error.2020-12-01.log:2020-12-01T21:52:46.500Z [Loader:/video] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/error.2020-12-01.log:2020-12-01T21:55:50.059Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/error.2020-12-01.log:2020-12-01T21:56:01.078Z [Loader:/sip] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/error.2020-12-01.log:2020-12-01T21:56:01.236Z [Loader:/video] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/red5.2020-12-01.log:2020-12-01T21:52:35.809Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/red5.2020-12-01.log:2020-12-01T21:52:46.308Z [Loader:/sip] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/red5.2020-12-01.log:2020-12-01T21:52:46.500Z [Loader:/video] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/red5.2020-12-01.log:2020-12-01T21:55:50.059Z [main] ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: vmGiGBBB: vmGiGBBB: Name or service not known /var/log/red5/red5.2020-12-01.log:2020-12-01T21:56:01.078Z [Loader:/sip] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address /var/log/red5/red5.2020-12-01.log:2020-12-01T21:56:01.236Z [Loader:/video] ERROR redis.clients.jedis.HostAndPort - cant resolve localhost address Binary file /var/log/red5/bigbluebutton.2020-12-02.log matches /var/log/red5/video.2020-12-01.log:2020-12-01T21:55:40.622Z ERROR o.b.red5.pubsub.MessageReceiver - Error subscribing to channels: java.net.ConnectException: Connection refused (Connection refused) /var/log/red5/bigbluebutton.2020-12-01.log:2020-12-01T21:55:40.622Z ERROR o.b.v.messaging.MessageReceiver - Error subscribing to channels: java.net.ConnectException: Connection refused (Connection refused)

-- Errors found in /var/log/nginx/error.log -- 2020/12/12 08:07:04 [error] 1521#1521: 114 "/var/www/bigbluebutton-default/:443/index.html" is not found (2: No such file or directory), client: 82.113.19.6, server: gigobaum.spdns.org, request: "GET /:443/? HTTP/1.1", host: "195.4.174.78" 2020/12/12 09:27:01 [error] 1521#1521: 169 open() "/var/www/bigbluebutton-default/https:/195.4.174.78/b" failed (2: No such file or directory), client: 83.97.20.29, server: gigobaum.spdns.org, request: "GET /https://195.4.174.78/b HTTP/1.1", host: "195.4.174.78" 2020/12/12 10:30:27 [error] 1521#1521: 174 open() "/var/www/bigbluebutton-default/api/jsonws/invoke" failed (2: No such file or directory), client: 91.241.19.84, server: gigobaum.spdns.org, request: "POST /api/jsonws/invoke HTTP/1.1", host: "195.4.174.78:443" 2020/12/12 10:30:27 [error] 1521#1521: 175 open() "/var/www/bigbluebutton-default/index.php" failed (2: No such file or directory), client: 91.241.19.84, server: gigobaum.spdns.org, request: "GET /index.php?s=/Index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=HelloThinkPHP21 HTTP/1.1", host: "195.4.174.78:443" 2020/12/12 10:30:27 [error] 1521#1521: 177 open() "/var/www/bigbluebutton-default/Autodiscover/Autodiscover.xml" failed (2: No such file or directory), client: 91.241.19.84, server: gigobaum.spdns.org, request: "POST /Autodiscover/Autodiscover.xml HTTP/1.1", host: "195.4.174.78:443" 2020/12/12 10:30:27 [error] 1521#1521: 178 open() "/var/www/bigbluebutton-default/mifs/.;/services/LogService" failed (2: No such file or directory), client: 91.241.19.84, server: gigobaum.spdns.org, request: "POST /mifs/.;/services/LogService HTTP/1.1", host: "195.4.174.78:443", referrer: "https://195.4.174.78:443" 2020/12/12 10:30:27 [error] 1521#1521: 179 open() "/var/www/bigbluebutton-default/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 91.241.19.84, server: gigobaum.spdns.org, request: "POST /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "195.4.174.78:443" 2020/12/12 10:30:27 [error] 1521#1521: 181 open() "/var/www/bigbluebutton-default/wp-content/plugins/wp-file-manager/readme.txt" failed (2: No such file or directory), client: 91.241.19.84, server: gigobaum.spdns.org, request: "GET /wp-content/plugins/wp-file-manager/readme.txt HTTP/1.1", host: "195.4.174.78:443" 2020/12/12 10:30:27 [error] 1521#1521: 180 open() "/var/www/bigbluebutton-default/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 91.241.19.84, server: gigobaum.spdns.org, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "195.4.174.78:443" 2020/12/12 10:30:28 [error] 1521#1521: 182 "/var/www/bigbluebutton-default/console/index.html" is not found (2: No such file or directory), client: 91.241.19.84, server: gigobaum.spdns.org, request: "GET /console/ HTTP/1.1", host: "195.4.174.78:443"

-- Errors found in /var/log/bigbluebutton -- /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:01.433Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:01.433Z ERROR o.j.local.office.VerboseProcess - (process:43889): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:01.819Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:01.819Z ERROR o.j.local.office.VerboseProcess - (process:43915): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.224Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.224Z ERROR o.j.local.office.VerboseProcess - (process:43965): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.589Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.589Z ERROR o.j.local.office.VerboseProcess - (process:44162): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.955Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.955Z ERROR o.j.local.office.VerboseProcess - (process:44526): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:03.312Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:03.312Z ERROR o.j.local.office.VerboseProcess - (process:44746): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:03.695Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:03.696Z ERROR o.j.local.office.VerboseProcess - (process:44776): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.054Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.054Z ERROR o.j.local.office.VerboseProcess - (process:44801): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.425Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.425Z ERROR o.j.local.office.VerboseProcess - (process:44831): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.801Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.801Z ERROR o.j.local.office.VerboseProcess - (process:44909): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:18.925Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:18.926Z ERROR o.j.local.office.VerboseProcess - (process:46114): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:18.939Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:18.940Z ERROR o.j.local.office.VerboseProcess - (process:46117): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.027Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.027Z ERROR o.j.local.office.VerboseProcess - (process:46115): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.048Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.056Z ERROR o.j.local.office.VerboseProcess - (process:46121): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.207Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.208Z ERROR o.j.local.office.VerboseProcess - (process:46181): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.447Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.448Z ERROR o.j.local.office.VerboseProcess - (process:46241): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.477Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.478Z ERROR o.j.local.office.VerboseProcess - (process:46239): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.576Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.576Z ERROR o.j.local.office.VerboseProcess - (process:46277): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.624Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.624Z ERROR o.j.local.office.VerboseProcess - (process:46288): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.782Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.783Z ERROR o.j.local.office.VerboseProcess - (process:46327): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:51.280Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:51.281Z ERROR o.j.local.office.VerboseProcess - (process:48145): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:51.693Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:51.693Z ERROR o.j.local.office.VerboseProcess - (process:48175): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.158Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.158Z ERROR o.j.local.office.VerboseProcess - (process:48217): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.469Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.469Z ERROR o.j.local.office.VerboseProcess - (process:48245): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.890Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.890Z ERROR o.j.local.office.VerboseProcess - (process:48299): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:53.279Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:53.279Z ERROR o.j.local.office.VerboseProcess - (process:48333): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:53.649Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:53.649Z ERROR o.j.local.office.VerboseProcess - (process:48373): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.018Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.018Z ERROR o.j.local.office.VerboseProcess - (process:48402): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.381Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.382Z ERROR o.j.local.office.VerboseProcess - (process:48432): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.729Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.730Z ERROR o.j.local.office.VerboseProcess - (process:48457): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.720Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.720Z ERROR o.j.local.office.VerboseProcess - (process:52161): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.772Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.772Z ERROR o.j.local.office.VerboseProcess - (process:52150): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.781Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.782Z ERROR o.j.local.office.VerboseProcess - (process:52154): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.804Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.805Z ERROR o.j.local.office.VerboseProcess - (process:52181): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.845Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.845Z ERROR o.j.local.office.VerboseProcess - (process:52170): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.174Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.174Z ERROR o.j.local.office.VerboseProcess - (process:52253): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.274Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.274Z ERROR o.j.local.office.VerboseProcess - (process:52277): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.317Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.318Z ERROR o.j.local.office.VerboseProcess - (process:52294): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.481Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.481Z ERROR o.j.local.office.VerboseProcess - (process:52331): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.494Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.495Z ERROR o.j.local.office.VerboseProcess - (process:52340): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:21.457Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:21.457Z ERROR o.j.local.office.VerboseProcess - (process:54082): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:21.883Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:21.884Z ERROR o.j.local.office.VerboseProcess - (process:54116): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:22.327Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:22.327Z ERROR o.j.local.office.VerboseProcess - (process:54148): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:22.695Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:22.695Z ERROR o.j.local.office.VerboseProcess - (process:54183): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.110Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.110Z ERROR o.j.local.office.VerboseProcess - (process:54227): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.503Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.504Z ERROR o.j.local.office.VerboseProcess - (process:54267): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.941Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.941Z ERROR o.j.local.office.VerboseProcess - (process:54317): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.275Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.276Z ERROR o.j.local.office.VerboseProcess - (process:54342): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.637Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.637Z ERROR o.j.local.office.VerboseProcess - (process:54372): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.985Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.986Z ERROR o.j.local.office.VerboseProcess - (process:54401): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:53.988Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:53.988Z ERROR o.j.local.office.VerboseProcess - (process:56558): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.053Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.053Z ERROR o.j.local.office.VerboseProcess - (process:56556): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.096Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.096Z ERROR o.j.local.office.VerboseProcess - (process:56551): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.101Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.101Z ERROR o.j.local.office.VerboseProcess - (process:56583): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.147Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.148Z ERROR o.j.local.office.VerboseProcess - (process:56587): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.437Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.441Z ERROR o.j.local.office.VerboseProcess - (process:56661): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.437Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.443Z ERROR o.j.local.office.VerboseProcess - (process:56670): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.598Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.598Z ERROR o.j.local.office.VerboseProcess - (process:56715): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.615Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.615Z ERROR o.j.local.office.VerboseProcess - (process:56727): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.690Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.691Z ERROR o.j.local.office.VerboseProcess - (process:56745): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:17.834Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:17.834Z ERROR o.j.local.office.VerboseProcess - (process:58161): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:18.207Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:18.207Z ERROR o.j.local.office.VerboseProcess - (process:58196): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:18.678Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:18.678Z ERROR o.j.local.office.VerboseProcess - (process:58234): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.047Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.047Z ERROR o.j.local.office.VerboseProcess - (process:58264): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.485Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.485Z ERROR o.j.local.office.VerboseProcess - (process:58317): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.854Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.854Z ERROR o.j.local.office.VerboseProcess - (process:58347): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:20.287Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:20.287Z ERROR o.j.local.office.VerboseProcess - (process:58395): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:20.645Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:20.645Z ERROR o.j.local.office.VerboseProcess - (process:58421): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:21.001Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:21.001Z ERROR o.j.local.office.VerboseProcess - (process:58451): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:21.352Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:21.352Z ERROR o.j.local.office.VerboseProcess - (process:58480): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:00.655Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:00.655Z ERROR o.j.local.office.VerboseProcess - (process:3110): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.074Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.074Z ERROR o.j.local.office.VerboseProcess - (process:3152): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.505Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.505Z ERROR o.j.local.office.VerboseProcess - (process:3188): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.897Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.897Z ERROR o.j.local.office.VerboseProcess - (process:3220): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:03.361Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:03.362Z ERROR o.j.local.office.VerboseProcess - (process:3260): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:03.762Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:03.763Z ERROR o.j.local.office.VerboseProcess - (process:3295): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:04.230Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:04.230Z ERROR o.j.local.office.VerboseProcess - (process:3339): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:04.867Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:04.868Z ERROR o.j.local.office.VerboseProcess - (process:3379): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:05.259Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:05.259Z ERROR o.j.local.office.VerboseProcess - (process:3410): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:05.652Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:05.652Z ERROR o.j.local.office.VerboseProcess - (process:3435): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:38.309Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:38.309Z ERROR o.j.local.office.VerboseProcess - (process:3157): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:39.203Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:39.203Z ERROR o.j.local.office.VerboseProcess - (process:3197): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:39.631Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:39.631Z ERROR o.j.local.office.VerboseProcess - (process:3231): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.013Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.014Z ERROR o.j.local.office.VerboseProcess - (process:3275): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.444Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.444Z ERROR o.j.local.office.VerboseProcess - (process:3310): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.826Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.826Z ERROR o.j.local.office.VerboseProcess - (process:3347): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.195Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.196Z ERROR o.j.local.office.VerboseProcess - (process:3377): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.556Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.556Z ERROR o.j.local.office.VerboseProcess - (process:3402): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.920Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.921Z ERROR o.j.local.office.VerboseProcess - (process:3436): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:42.282Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:42.283Z ERROR o.j.local.office.VerboseProcess - (process:3463): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.484Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.484Z ERROR o.j.local.office.VerboseProcess - (process:18931): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.540Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.541Z ERROR o.j.local.office.VerboseProcess - (process:18941): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.567Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.567Z ERROR o.j.local.office.VerboseProcess - (process:18954): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.583Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.583Z ERROR o.j.local.office.VerboseProcess - (process:18965): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.612Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.612Z ERROR o.j.local.office.VerboseProcess - (process:18961): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.991Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.991Z ERROR o.j.local.office.VerboseProcess - (process:19065): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.001Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.001Z ERROR o.j.local.office.VerboseProcess - (process:19056): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.146Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.146Z ERROR o.j.local.office.VerboseProcess - (process:19114): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.160Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.160Z ERROR o.j.local.office.VerboseProcess - (process:19122): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.191Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.191Z ERROR o.j.local.office.VerboseProcess - (process:19134): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:08.888Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:08.888Z ERROR o.j.local.office.VerboseProcess - (process:20574): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:09.286Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:09.286Z ERROR o.j.local.office.VerboseProcess - (process:20605): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:09.693Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:09.693Z ERROR o.j.local.office.VerboseProcess - (process:20645): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.091Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.091Z ERROR o.j.local.office.VerboseProcess - (process:20677): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.505Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.505Z ERROR o.j.local.office.VerboseProcess - (process:20727): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.887Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.887Z ERROR o.j.local.office.VerboseProcess - (process:20760): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:11.301Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:11.301Z ERROR o.j.local.office.VerboseProcess - (process:20803): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:11.677Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:11.677Z ERROR o.j.local.office.VerboseProcess - (process:20828): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:12.046Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:12.047Z ERROR o.j.local.office.VerboseProcess - (process:20862): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:12.397Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:12.397Z ERROR o.j.local.office.VerboseProcess - (process:20889): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.495Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.496Z ERROR o.j.local.office.VerboseProcess - (process:41011): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.464Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.493Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.609Z ERROR o.j.local.office.VerboseProcess - (process:41014): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.608Z ERROR o.j.local.office.VerboseProcess - (process:41016): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.925Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.925Z ERROR o.j.local.office.VerboseProcess - (process:41097): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.191Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.192Z ERROR o.j.local.office.VerboseProcess - (process:41133): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.252Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.252Z ERROR o.j.local.office.VerboseProcess - (process:41150): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.301Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.301Z ERROR o.j.local.office.VerboseProcess - (process:41173): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.438Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.438Z ERROR o.j.local.office.VerboseProcess - (process:41190): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.620Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.621Z ERROR o.j.local.office.VerboseProcess - (process:41231): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.659Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.659Z ERROR o.j.local.office.VerboseProcess - (process:41233): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:52.546Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:52.546Z ERROR o.j.local.office.VerboseProcess - (process:43239): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:52.997Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:52.998Z ERROR o.j.local.office.VerboseProcess - (process:43274): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:53.524Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:53.525Z ERROR o.j.local.office.VerboseProcess - (process:43319): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:53.969Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:53.969Z ERROR o.j.local.office.VerboseProcess - (process:43356): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:54.364Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:54.364Z ERROR o.j.local.office.VerboseProcess - (process:43405): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:54.779Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:54.780Z ERROR o.j.local.office.VerboseProcess - (process:43432): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.179Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.179Z ERROR o.j.local.office.VerboseProcess - (process:43462): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.529Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.530Z ERROR o.j.local.office.VerboseProcess - (process:43491): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.897Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.898Z ERROR o.j.local.office.VerboseProcess - (process:43521): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:56.256Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:56.256Z ERROR o.j.local.office.VerboseProcess - (process:43549): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.550Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.550Z ERROR o.j.local.office.VerboseProcess - (process:48945): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.648Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.648Z ERROR o.j.local.office.VerboseProcess - (process:48950): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.655Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.655Z ERROR o.j.local.office.VerboseProcess - (process:48979): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.715Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.717Z ERROR o.j.local.office.VerboseProcess - (process:48971): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.888Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.888Z ERROR o.j.local.office.VerboseProcess - (process:49014): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.062Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.062Z ERROR o.j.local.office.VerboseProcess - (process:49063): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.152Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.152Z ERROR o.j.local.office.VerboseProcess - (process:49094): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.279Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.280Z ERROR o.j.local.office.VerboseProcess - (process:49127): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.337Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.338Z ERROR o.j.local.office.VerboseProcess - (process:49138): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.362Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.362Z ERROR o.j.local.office.VerboseProcess - (process:49147): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:47.149Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:47.149Z ERROR o.j.local.office.VerboseProcess - (process:50796): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:47.547Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:47.548Z ERROR o.j.local.office.VerboseProcess - (process:50832): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.039Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.039Z ERROR o.j.local.office.VerboseProcess - (process:50876): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.442Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.442Z ERROR o.j.local.office.VerboseProcess - (process:50914): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.845Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.846Z ERROR o.j.local.office.VerboseProcess - (process:50960): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.195Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.196Z ERROR o.j.local.office.VerboseProcess - (process:50990): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.574Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.574Z ERROR o.j.local.office.VerboseProcess - (process:51020): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.946Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.946Z ERROR o.j.local.office.VerboseProcess - (process:51045): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:50.293Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:50.293Z ERROR o.j.local.office.VerboseProcess - (process:51079): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:50.658Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:50.659Z ERROR o.j.local.office.VerboseProcess - (process:51104): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.794Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.794Z ERROR o.j.local.office.VerboseProcess - (process:55404): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.807Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.807Z ERROR o.j.local.office.VerboseProcess - (process:55405): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.861Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.861Z ERROR o.j.local.office.VerboseProcess - (process:55410): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.891Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.891Z ERROR o.j.local.office.VerboseProcess - (process:55426): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.897Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.898Z ERROR o.j.local.office.VerboseProcess - (process:55428): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.173Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.173Z ERROR o.j.local.office.VerboseProcess - (process:55502): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.220Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.220Z ERROR o.j.local.office.VerboseProcess - (process:55528): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.302Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.302Z ERROR o.j.local.office.VerboseProcess - (process:55557): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.308Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.309Z ERROR o.j.local.office.VerboseProcess - (process:55561): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.404Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.404Z ERROR o.j.local.office.VerboseProcess - (process:55586): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:29.396Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:29.397Z ERROR o.j.local.office.VerboseProcess - (process:57018): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:29.837Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:29.838Z ERROR o.j.local.office.VerboseProcess - (process:57044): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:30.314Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:30.314Z ERROR o.j.local.office.VerboseProcess - (process:57084): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:30.709Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:30.709Z ERROR o.j.local.office.VerboseProcess - (process:57118): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.101Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.101Z ERROR o.j.local.office.VerboseProcess - (process:57162): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.514Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.514Z ERROR o.j.local.office.VerboseProcess - (process:57196): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.891Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.892Z ERROR o.j.local.office.VerboseProcess - (process:57236): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.261Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.261Z ERROR o.j.local.office.VerboseProcess - (process:57260): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.626Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.626Z ERROR o.j.local.office.VerboseProcess - (process:57290): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.991Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.992Z ERROR o.j.local.office.VerboseProcess - (process:57315): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.044Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.044Z ERROR o.j.local.office.VerboseProcess - (process:3086): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.074Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.074Z ERROR o.j.local.office.VerboseProcess - (process:3088): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.121Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.122Z ERROR o.j.local.office.VerboseProcess - (process:3089): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.183Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.183Z ERROR o.j.local.office.VerboseProcess - (process:3119): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.331Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.334Z ERROR o.j.local.office.VerboseProcess - (process:3162): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.518Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.518Z ERROR o.j.local.office.VerboseProcess - (process:3194): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.705Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.705Z ERROR o.j.local.office.VerboseProcess - (process:3237): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.772Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.772Z ERROR o.j.local.office.VerboseProcess - (process:3256): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.809Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.810Z ERROR o.j.local.office.VerboseProcess - (process:3270): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.847Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.848Z ERROR o.j.local.office.VerboseProcess - (process:3280): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:10.578Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:10.578Z ERROR o.j.local.office.VerboseProcess - (process:4966): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:11.012Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:11.012Z ERROR o.j.local.office.VerboseProcess - (process:4998): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:11.494Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:11.494Z ERROR o.j.local.office.VerboseProcess - (process:5035): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:11.859Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:11.860Z ERROR o.j.local.office.VerboseProcess - (process:5069): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:12.297Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:12.297Z ERROR o.j.local.office.VerboseProcess - (process:5118): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:12.654Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:12.654Z ERROR o.j.local.office.VerboseProcess - (process:5147): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:13.129Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:13.129Z ERROR o.j.local.office.VerboseProcess - (process:5191): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:13.485Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:13.485Z ERROR o.j.local.office.VerboseProcess - (process:5216): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:13.851Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:13.851Z ERROR o.j.local.office.VerboseProcess - (process:5246): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:14.238Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:12:14.239Z ERROR o.j.local.office.VerboseProcess - (process:5271): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:18.928Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:18.935Z ERROR o.j.local.office.VerboseProcess - (process:38751): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:18.937Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:18.937Z ERROR o.j.local.office.VerboseProcess - (process:38744): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:18.996Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:18.996Z ERROR o.j.local.office.VerboseProcess - (process:38769): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.061Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.062Z ERROR o.j.local.office.VerboseProcess - (process:38804): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.128Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.128Z ERROR o.j.local.office.VerboseProcess - (process:38817): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.323Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.323Z ERROR o.j.local.office.VerboseProcess - (process:38859): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.385Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.386Z ERROR o.j.local.office.VerboseProcess - (process:38879): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.462Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.462Z ERROR o.j.local.office.VerboseProcess - (process:38903): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.539Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.539Z ERROR o.j.local.office.VerboseProcess - (process:38930): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.561Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:42:19.561Z ERROR o.j.local.office.VerboseProcess - (process:38939): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:12.190Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:12.191Z ERROR o.j.local.office.VerboseProcess - (process:3143): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:13.604Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:13.604Z ERROR o.j.local.office.VerboseProcess - (process:3187): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:14.083Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:14.083Z ERROR o.j.local.office.VerboseProcess - (process:3231): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:14.468Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:14.468Z ERROR o.j.local.office.VerboseProcess - (process:3266): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:14.940Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:14.940Z ERROR o.j.local.office.VerboseProcess - (process:3312): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:15.306Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:15.306Z ERROR o.j.local.office.VerboseProcess - (process:3337): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:15.706Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:15.707Z ERROR o.j.local.office.VerboseProcess - (process:3368): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:16.079Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:16.079Z ERROR o.j.local.office.VerboseProcess - (process:3394): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:16.430Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:16.431Z ERROR o.j.local.office.VerboseProcess - (process:3425): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:16.792Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.log:2020-12-11T12:43:16.792Z ERROR o.j.local.office.VerboseProcess - (process:3454): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly.

-- Exceptions found in /var/log/bigbluebutton -- /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:18.765Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.056Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.060Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.062Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.065Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.176Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.178Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.178Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.179Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.178Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.720Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.721Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.723Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.724Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.725Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.785Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.828Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.846Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.849Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.856Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.904Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.905Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.905Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.906Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.907Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.212Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.212Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.212Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.212Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379 /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.214Z WARN i.l.c.protocol.ConnectionWatchdog - Cannot reconnect: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379

THIS IS THE OUTPUT OF bbb-conf--secret: root@vmGiGBBB:~# bbb-conf --secret

URL: https://gigobaum.spdns.org/bigbluebutton/
Secret: 9dc13955544040de55d826a25fc00c94

Link to the API-Mate:
https://mconf.github.io/api-mate/#server=https://gigobaum.spdns.org/bigbluebutton/&sharedSecret=9dc13955544040de55d826a25fc00c94
DhaferBA commented 3 years ago

Hi,

It seems that the /home/bigbluebutton/ was not created during the installation, try running mkhomedir_helper bigbluebutton. This creates the home folder of the bigbluebutton user that is missing. After that, systemctl restart bbb-web and the problem should be solved.

Please update,

Regards, Dhafer

Le sam. 12 déc. 2020 à 13:03, ghofran24 notifications@github.com a écrit :

Hello Dhafer, this is the output of the bbb-conf-debug root@vmGiGBBB:~# bbb-conf --debug -- ERRORS found in /var/log/bigbluebutton/* -- /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:01.433Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:01.433Z ERROR o.j.local.office.VerboseProcess - (process:43889): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:01.819Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:01.819Z ERROR o.j.local.office.VerboseProcess - (process:43915): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.224Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.224Z ERROR o.j.local.office.VerboseProcess - (process:43965): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.589Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.589Z ERROR o.j.local.office.VerboseProcess - (process:44162): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.955Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:02.955Z ERROR o.j.local.office.VerboseProcess - (process:44526): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:03.312Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:03.312Z ERROR o.j.local.office.VerboseProcess - (process:44746): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:03.695Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:03.696Z ERROR o.j.local.office.VerboseProcess - (process:44776): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.054Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.054Z ERROR o.j.local.office.VerboseProcess - (process:44801): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.425Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.425Z ERROR o.j.local.office.VerboseProcess - (process:44831): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.801Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:04.801Z ERROR o.j.local.office.VerboseProcess - (process:44909): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:18.925Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:18.926Z ERROR o.j.local.office.VerboseProcess - (process:46114): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:18.939Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:18.940Z ERROR o.j.local.office.VerboseProcess - (process:46117): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.027Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.027Z ERROR o.j.local.office.VerboseProcess - (process:46115): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.048Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.056Z ERROR o.j.local.office.VerboseProcess - (process:46121): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.207Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.208Z ERROR o.j.local.office.VerboseProcess - (process:46181): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.447Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.448Z ERROR o.j.local.office.VerboseProcess - (process:46241): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.477Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.478Z ERROR o.j.local.office.VerboseProcess - (process:46239): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.576Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.576Z ERROR o.j.local.office.VerboseProcess - (process:46277): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.624Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.624Z ERROR o.j.local.office.VerboseProcess - (process:46288): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.782Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:19.783Z ERROR o.j.local.office.VerboseProcess - (process:46327): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:51.280Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:51.281Z ERROR o.j.local.office.VerboseProcess - (process:48145): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:51.693Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:51.693Z ERROR o.j.local.office.VerboseProcess - (process:48175): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.158Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.158Z ERROR o.j.local.office.VerboseProcess - (process:48217): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.469Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.469Z ERROR o.j.local.office.VerboseProcess - (process:48245): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.890Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:52.890Z ERROR o.j.local.office.VerboseProcess - (process:48299): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:53.279Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:53.279Z ERROR o.j.local.office.VerboseProcess - (process:48333): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:53.649Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:53.649Z ERROR o.j.local.office.VerboseProcess - (process:48373): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.018Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.018Z ERROR o.j.local.office.VerboseProcess - (process:48402): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.381Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.382Z ERROR o.j.local.office.VerboseProcess - (process:48432): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.729Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:40:54.730Z ERROR o.j.local.office.VerboseProcess - (process:48457): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.720Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.720Z ERROR o.j.local.office.VerboseProcess - (process:52161): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.772Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.772Z ERROR o.j.local.office.VerboseProcess - (process:52150): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.781Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.782Z ERROR o.j.local.office.VerboseProcess - (process:52154): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.804Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.805Z ERROR o.j.local.office.VerboseProcess - (process:52181): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.845Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:53.845Z ERROR o.j.local.office.VerboseProcess - (process:52170): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.174Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.174Z ERROR o.j.local.office.VerboseProcess - (process:52253): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.274Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.274Z ERROR o.j.local.office.VerboseProcess - (process:52277): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.317Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.318Z ERROR o.j.local.office.VerboseProcess - (process:52294): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.481Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.481Z ERROR o.j.local.office.VerboseProcess - (process:52331): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.494Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:43:54.495Z ERROR o.j.local.office.VerboseProcess - (process:52340): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:21.457Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:21.457Z ERROR o.j.local.office.VerboseProcess - (process:54082): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:21.883Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:21.884Z ERROR o.j.local.office.VerboseProcess - (process:54116): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:22.327Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:22.327Z ERROR o.j.local.office.VerboseProcess - (process:54148): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:22.695Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:22.695Z ERROR o.j.local.office.VerboseProcess - (process:54183): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.110Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.110Z ERROR o.j.local.office.VerboseProcess - (process:54227): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.503Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.504Z ERROR o.j.local.office.VerboseProcess - (process:54267): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.941Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:23.941Z ERROR o.j.local.office.VerboseProcess - (process:54317): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.275Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.276Z ERROR o.j.local.office.VerboseProcess - (process:54342): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.637Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.637Z ERROR o.j.local.office.VerboseProcess - (process:54372): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.985Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T20:44:24.986Z ERROR o.j.local.office.VerboseProcess - (process:54401): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:53.988Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:53.988Z ERROR o.j.local.office.VerboseProcess - (process:56558): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.053Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.053Z ERROR o.j.local.office.VerboseProcess - (process:56556): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.096Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.096Z ERROR o.j.local.office.VerboseProcess - (process:56551): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.101Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.101Z ERROR o.j.local.office.VerboseProcess - (process:56583): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.147Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.148Z ERROR o.j.local.office.VerboseProcess - (process:56587): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.437Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.441Z ERROR o.j.local.office.VerboseProcess - (process:56661): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.437Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.443Z ERROR o.j.local.office.VerboseProcess - (process:56670): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.598Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.598Z ERROR o.j.local.office.VerboseProcess - (process:56715): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.615Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.615Z ERROR o.j.local.office.VerboseProcess - (process:56727): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.690Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:33:54.691Z ERROR o.j.local.office.VerboseProcess - (process:56745): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:17.834Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:17.834Z ERROR o.j.local.office.VerboseProcess - (process:58161): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:18.207Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:18.207Z ERROR o.j.local.office.VerboseProcess - (process:58196): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:18.678Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:18.678Z ERROR o.j.local.office.VerboseProcess - (process:58234): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.047Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.047Z ERROR o.j.local.office.VerboseProcess - (process:58264): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.485Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.485Z ERROR o.j.local.office.VerboseProcess - (process:58317): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.854Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:19.854Z ERROR o.j.local.office.VerboseProcess - (process:58347): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:20.287Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:20.287Z ERROR o.j.local.office.VerboseProcess - (process:58395): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:20.645Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:20.645Z ERROR o.j.local.office.VerboseProcess - (process:58421): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:21.001Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:21.001Z ERROR o.j.local.office.VerboseProcess - (process:58451): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:21.352Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-02.log:2020-12-02T21:34:21.352Z ERROR o.j.local.office.VerboseProcess - (process:58480): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:00.655Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:00.655Z ERROR o.j.local.office.VerboseProcess - (process:3110): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.074Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.074Z ERROR o.j.local.office.VerboseProcess - (process:3152): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.505Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.505Z ERROR o.j.local.office.VerboseProcess - (process:3188): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.897Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:02.897Z ERROR o.j.local.office.VerboseProcess - (process:3220): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:03.361Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:03.362Z ERROR o.j.local.office.VerboseProcess - (process:3260): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:03.762Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:03.763Z ERROR o.j.local.office.VerboseProcess - (process:3295): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:04.230Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:04.230Z ERROR o.j.local.office.VerboseProcess - (process:3339): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:04.867Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:04.868Z ERROR o.j.local.office.VerboseProcess - (process:3379): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:05.259Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:05.259Z ERROR o.j.local.office.VerboseProcess - (process:3410): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:05.652Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:28:05.652Z ERROR o.j.local.office.VerboseProcess - (process:3435): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:38.309Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:38.309Z ERROR o.j.local.office.VerboseProcess - (process:3157): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:39.203Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:39.203Z ERROR o.j.local.office.VerboseProcess - (process:3197): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:39.631Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:39.631Z ERROR o.j.local.office.VerboseProcess - (process:3231): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.013Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.014Z ERROR o.j.local.office.VerboseProcess - (process:3275): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.444Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.444Z ERROR o.j.local.office.VerboseProcess - (process:3310): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.826Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:40.826Z ERROR o.j.local.office.VerboseProcess - (process:3347): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.195Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.196Z ERROR o.j.local.office.VerboseProcess - (process:3377): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.556Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.556Z ERROR o.j.local.office.VerboseProcess - (process:3402): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.920Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:41.921Z ERROR o.j.local.office.VerboseProcess - (process:3436): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:42.282Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T09:32:42.283Z ERROR o.j.local.office.VerboseProcess - (process:3463): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.484Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.484Z ERROR o.j.local.office.VerboseProcess - (process:18931): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.540Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.541Z ERROR o.j.local.office.VerboseProcess - (process:18941): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.567Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.567Z ERROR o.j.local.office.VerboseProcess - (process:18954): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.583Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.583Z ERROR o.j.local.office.VerboseProcess - (process:18965): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.612Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.612Z ERROR o.j.local.office.VerboseProcess - (process:18961): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.991Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:45.991Z ERROR o.j.local.office.VerboseProcess - (process:19065): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.001Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.001Z ERROR o.j.local.office.VerboseProcess - (process:19056): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.146Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.146Z ERROR o.j.local.office.VerboseProcess - (process:19114): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.160Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.160Z ERROR o.j.local.office.VerboseProcess - (process:19122): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.191Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:47:46.191Z ERROR o.j.local.office.VerboseProcess - (process:19134): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:08.888Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:08.888Z ERROR o.j.local.office.VerboseProcess - (process:20574): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:09.286Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:09.286Z ERROR o.j.local.office.VerboseProcess - (process:20605): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:09.693Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:09.693Z ERROR o.j.local.office.VerboseProcess - (process:20645): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.091Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.091Z ERROR o.j.local.office.VerboseProcess - (process:20677): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.505Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.505Z ERROR o.j.local.office.VerboseProcess - (process:20727): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.887Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:10.887Z ERROR o.j.local.office.VerboseProcess - (process:20760): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:11.301Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:11.301Z ERROR o.j.local.office.VerboseProcess - (process:20803): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:11.677Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:11.677Z ERROR o.j.local.office.VerboseProcess - (process:20828): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:12.046Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:12.047Z ERROR o.j.local.office.VerboseProcess - (process:20862): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:12.397Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T12:48:12.397Z ERROR o.j.local.office.VerboseProcess - (process:20889): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.495Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.496Z ERROR o.j.local.office.VerboseProcess - (process:41011): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.464Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.493Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.609Z ERROR o.j.local.office.VerboseProcess - (process:41014): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.608Z ERROR o.j.local.office.VerboseProcess - (process:41016): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.925Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:20.925Z ERROR o.j.local.office.VerboseProcess - (process:41097): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.191Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.192Z ERROR o.j.local.office.VerboseProcess - (process:41133): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.252Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.252Z ERROR o.j.local.office.VerboseProcess - (process:41150): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.301Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.301Z ERROR o.j.local.office.VerboseProcess - (process:41173): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.438Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.438Z ERROR o.j.local.office.VerboseProcess - (process:41190): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.620Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.621Z ERROR o.j.local.office.VerboseProcess - (process:41231): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.659Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:21.659Z ERROR o.j.local.office.VerboseProcess - (process:41233): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:52.546Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:52.546Z ERROR o.j.local.office.VerboseProcess - (process:43239): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:52.997Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:52.998Z ERROR o.j.local.office.VerboseProcess - (process:43274): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:53.524Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:53.525Z ERROR o.j.local.office.VerboseProcess - (process:43319): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:53.969Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:53.969Z ERROR o.j.local.office.VerboseProcess - (process:43356): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:54.364Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:54.364Z ERROR o.j.local.office.VerboseProcess - (process:43405): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:54.779Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:54.780Z ERROR o.j.local.office.VerboseProcess - (process:43432): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.179Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.179Z ERROR o.j.local.office.VerboseProcess - (process:43462): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.529Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.530Z ERROR o.j.local.office.VerboseProcess - (process:43491): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.897Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:55.898Z ERROR o.j.local.office.VerboseProcess - (process:43521): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:56.256Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T15:34:56.256Z ERROR o.j.local.office.VerboseProcess - (process:43549): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.550Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.550Z ERROR o.j.local.office.VerboseProcess - (process:48945): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.648Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.648Z ERROR o.j.local.office.VerboseProcess - (process:48950): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.655Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.655Z ERROR o.j.local.office.VerboseProcess - (process:48979): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.715Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.717Z ERROR o.j.local.office.VerboseProcess - (process:48971): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.888Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:19.888Z ERROR o.j.local.office.VerboseProcess - (process:49014): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.062Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.062Z ERROR o.j.local.office.VerboseProcess - (process:49063): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.152Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.152Z ERROR o.j.local.office.VerboseProcess - (process:49094): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.279Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.280Z ERROR o.j.local.office.VerboseProcess - (process:49127): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.337Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.338Z ERROR o.j.local.office.VerboseProcess - (process:49138): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.362Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:20.362Z ERROR o.j.local.office.VerboseProcess - (process:49147): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:47.149Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:47.149Z ERROR o.j.local.office.VerboseProcess - (process:50796): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:47.547Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:47.548Z ERROR o.j.local.office.VerboseProcess - (process:50832): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.039Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.039Z ERROR o.j.local.office.VerboseProcess - (process:50876): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.442Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.442Z ERROR o.j.local.office.VerboseProcess - (process:50914): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.845Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:48.846Z ERROR o.j.local.office.VerboseProcess - (process:50960): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.195Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.196Z ERROR o.j.local.office.VerboseProcess - (process:50990): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.574Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.574Z ERROR o.j.local.office.VerboseProcess - (process:51020): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.946Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:49.946Z ERROR o.j.local.office.VerboseProcess - (process:51045): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:50.293Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:50.293Z ERROR o.j.local.office.VerboseProcess - (process:51079): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:50.658Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T16:54:50.659Z ERROR o.j.local.office.VerboseProcess - (process:51104): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.794Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.794Z ERROR o.j.local.office.VerboseProcess - (process:55404): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.807Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.807Z ERROR o.j.local.office.VerboseProcess - (process:55405): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.861Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.861Z ERROR o.j.local.office.VerboseProcess - (process:55410): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.891Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.891Z ERROR o.j.local.office.VerboseProcess - (process:55426): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.897Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:36.898Z ERROR o.j.local.office.VerboseProcess - (process:55428): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.173Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.173Z ERROR o.j.local.office.VerboseProcess - (process:55502): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.220Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.220Z ERROR o.j.local.office.VerboseProcess - (process:55528): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.302Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.302Z ERROR o.j.local.office.VerboseProcess - (process:55557): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.308Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.309Z ERROR o.j.local.office.VerboseProcess - (process:55561): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.404Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T17:50:37.404Z ERROR o.j.local.office.VerboseProcess - (process:55586): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:29.396Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:29.397Z ERROR o.j.local.office.VerboseProcess - (process:57018): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:29.837Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:29.838Z ERROR o.j.local.office.VerboseProcess - (process:57044): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:30.314Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:30.314Z ERROR o.j.local.office.VerboseProcess - (process:57084): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:30.709Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:30.709Z ERROR o.j.local.office.VerboseProcess - (process:57118): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.101Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.101Z ERROR o.j.local.office.VerboseProcess - (process:57162): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.514Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.514Z ERROR o.j.local.office.VerboseProcess - (process:57196): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.891Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:31.892Z ERROR o.j.local.office.VerboseProcess - (process:57236): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.261Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.261Z ERROR o.j.local.office.VerboseProcess - (process:57260): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.626Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.626Z ERROR o.j.local.office.VerboseProcess - (process:57290): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.991Z ERROR o.j.local.office.VerboseProcess - /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T18:05:32.992Z ERROR o.j.local.office.VerboseProcess - (process:57315): dconf-CRITICAL : unable to create directory '/home/bigbluebutton/.cache/dconf': Permission denied. dconf will not work properly. /var/log/bigbluebutton/bbb-web.2020-12-10.log:2020-12-10T22:11:45.044Z ERROR o

ghofran24 commented 3 years ago

Hello Dhafer, I tried your solution and created the directory and did the restart, but still the problem persists. Do you have any other solutions? I am grateful for your help so far. :)

DhaferBA commented 3 years ago

Sorry but I would recommend again:

Best Wishes ,

Dhafer

Le sam. 12 déc. 2020 à 16:33, ghofran24 notifications@github.com a écrit :

Hello Dhafer, I tried your solution and created the directory and did the restart, but still the problem persists. Do you have any other solutions? I am grateful for your help so far. :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/bigbluebutton/greenlight/issues/710#issuecomment-743772789, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHAI3UQAPKGIZU7I5GRVDA3SUOELJANCNFSM4IH6DVXA .

--

Dhafer Ben Arbia, Eng, MSc, PhD.

This email is intended only for the person(s) named in the message header. Unless otherwise indicated, it contains information that is confidential, privileged and/or exempt from disclosure under applicable law. If you have received this message in error, please notify the sender of the error and delete the message. Thank you.