Configuration
Operating system: Ubuntu 18.04
PlatformIO Version: 4.1.0b3
Description of problem
If the project is within a mounted NFS share library install hangs and must be killed
Steps to Reproduce
- Make new project within a mounted NFS share
- Try to install a library e.g.
pio lib install "ESPAsyncTCP"
- ctrl+C when you are tired of waiting
- Wait some more for the process to terminate
Actual Results
Library Storage: [somewhere in NFS mmount]
Looking for ESPAsyncTCP library in registry
Found: https://platformio.org/lib/show/305/ESPAsyncTCP [stuck here til I give up]
^C [waiting here for another good minute]
Aborted!
Expected Results
Library successfully installed
If problems with PlatformIO Build System:
The content of platformio.ini:
[env:esp12e]
platform = espressif8266
board = esp12e
framework = arduino
Configuration
Operating system: Ubuntu 18.04
PlatformIO Version: 4.1.0b3
Description of problem
If the project is within a mounted NFS share library install hangs and must be killed
Steps to Reproduce
pio lib install "ESPAsyncTCP"Actual Results
Expected Results
Library successfully installed
If problems with PlatformIO Build System:
The content of
platformio.ini: