Hello I have been handed over an Xibo project which has been running since august 2017. I have almost no documentation on how it it configured since the guy who configured it hasn’t been arround for a long time. I logged into the system and got notifications on windows updates and docker updates. Installed them and rebooted. Now I no longer have the layouts used for display. I have tried to run the following in cmd and as powershell but still only got the default layout and not those configured with content.
cd c:\Xibo
docker-compose stop
docker-compose start
The system is running running xibo 1.8.2 on windows 10 pro 1709 (Docker Version 17.12.0-ce-win47 (15139))
One thing I noticed was the files in c:\Xibo have not been updated since August 2017. I suspected that the c drive wasn’t mapped correctly, so I disabled windows firewall and antivirus and added the drive as a shared drive in docker could that be the reason?
Any idea on how I get my layouts back and get the system to update data c:\Xibo again?
Thanks
Reset docker completely. Remapped drive, and corrected Windows filesystem permissions (so the user Docker maps as had full control over the CMS data directories), and that resolved it.
Can you explain more specific what you did. After a reboot (required by windows for update) I have the same problem. I have reset docker to defaults. Remapped drive in docker. Im not sure how and where to correct Windows filesystem permissions. From what I see it should have full access.
This seems to happen everytime I update windows and restart the server and the two clients. Is there something I have to be aware of when I update and reboot? Any specific order? closing Docker first etc?
The user Docker is running as needs Full Control to the “shared” directory. You can just grant to Authenticated Users if that’s easier.
It will happen on every reboot, as noted in the manual. In most cases, simply stopping and starting the container is all that is required to resolve. I suspect in this case it’s something in the Windows update that has caused the reset to be required.
Hi, cant find information in manual you mentioned, could you please point me that way?.
Background:
I try to automate fix so no manual work would happen on every reboot.
Win 10, I shared drive with authenticated users and Dockhost and Dockusers and hyper-v accounts, but still fix for me is
manually unshare/share
run this in powershell
cd c:\Xibo
docker-compose stop
docker-compose start
Also since this is very simple windows setup there is no other drive than C, and docker config only allows C drive share (root level). Adding users with full control to root drive level causes many security prompts