Skip to content

Lib installer hangs if project is on NFS mount #3089

@augonis

Description

@augonis

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

  1. Make new project within a mounted NFS share
  2. Try to install a library e.g. pio lib install "ESPAsyncTCP"
  3. ctrl+C when you are tired of waiting
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions