Troubleshooting

Documentation to describe how to troubleshoot an installation.

Most installation issues include an error message printed either to your terminal, or written to <command>.log

For any errors relating to start up of a component, check the log for the component. Use the logs command to view the log.

Common errors

Error:

Link client logs show ENOSPC: System limit for number of file watchers reached

Solution:

Increase the inotify max_user_watches property.

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf

sudo sysctl -p