You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
All of our auto-scale jobs started failing yesterday on starttask with the following in stderr:
dpkg-query: package 'blobfuse' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files,
and dpkg --contents (= dpkg-deb --contents) to list their contents.
blobfuse: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found (required by blobfuse)
blobfuse: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.22' not found (required by blobfuse)
Hm I noticed that a new blobfuse package (1.2.3) has been published in the package repository that our pool seems to be using... (https://packages.microsoft.com/ubuntu/16.04/prod/pool/main/b/blobfuse/) Is there a way to pin blobfuse version in some Shipyard config files to an older version?
Problem Description
All of our auto-scale jobs started failing yesterday on starttask with the following in stderr:
Batch Shipyard Version
3.9.1
Redacted Configuration
pool.yaml:
Additonal Comments
Please let me know if you need any more info or if the issue is not Shipyard-specific and we should look for a solution elsewhere.
The text was updated successfully, but these errors were encountered: