For developers: Forum source code on GitHub

Discuss technical problems and features here
User avatar
zenmonkey
Black Belt - 2nd Dan
Posts: 2528
Joined: Sun Jul 26, 2015 7:21 pm
Location: California, Germany and France
Languages: Spanish, English, French trilingual - German (B2/C1) on/off study: Persian, Hebrew, Tibetan, Setswana.
Some knowledge of Italian, Portuguese, Ladino, Yiddish ...
Want to tackle Tzotzil, Nahuatl
Language Log: viewtopic.php?f=15&t=859
x 7032
Contact:

Re: For developers: Forum source code on GitHub

Postby zenmonkey » Mon Aug 17, 2015 4:21 pm

wait !! Got it with:

chmod -R a+rwX db

and not:

chmod -R a+rwX ./db

CORRECTION: IGNORE - That didn't work
1 x
I am a leaf on the wind, watch how I soar

User avatar
zenmonkey
Black Belt - 2nd Dan
Posts: 2528
Joined: Sun Jul 26, 2015 7:21 pm
Location: California, Germany and France
Languages: Spanish, English, French trilingual - German (B2/C1) on/off study: Persian, Hebrew, Tibetan, Setswana.
Some knowledge of Italian, Portuguese, Ladino, Yiddish ...
Want to tackle Tzotzil, Nahuatl
Language Log: viewtopic.php?f=15&t=859
x 7032
Contact:

Re: For developers: Forum source code on GitHub

Postby zenmonkey » Mon Aug 17, 2015 4:28 pm

Sorry, nope still stuck.

My setup is:

# This is your copy of the source tree, checked out from git:
$SOME_DIRECTORY_ON_YOUR_COMPUTER/phpbb
check! <me>/etc/phpbb

# The database lives here, and permissions need to be correct. You may need to create this.
$SOME_DIRECTORY_ON_YOUR_COMPUTER/phpbb/db
check! <me>/etc/phpbb/db

# This is just some random code directory somewhere deep in the tree with source code:
$SOME_DIRECTORY_ON_YOUR_COMPUTER/phpbb/phpBB/phpbb/db/html_migrator_output_handler.php
check! file is there

The error is now:

Code: Select all

150817 16:32:23 [Note] mysqld (mysqld 5.5.45) starting as process 1 ...
150817 16:32:23 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
150817 16:32:23 [Note] Plugin 'FEDERATED' is disabled.
mysqld: Table 'mysql.plugin' doesn't exist
150817 16:32:23 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
150817 16:32:23 InnoDB: The InnoDB memory heap is disabled
150817 16:32:23 InnoDB: Mutexes and rw_locks use GCC atomic builtins
150817 16:32:23 InnoDB: Compressed tables use zlib 1.2.3
150817 16:32:23 InnoDB: Using Linux native AIO
150817 16:32:23 InnoDB: Initializing buffer pool, size = 128.0M
150817 16:32:23 InnoDB: Completed initialization of buffer pool
InnoDB: Error: space header page consists of zero bytes in data file ./ibdata1
150817 16:32:23 InnoDB: Could not open or create data files.
150817 16:32:23 InnoDB: If you tried to add new data files, and it failed here,
150817 16:32:23 InnoDB: you should now edit innodb_data_file_path in my.cnf back
150817 16:32:23 InnoDB: to what it was, and remove the new ibdata files InnoDB created
150817 16:32:23 InnoDB: in this failed attempt. InnoDB only wrote those files full of
150817 16:32:23 InnoDB: zeros, but did not yet use them in any way. But be careful: do not
150817 16:32:23 InnoDB: remove old data files which contain your precious data!
150817 16:32:23 [ERROR] Plugin 'InnoDB' init function returned error.
150817 16:32:23 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
150817 16:32:23 [ERROR] Unknown/unsupported storage engine: InnoDB
150817 16:32:23 [ERROR] Aborting

150817 16:32:23 [Note] mysqld: Shutdown complete
0 x
I am a leaf on the wind, watch how I soar

