Skip to content

Instantly share code, notes, and snippets.

@KristianKarl
Created October 3, 2019 12:25
Show Gist options
  • Save KristianKarl/41a6d3d02036dc861461d617b483f15f to your computer and use it in GitHub Desktop.
Save KristianKarl/41a6d3d02036dc861461d617b483f15f to your computer and use it in GitHub Desktop.
PrestaShop: prestashop-git | cp: cannot stat '/tmp/data-ps/prestashop/*': No such file or directory
$ git clone https://github.com/PrestaShop/PrestaShop
Cloning into 'PrestaShop'...
remote: Enumerating objects: 312, done.
remote: Counting objects: 100% (312/312), done.
remote: Compressing objects: 100% (224/224), done.
remote: Total 537903 (delta 162), reused 174 (delta 82), pack-reused 537591
Receiving objects: 100% (537903/537903), 387.53 MiB | 24.37 MiB/s, done.
Resolving deltas: 100% (359478/359478), done.
yoga:/home/krikar/dev/SAST
$ cd PrestaShop
yoga:/home/krikar/dev/SAST/PrestaShop
$ sudo chown -hR www-data:www-data *
[sudo] password for krikar:
yoga:/home/krikar/dev/SAST/PrestaShop
$ docker-compose up
Creating network "prestashop_default" with the default driver
Pulling apache (prestashop/prestashop-git:7)...
7: Pulling from prestashop/prestashop-git
b8f262c62ec6: Pull complete
a98660e7def6: Pull complete
4d75689ceb37: Pull complete
639eb0368afa: Pull complete
99e337926e9c: Pull complete
431d44b3ce98: Pull complete
beb665ea0e0e: Pull complete
0cdd27911de4: Pull complete
f4b07eea6ece: Pull complete
a519397e5ed9: Pull complete
cd0a2124b76a: Pull complete
bdc3bccbe145: Pull complete
db58789790bd: Pull complete
638370de0271: Pull complete
f13a83f48c53: Pull complete
69215425dcd1: Pull complete
2edfccb7a10f: Pull complete
84e2e5f34197: Pull complete
b2ca9b9f3e0f: Pull complete
a3531b4f68de: Pull complete
2b9ff33a302a: Pull complete
6ff082da30a0: Pull complete
f7234df94df5: Pull complete
c6ad8003e724: Pull complete
3dceb9f94dc5: Pull complete
5ebff274db09: Pull complete
82979b1bae06: Pull complete
edb741ed7b48: Pull complete
Digest: sha256:f78708df7b027c9d2da76cdbabab8114eb37a9fa71eab0a904fcebc94eb40aa8
Status: Downloaded newer image for prestashop/prestashop-git:7
Pulling mysql (mysql:5)...
5: Pulling from library/mysql
8f91359f1fff: Pull complete
6bbb1c853362: Pull complete
e6e554c0af6f: Pull complete
f391c1a77330: Pull complete
414a8a88eabc: Pull complete
fee78658f4dd: Pull complete
9568f6bff01b: Pull complete
76041efb6f83: Pull complete
ea54dbd83183: Pull complete
566857d8f022: Pull complete
01c09495c6e7: Pull complete
Digest: sha256:f7985e36c668bb862a0e506f4ef9acdd1254cdf690469816f99633898895f7fa
Status: Downloaded newer image for mysql:5
Creating prestashop_mysql_1 ... done
Creating prestashop-git ... done
Attaching to prestashop_mysql_1, prestashop-git
mysql_1 | 2019-10-03T12:20:01.517030Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
mysql_1 | 2019-10-03T12:20:01.519339Z 0 [Note] mysqld (mysqld 5.7.27) starting as process 1 ...
prestashop-git | \n* Reapplying PrestaShop files for enabled volumes ...
mysql_1 | 2019-10-03T12:20:01.523297Z 0 [Note] InnoDB: PUNCH HOLE support available
mysql_1 | 2019-10-03T12:20:01.523314Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
mysql_1 | 2019-10-03T12:20:01.523317Z 0 [Note] InnoDB: Uses event mutexes
mysql_1 | 2019-10-03T12:20:01.523320Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
prestashop-git | cp: cannot stat '/tmp/data-ps/prestashop/*': No such file or directory
mysql_1 | 2019-10-03T12:20:01.523322Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
mysql_1 | 2019-10-03T12:20:01.523324Z 0 [Note] InnoDB: Using Linux native AIO
mysql_1 | 2019-10-03T12:20:01.523522Z 0 [Note] InnoDB: Number of pools: 1
mysql_1 | 2019-10-03T12:20:01.523607Z 0 [Note] InnoDB: Using CPU crc32 instructions
mysql_1 | 2019-10-03T12:20:01.524868Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
mysql_1 | 2019-10-03T12:20:01.535784Z 0 [Note] InnoDB: Completed initialization of buffer pool
mysql_1 | 2019-10-03T12:20:01.540336Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
mysql_1 | 2019-10-03T12:20:01.553753Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
mysql_1 | 2019-10-03T12:20:01.594896Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
mysql_1 | 2019-10-03T12:20:01.594931Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
mysql_1 | 2019-10-03T12:20:01.594987Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
mysql_1 | 2019-10-03T12:20:01.703179Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
mysql_1 | 2019-10-03T12:20:01.705123Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
mysql_1 | 2019-10-03T12:20:01.705150Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
mysql_1 | 2019-10-03T12:20:01.706250Z 0 [Note] InnoDB: 5.7.27 started; log sequence number 12434663
mysql_1 | 2019-10-03T12:20:01.706547Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
mysql_1 | 2019-10-03T12:20:01.707030Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysql_1 | 2019-10-03T12:20:01.711577Z 0 [Note] InnoDB: Buffer pool(s) load completed at 191003 12:20:01
mysql_1 | 2019-10-03T12:20:01.721491Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
mysql_1 | 2019-10-03T12:20:01.722156Z 0 [Warning] CA certificate ca.pem is self signed.
mysql_1 | 2019-10-03T12:20:01.726216Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
mysql_1 | 2019-10-03T12:20:01.726271Z 0 [Note] IPv6 is available.
mysql_1 | 2019-10-03T12:20:01.726285Z 0 [Note] - '::' resolves to '::';
mysql_1 | 2019-10-03T12:20:01.726312Z 0 [Note] Server socket created on IP: '::'.
mysql_1 | 2019-10-03T12:20:01.743963Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
mysql_1 | 2019-10-03T12:20:01.763801Z 0 [Note] Event Scheduler: Loaded 0 events
mysql_1 | 2019-10-03T12:20:01.764072Z 0 [Note] mysqld: ready for connections.
mysql_1 | Version: '5.7.27' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
prestashop-git exited with code 1
prestashop-git | \n* Reapplying PrestaShop files for enabled volumes ...
prestashop-git | cp: cannot stat '/tmp/data-ps/prestashop/*': No such file or directory
prestashop-git | \n* Reapplying PrestaShop files for enabled volumes ...
prestashop-git | cp: cannot stat '/tmp/data-ps/prestashop/*': No such file or directory
prestashop-git | \n* Reapplying PrestaShop files for enabled volumes ...
prestashop-git | cp: cannot stat '/tmp/data-ps/prestashop/*': No such file or directory
prestashop-git exited with code 1
prestashop-git | \n* Reapplying PrestaShop files for enabled volumes ...
prestashop-git | cp: cannot stat '/tmp/data-ps/prestashop/*': No such file or directory
prestashop-git | \n* Reapplying PrestaShop files for enabled volumes ...
prestashop-git | cp: cannot stat '/tmp/data-ps/prestashop/*': No such file or directory
prestashop-git | \n* Reapplying PrestaShop files for enabled volumes ...
prestashop-git | cp: cannot stat '/tmp/data-ps/prestashop/*': No such file or directory
prestashop-git | \n* Reapplying PrestaShop files for enabled volumes ...
prestashop-git | cp: cannot stat '/tmp/data-ps/prestashop/*': No such file or directory
prestashop-git | \n* Reapplying PrestaShop files for enabled volumes ...
prestashop-git | cp: cannot stat '/tmp/data-ps/prestashop/*': No such file or directory
^CGracefully stopping... (press Ctrl+C again to force)
Stopping prestashop-git ... done
Stopping prestashop_mysql_1 ... done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment