Hacker News new | ask | show | jobs
by angry18thaway 1087 days ago
Throwaway for obvious reasons.

I can sympathise the maintainer thoughts but only up to a certain degree. In a perfect world we would all be able to plan and upgrade accordingly on time and without any hiccups but this is not always the case.

We've actually been bitten by this and scrambling to find a solution as we are still running Ubuntu 18.04 on AWS OpsWorks (this is actually EoL and will be shut down next year).

Migrations steps are being planned but we still need to retain some services until we are done. This PPA worked just fine a couple of days ago, so paying Freexian just for the time we need for completing the migration seems kind of a stretch, for lack of a better word.

Does anyone know where to find a mirror of this (or even .deb files)? We could self host it for our own internal use until the migration is complete.

Thank you.

3 comments

Am I misreading this, or would you have to pay €250?

If so, why wouldn't you just pay?

I can see it being a question for the higher tiers where it's €10k or more.

We are actually considering to pay them but we still need to justify the expense and ask for approval to our finance team. It might take a while (both our side and probably theirs too).

Setting up a mirror would be trivial instead. I'm not asking by any means any support or time from him, even a ZIP file hosted on GitHub Releases (where bandwidth is "free") would've worked.

Paying the €250 is surely cheaper than any amount of you or your teams time to set up your own mirror of the old files? And would be done in a few minutes compared to multiple hours or days.
If you still have running instances you may be able to pull the packages from apt's cache in /var/cache/apt/archives/*.deb.

From there you could host your own private repo. I've used Aptly to do this easily.

Yeah, that was my original idea but that folder is actually empty on our instances.

Not sure why, my best guess is that Chef is automatically cleaning that up as a last step.

Same boat here. OpsWorks had been communciating with us that support for 20.04 was being worked on up until the entire service was EOL’d.

We have long had working builds for 20.04 but can’t run them on OpsWorks, and now we can’t build OpsWorks images.

This will get interesting. Any idea what service you’re transitioning to?

There's actually a guide for migrating to SSM Application Manager but I'm not a fan of that (or Chef at all anyway): https://docs.aws.amazon.com/opsworks/latest/userguide/migrat...

We're just working on containerizing everything and then migrate to ECS or EKS.