User avatar
emk
Black Belt - 1st Dan
Posts: 1708
Joined: Sat Jul 18, 2015 12:07 pm
Location: Vermont, USA
Languages: English (N), French (B2+)
Badly neglected "just for fun" languages: Middle Egyptian, Spanish.
Language Log: viewtopic.php?f=15&t=723
x 6730
Contact:

Re: For developers: Forum source code on GitHub

Postby emk » Mon Aug 17, 2015 4:47 pm

zenmonkey wrote:Sorry, nope still stuck.

Just out of paranoia, try:

Code: Select all

docker-compose run setup ls /src

This should show the contents of your top-level source tree (i.e., README.md, a phpBB folder, etc.), and not an empty folder. If this is showing an empty folder, something has gone horribly wrong with docker volumes on the Mac, and we may need to consult a Mac Docker guru.

If that does show your source tree, however, you could also try commenting out these two lines here and running again. Unfortunately, that means that your database will be stored directly inside the docker container, and it will get wiped out when the container is reset.
0 x

User avatar
zenmonkey
Black Belt - 2nd Dan
Posts: 2528
Joined: Sun Jul 26, 2015 7:21 pm
Location: California, Germany and France
Languages: Spanish, English, French trilingual - German (B2/C1) on/off study: Persian, Hebrew, Tibetan, Setswana.
Some knowledge of Italian, Portuguese, Ladino, Yiddish ...
Want to tackle Tzotzil, Nahuatl
Language Log: viewtopic.php?f=15&t=859
x 7032
Contact:

Re: For developers: Forum source code on GitHub

Postby zenmonkey » Mon Aug 17, 2015 5:10 pm

first attempt gives:

Code: Select all

Starting phpbb_db_1...
Cannot start container 4ce901def403d5886e66e50ccb7034d5a4f6af61dc411ecfc4a6f91e2d558180: Cannot link to a non running container: /phpbb_db_1 AS /phpbb_setup_run_2/db
bash-3.2$ docker-compose run setup ls /src
Creating phpbb_db_1...
Cannot start container 5d15f4fcf7fefbe39bb42e5bc1b6256afcb2e61f275f6908178c06f564264b39: Cannot link to a non running container: /phpbb_db_1 AS /phpbb_setup_run_1/phpbb_db_1


I'll try with the line commented out in a little while...
0 x
I am a leaf on the wind, watch how I soar

User avatar
zenmonkey
Black Belt - 2nd Dan
Posts: 2528
Joined: Sun Jul 26, 2015 7:21 pm
Location: California, Germany and France
Languages: Spanish, English, French trilingual - German (B2/C1) on/off study: Persian, Hebrew, Tibetan, Setswana.
Some knowledge of Italian, Portuguese, Ladino, Yiddish ...
Want to tackle Tzotzil, Nahuatl
Language Log: viewtopic.php?f=15&t=859
x 7032
Contact:

Re: For developers: Forum source code on GitHub

Postby zenmonkey » Mon Aug 17, 2015 5:53 pm

Commenting out those lines gives:

Code: Select all

bash-3.2$ docker-compose run setup ls /src
Traceback (most recent call last):
  File "<string>", line 3, in <module>
  File "/compose/build/docker-compose/out00-PYZ.pyz/compose.cli.main", line 39, in main
  File "/compose/build/docker-compose/out00-PYZ.pyz/compose.cli.docopt_command", line 21, in sys_dispatch
  File "/compose/build/docker-compose/out00-PYZ.pyz/compose.cli.command", line 27, in dispatch
  File "/compose/build/docker-compose/out00-PYZ.pyz/compose.cli.docopt_command", line 24, in dispatch
  File "/compose/build/docker-compose/out00-PYZ.pyz/compose.cli.command", line 57, in perform_command
  File "/compose/build/docker-compose/out00-PYZ.pyz/compose.cli.command", line 73, in get_project
  File "/compose/build/docker-compose/out00-PYZ.pyz/compose.config", line 107, in find
  File "/compose/build/docker-compose/out00-PYZ.pyz/compose.config", line 558, in load_yaml
  File "/compose/build/docker-compose/out00-PYZ.pyz/yaml", line 93, in safe_load
  File "/compose/build/docker-compose/out00-PYZ.pyz/yaml", line 71, in load
  File "/compose/build/docker-compose/out00-PYZ.pyz/yaml.constructor", line 37, in get_single_data
  File "/compose/build/docker-compose/out00-PYZ.pyz/yaml.composer", line 36, in get_single_node
  File "/compose/build/docker-compose/out00-PYZ.pyz/yaml.composer", line 55, in compose_document
  File "/compose/build/docker-compose/out00-PYZ.pyz/yaml.composer", line 84, in compose_node
  File "/compose/build/docker-compose/out00-PYZ.pyz/yaml.composer", line 127, in compose_mapping_node
  File "/compose/build/docker-compose/out00-PYZ.pyz/yaml.parser", line 98, in check_event
  File "/compose/build/docker-compose/out00-PYZ.pyz/yaml.parser", line 439, in parse_block_mapping_key
