-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR useradd: user 'root' already exists #31
Comments
Hello, script is not adapted for sudo. Use without sudo. |
Add user to docker group and reboot OS. |
Also it necessary to chown $USER [replace with dir] |
Try to start again by |
$ docker container logs ros2_iron_with_freecad #### #### # # ### #### #### # # # ## # # # # # # ##### ## #### #### # # # ## # # # # # # # ## ### #### #### ### # # #### ## ##During initialization the error "No module named 'freecad.utils'" occurred in freecad.crossTraceback (most recent call last):
|
2 posible reason here:
Do for fix:
If does not helps do again |
All that remains is a Segmentation fault error. Most most likely it is related to wrong permission on files remaining from sudo. anywhere do
in root of robotcad repository do
in docker directory of robotcad repository do If not help attach logs from container. |
do this and attach response
|
Try to if not help Remove docker image And try to Addition options. |
Just in case if you did not remove image after removing of container:
After that About you Graphics.I dont see any integraited (in CPU) video device and looks like you have only Nvidia or integrated video device deactivated some way. My current version that errors related to Nvidia card. You cant switch to other device and we will try to use Nvidia. I also use Nvidia card for container OpenGL renderer. My devices and config: Do next:
If does not help. I recommed reinstall Nvidia proprietary drivers. It will also install it own library for OpenGL. After reinstall nvidia driver do |
Ubuntu 22.04, 24.04; Freecad 21.2, FreeCAD 1.0rc2
The text was updated successfully, but these errors were encountered: