Troubleshooting
Most installation issues include an error message either printed to your terminal or written to <command>.log. If you do not see an explanation on the screen, check the log.
For any errors relating to startup of a component, you will likely find more information in the component’s log. Use the logs command to view it.
Common errors
- Error: Link client logs show
ENOSPC: System limit for number of file watchers reached.
Solution: Increase theinotify max_user_watches
property:echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf sudo sysctl -p