You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Python version 3.10.12 and conpot 0.60.
Every time I try to run conpot as a user, not as root, I receive the following message:
permissionError: [Errno 13] Permission denied: '/usr/local/lib/python3.10/dist-packages/conpot/conpotTempFS'
What I've already done:
1 – I gave the user "aluno" permission to the conpot folder.
sudo chown -R aluno:aluno /usr/local/lib/python3.10/dist-packages/conpot/
The error always points to a folder that doesn't exist: conpotTempFS.
I created this folder at:
==>mkdir /usr/local/lib/python3.10/dist-packages/conpot/conpotTempFS
I gave permission to this created folder:
==>sudo chown -R aluno:aluno /usr/local/lib/python3.10/dist-packages/conpot/conpotTempFS
It doesn't work and I don't know how to solve it.
The text was updated successfully, but these errors were encountered:
I'm using Python version 3.10.12 and conpot 0.60.
Every time I try to run conpot as a user, not as root, I receive the following message:
permissionError: [Errno 13] Permission denied: '/usr/local/lib/python3.10/dist-packages/conpot/conpotTempFS'
What I've already done:
1 – I gave the user "aluno" permission to the conpot folder.
sudo chown -R aluno:aluno /usr/local/lib/python3.10/dist-packages/conpot/
The error always points to a folder that doesn't exist: conpotTempFS.
I created this folder at:
==>mkdir /usr/local/lib/python3.10/dist-packages/conpot/conpotTempFS
I gave permission to this created folder:
==>sudo chown -R aluno:aluno /usr/local/lib/python3.10/dist-packages/conpot/conpotTempFS
It doesn't work and I don't know how to solve it.
The text was updated successfully, but these errors were encountered: