Verify that Expedition will be able to compress/delete CSV logs reported by "expedition" user.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Verify that Expedition will be able to compress/delete CSV logs reported by "expedition" user.

L1 Bithead

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'

1 accepted solution

Accepted Solutions

L4 Transporter

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

View solution in original post

1 REPLY 1

L4 Transporter

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

  • 1 accepted solution
  • 353 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!