Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 26
/tmp folder permission issue #202
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Unable to update Pi with "apt update" after running LEDMatrix because of /tmp folder permission.
/tmp folder permissions after running LEDMatrix
drwxrwsr-x 3 root root 80 Jan 20 09:48 /tmp
/tmp folder permissions should be
drwxrwsrwt
If I shutdown LEDMatrix with
sudo systemctl stop ledmatrix
I can change /tmp folder permissions to what they should be with
sudo chmod 1777 /tmp
I can then use apt update to update system, but after starting LEDMatrix with
sudo systemctl start ledmatrix
/tmp permissions return to
drwxrwsr-x