yaml.parser.ParserError: while parsing a block mapping
  in "./docker-compose.yml", line 6, column 1
expected <block end>, but found '<block mapping start>'
  in "./docker-compose.yml", line 35, column 3
0 x
I am a leaf on the wind, watch how I soar

User avatar
neofight78
Blue Belt
Posts: 539
Joined: Wed Jul 22, 2015 8:02 pm
Location: Novosibirsk, Russia
Languages: English (N), Russian (B2+), Spanish (A0)
Language Log: viewtopic.php?t=833
x 1232

Re: For developers: Forum source code on GitHub

Postby neofight78 » Mon Aug 17, 2015 10:26 pm

I'm also on a Mac and experiencing similar problems.

If anyone else is on an older Mac you may need to run the following to resolve an errors about illegal instructions:

Code: Select all

sudo easy_install pip
sudo pip install -U docker-compose


I also get the "Cannot link to a non running container" message. Commenting out the highlighted two lines made no difference, I still got that error.

I freely admit, I don't know what I'm doing here, but I tried commenting out the db link from the setup command:

Code: Select all

# -*- mode: yaml, yaml-indent-offset: 2 -*-

# Run this task once to set everything up:
#
#   docker-compose run setup
setup:
  build: "."
#  links:
#    - "db"
  volumes:
    - ".:/src"
  working_dir: "/src/phpBB"
  command: "php ../composer.phar install"

# Run this service to access a local copy of the site:
#
#   docker-compose up site
site:
  build: "."
  links:
    - "db"
  volumes:
    - ".:/src"
    - "./phpBB:/var/www/html"
  ports:
    - "8000:80"

# This is launched automatically to provide you with a MySQL database.
db:
  image: "mysql:5.5"
  environment:
    MYSQL_ROOT_PASSWORD: root
#  volumes:
#    - "./db:/var/lib/mysql"
  ports:
    - "3306"



This means it will actually run, although not very successfully:

Code: Select all

Starting phpbb_db_1...
Starting phpbb_site_1...
Attaching to phpbb_db_1, phpbb_site_1
db_1   | 150817 21:59:33 [Note] mysqld (mysqld 5.5.45) starting as process 1 ...
db_1   | 150817 21:59:33 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
db_1   | 150817 21:59:33 [Note] Plugin 'FEDERATED' is disabled.
db_1   | mysqld: Table 'mysql.plugin' doesn't exist
db_1   | 150817 21:59:33 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
db_1   | 150817 21:59:33 InnoDB: The InnoDB memory heap is disabled
db_1   | 150817 21:59:33 InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1   | 150817 21:59:33 InnoDB: Compressed tables use zlib 1.2.3
db_1   | 150817 21:59:33 InnoDB: Using Linux native AIO
db_1   | 150817 21:59:33 InnoDB: Initializing buffer pool, size = 128.0M
db_1   | 150817 21:59:33 InnoDB: Completed initialization of buffer pool
db_1   | 150817 21:59:33  InnoDB: Operating system error number 13 in a file operation.
db_1   | InnoDB: The error means mysqld does not have the access rights to
db_1   | InnoDB: the directory.
db_1   | InnoDB: File name ./ibdata1
db_1   | InnoDB: File operation call: 'create'.
db_1   | InnoDB: Cannot continue operation.
db_1   | 150817 22:04:53 [Note] mysqld (mysqld 5.5.45) starting as process 1 ...
db_1   | 150817 22:04:53 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
db_1   | 150817 22:04:53 [Note] Plugin 'FEDERATED' is disabled.
db_1   | mysqld: Table 'mysql.plugin' doesn't exist
db_1   | 150817 22:04:53 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
db_1   | 150817 22:04:53 InnoDB: The InnoDB memory heap is disabled
db_1   | 150817 22:04:53 InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1   | 150817 22:04:53 InnoDB: Compressed tables use zlib 1.2.3
db_1   | 150817 22:04:53 InnoDB: Using Linux native AIO
db_1   | 150817 22:04:53 InnoDB: Initializing buffer pool, size = 128.0M
db_1   | 150817 22:04:53 InnoDB: Completed initialization of buffer pool
db_1   | 150817 22:04:53  InnoDB: Operating system error number 13 in a file operation.
db_1   | InnoDB: The error means mysqld does not have the access rights to
db_1   | InnoDB: the directory.
db_1   | InnoDB: File name ./ibdata1
db_1   | InnoDB: File operation call: 'create'.
db_1   | InnoDB: Cannot continue operation.
db_1   | 150817 22:21:53 [Note] mysqld (mysqld 5.5.45) starting as process 1 ...
db_1   | 150817 22:21:53 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
db_1   | 150817 22:21:53 [Note] Plugin 'FEDERATED' is disabled.
db_1   | mysqld: Table 'mysql.plugin' doesn't exist
db_1   | 150817 22:21:53 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
db_1   | 150817 22:21:53 InnoDB: The InnoDB memory heap is disabled
db_1   | 150817 22:21:53 InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1   | 150817 22:21:53 InnoDB: Compressed tables use zlib 1.2.3
db_1   | 150817 22:21:53 InnoDB: Using Linux native AIO
db_1   | 150817 22:21:53 InnoDB: Initializing buffer pool, size = 128.0M
db_1   | 150817 22:21:53 InnoDB: Completed initialization of buffer pool
db_1   | 150817 22:21:53  InnoDB: Operating system error number 13 in a file operation.
db_1   | InnoDB: The error means mysqld does not have the access rights to
db_1   | InnoDB: the directory.
db_1   | InnoDB: File name ./ibdata1
db_1   | InnoDB: File operation call: 'create'.
db_1   | InnoDB: Cannot continue operation.
db_1   | 150817 22:22:54 [Note] mysqld (mysqld 5.5.45) starting as process 1 ...
db_1   | 150817 22:22:54 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
db_1   | 150817 22:22:54 [Note] Plugin 'FEDERATED' is disabled.
db_1   | mysqld: Table 'mysql.plugin' doesn't exist
db_1   | 150817 22:22:54 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
db_1   | 150817 22:22:54 InnoDB: The InnoDB memory heap is disabled
db_1   | 150817 22:22:54 InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1   | 150817 22:22:54 InnoDB: Compressed tables use zlib 1.2.3
db_1   | 150817 22:22:54 InnoDB: Using Linux native AIO
db_1   | 150817 22:22:54 InnoDB: Initializing buffer pool, size = 128.0M
db_1   | 150817 22:22:54 InnoDB: Completed initialization of buffer pool
db_1   | 150817 22:22:54  InnoDB: Operating system error number 13 in a file operation.
db_1   | InnoDB: The error means mysqld does not have the access rights to
db_1   | InnoDB: the directory.
db_1   | InnoDB: File name ./ibdata1
db_1   | InnoDB: File operation call: 'create'.
db_1   | InnoDB: Cannot continue operation.
db_1   | 150817 22:23:24 [Note] mysqld (mysqld 5.5.45) starting as process 1 ...
db_1   | 150817 22:23:24 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
db_1   | 150817 22:23:24 [Note] Plugin 'FEDERATED' is disabled.
db_1   | mysqld: Table 'mysql.plugin' doesn't exist
db_1   | 150817 22:23:24 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
db_1   | 150817 22:23:24 InnoDB: The InnoDB memory heap is disabled
db_1   | 150817 22:23:24 InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1   | 150817 22:23:24 InnoDB: Compressed tables use zlib 1.2.3
site_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.25. Set the 'ServerName' directive globally to suppress this message
db_1   | 150817 22:23:24 InnoDB: Using Linux native AIO
site_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.25. Set the 'ServerName' directive globally to suppress this message
db_1   | 150817 22:23:24 InnoDB: Initializing buffer pool, size = 128.0M
site_1 | [Mon Aug 17 21:59:46.196554 2015] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.10 (Debian) PHP/5.4.44 configured -- resuming normal operations
db_1   | 150817 22:23:24 InnoDB: Completed initialization of buffer pool
db_1   | 150817 22:23:24  InnoDB: Operating system error number 13 in a file operation.
site_1 | [Mon Aug 17 21:59:46.199899 2015] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
site_1 | [Mon Aug 17 22:03:41.423694 2015] [mpm_prefork:notice] [pid 1] AH00169: caught SIGTERM, shutting down
db_1   | InnoDB: The error means mysqld does not have the access rights to
site_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.27. Set the 'ServerName' directive globally to suppress this message
db_1   | InnoDB: the directory.
site_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.27. Set the 'ServerName' directive globally to suppress this message
db_1   | InnoDB: File name ./ibdata1
db_1   | InnoDB: File operation call: 'create'.
site_1 | [Mon Aug 17 22:04:53.687728 2015] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.10 (Debian) PHP/5.4.44 configured -- resuming normal operations
db_1   | InnoDB: Cannot continue operation.
site_1 | [Mon Aug 17 22:04:53.687790 2015] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
db_1   | 150817 22:23:41 [Note] mysqld (mysqld 5.5.45) starting as process 1 ...
site_1 | [Mon Aug 17 22:05:43.775707 2015] [mpm_prefork:notice] [pid 1] AH00169: caught SIGTERM, shutting down
db_1   | 150817 22:23:41 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
site_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.29. Set the 'ServerName' directive globally to suppress this message
db_1   | 150817 22:23:41 [Note] Plugin 'FEDERATED' is disabled.
site_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.29. Set the 'ServerName' directive globally to suppress this message
db_1   | mysqld: Table 'mysql.plugin' doesn't exist
site_1 | [Mon Aug 17 22:21:53.881447 2015] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.10 (Debian) PHP/5.4.44 configured -- resuming normal operations
db_1   | 150817 22:23:41 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
db_1   | 150817 22:23:41 InnoDB: The InnoDB memory heap is disabled
site_1 | [Mon Aug 17 22:21:53.881509 2015] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
db_1   | 150817 22:23:41 InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1   | 150817 22:23:41 InnoDB: Compressed tables use zlib 1.2.3
site_1 | [Mon Aug 17 22:22:49.543905 2015] [mpm_prefork:notice] [pid 1] AH00169: caught SIGTERM, shutting down
db_1   | 150817 22:23:41 InnoDB: Using Linux native AIO
site_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.31. Set the 'ServerName' directive globally to suppress this message
db_1   | 150817 22:23:41 InnoDB: Initializing buffer pool, size = 128.0M
db_1   | 150817 22:23:41 InnoDB: Completed initialization of buffer pool
site_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.31. Set the 'ServerName' directive globally to suppress this message
site_1 | [Mon Aug 17 22:22:54.946193 2015] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.10 (Debian) PHP/5.4.44 configured -- resuming normal operations
db_1   | 150817 22:23:41  InnoDB: Operating system error number 13 in a file operation.
site_1 | [Mon Aug 17 22:22:54.946262 2015] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
db_1   | InnoDB: The error means mysqld does not have the access rights to
site_1 | [Mon Aug 17 22:23:24.618528 2015] [mpm_prefork:notice] [pid 1] AH00169: caught SIGTERM, shutting down
db_1   | InnoDB: the directory.
db_1   | InnoDB: File name ./ibdata1
db_1   | InnoDB: File operation call: 'create'.
db_1   | InnoDB: Cannot continue operation.
site_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.34. Set the 'ServerName' directive globally to suppress this message
db_1   | 150817 22:23:54 [Note] mysqld (mysqld 5.5.45) starting as process 1 ...
site_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.34. Set the 'ServerName' directive globally to suppress this message
db_1   | 150817 22:23:54 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
db_1   | 150817 22:23:54 [Note] Plugin 'FEDERATED' is disabled.
db_1   | mysqld: Table 'mysql.plugin' doesn't exist
site_1 | [Mon Aug 17 22:23:41.710160 2015] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.10 (Debian) PHP/5.4.44 configured -- resuming normal operations
db_1   | 150817 22:23:54 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
db_1   | 150817 22:23:54 InnoDB: The InnoDB memory heap is disabled
db_1   | 150817 22:23:54 InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1   | 150817 22:23:54 InnoDB: Compressed tables use zlib 1.2.3
db_1   | 150817 22:23:54 InnoDB: Using Linux native AIO
db_1   | 150817 22:23:54 InnoDB: Initializing buffer pool, size = 128.0M
db_1   | 150817 22:23:54 InnoDB: Completed initialization of buffer pool
db_1   | 150817 22:23:54  InnoDB: Operating system error number 13 in a file operation.
db_1   | InnoDB: The error means mysqld does not have the access rights to
db_1   | InnoDB: the directory.
db_1   | InnoDB: File name ./ibdata1
db_1   | InnoDB: File operation call: 'create'.
db_1   | InnoDB: Cannot continue operation.
db_1   | 150817 22:24:38 [Note] mysqld (mysqld 5.5.45) starting as process 1 ...
db_1   | 150817 22:24:38 [Warning] Setting lower_case_table_names=2 because file system for /var/lib/mysql/ is case insensitive
db_1   | 150817 22:24:38 [Note] Plugin 'FEDERATED' is disabled.
db_1   | mysqld: Table 'mysql.plugin' doesn't exist
db_1   | 150817 22:24:38 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
site_1 | [Mon Aug 17 22:23:41.710219 2015] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
site_1 | [Mon Aug 17 22:23:46.787318 2015] [mpm_prefork:notice] [pid 1] AH00169: caught SIGTERM, shutting down
site_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.36. Set the 'ServerName' directive globally to suppress this message
site_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.36. Set the 'ServerName' directive globally to suppress this message
site_1 | [Mon Aug 17 22:23:55.009950 2015] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.10 (Debian) PHP/5.4.44 configured -- resuming normal operations
site_1 | [Mon Aug 17 22:23:55.010007 2015] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
site_1 | [Mon Aug 17 22:24:24.594444 2015] [mpm_prefork:notice] [pid 1] AH00169: caught SIGTERM, shutting down
site_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.38. Set the 'ServerName' directive globally to suppress this message
site_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.38. Set the 'ServerName' directive globally to suppress this message
site_1 | [Mon Aug 17 22:24:38.516485 2015] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.10 (Debian) PHP/5.4.44 configured -- resuming normal operations
site_1 | [Mon Aug 17 22:24:38.516553 2015] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
db_1   | 150817 22:24:38 InnoDB: The InnoDB memory heap is disabled
db_1   | 150817 22:24:38 InnoDB: Mutexes and rw_locks use GCC atomic builtins
db_1   | 150817 22:24:38 InnoDB: Compressed tables use zlib 1.2.3
db_1   | 150817 22:24:38 InnoDB: Using Linux native AIO
db_1   | 150817 22:24:38 InnoDB: Initializing buffer pool, size = 128.0M
db_1   | 150817 22:24:38 InnoDB: Completed initialization of buffer pool
db_1   | 150817 22:24:38  InnoDB: Operating system error number 13 in a file operation.
db_1   | InnoDB: The error means mysqld does not have the access rights to
db_1   | InnoDB: the directory.
db_1   | InnoDB: File name ./ibdata1
db_1   | InnoDB: File operation call: 'create'.
db_1   | InnoDB: Cannot continue operation.


I don't know if this offers any more clues. I hope it helps in some way!
0 x

User avatar
emk
Black Belt - 1st Dan
Posts: 1708
Joined: Sat Jul 18, 2015 12:07 pm
Location: Vermont, USA
Languages: English (N), French (B2+)
Badly neglected "just for fun" languages: Middle Egyptian, Spanish.
Language Log: viewtopic.php?f=15&t=723
x 6730
Contact:

Re: For developers: Forum source code on GitHub

Postby emk » Tue Aug 18, 2015 1:08 am

We will get this all sorted out! But it may need to wait until I can screen share with someone and actually figure out what's going on with docker volumes on the Mac using the new Docker Toolbox. Sorry about that. :-(
0 x

User avatar
zenmonkey
Black Belt - 2nd Dan
Posts: 2528
Joined: Sun Jul 26, 2015 7:21 pm
Location: California, Germany and France
Languages: Spanish, English, French trilingual - German (B2/C1) on/off study: Persian, Hebrew, Tibetan, Setswana.
Some knowledge of Italian, Portuguese, Ladino, Yiddish ...
Want to tackle Tzotzil, Nahuatl
Language Log: viewtopic.php?f=15&t=859
x 7032
Contact:

Re: For developers: Forum source code on GitHub

Postby zenmonkey » Tue Aug 18, 2015 6:22 am

