Installation Method
Docker
Operating System
Dsm7
Issue
I have installed the containers with docker (see photo’s) on my synology ds216+ nas , but it doesn’t start. And were does i have to copy the files from the winrar file?
Can someone help me?
Docker
Dsm7
I have installed the containers with docker (see photo’s) on my synology ds216+ nas , but it doesn’t start. And were does i have to copy the files from the winrar file?
Can someone help me?
It’s better to install docker-compose on your synology and use SSH to your synology to unzip the content and start working with the config yml
How does i have to that? I think installed the containers the right way in docker. Were does i have to putt the config.env file?
Did you already checked logboek (LOG) what is says?
The log of the 3 containers?
This is what the log says:
or MySQL to start - max 300 seconds stdout
10:33:55 MySQL started stdout
10:33:56 ERROR 1045 (28000): Access denied for user ‘cms’@‘172.17.0.4’ (using password: YES) stdout
10:33:56 New install stdout
10:33:56 Provisioning Database stdout
10:33:56 ERROR 1045 (28000): Access denied for user ‘cms’@‘172.17.0.4’ (using password: YES) stdout
10:33:57 Phinx by CakePHP - https://phinx.org. 0.9.2 stdout
10:33:57 stdout
10:33:57 using config file .varwwwcmsphinx.php stdout
10:33:57 using config parser php stdout
10:33:57 using migration paths stdout
10:33:57 - /var/www/cms/db/migrations stdout
10:33:57 warning no environment specified, defaulting to: production stdout
10:33:57 using adapter mysql stdout
10:33:57 using database cms stdout
10:33:57 stdout
10:33:57 In MysqlAdapter.php line 115: stdout
10:33:57 stdout
10:33:57 There was a problem connecting to the database: SQLSTATE[HY000] [1045] Acce stdout
10:33:57 ss denied for user ‘cms’@‘172.17.0.4’ (using password: YES) stdout
10:33:57 stdout
10:33:57 stdout
10:33:57 migrate [-c --configuration CONFIGURATION] [-p --parser PARSER] [-e --environment ENVIRONMENT] [-t --target TARGET] [-d --date DATE] [-x --dry-run] stdout
10:33:57 stdout
10:33:57 Configuring Database Settings stdout
10:33:57 ERROR 1045 (28000): Access denied for user ‘cms’@‘172.17.0.4’ (using password: YES) stdout
10:33:57 ERROR 1045 (28000): Access denied for user ‘cms’@‘172.17.0.4’ (using password: YES) stdout
10:33:57 ERROR 1045 (28000): Access denied for user ‘cms’@‘172.17.0.4’ (using password: YES) stdout
10:33:57 ERROR 1045 (28000): Access denied for user ‘cms’@‘172.17.0.4’ (using password: YES) stdout
10:33:57 ERROR 1045 (28000): Access denied for user ‘cms’@‘172.17.0.4’ (using password: YES) stdout
10:33:57 ERROR 1045 (28000): Access denied for user ‘cms’@‘172.17.0.4’ (using password: YES) stdout
10:33:57 Setting up Maintenance stdout
10:33:57 Protected Maintenance stdout
10:33:57 ERROR 1045 (28000): Access denied for user ‘cms’@‘172.17.0.4’ (using password: YES) stdout
10:33:57 ERROR 1045 (28000): Access denied for user ‘cms’@‘172.17.0.4’ (using password: YES) stdout
10:33:57 Importing ca-certs stdout
10:33:57 cp: can’t stat ‘/var/www/cms/ca-certs/*.pem’: No such file or directory stdout
10:33:57 cp: can’t stat ‘/var/www/cms/ca-certs/*.crt’: No such file or directory stdout
10:33:57 WARNING: ca-certificates.crt does not contain exactly one certificate or CRL: skipping stdout
10:33:57 Setting up Quickchart stdout
10:33:57 ERROR 1045 (28000): Access denied for user ‘cms’@‘172.17.0.4’ (using password: YES) stdout
10:33:57 ERROR 1045 (28000): Access denied for user ‘cms’@‘172.17.0.4’ (using password: YES) stdout
10:33:57 Configuring Maintenance stdout
10:33:57 crontab: can’t open ‘/etc/crontabs/apache’: Permission denied stdout
10:33:57 Starting cron stdout
10:33:57 Starting webserver stdout
10:33:57 crond[90]: crond (busybox 1.31.1) started, log level 8 stdout
10:33:57 AH00558: httpd: Could not reliably determine the server’s fully qualified domain name, using 172.17.0.4. Set the ‘ServerName’ directive globally to suppress this message stdout
10:34:00 crond[90]: USER apache pid 98 cmd /var/www/maintenance.sh > /dev/null 2>&1
If you read the log. you will see the problem.
did you run the mysql part first?
Use this manual but do it on the Synology via SSH. Remove old containers first!
https://xibo.org.uk/docs/setup/xibo-cms-with-docker-on-ubuntu-18-04
Yes i run the mysql first
this is the log of the mysql container:
cks stdout
09:33:19 stdout
09:45:04 2022-01-10 09:45:04 1 [Note] mysqld: Normal shutdown stdout
09:45:04 stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Giving 0 client threads a chance to die gracefully stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Event Scheduler: Purging the queue. 0 events stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down slave threads stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Forcefully disconnecting 0 remaining clients stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Binlog end stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘partition’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘PERFORMANCE_SCHEMA’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_SYS_DATAFILES’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_SYS_TABLESPACES’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_SYS_FOREIGN_COLS’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_SYS_FOREIGN’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_SYS_FIELDS’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_SYS_COLUMNS’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_SYS_INDEXES’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_SYS_TABLESTATS’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_SYS_TABLES’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_FT_INDEX_TABLE’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_FT_INDEX_CACHE’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_FT_CONFIG’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_FT_BEING_DELETED’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_FT_DELETED’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_FT_DEFAULT_STOPWORD’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_METRICS’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_BUFFER_POOL_STATS’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_BUFFER_PAGE_LRU’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_BUFFER_PAGE’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_CMP_PER_INDEX_RESET’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_CMP_PER_INDEX’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_CMPMEM_RESET’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_CMPMEM’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_CMP_RESET’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_CMP’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_LOCK_WAITS’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_LOCKS’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘INNODB_TRX’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] Shutting down plugin ‘InnoDB’ stdout
09:45:05 2022-01-10 09:45:05 1 [Note] InnoDB: FTS optimize thread exiting. stdout
09:45:05 2022-01-10 09:45:05 1 [Note] InnoDB: Starting shutdown… stdout
09:45:06 2022-01-10 09:45:06 1 [Note] InnoDB: Shutdown completed; log sequence number 1626037 stdout
09:45:06 2022-01-10 09:45:06 1 [Note] Shutting down plugin ‘BLACKHOLE’ stdout
09:45:06 2022-01-10 09:45:06 1 [Note] Shutting down plugin ‘ARCHIVE’ stdout
09:45:06 2022-01-10 09:45:06 1 [Note] Shutting down plugin ‘MRG_MYISAM’ stdout
09:45:06 2022-01-10 09:45:06 1 [Note] Shutting down plugin ‘MyISAM’ stdout
09:45:06 2022-01-10 09:45:06 1 [Note] Shutting down plugin ‘MEMORY’ stdout
09:45:06 2022-01-10 09:45:06 1 [Note] Shutting down plugin ‘CSV’ stdout
09:45:06 2022-01-10 09:45:06 1 [Note] Shutting down plugin ‘sha256_password’ stdout
09:45:06 2022-01-10 09:45:06 1 [Note] Shutting down plugin ‘mysql_old_password’ stdout
09:45:06 2022-01-10 09:45:06 1 [Note] Shutting down plugin ‘mysql_native_password’
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.