|
[Sponsors] |
[OpenFOAM.com] Binary install doesn't start on Ubuntu 16.04 LTS |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 28, 2016, 21:36 |
Binary install doesn't start on Ubuntu 16.04 LTS
|
#1 |
New Member
Join Date: Apr 2016
Posts: 7
Rep Power: 10 |
hi,
i've installed OpenFoam as the site's guide say but when i run "./startOpenFoam+" the result is always the same: "non-network local connections being added to access control list Error response from daemon: linux spec user: Unable to find user <username> Error: failed to start containers: of_v3.0_plus You cannot attach to a stopped container, start it first" How can i fix this? Thanx for the answers! |
|
April 29, 2016, 13:20 |
|
#2 |
Senior Member
Pawan Ghildiyal
Join Date: Nov 2015
Posts: 135
Rep Power: 11 |
Try with new script .. i.e installOpenFOAM+
from site . It has been upgraded now to work with latest docker version 1.10 forward. http://openfoam.com/download/install-binary.php The error was coming because of latest docker version which is not supporting some argument as it was meant to be |
|
April 29, 2016, 17:25 |
|
#3 |
New Member
Join Date: Apr 2016
Posts: 7
Rep Power: 10 |
Thanx, now it works, but when i run the script the bash shell come out like this:
non-network local connections being added to access control list of_v3.0_plus bash-4.1$ and the folder openFoam only exist in /opt when the start script is compilated. If i don't compile the start script it is as nothing was installed. So only when i'm in bash i can navigate with "cd' to the directory /opt/openFoam. Is this normal? |
|
April 29, 2016, 18:16 |
|
#4 |
Senior Member
Pawan Ghildiyal
Join Date: Nov 2015
Posts: 135
Rep Power: 11 |
yes this is normal. It is based on container technology i.e docker things. You have to be in bash shell started by ./startOpenFOAM+ script to work in OpenFOAM . Basically by running ./startOpenFOAM+ script , you are working inside container called of_v3.0_plus i.e the one created by ./installOpenFOAM+ scripts. Docker is an interesting technology, if you learn a bit about it , you will understand many things which is difficult to explain here
|
|
April 29, 2016, 20:50 |
|
#5 |
New Member
Join Date: Apr 2016
Posts: 7
Rep Power: 10 |
Wow i've read something about containers, it's awesome.
Last question. It seems that the entire app (openfoam) is a container with all dependences. Doing so my os is still clear, docker and apps just use it, so if i need to uninstall openFoam i will just delete that container? I don't need to use stange "apt-get remove/autoremove/purge" that may leaves things inside the os. Is this really true?? |
|
April 29, 2016, 21:06 |
|
#6 |
Senior Member
Pawan Ghildiyal
Join Date: Nov 2015
Posts: 135
Rep Power: 11 |
You are right partially... actual dependencies and software are there in OpenFOAM image. i.e if your run command "docker images" it will show you the base image of openfoam.
container are like working copy, you can delete it . If want complete removal , you need to delete base image by command docker rmi -f of_image (assuming of_image is image name). |
|
April 29, 2016, 22:08 |
|
#7 |
New Member
Join Date: Apr 2016
Posts: 7
Rep Power: 10 |
So openfoam is the image that run in the container, i.e. the container is like a simplified os that can run openfoam in the same way developers did!
Sorry if i'm boring you and thanx for help...i will find time to study deeper and understand this technology |
|
September 7, 2017, 04:22 |
|
#8 |
New Member
erman
Join Date: Nov 2013
Posts: 6
Rep Power: 13 |
hi,
i have same problem too. i am new in linux environment so i only copy and paste the directions i installed docker and openfoam but when i try to start the open foam with ./startOpenFOAM, i take this messege: non-network local connections being added to access control list of_v170 what should i do? |
|
September 7, 2017, 05:44 |
|
#9 |
Senior Member
Pawan Ghildiyal
Join Date: Nov 2015
Posts: 135
Rep Power: 11 |
Hi Erman
The message is fine . You can work in terminal which has OpenFOAM environment set. Thanks Pawan |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[foam-extend.org] foam-extend 1.6: ScotchDecomp error while compiling on Ubuntu 16.04 | Katt | OpenFOAM Installation | 9 | September 29, 2023 04:42 |
[foam-extend.org] Foam Extend 3.2 in ubuntu 16.04 LTS | JMosiezny | OpenFOAM Installation | 15 | December 9, 2017 09:20 |
[OpenFOAM.org] Cannot Install Paraview 4.1.0 on Ubuntu 14.04 LTS | Saladsamurai | OpenFOAM Installation | 18 | March 16, 2015 11:15 |
How to Install OpenFOAM on 64 Ubuntu 9.04 | hansel | OpenFOAM Installation | 62 | March 19, 2010 15:43 |
Sliding mesh error | Karl Kevala | FLUENT | 4 | February 21, 2001 16:52 |