Skip to content

Importing sample content causes NFS Container to fail on local environment #20

@ghost

Description

When trying to import the sample content by uncommenting WORDPRESS_TEST_DATA=true in the _env file in combination with docker-compose -f local-compose up -d on both boot2docker and Docker for Mac, the NFS container fails with the following error:

fs.js:882
  throw new Error('Cannot parse time: ' + time);
        ^
Error: Cannot parse time: undefined
    at toUnixTimestamp (fs.js:882:9)
    at Object.fs.utimes (fs.js:892:18)
    at NfsServer.setattr_time (/opt/nfs/node_modules/sdc-nfs/lib/nfs/setattr.js:245:8)
    at next (/opt/nfs/node_modules/sdc-nfs/node_modules/oncrpc/lib/server.js:318:22)
    at f (/opt/nfs/node_modules/sdc-nfs/node_modules/once/once.js:16:15)
    at NfsServer.setattr_get_atime (/opt/nfs/node_modules/sdc-nfs/lib/nfs/setattr.js:208:9)
    at next (/opt/nfs/node_modules/sdc-nfs/node_modules/oncrpc/lib/server.js:318:22)
    at f (/opt/nfs/node_modules/sdc-nfs/node_modules/once/once.js:16:15)
    at NfsServer.setattr_get_mtime (/opt/nfs/node_modules/sdc-nfs/lib/nfs/setattr.js:153:9)
    at next (/opt/nfs/node_modules/sdc-nfs/node_modules/oncrpc/lib/server.js:318:22)
2016/05/23 14:43:07 exit status 8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions