Impossible to login

afer a new install of windows 10 and xibo-docker .1.8.10 i can’t login
i tried to resolve this issue i found this post

i did this

docker logs xibodocker_cms-db_1 (on a other installation it worked but on this one it didn't)

so i go on

docker-compose down
rm -r shared/db

i got this message

C:\Xibo\xibo-docker-1.8.8>rm -r shared/db
'rm' n’est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.

all i can do it’s let you show this log because i can’t do anything

C:\Xibo\xibo-docker-1.8.8>docker logs xibo-docker-188_cms-db_1
Initializing database
2018-08-15 05:58:18 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2018-08-15 05:58:18 0 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap.
2018-08-15 05:58:18 0 [Note] /usr/sbin/mysqld (mysqld 5.6.41) starting as process 35 ...
2018-08-15 05:58:18 35 [Note] InnoDB: Using atomics to ref count buffer pool pages
2018-08-15 05:58:18 35 [Note] InnoDB: The InnoDB memory heap is disabled
2018-08-15 05:58:18 35 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2018-08-15 05:58:18 35 [Note] InnoDB: Memory barrier is not used
2018-08-15 05:58:18 35 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-08-15 05:58:18 35 [Note] InnoDB: Using Linux native AIO
2018-08-15 05:58:18 35 [Note] InnoDB: Using CPU crc32 instructions
2018-08-15 05:58:18 35 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-08-15 05:58:18 35 [Note] InnoDB: Completed initialization of buffer pool
2018-08-15 05:58:18 35 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
2018-08-15 05:58:18 35 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
2018-08-15 05:58:18 35 [Note] InnoDB: Database physically writes the file full: wait...
2018-08-15 05:58:19 35 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
2018-08-15 05:58:24 35 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
2018-08-15 05:58:27 35 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
2018-08-15 05:58:27 35 [Warning] InnoDB: New log files created, LSN=45781
2018-08-15 05:58:27 35 [Note] InnoDB: Doublewrite buffer not found: creating new
2018-08-15 05:58:27 35 [Note] InnoDB: Doublewrite buffer created
2018-08-15 05:58:27 35 [Note] InnoDB: 128 rollback segment(s) are active.
2018-08-15 05:58:27 35 [Warning] InnoDB: Creating foreign key constraint system tables.
2018-08-15 05:58:27 35 [Note] InnoDB: Foreign key constraint system tables created
2018-08-15 05:58:27 35 [Note] InnoDB: Creating tablespace and datafile system tables.
2018-08-15 05:58:27 35 [Note] InnoDB: Tablespace and datafile system tables created.
2018-08-15 05:58:27 35 [Note] InnoDB: Waiting for purge to start
2018-08-15 05:58:27 35 [Note] InnoDB: 5.6.41 started; log sequence number 0
2018-08-15 05:58:43 35 [Note] Binlog end
2018-08-15 05:58:43 35 [Note] InnoDB: FTS optimize thread exiting.
2018-08-15 05:58:43 35 [Note] InnoDB: Starting shutdown...
2018-08-15 05:58:46 35 [Note] InnoDB: Shutdown completed; log sequence number 1625977


2018-08-15 05:58:46 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2018-08-15 05:58:46 0 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap.
2018-08-15 05:58:46 0 [Note] /usr/sbin/mysqld (mysqld 5.6.41) starting as process 58 ...
2018-08-15 05:58:46 58 [Note] InnoDB: Using atomics to ref count buffer pool pages
2018-08-15 05:58:46 58 [Note] InnoDB: The InnoDB memory heap is disabled
2018-08-15 05:58:46 58 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2018-08-15 05:58:46 58 [Note] InnoDB: Memory barrier is not used
2018-08-15 05:58:46 58 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-08-15 05:58:46 58 [Note] InnoDB: Using Linux native AIO
2018-08-15 05:58:46 58 [Note] InnoDB: Using CPU crc32 instructions
2018-08-15 05:58:46 58 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-08-15 05:58:46 58 [Note] InnoDB: Completed initialization of buffer pool
2018-08-15 05:58:47 58 [Note] InnoDB: Highest supported file format is Barracuda.
2018-08-15 05:58:47 58 [Note] InnoDB: 128 rollback segment(s) are active.
2018-08-15 05:58:47 58 [Note] InnoDB: Waiting for purge to start
2018-08-15 05:58:47 58 [Note] InnoDB: 5.6.41 started; log sequence number 1625977
2018-08-15 05:58:47 58 [Note] Binlog end
2018-08-15 05:58:47 58 [Note] InnoDB: FTS optimize thread exiting.
2018-08-15 05:58:47 58 [Note] InnoDB: Starting shutdown...
2018-08-15 05:58:49 58 [Note] InnoDB: Shutdown completed; log sequence number 1625987




PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:

  /usr/bin/mysqladmin -u root password 'new-password'
  /usr/bin/mysqladmin -u root -h 97f493905e89 password 'new-password'

Alternatively you can run:

  /usr/bin/mysql_secure_installation

which will also give you the option of removing the test
databases and anonymous user created by default.  This is
strongly recommended for production servers.

See the manual for more instructions.

Please report any problems at http://bugs.mysql.com/

The latest information about MySQL is available on the web at

  http://www.mysql.com

Support MySQL by buying support/licenses at http://shop.mysql.com

Note: new default config file not created.
Please make sure your config file is current

WARNING: Default config file /etc/mysql/my.cnf exists on the system
This file will be read by default by the MySQL server
If you do not want to use this, either remove it, or use the
--defaults-file argument to mysqld_safe when starting the server

Database initialized
MySQL init process in progress...
2018-08-15 05:58:49 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2018-08-15 05:58:49 0 [Note] mysqld (mysqld 5.6.41) starting as process 86 ...
2018-08-15 05:58:49 86 [Note] Plugin 'FEDERATED' is disabled.
2018-08-15 05:58:49 86 [Note] InnoDB: Using atomics to ref count buffer pool pages
2018-08-15 05:58:49 86 [Note] InnoDB: The InnoDB memory heap is disabled
2018-08-15 05:58:49 86 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2018-08-15 05:58:49 86 [Note] InnoDB: Memory barrier is not used
2018-08-15 05:58:49 86 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-08-15 05:58:49 86 [Note] InnoDB: Using Linux native AIO
2018-08-15 05:58:49 86 [Note] InnoDB: Using CPU crc32 instructions
2018-08-15 05:58:49 86 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-08-15 05:58:49 86 [Note] InnoDB: Completed initialization of buffer pool
2018-08-15 05:58:50 86 [Note] InnoDB: Highest supported file format is Barracuda.
2018-08-15 05:58:50 86 [Note] InnoDB: 128 rollback segment(s) are active.
2018-08-15 05:58:50 86 [Note] InnoDB: Waiting for purge to start
2018-08-15 05:58:50 86 [Note] InnoDB: 5.6.41 started; log sequence number 1625987
2018-08-15 05:58:50 86 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 48273ae4-a050-11e8-b2e6-0242ac120003.
2018-08-15 05:58:50 86 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
2018-08-15 05:58:50 86 [Warning] 'user' entry 'root@97f493905e89' ignored in --skip-name-resolve mode.
2018-08-15 05:58:50 86 [Warning] 'user' entry '@97f493905e89' ignored in --skip-name-resolve mode.
2018-08-15 05:58:50 86 [Warning] 'proxies_priv' entry '@ root@97f493905e89' ignored in --skip-name-resolve mode.
2018-08-15 05:58:50 86 [Note] Event Scheduler: Loaded 0 events
2018-08-15 05:58:50 86 [Note] mysqld: ready for connections.
Version: '5.6.41'  socket: '/var/run/mysqld/mysqld.sock'  port: 0  MySQL Community Server (GPL)
Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
Warning: Unable to load '/usr/share/zoneinfo/zone1970.tab' as time zone. Skipping it.
GENERATED ROOT PASSWORD: Eey3baigohs5sie1eiph2ric3eer8yei
2018-08-15 05:58:55 86 [Warning] 'proxies_priv' entry '@ root@97f493905e89' ignored in --skip-name-resolve mode.
Warning: Using a password on the command line interface can be insecure.

2018-08-15 05:58:55 86 [Note] mysqld: Normal shutdown

2018-08-15 05:58:55 86 [Note] Giving 0 client threads a chance to die gracefully
2018-08-15 05:58:55 86 [Note] Event Scheduler: Purging the queue. 0 events
2018-08-15 05:58:55 86 [Note] Shutting down slave threads
2018-08-15 05:58:55 86 [Note] Forcefully disconnecting 0 remaining clients
2018-08-15 05:58:55 86 [Note] Binlog end
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'partition'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_METRICS'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_CMPMEM'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_CMP'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_LOCKS'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'INNODB_TRX'
2018-08-15 05:58:55 86 [Note] Shutting down plugin 'InnoDB'
2018-08-15 05:58:55 86 [Note] InnoDB: FTS optimize thread exiting.
2018-08-15 05:58:55 86 [Note] InnoDB: Starting shutdown...
2018-08-15 05:58:57 86 [Note] InnoDB: Shutdown completed; log sequence number 1625997
2018-08-15 05:58:57 86 [Note] Shutting down plugin 'BLACKHOLE'
2018-08-15 05:58:57 86 [Note] Shutting down plugin 'ARCHIVE'
2018-08-15 05:58:57 86 [Note] Shutting down plugin 'MRG_MYISAM'
2018-08-15 05:58:57 86 [Note] Shutting down plugin 'MyISAM'
2018-08-15 05:58:57 86 [Note] Shutting down plugin 'MEMORY'
2018-08-15 05:58:57 86 [Note] Shutting down plugin 'CSV'
2018-08-15 05:58:57 86 [Note] Shutting down plugin 'sha256_password'
2018-08-15 05:58:57 86 [Note] Shutting down plugin 'mysql_old_password'
2018-08-15 05:58:57 86 [Note] Shutting down plugin 'mysql_native_password'
2018-08-15 05:58:57 86 [Note] Shutting down plugin 'binlog'
2018-08-15 05:58:57 86 [Note] mysqld: Shutdown complete


MySQL init process done. Ready for start up.

2018-08-15 05:58:57 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2018-08-15 05:58:57 0 [Note] mysqld (mysqld 5.6.41) starting as process 1 ...
2018-08-15 05:58:57 1 [Note] Plugin 'FEDERATED' is disabled.
2018-08-15 05:58:57 1 [Note] InnoDB: Using atomics to ref count buffer pool pages
2018-08-15 05:58:57 1 [Note] InnoDB: The InnoDB memory heap is disabled
2018-08-15 05:58:57 1 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2018-08-15 05:58:57 1 [Note] InnoDB: Memory barrier is not used
2018-08-15 05:58:57 1 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-08-15 05:58:57 1 [Note] InnoDB: Using Linux native AIO
2018-08-15 05:58:57 1 [Note] InnoDB: Using CPU crc32 instructions
2018-08-15 05:58:57 1 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-08-15 05:58:57 1 [Note] InnoDB: Completed initialization of buffer pool
2018-08-15 05:58:58 1 [Note] InnoDB: Highest supported file format is Barracuda.
2018-08-15 05:58:58 1 [Note] InnoDB: 128 rollback segment(s) are active.
2018-08-15 05:58:58 1 [Note] InnoDB: Waiting for purge to start
2018-08-15 05:58:58 1 [Note] InnoDB: 5.6.41 started; log sequence number 1625997
Warning: World-writable config file './auto.cnf' is ignored
2018-08-15 05:58:58 1 [Warning] World-writable config file './auto.cnf' has been removed.

2018-08-15 05:58:58 1 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 4cf31cd5-a050-11e8-b2e6-0242ac120003.
2018-08-15 05:58:58 1 [Note] Server hostname (bind-address): '*'; port: 3306
2018-08-15 05:58:58 1 [Note] IPv6 is available.
2018-08-15 05:58:58 1 [Note]   - '::' resolves to '::';
2018-08-15 05:58:58 1 [Note] Server socket created on IP: '::'.
2018-08-15 05:58:58 1 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
2018-08-15 05:58:58 1 [Warning] 'proxies_priv' entry '@ root@97f493905e89' ignored in --skip-name-resolve mode.
2018-08-15 05:58:58 1 [Note] Event Scheduler: Loaded 0 events
2018-08-15 05:58:58 1 [Note] mysqld: ready for connections.
Version: '5.6.41'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)
2018-08-15 06:08:11 1 [Note] mysqld: Normal shutdown

2018-08-15 06:08:11 1 [Note] Giving 0 client threads a chance to die gracefully
2018-08-15 06:08:11 1 [Note] Event Scheduler: Purging the queue. 0 events
2018-08-15 06:08:11 1 [Note] Shutting down slave threads
2018-08-15 06:08:11 1 [Note] Forcefully disconnecting 0 remaining clients
2018-08-15 06:08:11 1 [Note] Binlog end
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'partition'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_METRICS'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_CMPMEM'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_CMP'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_LOCKS'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'INNODB_TRX'
2018-08-15 06:08:11 1 [Note] Shutting down plugin 'InnoDB'
2018-08-15 06:08:11 1 [Note] InnoDB: FTS optimize thread exiting.
2018-08-15 06:08:11 1 [Note] InnoDB: Starting shutdown...
2018-08-15 06:08:14 1 [Note] InnoDB: Shutdown completed; log sequence number 1626007
2018-08-15 06:08:14 1 [Note] Shutting down plugin 'BLACKHOLE'
2018-08-15 06:08:14 1 [Note] Shutting down plugin 'ARCHIVE'
2018-08-15 06:08:14 1 [Note] Shutting down plugin 'MRG_MYISAM'
2018-08-15 06:08:14 1 [Note] Shutting down plugin 'MyISAM'
2018-08-15 06:08:14 1 [Note] Shutting down plugin 'MEMORY'
2018-08-15 06:08:14 1 [Note] Shutting down plugin 'CSV'
2018-08-15 06:08:14 1 [Note] Shutting down plugin 'sha256_password'
2018-08-15 06:08:14 1 [Note] Shutting down plugin 'mysql_old_password'
2018-08-15 06:08:14 1 [Note] Shutting down plugin 'mysql_native_password'
2018-08-15 06:08:14 1 [Note] Shutting down plugin 'binlog'
2018-08-15 06:08:14 1 [Note] mysqld: Shutdown complete

2018-08-15 06:08:38 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2018-08-15 06:08:38 0 [Note] mysqld (mysqld 5.6.41) starting as process 1 ...
2018-08-15 06:08:38 1 [Note] Plugin 'FEDERATED' is disabled.
2018-08-15 06:08:38 1 [Note] InnoDB: Using atomics to ref count buffer pool pages
2018-08-15 06:08:38 1 [Note] InnoDB: The InnoDB memory heap is disabled
2018-08-15 06:08:38 1 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2018-08-15 06:08:38 1 [Note] InnoDB: Memory barrier is not used
2018-08-15 06:08:38 1 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-08-15 06:08:38 1 [Note] InnoDB: Using Linux native AIO
2018-08-15 06:08:38 1 [Note] InnoDB: Using CPU crc32 instructions
2018-08-15 06:08:38 1 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2018-08-15 06:08:38 1 [Note] InnoDB: Completed initialization of buffer pool
2018-08-15 06:08:38 1 [Note] InnoDB: Highest supported file format is Barracuda.
2018-08-15 06:08:40 1 [Note] InnoDB: 128 rollback segment(s) are active.
2018-08-15 06:08:40 1 [Note] InnoDB: Waiting for purge to start
2018-08-15 06:08:40 1 [Note] InnoDB: 5.6.41 started; log sequence number 1626007
Warning: World-writable config file './auto.cnf' is ignored
2018-08-15 06:08:40 1 [Warning] World-writable config file './auto.cnf' has been removed.

