It is possible for log files to become large enough to prevent proper access to an exacqVision system. If this happens, complete the following steps to delete the files manually:
- Restart the system.
- During the system startup process, press the Esc key to boot to shell.
- Type
/usr/local/exacq/server/logs
. - Type
ls -la
for a list of files and sizes. - Type
less 'filename'
to see the error. - Type
sudo rm 'filename'
.