Skip to content
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

Python 3.10.12 #587

Open
pcoelho328 opened this issue Sep 21, 2023 · 1 comment
Open

Python 3.10.12 #587

pcoelho328 opened this issue Sep 21, 2023 · 1 comment
Labels

Comments

@pcoelho328
Copy link

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.

@pcoelho328 pcoelho328 added the bug label Sep 21, 2023
@glaslos
Copy link
Member

glaslos commented Feb 27, 2024

Hi, did you try setting the virtual_file_system paths in the config?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants