This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ set -eu | |
+ set -o pipefail | |
+ SOCKET=/var/tmp/mysql.sock | |
+ '[' 2 = 2 -a restore_snapshot = restore_snapshot ']' | |
+ snapshot_dir=/mnt/ddev_config/db_snapshots/d8_20190306102657 | |
+ '[' -d /mnt/ddev_config/db_snapshots/d8_20190306102657 ']' | |
+ echo 'Restoring from snapshot directory /mnt/ddev_config/db_snapshots/d8_20190306102657' | |
+ sudo rm -rf /var/lib/mysql/aria_log.00000001 /var/lib/mysql/aria_log_control /var/lib/mysql/db /var/lib/mysql/db_mariadb_version.txt /var/lib/mysql/ib_buffer_pool /var/lib/mysql/ib_logfile0 /var/lib/mysql/ib_logfile1 /var/lib/mysql/ibdata1 /var/lib/mysql/multi-master.info /var/lib/mysql/mysql /var/lib/mysql/on.000001 /var/lib/mysql/on.000002 /var/lib/mysql/on.index /var/lib/mysql/on.state /var/lib/mysql/performance_schema /var/lib/mysql/test /var/lib/mysql/xtrabackup_info | |
Restoring from snapshot directory /mnt/ddev_config/db_snapshots/d8_20190306102657 | |
++ id -g |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_readme": [ | |
"This file locks the dependencies of your project to a known state", | |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", | |
"This file is @generated automatically" | |
], | |
"hash": "c87659890d6c4cbedd3e2b6c428f186f", | |
"content-hash": "364e07deb122e4b9b03c6ad844c06fdf", | |
"packages": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing packages for development tools... | |
Get:1 http://httpredir.debian.org wheezy Release.gpg [2373 B] | |
Get:2 http://httpredir.debian.org wheezy-updates Release.gpg [1554 B] | |
Get:3 http://httpredir.debian.org wheezy Release [191 kB] | |
Get:4 http://httpredir.debian.org wheezy-updates Release [151 kB] | |
Get:5 http://security.debian.org wheezy/updates Release.gpg [1554 B] | |
Get:6 http://security.debian.org wheezy/updates Release [39.0 kB] | |
Get:7 http://httpredir.debian.org wheezy/main amd64 Packages [7634 kB] | |
Get:8 http://security.debian.org wheezy/updates/main amd64 Packages [547 kB] | |
Get:9 http://httpredir.debian.org wheezy-updates/main amd64 Packages [7481 B] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
08-25 21:01:36.768 E/o.I (26169): IO exception during data restore. | |
08-25 21:01:36.768 E/o.I (26169): java.io.IOException: write failed: EPIPE (Broken pipe) | |
08-25 21:01:36.768 E/o.I (26169): at libcore.io.IoBridge.write(IoBridge.java:501) | |
08-25 21:01:36.768 E/o.I (26169): at java.io.FileOutputStream.write(FileOutputStream.java:316) | |
08-25 21:01:36.768 E/o.I (26169): at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82) | |
08-25 21:01:36.768 E/o.I (26169): at java.io.BufferedOutputStream.write(BufferedOutputStream.java:126) | |
08-25 21:01:36.768 E/o.I (26169): at java.io.FilterOutputStream.write(FilterOutputStream.java:97) | |
08-25 21:01:36.768 E/o.I (26169): at javax.crypto.CipherOutputStream.write(CipherOutputStream.java:120) | |
08-25 21:01:36.768 E/o.I (26169): at o.ᔲ.run(Source:53) | |
08-25 21:01:36.768 E/o.I (26169): Caused by: android.system.ErrnoException: write failed: EPIPE (Broken pipe) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{# | |
/** | |
* @file | |
* Default theme implementation to display a view of unformatted rows. | |
* | |
* Available variables: | |
* - title: The title of this group of rows. May be empty. | |
* - rows: A list of the view's row items. | |
* - attributes: The row's HTML attributes. | |
* - content: The row's content. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
uuid: 6036929f-b335-4f24-9003-3bcce7ea2625 | |
langcode: en | |
status: true | |
dependencies: | |
module: | |
- node | |
- user | |
id: split_list | |
label: 'Split list view' | |
module: views |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
R |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Process: Textual [55155] | |
Path: /Applications/Textual 5.app/Contents/MacOS/Textual | |
Identifier: com.codeux.irc.textual5 | |
Version: 5.2.0 (150821.16) | |
App Item ID: 896450579 | |
App External ID: 813149881 | |
Code Type: X86-64 (Native) | |
Parent Process: ??? [1] | |
Responsible: Textual [55155] | |
User ID: 501 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ vagrant up --provider=virtualbox && vagrant reload | |
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: Importing base box 'rasmus/php7dev'... | |
==> default: Matching MAC address for NAT networking... | |
==> default: Checking if box 'rasmus/php7dev' is up to date... | |
==> default: Setting the name of the VM: php7dev | |
==> default: Clearing any previously set network interfaces... | |
==> default: Available bridged network interfaces: | |
1) en0: Ethernet | |
2) en1: Wi-Fi (AirPort) |