autopilotpattern / wordpress

A robust and highly-scalable implementation of WordPress in Docker using the Autopilot Pattern
GNU General Public License v2.0
158 stars 41 forks source link

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

Open ghost opened 8 years ago

ghost commented 8 years ago

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