-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
--allow-releaseinfo-change #2208
Conversation
possible fix for recent install errors, UnchartedBull#2206, UnchartedBull#2207
Thanks for leading all the discussions in the issues! Was kinda busy the last couple of weeks and didn't really had time to check in. Just one question: Does this have any side implications, i.e. are there users that might be locked onto a different release-info? |
Just searched around the internet on how to handle that. Information seems fairly sparse, but I was able to find this:
So this would indicate, that this shouldn't be done by some script, that is being downloaded from the internet. I thought that maybe pinning the issue for a couple of weeks and adding an entry to the troubleshooting guide might also work? |
From what we've seen it appears to only error out with apt-get, and not with just apt, so maybe that is an option. only issue is that it complains about not having a good CLI implementation, but from what I've seen with the CustoPiZer fixes with this implemented there were no bad side effects. I totally get not wanting to add it, but just trying to eliminate that from your support overhead, because it will continue... |
Yeah I totally get that with the support request. Those are usually easy to handle, but I'm afraid of maybe a ticket opening up that basically says: "hey guys, you crashed my linux installation. Thank you very much." Interesting finding with Another option would be to check for that error message and directly tell the user: Hey this happened, here is how to fix that. Might need to investigate this a little. |
Yeah, a sane error is definitely something to consider and I get your point. Guysoft is struggling with the same thing and I believe wants to see if this is an upstream issue with the pi-gen project. |
from what I understand from the linked issues, some people have mentioned just running the sudo apt update command ahead of the install script is enough to allow the install script to work, so maybe catch the error and re-run is an option. |
No problem on my end. |
possible fix for recent install errors, #2206, #2207