emk wrote:We will get this all sorted out! But it may need to wait until I can screen share with someone and actually figure out what's going on with docker volumes on the Mac using the new Docker Toolbox. Sorry about that. :-(


Not a worry - can you look at the dell/phpBB container? That worked up to the point of running a phpBB upgrade on my machine.
Or if you want to set up a Skype session later in the week, I cab set time aside.
0 x
I am a leaf on the wind, watch how I soar

User avatar
emk
Black Belt - 1st Dan
Posts: 1708
Joined: Sat Jul 18, 2015 12:07 pm
Location: Vermont, USA
Languages: English (N), French (B2+)
Badly neglected "just for fun" languages: Middle Egyptian, Spanish.
Language Log: viewtopic.php?f=15&t=723
x 6730
Contact:

Re: For developers: Forum source code on GitHub

Postby emk » Tue Aug 18, 2015 1:22 pm

zenmonkey wrote:Not a worry - can you look at the dell/phpBB container? That worked up to the point of running a phpBB upgrade on my machine.
Or if you want to set up a Skype session later in the week, I cab set time aside.

If we can't somehow get docker volumes to work correctly, I think that all possible paths will end in frustration and unpleasant development tools. So yes please, let's set up a Skype or Google Hangout session, and then just fix this properly for Mac-based developers. I would expect to be able to sort out most possible problems in 30 to 60 minutes at the outside, and I'm happy to attempt it in French. ;-)
1 x

User avatar
zenmonkey
Black Belt - 2nd Dan
Posts: 2528
Joined: Sun Jul 26, 2015 7:21 pm
Location: California, Germany and France
Languages: Spanish, English, French trilingual - German (B2/C1) on/off study: Persian, Hebrew, Tibetan, Setswana.
Some knowledge of Italian, Portuguese, Ladino, Yiddish ...
Want to tackle Tzotzil, Nahuatl
Language Log: viewtopic.php?f=15&t=859
x 7032
Contact:

Re: For developers: Forum source code on GitHub

Postby zenmonkey » Wed Aug 19, 2015 11:11 pm

Just as an update for others - emk and I had a great work session to try to resolve this issue - and while it isn't yet resolved it seems the issue is identified and "paths are clear ahead".

In other words, emk did all the futzing on my virtual machine from a distance and I watched and learned (a little).

And we had a great conversation - all in French. At this time, if you are on a Mac - don't install this, give emk a few days to get this ironed out.
3 x
I am a leaf on the wind, watch how I soar


Return to “Technical Support and Feature Requests”

Who is online

Users browsing this forum: No registered users and 2 guests