Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with Windows Store app updates #6

Open
marcusboon opened this issue Sep 17, 2018 · 0 comments
Open

Issues with Windows Store app updates #6

marcusboon opened this issue Sep 17, 2018 · 0 comments

Comments

@marcusboon
Copy link

marcusboon commented Sep 17, 2018

Hi there,

It seems like the "windowsupdate" conf file also caches Windows Store apps. The first time it runs it's fine, i.e. the cache is populated and the updates download successfully, however when another computer on the LAN tries to update the same apps, it returns an error instead. The nginx-access logs show this:

[17/Sep/2018:19:45:00 +1000] 10.0.1.103 GET "/filestreamingservice/files/df83d2db-848e-4950-b130-c186a1f1f76d/pieceshash" - - 404 152 - - dl.delivery.mp.microsoft.com - - "Microsoft-Delivery-Optimization/10.0"
[17/Sep/2018:19:45:03 +1000] 10.0.1.103 GET "/filestreamingservice/files/df83d2db-848e-4950-b130-c186a1f1f76d/pieceshash" - - 404 152 - - dl.delivery.mp.microsoft.com - - "Microsoft-Delivery-Optimization/10.0"
[17/Sep/2018:19:45:06 +1000] 10.0.1.103 GET "/filestreamingservice/files/df83d2db-848e-4950-b130-c186a1f1f76d/pieceshash" - - 404 152 - - dl.delivery.mp.microsoft.com - - "Microsoft-Delivery-Optimization/10.0"
[17/Sep/2018:19:45:09 +1000] 10.0.1.103 GET "/filestreamingservice/files/df83d2db-848e-4950-b130-c186a1f1f76d/pieceshash" - - 404 152 - - dl.delivery.mp.microsoft.com - - "Microsoft-Delivery-Optimization/10.0"
[17/Sep/2018:19:45:12 +1000] 10.0.1.103 GET "/filestreamingservice/files/df83d2db-848e-4950-b130-c186a1f1f76d/pieceshash" - - 404 152 - - dl.delivery.mp.microsoft.com - - "Microsoft-Delivery-Optimization/10.0"
[17/Sep/2018:19:45:12 +1000] 10.0.1.103 GET "/filestreamingservice/files/df83d2db-848e-4950-b130-c186a1f1f76d/pieceshash" - - 404 152 - - dl.delivery.mp.microsoft.com - - "Microsoft-Delivery-Optimization/10.0"
[17/Sep/2018:19:45:15 +1000] 10.0.1.103 GET "/filestreamingservice/files/df83d2db-848e-4950-b130-c186a1f1f76d/pieceshash" - - 404 152 - - dl.delivery.mp.microsoft.com - - "Microsoft-Delivery-Optimization/10.0"
[17/Sep/2018:19:45:18 +1000] 10.0.1.103 GET "/filestreamingservice/files/df83d2db-848e-4950-b130-c186a1f1f76d/pieceshash" - - 404 152 - - dl.delivery.mp.microsoft.com - - "Microsoft-Delivery-Optimization/10.0"
[17/Sep/2018:19:45:21 +1000] 10.0.1.103 GET "/filestreamingservice/files/df83d2db-848e-4950-b130-c186a1f1f76d/pieceshash" - - 404 152 - - dl.delivery.mp.microsoft.com - - "Microsoft-Delivery-Optimization/10.0"
[17/Sep/2018:19:45:24 +1000] 10.0.1.103 GET "/filestreamingservice/files/df83d2db-848e-4950-b130-c186a1f1f76d/pieceshash" - - 404 152 - - dl.delivery.mp.microsoft.com - - "Microsoft-Delivery-Optimization/10.0"

I've tried playing around with the proxy_cache_lock_age and tried setting that to 60s to see if that made any difference, but it still returns the same error.

Edit: Thought I should clarify that actual Windows 10 updates seem to work ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant