Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.61 KB

conflicts.md

File metadata and controls

43 lines (32 loc) · 1.61 KB

Recent conflicts with marchandd/term_x11shared_sudoers_firefox

Return to index

☺️ FATA[0000] error & solution

Context

Make sure your user / group id is 1000.
Run terminal with your account. Display your ids with this command:
💻 id -a
But if you check images presence with:
💻 docker image
You can obtain this error:
FATA[0000] Get http:///var/run/docker.sock/v1.17/images/json: dial unix /var/run/docker.sock: permission denied. Are you trying to connect to a TLS-enabled daemon without TLS?

Solution

Confirme than only root and docker users can havec access:
💻 ls -l /var/run/docker.sock
Add current user to docker group:
💻 sudo gpasswd -a ${USER} docker
Confirmed by:
💻 cat /etc/group | grep ^docker
Restart service:
💻 sudo service docker restart
If you can't again check images presence, reboot your computer.

😞 GLib-CRITICAL error not resolved (20150302)

Context

Load image from Docker Hub:
💻 docker pull marchandd/term_x11shared_sudoers_firefox
Try to make a container:
💻 docker run -ti -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix marchandd/term_x11shared_sudoers_firefox
You could obtain this error:
GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed

None solution at the moment

It was successfull for a long moment but since Firefox 36, it doesn't work now.
Bug is identified here