pioneers / runtime

Firmware for the PiE kit robots and devices
7 stars 2 forks source link

[SYSTEMD][DOCS] Mention RemoveIPC flag as part of setup #218

Open levincent06 opened 3 years ago

levincent06 commented 3 years ago

Our /dev/shm files were dying, seemingly every time we generated new ngrok IP addresses (as implemented in PR #200). This appears to be the fix.

RemoveIPC=no should be added to /etc/systemd/logind.conf. Note that RemoteIPC=yes is the default and is commented out for reference. This file requires sudo privileges to edit. Let's add this information somewhere to our documentation as part of setting up Runtime on a Raspberry Pi.

More details can be found here: https://askubuntu.com/a/884449