-
Notifications
You must be signed in to change notification settings - Fork 289
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 on first run #40
Comments
Did you use the folder structure provided by 'shared'-folder in the git to initialize your '/tmp/flan/shared'? If not than that's the reason because the run logic currently expects that the shared folder has the following content:
|
I scrupulously followed all the steps :
I'm on Windows, using WSL |
As @root360-AndreasUlm mentioned, you may have to create the folders 'xm_files' and 'reports' beforehand in your shared folder. |
Hmm, it seems like the issue is not the same. The output is slightly different:
|
There is no directory to create since they are present when this repo is cloned.
|
It seems it's a docker issue on windows. |
I'm having the same issue on my Ubuntu VM,
It seems to output fine for me with docker build and docker run flan_scan, but don't get the output reports. |
Can confirm the same issue exists on a vanilla debian 10 installation. Error on first attempt of make start. All dirs exist like they should.
|
Hey @nadinelyab Sorry for the delay, yep all working now :). |
Hello,
For information, I have two warnings with
And
Someone has the same issue and how to fix it? |
I discovered that the xml_files folder had incorrect perms for "others". Once I corrected that issue, flan works great! |
I've found that chmoding with 777 and directories under shared it works, is that the expected behaviour? |
I just had the same issue and chmoding with 777 fixed it for me too. |
Following all instructions, I had similar permissions errors as those mentioned in this thread. I tried doing a chmod -R 777 on the shared directory and that fixed it for me. |
Hi,
I ran make build withour any error.
Then i tested make start and got this error :
The text was updated successfully, but these errors were encountered: