DFIRKuiper / Kuiper

Digital Forensics Investigation Platform
738 stars 110 forks source link

Permisssions problems with the logs directory #23

Closed pgarciabdfir closed 3 years ago

pgarciabdfir commented 3 years ago

Describe the bug After the installation, in the first running of Kuiper, it raises a python error trace, regarding a lack of writting permissions in the logs directory

To Reproduce Steps to reproduce the behavior: 1.- Install Kuiper from the scratch in a brand new machine 2.- Run Kuiper 3.- Python error trace

Expected behavior Don't get that error ;)

Fortunately It's easy to solve, I changed ownership of logs directory and all went fine.

BTW, timeline is now working fine for me :)

salehmuhaysin commented 3 years ago

ok thanks i think i should add change permissions when the installation done, or replace the installation logs path

pgarciabdfir commented 3 years ago

You are welcome