OSError: [Errno 13] Permission denied

72 views
Skip to first unread message

Shaikhul Hadi

unread,
Oct 28, 2021, 4:58:55 AM10/28/21
to Sniper simulator
Hi, 
I have installed sniper in my machine (OS: Ubuntu 20.04) , compiled sniper and it compiled fine.
But when I want to run any test, like test/fft, after simulation starts, It shows this error :

WhatALuck.JPG

wait for some times and then terminate showing error message:
ERROR: Could not establish SIFT connection, aborting! Check benchmark-app*.log for errors

I'm root user, so I have no permission restriction. I tried both "sudo make run" and run this while logged in as root. Both cases, I got  same result. I also tried to run sniper within the docker, got same error too. Could any one suggest me how could I resolve this issue?

Thanks

Osoko Emmanuel

unread,
May 6, 2022, 3:34:19 PM5/6/22
to Sniper simulator
When you get permission denied, it could be because the file is not executable. Use ls - l to list all the files in the test/fft folder. Then use chmod a+x file to edit the permissions to executable. It should work after that.
Reply all
Reply to author
Forward
0 new messages