Init script error 13.3 and 14.3 LTS issues mesa

Kaizen
Valued Contributor

Hi - we had a few issues with some of our init scripts recently. Investigating I found that mesa packages were throwing issues when trying to install. Posting this to help the community and raise awareness to Databricks to fix it

I believe the image for 13.3 LTS was updated last Friday and resulted in this. Even fix-missing and everything else doesnt seem to work to get it to install. 

Kaizen_0-1708547649934.png

Kaizen_1-1708547704572.png

 

1) The work around is really easy - you likely dont need those packages on your machine for whatever process you are running. So if running an install script just put all the errors in a log file like so:

 

sudo apt upgrade -y 2>upgrade_errors.log

 

2) @Debayan might be good to look into this as it might affect more clients.