Overview
Sometimes, VIPM can encounter Error 11 ("Too many files open") when running on Linux. There's a relatively easy fix, which is to increase the number of files that applications are allowed to have open on your system.
Details
You may see a pop-up error message indicating that Error 11 has occurred. Often, this happens the first time you run VIPM after installation, when it's downloading information about all the available packages.
You can confirm this by looking at the the error logs located here:
<vipm_install_location>/error/<date_error_occurred>.txt
The error entry in the logs will look something like the following:
=========== START of VIPM 2022.0 Error Message ===========
An internal VIPM 2022.0 Error has occurred on: Monday August 22, 2022 at 06:59:32 AM
= Automated Message Start =
Error 11 occurred at Open/Create/Replace File
Possible reason(s):
LabVIEW: (Hex 0xB) Too many files open.
Solution
To prevent this error from occurring, you will need to increase the number of files that applications are allowed to have open.
See this guide for instructions on how to increase this limit: fix-too-many-open-files-error-linux
Comments
0 comments
Article is closed for comments.