-
Notifications
You must be signed in to change notification settings - Fork 512
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
initialization actions which use apt-get update fail due to purged oldoldstable backports repository #1157
Comments
I am in the same situation with 1.5-debian10. |
Thank you for the report. We are addressing this issue with the highest priority. |
The fix #1161 for gpu init actions has been verified. We are already working on the same fix patch for other init actions which are failing with the same error. For urgent fix, customers/developers can clone the init action and add the same lines of code as in the fix in their copy, and use it for cluster creation. Please note that we do not encourage our customers to use cloned init script as they will not have updated init actions, and they will have to clone it every time there is a change in the init actions repository. So unless urgent, please wait for the other fixes to go in :) |
@akhanna213 I just tried using the latest version of the install_gpu_driver.sh and just went through the process of create a dataproc cluster through the UI and setting that latest version of the driver and I am still running into initialization issues |
@akhanna213 @cjac I have run the command and it is still failing. Could you please provide an update? It is very important for us to have this up and running. I am using Thanks |
Hi @ahmedetefy @olbapjose could you confirm if the error message is still the same. We have already rolled out the fix a while back. |
@akhanna213 Please see the image below and the attachment, which is the output file mentioned in the error. google-cloud-dataproc-metainfo_initialization-script-0_output.txt Long story short, the error says 'Unable to update packages lists.' |
@akhanna213 Yes I can confirm the error is still there To reproduce the error is quite straightforward
I have also had issues with And the following are the error logs if it helps
|
Hi @ahmedetefy @olbapjose , this looks like a different issue than what the users were facing earlier. Let me check with the team to understand what is causing this breakage. Appreciate your patience on this, let me get back to you as soon as possible. |
Hi @akhanna213 do you have updates on this? Initially I was able to do a workaround by adding --allow-releaseinfo-change:
and it worked, but today it is failing again with a different message: The following NEW packages will be installed: I will try again with fix-missing but looks like the script is not robust as it is exposed to different possible points of failure. |
Very recently, Dataproc clusters started to fail at creation, due to an error in the Kafka initialization script, caused by a Debian repository no longer available:
https://deb.debian.org/debian buster-backports Release
The error says:
The contents of that file is the following. Any advice or workaround is more than welcome.
The text was updated successfully, but these errors were encountered: