My main computer claims to have upgraded itself to LTS 24.01. Itโs currently booting. On first boot, it progress bars approximately forever. A thing I know because LTS 24 is the first version LTS version I experienced that could not do an update without reimaging.
Currently in the goofy multiple partial reboots stage of things.
Assuming my computer does work at the end of this, it wonโt persuade me to keep Ubuntu on this computer. The damage is done. Iโm getting Mint.
As a note, I was mostly trying to reboot my computer and decided to let it do updates to save a redundant reboot. Turns out all the updates were part of something labeled as a system upgrade. Which turns out not to have installed 24.01. ๐
=> More informations about this toot | More toots from EveHasWords@toot.cat
Did some โtroubleshootingโ (aka following the instructions the installer provided and thus could have done itself) and now weโre going to grub and boot loop again to the tune of Madonnaโs Like A Virgin. A bit faster this time. Will we have 24.01? Cliffhanger!
=> More informations about this toot | More toots from EveHasWords@toot.cat
No, we donโt! Whatever we were doing was ultimately successful but it was not in fact the upgrade. Ubuntuโs user hostile behavior of removing third party repros as part of its upgrade process continues unabated.
=> More informations about this toot | More toots from EveHasWords@toot.cat
It actually does seem to be working. Weโre in the โinstalling the upgradesโ section. I think it has always failed in this segment (when it has actually attempted install โฆ most of the times Iโve told it to upgrade, it hasnโt actually tried).
The ETA kept going up. It got as high as 2 hours 9 minutes and is now down to 1 hour 30 minutes.
To be clear, I have tried rebooting just prior to attempting upgrade. Iโve also tried following instructions provided by the installer.
=> More informations about this toot | More toots from EveHasWords@toot.cat
This part is gonna be pretty boring until it either finishes or fails. So Iโm not going to do updates here for a while. Call me naive but I think it might actually succeed this time.
Pretty inconvenient way to start my day but itโs my own fault for โyes andโ-ing my computer first thing in the morning.
=> More informations about this toot | More toots from EveHasWords@toot.cat
There seems to be a bit of confusion on Ubuntuโs part. It was talking about 24.01 but the installer does say 24.04.
The installer has stopped to tell me it wants to mess with my tumbler.rc file. It wants my opinion. I donโt have an opinion. My edits to that file have so far accomplished nothing. It seems to be making good time now. 14 minute ETA.
=> More informations about this toot | More toots from EveHasWords@toot.cat
When it started meddling with config files, I got extremely concerned it wouldnโt be able to rollback if there was a failure. I know how it could but it doesnโt seem to have done the work necessary to make that possible.
It now wants to remove 811 packages and wonโt let me copy the list. Foul behavior. The likelihood that I escape this with all the things I care about still working is very slim.
=> More informations about this toot | More toots from EveHasWords@toot.cat
It claims to have completed the upgrade. The login screen looks subtly different. It might have done.
=> More informations about this toot | More toots from EveHasWords@toot.cat
It has broken the icons to two of the three Python scripts I made on my desktop. They also broke the Studio control panel icon I need to manage the low latency kernel and sound stuff. Predictably, it has done what Mac and Windows do: make you do more updates after the upgrade.
Iโm now in again. Gonna launch some desktop scripts.
=> More informations about this toot | More toots from EveHasWords@toot.cat
They've broken toot and all my desktop icons. I think it's safe to assume they've broken almost everything to do with Python on my computer.
Every. Single. Thing. I. Do. Has to do with Python.
I have no idea how I'm supposed to work with Ubuntu Studio without the panel. I can't find its replacement.
What the absolute fuck, #Ubuntu
=> More informations about this toot | More toots from EveHasWords@toot.cat
error: externally-managed-environment
ร This environment is externally managed
โฐโ> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
=> More informations about this toot | More toots from EveHasWords@toot.cat
Alright. This one is apparently a Python decision. I have to be pegged to whatever bullshit decisions and update schedules Ubuntu has on a library level or I have to run everything in venvs?
This is fucking repulsive.
=> More informations about this toot | More toots from EveHasWords@toot.cat
I already did the system upgrade after the system upgrade. Fuck you for demanding a third one after breaking almost every single thing about my computer.
=> More informations about this toot | More toots from EveHasWords@toot.cat
And if you want sound to work, you have to:
=> More informations about this toot | More toots from EveHasWords@toot.cat
@EveHasWords Oh, yeah. I don't do anything in python that isn't in a venv anymore. At least it's better than Composer.
=> More informations about this toot | More toots from stevendbrewer@wandering.shop
@stevendbrewer Yeah. I get it. I just feel like it's absurd. I'm going to end up creating a single venv in which all of my own scripts run.
I already have shell scripts that call my 'I need this all the time' scripts without summoning python3 ~/path-to-script/script.py each time. So once I figure out how to summon the not-yet-existing venv, I'll just modify those scripts and probably make new ones for the ones I hadn't bothered to add a shell script wrapper for.
And as far as I can tell, the entire reason for this is that Ubuntu relies on outdated python libraries so using pip bare tends to break their stuff. I don't participate in PEP conversations so maybe I'm off-base there but this seems like throwing out the bath water, the bath, and the baby because your roommate hates the color shampoo you use.
=> More informations about this toot | More toots from EveHasWords@toot.cat
@EveHasWords I thought I could do that, but then it turned out that my mastodon bot (for @wss366) and the bot I made for Bluesky have incompatible dependencies. So now everything goes in its own venv.
=> More informations about this toot | More toots from stevendbrewer@wandering.shop
@EveHasWords I feel this struggle :dragon_heart:
=> More informations about this toot | More toots from ahuggingsam@mastodon.art
@EveHasWords oh also, I don't wanna be a reply gal, so feel free to say no, but would you be interested in a tool that might help you with this? (not sure that it will, but it might)
=> More informations about this toot | More toots from ahuggingsam@mastodon.art
@ahuggingsam You can let me know. I can't use another tool at the moment because I assist others and I need to know the "pythonic" way of doing things to avoid upping the complexity by installing, say, Rust.
(I have and use Rust myself but I need to know how to do the built-in tools. Using Rust as an example because someone suggested uv and uvx in another part of the thread.)
Edit: Ooops, sorry. Not this thread but the other one
=> More informations about this toot | More toots from EveHasWords@toot.cat
@EveHasWords that's totally valid. I was gonna suggest pixi (https://pixi.sh/latest/) which doesn't require the instalation of rust as far as I know (but is written in it) and it's gaining quite a bit of popularity withing my company and can automatically install tools into their own venv, but if you have to do it tool less then maybe it won't help you. In either case I have known this pain for a long time and I very much empathise with you :ablobsad:
=> More informations about this toot | More toots from ahuggingsam@mastodon.art
Ubuntu uninstalled whatever archive GUI application I was using and left me with P7Zip (which is fine on Windows but is not great on Linux) and ... Ark? I don't remember what I was using before. It started with an E.
This is only more annoying than when it uninstalled ristretto because I at least remembered what ristretto was called when I had to reinstall it.
=> More informations about this toot | More toots from EveHasWords@toot.cat
Alright. It was engrampa. If you've already got something you like, keep using it.
I'm a cranky little critter and I don't appreciate it when stuff changes particularly when I wasn't consulted.
=> More informations about this toot | More toots from EveHasWords@toot.cat This content has been proxied by September (3851b).Proxy Information
text/gemini