8000 NFS conflict with composer · Issue #6468 · composer/composer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
NFS conflict with composer #6468
Open
Open
@loiclavoie

Description

@loiclavoie

When I run this command:

composer install

I get the following output:

- Installing google/apiclient-services (dev-master e049d8c): Downloading (100%)
    Failed to download google/apiclient-services from dist: Could not delete /home/vagrant/Code/Project/vendor/google/apiclient-services/.nfs0000000000014fb500000001:
    Now trying to download from source

This problem seem to be cause because something, in composer, tries to delete everyfile within the folder. NFS (used to share files accross network), put files with the format .nfsXXX to mark folder to be deleted.

Composer should not attempt to delete these system file AND should wait a couple of microsecond so that the files get correctly delete over network. I tried to change the nfs to be async, but unfortunately didn't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0