-
Notifications
You must be signed in to change notification settings - Fork 8
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 when launching #14
Comments
Hmm, I don't see any error message in the attached txt file. Could you maybe just copy and paste what you see in in your terminal here? |
By default, tee only sends standard output to the file. I think you can change that behavior by running this instead to get both standard output and errors in the file: |
Thank you for replying. After run |
I consider
as error messages |
Thanks. I see the errors now. I'm not sure I totally understand what's going on yet, but it might help me if you post the output of the following command: |
After running following command: |
Oops, I think the machine needs to be started first before running the command. Sorry. Try |
OK. Output is below:
|
That looks good. Now I think it would be good to run this again and see if the output is different: |
After running that code again, I got below: |
Ok, that at least helps confirm where the issue is. It consistently points to this being the key error:
Unfortunately I don't have a lot of insight into how to solve this particular error. I can't recall having run into it before. Some googling points to a similar discussion that might have some helpful tips: docker/machine#3595 (comment) If you want to try some things and check whether things are working, you should be able to quickly check with these commands: If you can get through running those commands without seeing errors, you should be ready to try launching MESA-Docker again. Good luck! |
After uninstalling, reinstalling, and some trials, I can get calculations well. |
Hi, I got queer error message after I launch
./win_home_dockerMESA.sh | tee launch.txt
after run
export MACHINE_STORAGE_PATH=C:\\docker
docker-machine rm mesa-machine
.launch.txt
Could you check it?
The text was updated successfully, but these errors were encountered: