Cannot start service cms-db

Hi!

I’ve just installed Docker, Shared the drives, dropped the archive on the drive I shared, edited the config and tried to run docker-compose up -d as per the instructions.

When I run that command it pulled a load of files and then gave me the error:

ERROR: for xibodocker_cms-db_1 Cannot start service cms-db: error while creating mount source path '/host_mnt/e/xibo-docker/shared/db': mkdir /host_mnt/e: file exists

I’ve done something wrong somewhere - anyone got any ideas?

Thanks,

Xephis

I assume that’s docker for Windows installation? and that you’ve followed the instructions here https://xibo.org.uk/manual/fr/install_docker_win10_64bit.html ?

Could you run docker ps -a take a screenshot of that and share here

then run docker-compose logs and paste it here

Are you using default ports or custom ports?

Was the shared folder created?

Hi Peter,

Yes, those are the instructions I followed for Docker for Windows.

docker ps -a

PS E:\xibo-docker> docker-compose logs Attaching to xibodocker_cms-db_1, xibodocker_cms-xmr_1 cms-db_1 | Initializing database cms-db_1 | 2018-01-22 15:55:28 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). cms-db_1 | 2018-01-22 15:55:28 0 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. cms-db_1 | 2018-01-22 15:55:28 0 [Note] /usr/sbin/mysqld (mysqld 5.6.39) starting as process 35 ... cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Using atomics to ref count buffer pool pages cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: The InnoDB memory heap is disabled cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Memory barrier is not used cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Compressed tables use zlib 1.2.3 cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Using Linux native AIO cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Using CPU crc32 instructions cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Initializing buffer pool, size = 128.0M cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Completed initialization of buffer pool cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created! cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Database physically writes the file full: wait... cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0 cms-db_1 | 2018-01-22 15:55:28 35 [Warning] InnoDB: New log files created, LSN=45781 cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Doublewrite buffer not found: creating new cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Doublewrite buffer created cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: 128 rollback segment(s) are active. cms-db_1 | 2018-01-22 15:55:28 35 [Warning] InnoDB: Creating foreign key constraint system tables. cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Foreign key constraint system tables created cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Creating tablespace and datafile system tables. cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Tablespace and datafile system tables created. cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: Waiting for purge to start cms-db_1 | 2018-01-22 15:55:28 35 [Note] InnoDB: 5.6.39 started; log sequence number 0 cms-db_1 | 2018-01-22 15:55:29 35 [Note] Binlog end cms-db_1 | 2018-01-22 15:55:29 35 [Note] InnoDB: FTS optimize thread exiting. cms-db_1 | 2018-01-22 15:55:29 35 [Note] InnoDB: Starting shutdown... cms-db_1 | 2018-01-22 15:55:30 35 [Note] InnoDB: Shutdown completed; log sequence number 1625977 cms-db_1 | cms-db_1 | cms-db_1 | 2018-01-22 15:55:30 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). cms-db_1 | 2018-01-22 15:55:30 0 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. cms-db_1 | 2018-01-22 15:55:30 0 [Note] /usr/sbin/mysqld (mysqld 5.6.39) starting as process 58 ... cms-db_1 | 2018-01-22 15:55:30 58 [Note] InnoDB: Using atomics to ref count buffer pool pages cms-db_1 | 2018-01-22 15:55:30 58 [Note] InnoDB: The InnoDB memory heap is disabled cms-db_1 | 2018-01-22 15:55:30 58 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins cms-db_1 | 2018-01-22 15:55:30 58 [Note] InnoDB: Memory barrier is not used cms-db_1 | 2018-01-22 15:55:30 58 [Note] InnoDB: Compressed tables use zlib 1.2.3 cms-db_1 | 2018-01-22 15:55:30 58 [Note] InnoDB: Using Linux native AIO cms-db_1 | 2018-01-22 15:55:30 58 [Note] InnoDB: Using CPU crc32 instructions cms-db_1 | 2018-01-22 15:55:30 58 [Note] InnoDB: Initializing buffer pool, size = 128.0M cms-db_1 | 2018-01-22 15:55:30 58 [Note] InnoDB: Completed initialization of buffer pool cms-db_1 | 2018-01-22 15:55:30 58 [Note] InnoDB: Highest supported file format is Barracuda. cms-db_1 | 2018-01-22 15:55:30 58 [Note] InnoDB: 128 rollback segment(s) are active. cms-db_1 | 2018-01-22 15:55:30 58 [Note] InnoDB: Waiting for purge to start cms-db_1 | 2018-01-22 15:55:30 58 [Note] InnoDB: 5.6.39 started; log sequence number 1625977 cms-db_1 | 2018-01-22 15:55:30 58 [Note] Binlog end cms-db_1 | 2018-01-22 15:55:30 58 [Note] InnoDB: FTS optimize thread exiting. cms-db_1 | 2018-01-22 15:55:30 58 [Note] InnoDB: Starting shutdown... cms-db_1 | 2018-01-22 15:55:32 58 [Note] InnoDB: Shutdown completed; log sequence number 1625987 cms-db_1 | cms-db_1 | cms-db_1 | cms-db_1 | cms-db_1 | PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! cms-db_1 | To do so, start the server, then issue the following commands: cms-db_1 | cms-db_1 | /usr/bin/mysqladmin -u root password 'new-password' cms-db_1 | /usr/bin/mysqladmin -u root -h ddbd65551c5b password 'new-password' cms-db_1 | cms-db_1 | Alternatively you can run: cms-db_1 | cms-db_1 | /usr/bin/mysql_secure_installation cms-db_1 | cms-db_1 | which will also give you the option of removing the test cms-db_1 | databases and anonymous user created by default. This is cms-db_1 | strongly recommended for production servers. cms-db_1 | cms-db_1 | See the manual for more instructions. cms-db_1 | cms-db_1 | Please report any problems at http://bugs.mysql.com/ cms-db_1 | cms-db_1 | The latest information about MySQL is available on the web at cms-db_1 | cms-db_1 | http://www.mysql.com cms-db_1 | cms-db_1 | Support MySQL by buying support/licenses at http://shop.mysql.com cms-db_1 | cms-db_1 | Note: new default config file not created. cms-db_1 | Please make sure your config file is current cms-db_1 | cms-db_1 | WARNING: Default config file /etc/mysql/my.cnf exists on the system cms-db_1 | This file will be read by default by the MySQL server cms-db_1 | If you do not want to use this, either remove it, or use the cms-db_1 | --defaults-file argument to mysqld_safe when starting the server cms-db_1 | cms-db_1 | Database initialized cms-db_1 | MySQL init process in progress... cms-db_1 | 2018-01-22 15:55:33 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). cms-db_1 | 2018-01-22 15:55:33 0 [Note] mysqld (mysqld 5.6.39) starting as process 86 ... cms-db_1 | 2018-01-22 15:55:33 86 [Note] Plugin 'FEDERATED' is disabled. cms-db_1 | 2018-01-22 15:55:33 86 [Note] InnoDB: Using atomics to ref count buffer pool pages cms-db_1 | 2018-01-22 15:55:33 86 [Note] InnoDB: The InnoDB memory heap is disabled cms-db_1 | 2018-01-22 15:55:33 86 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins cms-db_1 | 2018-01-22 15:55:33 86 [Note] InnoDB: Memory barrier is not used cms-db_1 | 2018-01-22 15:55:33 86 [Note] InnoDB: Compressed tables use zlib 1.2.3 cms-db_1 | 2018-01-22 15:55:33 86 [Note] InnoDB: Using Linux native AIO cms-db_1 | 2018-01-22 15:55:33 86 [Note] InnoDB: Using CPU crc32 instructions cms-db_1 | 2018-01-22 15:55:33 86 [Note] InnoDB: Initializing buffer pool, size = 128.0M cms-db_1 | 2018-01-22 15:55:33 86 [Note] InnoDB: Completed initialization of buffer pool cms-db_1 | 2018-01-22 15:55:33 86 [Note] InnoDB: Highest supported file format is Barracuda. cms-db_1 | 2018-01-22 15:55:33 86 [Note] InnoDB: 128 rollback segment(s) are active. cms-db_1 | 2018-01-22 15:55:33 86 [Note] InnoDB: Waiting for purge to start cms-db_1 | 2018-01-22 15:55:33 86 [Note] InnoDB: 5.6.39 started; log sequence number 1625987 cms-db_1 | 2018-01-22 15:55:33 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: adaac6e5-ff8c-11e7-9a96-0242ac120003. cms-db_1 | 2018-01-22 15:55:33 86 [Warning] 'user' entry 'root@ddbd65551c5b' ignored in --skip-name-resolve mode. cms-db_1 | 2018-01-22 15:55:33 86 [Warning] 'user' entry '@ddbd65551c5b' ignored in --skip-name-resolve mode. cms-db_1 | 2018-01-22 15:55:33 86 [Warning] 'proxies_priv' entry '@ root@ddbd65551c5b' ignored in --skip-name-resolve mode. cms-db_1 | 2018-01-22 15:55:33 86 [Note] Event Scheduler: Loaded 0 events cms-db_1 | 2018-01-22 15:55:33 86 [Note] mysqld: ready for connections. cms-db_1 | Version: '5.6.39' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server (GPL) cms-db_1 | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it. cms-db_1 | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it. cms-db_1 | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it. cms-db_1 | GENERATED ROOT PASSWORD: uiyoh5ohdie4ioM3fohjieph7gooh6fu cms-db_1 | 2018-01-22 15:55:38 86 [Warning] 'proxies_priv' entry '@ root@ddbd65551c5b' ignored in --skip-name-resolve mode. cms-db_1 | Warning: Using a password on the command line interface can be insecure. cms-db_1 | Warning: Using a password on the command line interface can be insecure. cms-db_1 | Warning: Using a password on the command line interface can be insecure. cms-db_1 | Warning: Using a password on the command line interface can be insecure. cms-db_1 | 2018-01-22 15:55:38 86 [Warning] 'proxies_priv' entry '@ root@ddbd65551c5b' ignored in --skip-name-resolve mode. cms-db_1 | cms-db_1 | 2018-01-22 15:55:38 86 [Note] mysqld: Normal shutdown cms-db_1 | cms-db_1 | 2018-01-22 15:55:38 86 [Note] Giving 0 client threads a chance to die gracefully cms-db_1 | 2018-01-22 15:55:38 86 [Note] Event Scheduler: Purging the queue. 0 events cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down slave threads cms-db_1 | 2018-01-22 15:55:38 86 [Note] Forcefully disconnecting 0 remaining clients cms-db_1 | 2018-01-22 15:55:38 86 [Note] Binlog end cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'partition' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_SYS_FIELDS' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_SYS_INDEXES' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_SYS_TABLES' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_FT_CONFIG' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_FT_DELETED' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_METRICS' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_CMPMEM' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_CMP_RESET' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_CMP' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_LOCK_WAITS' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_LOCKS' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'INNODB_TRX' cms-db_1 | 2018-01-22 15:55:38 86 [Note] Shutting down plugin 'InnoDB' cms-db_1 | 2018-01-22 15:55:38 86 [Note] InnoDB: FTS optimize thread exiting. cms-db_1 | 2018-01-22 15:55:38 86 [Note] InnoDB: Starting shutdown... cms-db_1 | 2018-01-22 15:55:40 86 [Note] InnoDB: Shutdown completed; log sequence number 1625997 cms-db_1 | 2018-01-22 15:55:40 86 [Note] Shutting down plugin 'BLACKHOLE' cms-db_1 | 2018-01-22 15:55:40 86 [Note] Shutting down plugin 'ARCHIVE' cms-db_1 | 2018-01-22 15:55:40 86 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA' cms-db_1 | 2018-01-22 15:55:40 86 [Note] Shutting down plugin 'MEMORY' cms-db_1 | 2018-01-22 15:55:40 86 [Note] Shutting down plugin 'MyISAM' cms-db_1 | 2018-01-22 15:55:40 86 [Note] Shutting down plugin 'MRG_MYISAM' cms-db_1 | 2018-01-22 15:55:40 86 [Note] Shutting down plugin 'CSV' cms-db_1 | 2018-01-22 15:55:40 86 [Note] Shutting down plugin 'sha256_password' cms-db_1 | 2018-01-22 15:55:40 86 [Note] Shutting down plugin 'mysql_old_password' cms-db_1 | 2018-01-22 15:55:40 86 [Note] Shutting down plugin 'mysql_native_password' cms-db_1 | 2018-01-22 15:55:40 86 [Note] Shutting down plugin 'binlog' cms-db_1 | 2018-01-22 15:55:40 86 [Note] mysqld: Shutdown complete cms-db_1 | cms-db_1 | cms-db_1 | MySQL init process done. Ready for start up. cms-db_1 | cms-db_1 | 2018-01-22 15:55:40 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). cms-db_1 | 2018-01-22 15:55:40 0 [Note] mysqld (mysqld 5.6.39) starting as process 1 ... cms-db_1 | 2018-01-22 15:55:40 1 [Note] Plugin 'FEDERATED' is disabled. cms-db_1 | 2018-01-22 15:55:40 1 [Note] InnoDB: Using atomics to ref count buffer pool pages cms-db_1 | 2018-01-22 15:55:40 1 [Note] InnoDB: The InnoDB memory heap is disabled cms-db_1 | 2018-01-22 15:55:40 1 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins cms-db_1 | 2018-01-22 15:55:40 1 [Note] InnoDB: Memory barrier is not used cms-db_1 | 2018-01-22 15:55:40 1 [Note] InnoDB: Compressed tables use zlib 1.2.3 cms-db_1 | 2018-01-22 15:55:40 1 [Note] InnoDB: Using Linux native AIO cms-db_1 | 2018-01-22 15:55:40 1 [Note] InnoDB: Using CPU crc32 instructions cms-db_1 | 2018-01-22 15:55:40 1 [Note] InnoDB: Initializing buffer pool, size = 128.0M cms-db_1 | 2018-01-22 15:55:40 1 [Note] InnoDB: Completed initialization of buffer pool cms-db_1 | 2018-01-22 15:55:40 1 [Note] InnoDB: Highest supported file format is Barracuda. cms-db_1 | 2018-01-22 15:55:40 1 [Note] InnoDB: 128 rollback segment(s) are active. cms-db_1 | 2018-01-22 15:55:40 1 [Note] InnoDB: Waiting for purge to start cms-db_1 | 2018-01-22 15:55:40 1 [Note] InnoDB: 5.6.39 started; log sequence number 1625997 cms-db_1 | 2018-01-22 15:55:40 1 [Note] Server hostname (bind-address): '*'; port: 3306 cms-db_1 | 2018-01-22 15:55:40 1 [Note] IPv6 is available. cms-db_1 | 2018-01-22 15:55:40 1 [Note] - '::' resolves to '::'; cms-db_1 | 2018-01-22 15:55:40 1 [Note] Server socket created on IP: '::'. cms-db_1 | 2018-01-22 15:55:40 1 [Warning] 'proxies_priv' entry '@ root@ddbd65551c5b' ignored in --skip-name-resolve mode. cms-db_1 | 2018-01-22 15:55:40 1 [Note] Event Scheduler: Loaded 0 events cms-db_1 | 2018-01-22 15:55:40 1 [Note] mysqld: ready for connections. cms-db_1 | Version: '5.6.39' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL)
I can’t see a shared folder created.

You definitely shared you E: drive with Docker?

Hi Alex,

If I didn’t miss anything in the instructions, It only needs to be in Settings > Shared Drives right?

I restarted the server I was doing it on and got the following error:

ERROR: for xibodocker_cms-web_1 Cannot start service cms-web: driver failed programming external connectivity on endpoint xibodocker_cms-web_1 (0d614d46317272d3012c52c2f888cf751d42462ee7b46d64b5f7791e7ff8435b): Error starting userland proxy: Bind for 0.0.0.0:80: unexpected error Permission denied

So I changed the port it was using to 8080 using cms_custom-ports.yml then running docker-compose -f cms_custom-ports.yml up -d.

After which I get a similar error to before:

ERROR: for xibodocker_cms-web_1 Cannot start service cms-web: error while creating mount source path '/host_mnt/e/xibo-docker/shared/cms/web/theme/custom': mkdir /host_mnt/e: file exists

Regards,

Stephen

Did you unshare and reshare the E: drive? Or use the Reset Credentials button?

I’ve seen cases where people change passwords, and Docker looses its link to the shared drive.

I just tried resetting the credentials and it went through.

I am now getting “This page can’t be displayed” when trying to access http://localhost:8080.

I have tried stopping and starting Xibo to no avail.
image

Thanks for your assistance so far.

Stephen

The default is on port 80, so unless you’ve moved the port elsewhere, :8080 isn’t expected to work.

Hi Alex,

I was getting the following error message when using the default port:
Error starting userland proxy: Bind for 0.0.0.0:80: unexpected error Permission denied

so I changed the port using cms_custom-ports.yml
image
I couldn’t find much in the way of exactly how to do it but I think it’s correct?

I then ran docker-compose -f cms_custom-ports.yml up -d.

Which from my understanding means Xibo should now use the port 8080? But when I point my browser to http://localhost:8080 I get the page can’t be displayed and it times out.

Thanks,

Stephen

You’ve changed the wrong side.

It should read:

ports:
    - "8080:80"

What you’ve got there maps port 65501 of your local machine to port 8080 of the container - where nothing is listening.

I’m using Docker for Windows (win 10 64 bit) and everything was working fine until today I have updated Docker (version 2.2.0.0). After that I have restart computer and run:
cd c:\Xibo
docker-compose stop
docker-compose start

In PowerShell after start command I get the error:
ERROR: for cms-db Cannot start service cms-db: error while creating mount source path ‘/host_mnt/c/xibo/shared/db’: mkdir /host_mnt/c/xibo: file exists

Under Starting cms-db and Starting cms-web showing Error.
In Docker I have shared C: drive.

What I have to do?
Thanks,
Davor

I would down your containers, unshare and then reshare the C drive, and then up them again

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.