- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-02-2024 06:32 AM
Expedition v1.2.86
Remediated all issues less the following:
Expedition is reporting the following remediation:
www-data may not have rights to compress/delete CSV files
Remediation: Include www-data into expedition via "sudo usermod -a -G expedition www-data", restart the Task Manager and restart apache via "sudo service apache2 restart".
I have executed the command using admin, root, expedition and none have remediated the issue. I even manually set permissions on the PALogs folder and csv file, no change. Any suggestions here?
Unsure if its related, but all of my processing of .CSV files fail with message 'process failed'
04-02-2024 09:07 AM
Hi @BrianMarks
Thanks for reaching out.
Please execute the below commands to change the ownership of the folders /data (used to store the parquet files generated while processing the files) and /PALogs (used to store the raw logs coming from your devices).
chown -R www-data:www-data /data
chown -R www-data:www-data /PALogs/
Hope this helps,
Thanks,
David
04-02-2024 09:07 AM
Hi @BrianMarks
Thanks for reaching out.
Please execute the below commands to change the ownership of the folders /data (used to store the parquet files generated while processing the files) and /PALogs (used to store the raw logs coming from your devices).
chown -R www-data:www-data /data
chown -R www-data:www-data /PALogs/
Hope this helps,
Thanks,
David
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!