2018-08-15 06:08:40 1 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: a7fd0d82-a051-11e8-b2ef-0242ac120002.
2018-08-15 06:08:40 1 [Note] Server hostname (bind-address): '*'; port: 3306
2018-08-15 06:08:40 1 [Note] IPv6 is available.
2018-08-15 06:08:40 1 [Note]   - '::' resolves to '::';
2018-08-15 06:08:40 1 [Note] Server socket created on IP: '::'.
2018-08-15 06:08:40 1 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
2018-08-15 06:08:40 1 [Warning] 'proxies_priv' entry '@ root@97f493905e89' ignored in --skip-name-resolve mode.
2018-08-15 06:08:44 1 [Note] Event Scheduler: Loaded 0 events
2018-08-15 06:08:44 1 [Note] mysqld: ready for connections.
Version: '5.6.41'  socket: '/var/run/mysqld/mysqld.sock'  port: 3306  MySQL Community Server (GPL)

C:\Xibo\xibo-docker-1.8.8>

thanks for your help and reading me

Thank you for including the above logs. Can you confirm the following:

When you try to log into your CMS, what is the issue you are experiencing?
Are you receiving an error message?
Is this a new installation of Version 1.8.10 or an upgrade(possibly from 1.8.8)?
Can you confirm that you have set a mysql password in your config.env configuration file?

Can you also run docker ps and post the results, you are welcome to private message me the screenshot if you prefer.

Many Thanks.

Hi

I succeeded login after a fresh install of windows a fresh install of docker and several trials of install of xibo-docker 1.8.8 version or xibo-docker 1.8.10 finally i kept 1.8.8 xibo-docker because of too much issues with 1.8.10

I have so many questions but i would appreciate answers to these ones :

  1. status of firewall it needs to be off when you install xibo cms ?

  2. my pc is dual boot (windows ubuntu) no matter ?

  3. docker ubuntu isnt better than docker windows ?

I try to understand why i waste so many times to install docker (sometimes one container installed sometimes two)

I wonder if we must have chance to use xibo

Regards

I’m glad to hear that the issue is resolved. The Xibo CMS is a web application, designed to run on a server machine, which is left on. You can switch it on and off, but the Players won’t receive updates if you do.

If you are seeing differences between 1.8.8 and 1.8.10 then you may have problems with your Docker installation. We would recommend Version 1.8.10, being “stuck” on 1.8.8 means you will not be able to apply important updates when they become available.

Also it is worth noting that Xibo uses Docker as a way to easily setup the server environment - however we didn’t write Docker. If you’re having problems with Docker itself, I would recommend asking on the Docker forums.

In answer to your questions:

  1. It is difficult to provide specific advice as we do not know what you are trying to achieve, where your PC sits in your network and what you really want it to do. If the firewall blocks connection to the port you have configured Xibo to run on, then no external access to the CMS will be possible. In that case the firewall may need to be configured to allow communication across the required ports, but you do not need to turn off your firewall when installing your Xibo CMS (as you can access it over localhost).

  2. That your PC is dual booted should not cause an issue. Please consider though that you will need to boot into the operating system that you have installed Xibo onto, to be able to access the service.

  3. We would recommend using Ubuntu for a Docker installation, as it is generally easier to setup than Docker on Windows. Both however are stable platforms to use for your Xibo CMS.

There are other ways to use Xibo, for example you could use a hosted solution, a VPS or a server machine on your network. If you just want to try the software, we offer a hosted demo https://xibo.org.uk/hosting. Running on a PC which sounds like it is used for other “desktop” purposes, is not really recommended.

Many Thanks.

hi

thanks for your answers

i gave up windows and i install xibo-docker on an ubuntu pc before i eventualy use a vps provider
a big avantage : on windows you “loose” the layouts.

so i go on using xibo and discover it

there are so many functions i wonder if someone uses it all

thanks for your attention