Error while Executing leodos.sh

32 views
Skip to first unread message

Chandni PATEL

unread,
Mar 23, 2013, 6:10:29 AM3/23/13
to aqmdos-simula...@googlegroups.com
mv: cannot stat `result/*.m': No such file or directory
mv: cannot stat `result/*.rs': No such file or directory

I am getting above error while executing ./leodos.sh

Chandni PATEL

unread,
Mar 23, 2013, 6:18:33 AM3/23/13
to aqmdos-simula...@googlegroups.com

mkdir: cannot create directory `result/AQM_2': File exists


Also getting above error

Leo King

unread,
Apr 1, 2013, 6:10:07 AM4/1/13
to AQM&DoS Simulation Platform
Hi,

You can check whether any .m and .rs files are generated in the result
directory after a run of the the simulation.

Some of the simulations simply do not generate .m and .rs files. This
is normal. So that, the errors you got:

mv: cannot stat `result/*.m': No such file or directory
mv: cannot stat `result/*.rs': No such file or directory

does not matter here. Just ignore it.

The error:

mkdir: cannot create directory `result/AQM_2': File exists

is saying that you have already got one AQM_2 directory in the result
directory. This happens when you have finished a batch of simulations
using the task_aqm_ldos function and you run it again a second time.

The second run will also attempt to create the same folder. You then
end up with the mkdir error. To solve it, you can simply rename the
directory you have got every time you finished a batch of simulations.
For example, you can rename the "result/AQM_2" as "result/
AQM_2_first_run".
Reply all
Reply to author
Forward
0 new messages