#Kubuntu Spring Null error with antialiasing on a 1060

1 messages · Page 2 of 1

proud lantern
#

zellij multiplexer and neovim

cunning wave
#

you should sharea screencap. id like to see what neovim looks like

#

and btm too.

rich bone
#

you seem like you're a c++ coder

#

xD

proud lantern
#

i can post my dotfiles but they need serious updating

proud lantern
#

i mean i don't have a programming job rn so

#

in school i did c++ and python

rich bone
#

oh wow so you're just a nerd like us :D

proud lantern
#

i do rust for fun

proud lantern
rich bone
#

what does multiplexor do?

cunning wave
#

ive tried to pick up python a few times, but ... i don't have anything i want to DO with coding, so i never go anywhere or stick with it.

rich bone
#

python is my main

#

:)

#

I many coder though

proud lantern
#

python frustrates me

rich bone
#

how so?

cunning wave
#

jeez this superupdate is ... ya

proud lantern
#

it's good but it gets used for the wrong things all the time

rich bone
#

python is friend

#

yea.... compute is cheap

#

it's ass though xD

proud lantern
#

it's super easy but bad for most real programs imo

#

nah not even speed

rich bone
#

efficiency?

proud lantern
#

i mean it's just not good for writing safe code

#

or maintainable in some ways

#

like i'm talking major programs

rich bone
#

security or idempotency?

proud lantern
#

had to look that up lol

#

both?

rich bone
#

like "safe" being stable

proud lantern
#

idk i just find it too easy to do bad things

rich bone
#

Yea you can do a whole bunch of garbage shit

proud lantern
#

python is just one big footgun

rich bone
#

but gog dang does it get shit done

#

it doesn't get good shit done

proud lantern
#

yes

rich bone
#

but it gets shit done

proud lantern
#

i was in a research lab for a little while

rich bone
proud lantern
#

and it's great for that

rich bone
#

I like golang for good shit

proud lantern
#

so good for writing quick programs that don't need to have a major lifetime

rich bone
#

I also like raw C a lot

proud lantern
#

i haven't touched go but it seems cool

rich bone
#

go is really good it's efficient as hell and you can't write shit code

proud lantern
#

i had a roommate who was doing some real C shit for a while

rich bone
#

I love C <3

proud lantern
#

electrical engineering degree

rich bone
#

C has my heart

#

embedded programming

#

etc

proud lantern
#

i thought i liked low level before i saw that

rich bone
#

hahaha

proud lantern
#

embedded is cool though

rich bone
#

it's so fuking tedious

#

but yea get to interact with the cute little memory locations

#

:3

proud lantern
rich bone
#

Yea I used to de-construct binary frames and translate them into other protocols

#

bit by bit

#

it's fun :D

#

trust me

proud lantern
#

👀

#

damn

#

i'm impressed

rich bone
#

LOL

#

I'm more impressed with Rust and whatever linux coding monster environment you have

#

I probably need to not be pleb ubuntu vs code

rich bone
#

he died

#

happens to the best of us

cunning wave
proud lantern
rich bone
proud lantern
#

i need to update my dotfiles bad

#

i can send if you want afterwards

#

starting off point

rich bone
#

yes please

#

I'm spinning up a new proxmox environment so now is a good time to experiment with a new environment

cunning wave
#

when people are talking about containers, are those like vms?

rich bone
#

super similar

cunning wave
#

not sure i get the purpose or what containers are

rich bone
#

also amazing

#

Containers are extremely light weight OS that you can build with code that run as close to bare metal as possible

#

they basically just have an OS to run the service like a program etc

#

so they're WAY more performant than VMs

#

most of the world runs on containers nowadays

proud lantern
#

there are OSes built around doing nothing but running containers

cunning wave
#

so service as a process running on the core, and it spins everything from that thread

#

what OS's?

rich bone
#

Then you have kubernetes which manages and orchestrates containers

#

debian + alpine usually for linux based

cunning wave
#

thats why i hear kuber all the damned time

proud lantern
rich bone
#

It's up to the creator of the container image though

#

you can run an ubuntu container if you wanted

#

but that's dumb and kinda defeats the purpose

#

I went fully containerized for all of my apps a while back

#

you can run plex in a container :D

cunning wave
#

why does ubuntu containers defeat its purpose?

proud lantern
#

hmmm unraid is what i was thinking of but maybe that's not what it does

rich bone
#

so in the example of Plex if you ran on ubuntu there would be like 100 things running that you don't need to host plex

proud lantern
#

oftentimes containers won't even have desktop environments

rich bone
#

100% headless

#

Most of the time they're hosting some web server though for configuration

#

like plex

proud lantern
#

they're super nice for testing i hear

rich bone
#

Containers are legit awesome

#

no lie

#

When you go from VMs to containers things click hard

cunning wave
rich bone
#

The other thing about containers is that they are built with code.

Usually a yaml file

cunning wave
#

a way to run it really thin

#

something.. i don't think i would need on this PC

rich bone
#

So you can really standardize environments and do automation and shit

cunning wave
#

it sounds really cool... but not like something id need on this system

rich bone
#

probably not

#

I don't run plex in a container

#

I have it in a VM

#

just because of the file system shit

cunning wave
#

im not even sure why id split it off into a vm

#

what file system shit?

rich bone
#

So the only limitation of containers is that the file system they host the files in can get weird

#

if it's a lot of files

#

and they are changing

#

you can do a passthrough volume to the container

#

but it's harder to configure

#

so for plex with all your media it would be hard to configure passthrough to the container running plex

#

The only reason to start hosting on containers is so that you can use open source to learn about how modern software hosting / infrastructure works

#

no real other reason

#

But you can train at home on stuff that pays the big bucks for a career and get gud

cunning wave
#

sounds like id practically need to build anoooother media pc just for this XD

#

plex on this one is ... odd enough

rich bone
#

What I do is host a baremetal hypervisor on the server like proxmox

cunning wave
#

at least for the "new" system itd be more pure

rich bone
#

and then host a VM like "plex" vm

#

then you can allocate however much resources you want to the VM

#

and run all your containers on that with something like docker or if you are insane you can go kubernetes

cunning wave
#

proxmox?

rich bone
#

It's the best baremetal hypervisor in the world

cunning wave
#

heard the name but i keep forgetting what it is

rich bone
#

First thing that goes on all my servers

#

regardless of what they are

cunning wave
#

ok.. kubernetes, is for containerizing
proxmox is vm

rich bone
#

Proxmox is for Virtual machine orchestration

#

ie "hypervisor"

#

it's an OS that creates and runs VMs as baremetal to the hardware as posible

#

like 1-3% performance loss to bare metal I think

cunning wave
#

right, nto a vm itself, but organizes and manipulates/creates them

rich bone
#

yep

#

"hypervisor"

#

and it runs as the OS

cunning wave
#

FOR vms. not a vm (like i said)

rich bone
#

yep!

#

and you stand up a VM that runs your containers

#

or kubernetes etc

#

or plex or whatever

cunning wave
#

so if i were to plex on anotehr computer.. im thinking id probably proxmox instead of a containerized thing.

rich bone
#

You can get a 128gb ram 20 core server on amazon for like $400

cunning wave
#

like kubernetes

rich bone
#

:)

cunning wave
#

idk.. i have some ddns's left over from an old job XD

#

like 30 or 40

#

screw amazon

rich bone
#

yea you would install proxmox on the baremetal

#

and then stand up a plex VM

cunning wave
#

its an OS of its own?

rich bone
#

you can do backups and all sorts of stuff to protect the data

#

yea proxmox is a baremetal OS

#

level 1 hypervisor which means it is the OS

#

it's based on debian

cunning wave
#

thats kind of awesome

rich bone
#

I love it

cunning wave
#

i think i do too

rich bone
#

I have 3 "shitty" old computers running it

#

for various things

cunning wave
#

shitty old pcs are amazing 🙂

rich bone
#

I agree :)

#

Proxmox is nice because you can divide the computer resources out to various VMs specifically

#

depending on the compute requirements

cunning wave
#

thats what im going to repurpose some for... basically making them for tvs in the house that are dumb on purpose

turning them into little media centers and smart tv's that i more fully control

rich bone
#

so Plex probably wouldn't need 32 gb ram but you give it 16 or something and some for free

#

Oh hell yea. You could host little performance monitoring services on them or install lightweight plex web clients etc

cunning wave
#

probably not even that... the roomies aren't heavy media consumers

#

i wonder how id separate out the hardware acceleration from the graphics card for encoding

rich bone
#

Once you get a house you can go ham in the smart home space and monitor and control everything hehehe

#

rabbit hole >.<

#

PCI passthrough is a little bit hard when you're virtualizing

cunning wave
#

yeah..

rich bone
#

but there's guides online if you want to leverage the GPU

cunning wave
#

id want plex to be able to use it though

rich bone
#

Yea PCI passthrough in proxmox isn't hard

cunning wave
#

cool

#

i really like that vencord can be used on linux too

#

there's more here than there used to be

#

even 4 yrs ago

rich bone
#

linux is the best

proud lantern
#

it's definitely gotten a lot more accessible

rich bone
#

I run my games on windows dual boot just for convenience

cunning wave
#

gaming has grown, services, UI, customization for a gui even feels more complete

proud lantern
#

the last few years

rich bone
#

but I main linux

proud lantern
rich bone
#

Once you learn linux it def just feels better

cunning wave
#

i ran into a WEIRD freaking issue when i dualbooted this, i couldn't wipe the windows part...

its still there and im dual booted, i just... bypass it XD

rich bone
#

Use use gparted

#

gparted is goated

cunning wave
#

i tried

#

its... still there lol

rich bone
#

hmmmm

cunning wave
#

its super strange

rich bone
#

gparted should be able to fix it

#

wtf 40 OS + 50 min game

proud lantern
#

damn

cunning wave
#

OS?

proud lantern
#

openskill

#

rating

rich bone
#

it's the ranking system in BAR

#

this lobby is best players in the game

#

btw the 4 rag side is losing...

#

xD

cunning wave
#

rag?

rich bone
#

ragnorak

#

Have you not been able to play BAR yet

#

?

cunning wave
#

lol

rich bone
#

xD

#

You're in for a treat man. This is probably the best made game in a long time.

It's an amazing RTS truly is

cunning wave
#

i need a txt file of all thecommands ive run to just TRY to get this thing to work

#

iv'e played supreme commander before... quite enjoyed it

rich bone
#

BAR is like supreme commander x 3 better

proud lantern
#

y'all should friend me

#

if you want

rich bone
#

ok :D

#

u play BAR?

proud lantern
#

yeah i meant on BAR

#

lol

rich bone
#

noice

#

I suck ass I just got to 20 OS but I need to get better

#

steady climb

proud lantern
#

yeah i'm not good either

#

i was really high for a second cause i kept getting carried

rich bone
#

what's your ign?

proud lantern
#

ultraviolet

rich bone
#

I adde du

#

it's plxntkid

proud lantern
#

just entered a game

#

1 sec

rich bone
#

oh poggers I'm gonna spectate u and judge u

proud lantern
#

oh no

rich bone
#

xD

proud lantern
#

i'm not good

#

🫣

rich bone
#

oh ur a small teams player

cunning wave
#

ima spectate too

#

ohwait

#

super mega update is almost done though

#

idk where i was at command wise either lol

rich bone
#

it's good it's going mega mode

#

usually that's good

cunning wave
#

ya, im happy to be updating the entire damned thing

#

i was suuuper pleased moving from 18 to 22 XD

rich bone
#

that's probably a good sign

cunning wave
#

also im jamming out to moosic
deathstars - the revolution exodus

rich bone
#

Oh wow

#

headbangers

cunning wave
#

takes a special band to make me into headbangers, but when they pull it off im fucking IN

#

idk what the fuck its doing, but its updating my games too

rich bone
#

It rebuilding and becomes stronger

cunning wave
#

why do you need this kubuntu, telll meeeeee

rich bone
#

It's becoming sentient

cunning wave
#

personally.. teh ss3 transformation in front of buu was extremely epic

#

8mins left it says

rich bone
#

yea bruh my servers have dbz stickers all over dem

cunning wave
#

utnil its updated it says

#

lol yaaaa

rich bone
#

I like to imagine the CPU is like a saiyan

cunning wave
rich bone
#

when it goes 90% load

cunning wave
#

vegeta no

rich bone
#

xD

cunning wave
#

vegeta YESSSSSS

#

fear factory - supernova ❤️

#

soooo close

#

get 2340 lol

#

2378 linux firmware

#

wow 500megs

rich bone
#

Oh damn this song is I like

cunning wave
#

you got a big fat file in you linux

#

pokes the file

#

yeah... fearfactory has some SERIOUS clout imo

#

i also like their song dielectric strengh

#

and enter shikari's mothership (and johnny sniper)

#

when a metal band does it right, they can really hit hard

#

cradle of filth... dance macabre, best rendition of that i've EVER heard

rich bone
#

the music video has serious tech vibes

#

I like the gears and shit

cunning wave
#

yeah... dielectric strength is a real electrical phenomena where you have a certain amount of power required to overcome the resistance of the medium (often an insulator is where this is discussed).

#

so there's a reason its techy there

rich bone
#

Are u studyin engineer

cunning wave
#

nope... IT/smidge of cybie

rich bone
#

ooo

#

cyber segurity very fun

cunning wave
#

ex army artillery, pizza delivery lol

rich bone
#

pizza pog

#

which brand

cunning wave
#

i delivered on an air force base we had here

#

pizza pipeline

rich bone
#

I want pizza...

cunning wave
#

they had some secret things i got to learn too

#

SOOOO good

#

they had a pesto pizza that is wow

rich bone
#

oh fuk

cunning wave
#

ohhhhh, coool as shit, nomachine has a linux deb too!

#

fuck ya

#

always love to see a tool like that cross over

#

sweet

rich bone
#

oh interesting I'm always looking at different RDP cleints

#

newest Ubuntu has microsoft RDP built in

#

super performant

cunning wave
#

Cheese to the 7th Power®
Romano, ricotta, mozzarella, cheddar, provolone, parmesan and feta cheeses.

Taco
Salsa, tortilla chips, cheddar cheese, black olives, onions, extra cheese, lettuce, sour cream, sliced tomatoes with your choice of seasoned taco meat, sirloin steak, spiced chicken or pulled pork.

Greek Supreme
Spiced chicken, artichoke hearts, green olives, feta cheese, tomatoes, Parmesan and Romano cheese on a basil pesto sauce.

Oriental Chicken Supreme
Teriyaki chicken, cashews (i cut this out), pineapple and cream cheese on a delicious white garlic sauce.

rich bone
#

omg why u do this

cunning wave
#

these were some of my favorites, or just the super veggie pizza

#

look at the greek supreme

#

like... its super awesome

rich bone
#

omfg

#

it hurts me

#

that sounds so good

cunning wave
#

oriental is super greasy, but every now and then that pizza really slaps hard

#

and their taco pizza is pretty amazing when fresh

rich bone
#

with the cream cheese that sounds like it fills u up

cunning wave
#

yeaaaahhh, cream cheese really makes it

rich bone
#

like ur just mega obese'ing

#

full send the oriental supreme

#

damnit it's too late to eat a bunch of food

#

but I didn't eat enough

cunning wave
#

obeseing?

rich bone
#

just like full sending obesity

#

xD

cunning wave
#

i usually share these with at leaaast one other person

#

but damned if it isn't amazing to have once every couple months or something

rich bone
#

The taco one sounds really good right now

#

idk why

#

oh shit it has lettuce on it

#

fuk yea

cunning wave
#

they super stack with the veggies and it uses salsa as the base

#

plus tomatoes

rich bone
#

yea that sounds fresh and nice

cunning wave
#

a good clean slice of tomato on top with sour cream and the lettuce right under it...

#

yeah it hits a spot

#

pizza pipeline has some REALLY solid builds in there if you know where to look

rich bone
#

Yea all of those sound flame

cunning wave
#

but they're mostly just pacific northwest, so im telling people where i am with it...

#

but... its too good not to share pizza wonders

rich bone
#

my bro lives up there

#

pacific nw is chill af

cunning wave
#

you in the cali?

rich bone
#

I in the colorado

cunning wave
#

dude... this place is in shambles, but... the views maaaaan

#

i could never move away

rich bone
#

yea my bro says that too

#

but it's beautiful there

cunning wave
rich bone
#

gog damn man

cunning wave
#

thats a view from a condo up here

rich bone
#

yea that's nuts

#

I'm a huge nature nerd

#

it's always nice to get up there

cunning wave
#

only thing that condo does not have... is regular access to stores, thats like... 40mins away

#

but, if thats not a problem its incredible

rich bone
#

hahaha I live in the middle of fuking mountain nowhere

cunning wave
#

no in condo washer/dryer too tho

rich bone
#

so I know what you mean

cunning wave
#

yeah... im in another location rn
my gmas 52acre property she moved out of

rich bone
#

damn man that's legit

#

I'm at my gmas place rn too xD

#

9 acres lel

cunning wave
#

the downloads are done now the upgrades are restarting services! 🙂

rich bone
#

cross tha fingers

cunning wave
#

yeah... i think this place is seriously worth a fuckton

rich bone
#

It probably is xD

cunning wave
#

i looked it up and compared acreage, 4m

#

im pretty sure it is

rich bone
#

That sounds about right to me

cunning wave
#

has its own well too

rich bone
#

That's like the ideal property

cunning wave
#

right outside the 2nd largest city in the state, decent internet for 90 a month with no cap.

rich bone
#

in pacific nw

#

Oh spokane :D

cunning wave
#

yeah.... id probably sell it for another ... less convenient location (ish) because its lakeside.

rich bone
#

you don't like lakeside?

cunning wave
#

and use the money to outfit that property with a very nice house and lake access

#

oh no, this 52 isn't lakeside

rich bone
#

ah gotcha

#

yea 52 acres is kinda insane

#

like 4 acres lakeside

#

is legit

#

maybe 2 acre

#

something like that

#

sounds like a legit setup you're chillin

cunning wave
#

it is.. and it gets kind of hot here, and the town access is only ok. (slightly better than the lakeside one).

but the house is in shambles, they left it abandoned for a year.

rich bone
#

yea old houses be like that

#

the house I'm in is old too like that

cunning wave
#

mice poo....

#

mold

#

burst pipes

#

its bad

rich bone
#

the burst pipes are the worst

#

I mean if you like chillin in nature

#

that sort of setup sounds ideal to me

#

but I'm an introvert xD

cunning wave
#

yeah, the current gf and her ... well still husband, have about 10 acres on a lake

the houses there are ramshackle too... but they've offered me some of that property, not free, but if.... iiiiif i inheret this or something... i could do a lot on that lakeside

rich bone
#

I mean eventually the value will trickle down to you right

cunning wave
#

im an introvert too... so id have great lakeviews when i want, and even invite for naked hottub fun

and then have a fucking theater or something in the back with power pc's etc.

cunning wave
#

and that side has a lot of mouths.

rich bone
#

lel

cunning wave
#

this side, im pretty well the only grandson she knows or really cares for

rich bone
#

Well that's goog

cunning wave
#

i think that the stepbrother side though is less interested in the goings on here at least. and they've already got property.

so mayyybe

rich bone
#

I mean regardless you get to enjoy it now

cunning wave
#

sorrrrt of... lol. with the pipes and water problems, showering is creative

#

winter will pose a serious issue

rich bone
#

that sounds fun to me

cunning wave
#

we're relying on friends and help to try to get it patched up

rich bone
#

ruffin it

cunning wave
#

VERY ruff

rich bone
#

that sounds fun

#

:D

cunning wave
#

for a bit we were peeing on the trees out there

#

lol

rich bone
#

I pee on trees for fun

#

it's good for them

cunning wave
#

ammonia ig

rich bone
#

mhmm :)

cunning wave
#

well this one tree i made very happy this summer

rich bone
#

yay

#

happy trees :)

proud lantern
cunning wave
#

watered another some extra because i used the hose to spray a wasp nest in it

rich bone
cunning wave
#

22% upgrading 🙂

proud lantern
#

also i told you i suck

rich bone
#

You don't suck

cunning wave
#

its ok to suck, you knwo what i do... i suck so bad i play wif frens against ai

#

deathstars-syndrome fire

proud lantern
#

you play 8v8?

rich bone
#

I'm a glitters bitch

#

.<

cunning wave
#

4v4 players v ai

#

glitters?

rich bone
#

all the glitty

#

and pain

#

xD

cunning wave
#

i still confuse

rich bone
#

it's a map called all that glitters it's the most popular map in the game

cunning wave
#

ohhhh

rich bone
#

but call it Glitty though

#

or stupid names

cunning wave
#

glitzy bitchy

#

🪩

rich bone
#

you got it

cunning wave
#

and im here jamming to dark synth metal or some such

rich bone
#

except nothing glitters on the map. and everything dies a painful horrible death

cunning wave
#

that syndrome song lol

rich bone
#

it's a desert

#

literally

cunning wave
#

yes, makes esplodey

#

fuuuuck

rich bone
#

o no

cunning wave
#

it was trying to snap something and it derrrrped

#

thunderbird

#

idgaf about thunderbird rn

rich bone
#

LOL

#

it stopped updating?

#

fuking thunderbird lol

cunning wave
#

sudo apt-fix broken install

#

forget where the - went

#

but thats the command

rich bone
#

did it stop updating?

cunning wave
#

working

#

it did

rich bone
#

that' crazy

#

is it going again?

cunning wave
#

i think its keeping all that downloading i ddi

rich bone
#

it should

cunning wave
#

no, its repairing the broken install that i rant the command for

#

the techno is making me feel more techy 😛

#

20%

rich bone
#

as it should

cunning wave
rich bone
#

oh that's lame the twin guard doesn't shoot off the cliff

#

:(

#

I thought that was op play

cunning wave
#

WOW

#

that crashed my desktop

#

and the terminal

rich bone
#

wut tha fak

cunning wave
#

well.. time to find that command and try running it again

rich bone
#

I'm scared we're losing her

cunning wave
#

when people have claimed that linux just works... this is why i don't believe them

rich bone
#

It doesn't "just" work at all

cunning wave
#

yeah... talking out their ASSSS

rich bone
#

The reality is that you get it to work

#

and that's why it's fun :D

cunning wave
#

right, you can MAKE it work

#

buuuut.. until then

#

now firefox doesn't run

rich bone
#

That's the true linux experience

cunning wave
#

and steam doesn't look uhhhh, healthy anymore on my startbar over there

rich bone
#

yea it crashed mid update...

cunning wave
#

uhhhh plasma crashed

rich bone
#

oh I see

#

maybe it was updating plasma

cunning wave
#

idk

#

nowwww my desktop just went black

#

idk how discord is still clinging on lol

rich bone
#

is it still running shit in terminal?

#

or was

cunning wave
#

it was

#

but that died and the fix install stopped

rich bone
#

yea that actually sounds normal

cunning wave
#

can you look up that command for me ?

#

lol

#

be my firefox

rich bone
#

sudo apt update
sudo apt full-upgrade
sudo apt autoremove
sudo apt install update-manager-core
sudo do-release-upgrade -d
sudo reboot

#

I'm your GPT

cunning wave
#

(appstreamcli:29727): GLib-GIO-CRITICAL **: 22:51:32.719: file ../../../gio/gfileinfo.c: line 1632 (g_file_info_get_is_hidden): should not be reached

#

i think our change of the repo to noble mightve changed some of them. its still working though

rich bone
#

uhm

#

fuk

cunning wave
#

zeric@Zubu:~$ sudo apt full-upgrade
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.

#

uhhhhh

#

uh oh

rich bone
#

try to use the wizard?

cunning wave
#

i can't do that

#

my desktop is gone

rich bone
#

oh no desktop?

cunning wave
#

no firefox either remember?

rich bone
#

right

cunning wave
#

i now only have terminal, and discord (somehow lol)

rich bone
#

sudo apt update
sudo apt full-upgrade
sudo apt autoremove
sudo apt install update-manager-core
sudo do-release-upgrade -d
sudo reboot

#

so when you run those

#

it immediately throws error?

cunning wave
#

full upgrade gave an error, and i ran the recommended command in there, which is working now

rich bone
#

even if you don't have desktop environment it should boot to shell if you reboot

#

ok keep running the recommended commands

cunning wave
#

idk.... i don't want to re boot right now

rich bone
#

but usually that leads down a hole

#

I understand I wouldn't want to reboot either

#

We'll keep tackling the errors as they appear in the terminal then

#

when the terminal goes free try:

sudo update-manager -c

#

and se if it pulls up the tool

#

sudo update-manager -c -d

cunning wave
#

Lol wifi gone on pc now hahahhahahah

#

Completed tbough

rich bone
#

try the sudo update-manager -c -d

cunning wave
#

I just finished auto remove

rich bone
#

oh nice ok

#

that's not bad

cunning wave
#

Update manager not found

rich bone
#

yea no internet so

cunning wave
#

Shit

rich bone
#

you may be stuck at a reboot

#

if it boots into shell though nbd

cunning wave
#

Rebooting...

rich bone
#

I've accidently deleted the root filessystem several times in linux when I was first starting so this is actually pretty normal

#

nvidia really doesn't like 22.04 kubuntu :(

cunning wave
#

No GUI

rich bone
#

do you have shell?

#

you can re-install GUI if you have shell

cunning wave
#

I'm in as my user and lol.... Bluetooth is on

rich bone
#

we just need to get terminal access somehow

#

and confirm internet access

cunning wave
#

I'm in now

#

I just need to start up the gui

#

Uhhhh

#

I think its online

rich bone
#

sudo update-manager -c -d

#

try that and see if it pulls up gui upgrade manager

cunning wave
#

Command not found

#

Same issue

rich bone
#

sudo apt-get install update-manager

cunning wave
#

Lopllllll

#

Yup online

rich bone
#

nice nice

#

that's good

cunning wave
#

Unable to fetch somearchives

rich bone
#

that should be ok

#

just need to see if we can pull up the manager

#

sudo systemctl restart sddm

#

this should restart the desktop environment and prompt you to log back in

#

idk if that will work though because the desktop environment might be fuked up

cunning wave
#

It... Ran ... No effect

rich bone
#

sudo apt-get install --reinstall kubuntu-desktop

#

then after that

#

sudo apt-get install --reinstall plasma-desktop

#

then

#

sudo apt-get install --reinstall kde-full

#

finally

#

sudo apt-get autoremove
sudo apt-get autoclean

#

then reboot

cunning wave
#

Unable, broken packages

rich bone
#

which one's are broken

#

you can repair if you type the packages that are broken

#

I can give you the commands to repair

cunning wave
#

Its what I used to fix bt

rich bone
#

sudo apt-get install -f

cunning wave
#

We can remove pipewire if needed

#

Ok done

rich bone
#

sudo apt-get update

cunning wave
#

987 not upgraded

rich bone
#

oh this is good

#

sudo apt-get upgrade

#

then

cunning wave
#

Cmoooon babyyy

rich bone
#

We'll be able to recover it

#

sudo apt-get install --reinstall kubuntu-desktop

#

you didn't delete filesystem

cunning wave
#

It seems to be starting services too

rich bone
#

yea that 987 not upgraded was huge

cunning wave
#

Firefox snap store rn

rich bone
#

that was pretty nasty though

#

crashing during upgrade process

cunning wave
#

Unhappiness

#

But its still online I think, which is great

rich bone
#

If you don't lose boot and wifi it's almost always recoverable though

cunning wave
#

And its doing stuff now

rich bone
#

nice nice

cunning wave
#

Setting up snapd

rich bone
#

oh that's really good

cunning wave
#

Yeah its moving through it all

rich bone
#

that's sounding good

cunning wave
#

GUI, command looking came up

rich bone
#

if you can get back to your desktop environment I think we have it

#

command looking?

cunning wave
#

Package maintainers version?

rich bone
#

yep

#

:)

cunning wave
#

Back to CLI I go

rich bone
#

yep yep

#

is it done doing the upgrade

#

or still going?

cunning wave
#

Yeah its working hard still

rich bone
#

kk good

cunning wave
#

Done

rich bone
#

kk worth rebooting now

#

to see if desktop env service stands up

#

if not then we run

#

sudo apt-get install --reinstall kubuntu-desktop

cunning wave
#

I think itll recover to a degree

#

Should gui

rich bone
#

if you get desktop environment back we may even be able to try nvidia driver

cunning wave
#

Daffy thing

#

No gui

#

Shit

rich bone
#

sudo apt-get install --reinstall kubuntu-desktop

#

no worries

#

that was expected

#

I think we're still missing a lot in the upgrade to 24.04

cunning wave
#

Broken packages

rich bone
#

I just want to get desktop back and then run:

sudo update-manager -c

#

for GUI based upgrade

#

send screenshot for broken packages

#

we can fix those

cunning wave
#

Command not found

rich bone
#

oh yea you have to install first but we need desktop back for you to see it anyways

cunning wave
#

Pipewire is broken

rich bone
#

is that the only broken package?

#

if so purge it

cunning wave
#

Idk how

rich bone
#

oh I see

#

sudo apt-get purge libpipewire-0.3-0t64

#

whatever that name is

#

then run again

#

it would be sudo apt install update-manager

#

as well

cunning wave
#

Just purged, which of those is next?

rich bone
#

sudo apt-get install --reinstall kubuntu-desktop

cunning wave
#

I think it wants another thingy gone?

rich bone
#

I'm trying to see maybe we spelled the purge wrong

#

sudo apt-get remove --purge libpipewire-0.3-0 libspa-0.2-modules

#

sudo apt-get install libpipewire-0.3-0 libspa-0.2-modules

#

sudo apt-get clean
sudo apt-get update

#

oh I'm sorry it shoudl have been

#

sudo apt-get remove --purge libspa-0.2-modules

cunning wave
#

Uhhhh fucj

#

Fuck

rich bone
#

hmmm?

cunning wave
#

I already ran the wrong one

rich bone
#

oh it's all good

#

we're just handling packages

#

if you have the file system nothing cannot be recovered

cunning wave
#

I think I typed it right?

rich bone
#

did it run

#

?

cunning wave
#

Y

rich bone
#

should have no output

cunning wave
#

Lots of output

rich bone
#

kk try to run:

sudo apt-get install --reinstall kubuntu-desktop again

cunning wave
#

Really wants pipewire and wireplumber?

rich bone
#

sudo apt-get install xdg-desktop-portal-gtk xdg-desktop-portal-kde libpipewire-0.3-0t64 wireplumber kwin-wayland plasma-discover-backend-snap haruna

#

oh do this first

#

sudo apt-get remove --purge kubuntu-desktop
sudo apt-get install kubuntu-desktop

#

if doesn't work try this

#

sudo apt-get install aptitude
sudo aptitude install kubuntu-desktop

#

aptitude helps you resolve broken packages

cunning wave
#

Fuck my phone can't see spaces.. In that

rich bone
#

sudo apt-get remove --purge kubuntu-desktop

#

sudo apt-get install kubuntu-desktop

#

if doesn't work:
sudo apt-get install aptitude
sudo aptitude install kubuntu-desktop

cunning wave
rich bone
#

ye

#

that's sick

cunning wave
#

What to do

rich bone
#

yes

cunning wave
#

Here it goes again

rich bone
#

what's it doin?

cunning wave
#

Aptitude was already there

#

Sigh failed

rich bone
#

do

#

sudo apt install kinfocenter

#

I'm trying to find out why those dependant packages are "not installable"

cunning wave
#

Wait

#

I ran with proceed with missing packages

rich bone
#

oh nice that's fine to do

cunning wave
#

Recommended in the line

#

Its goiiiiing

#

Damn, failed

rich bone
#

yea try sudo apt install kinfocenter

cunning wave
#

Failed

rich bone
#

I still don't know why those dependant packages are "not installable"

cunning wave
#

Same reason

rich bone
#

kk new approach

cunning wave
#

That one should be clearer

rich bone
#

sudo nano /etc/apt/sources.list

#

change back to jammy instead of noble

#

then run

#

sudo apt update

#

sudo apt upgrade

#

oh wait

#

sry before you do that

#

do

#

sudo apt install libpipewire-0.3-common

#

if that doesn't allow:

sudo apt install kinfocenter

#

then we go back to jammy in list

cunning wave
#

I'm already back in jammy....

#

Shit

rich bone
#

then we full send jammy

cunning wave
#

It failed

rich bone
#

sudo apt-get install kubuntu-desktop

#

we need to get this one to work

#

different error or same?

cunning wave
rich bone
#

try this:

sudo apt-get install kubuntu-desktop

#

oh sry you did

cunning wave
#

Unable to locate package

#

Fuck

rich bone
#

in list file?

cunning wave
#

Idk to me this is totally borked now

#

🥲

rich bone
#

What were you hosting on it?

cunning wave
#

All my plex

#

This is awful

rich bone
#

did it have the files on the local machine?

#

I personally wouldn't say it's borked with just package dependencies failing

cunning wave
#

I'd rather not wipe the c drive even though its just the os... I put a lot into this

#

Well... It looks super borked to me

#

🥲

#

I am now the sads

rich bone
#

you just have to be able to recover the desktop environment

cunning wave
#

That last pic is the sources list now

rich bone
#

sudo add-apt-repository universe
sudo add-apt-repository multiverse
sudo apt-get update

#

sudo apt-get upgrade
sudo apt-get dist-upgrade

#

apt-cache search kubuntu-desktop

#

sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt-get update
sudo apt-get install kubuntu-desktop

cunning wave
#

I think its offline now

rich bone
#

how? we didn't change anything related to the wifi?

cunning wave
#

Idk how

#

It just keeps going farther south

#

Idk how to ping with ifconfig or if it even can

rich bone
#

yea I was going to recommend that

#

can you ping 8.8.8.8

cunning wave
#

Idk how

#

So no

#

Ping says network not reachable

rich bone
#

do a reboot

cunning wave
#

Fuuuuuck

rich bone
#

yea I agree

cunning wave
#

Even CLI isnt working

rich bone
#

on reboot?

cunning wave
#

Network

#

CLI is losing functions...

rich bone
#

losing functions?

cunning wave
#

Networking died

#

We had it

#

Then we didnt

rich bone
#

after reboot though?

cunning wave
#

Checking...

rich bone
#

I don't give up

#

I'm sad it crashed during upgrade

#

That sucked

cunning wave
#

This is super awful

rich bone
#

I understand I have been there. This was a bad one though for sure. Crashing during upgrade is shit

cunning wave
#

Network unreachable

rich bone
#

sudo systemctl restart NetworkManager

cunning wave
#

Idk how to find my IP on linux yet or even ping my router to see if the card is working

rich bone
#

ifconfig

#

is how to get IP information

#

I can't fathom how we lost internet when we weren't modifying any packages related to it

#

ping works in unix as well

#

so ping ip address

cunning wave
#

Idk my gateway address rn

#

So I can't ping it

rich bone
#

sudo apt install net-tools

cunning wave
#

And idk the cmd for it

rich bone
#

you can try to ping 8.8.8.8 which is google dns

#

ping 8.8.8.8

#

sudo systemctl restart systemd-resolved

#

sudo systemctl restart NetworkManager

cunning wave
#

Network unreachable

rich bone
#

dmesg | grep -i network

cunning wave
#

Network is dead now

#

No pings

rich bone
#

god damnit

cunning wave
#

Failed, operation not permitted

#

Ima just restart the router downstairs and reboot. Sometimes it shits itself

rich bone
#

I would try that

#

I can't figure out how we lost internet otherwise

#

we had it and then nothing else happened

cunning wave
#

Right

#

Brb

#

Nvm

#

Router is fine, phone is wifi only

#

So it must be working

rich bone
#

That makes sense

#

Is the stuff you're hosting in Plex locally hosted on the drive?

cunning wave
#

No

rich bone
#

You set up a stream?

cunning wave
#

But I had to put in a lot of effort to fix bt

#

And fix NTFS drives

rich bone
#

Right I understand

cunning wave
#

And make Plex work

#

Stream?

rich bone
#

Oh like set up an automatic torrent client

#

I know it's possible to do so

cunning wave
#

No? What

rich bone
#

hahaha

#

don't worry about it

#

fix bt?

#

sudo dhclient -r

cunning wave
#

Bluetooth

rich bone
#

sudo dhclient

#

ifconfig

#

I want to see if it's even getting on IP address

cunning wave
#

It looks like ipv6

#

I'm on v4... Wtf

#

I didn't do that

rich bone
#

did you run sudo dhclient -r to renew lease?

cunning wave
#

Yeah

#

No tx, no rx

#

It says up, but its not even talking

#

Now its just dead....

rich bone
#

iwconfig wip2s0

#

nmcli device status

#

trying to see if the wifi card is getting a signal

cunning wave
rich bone
#

oh do them separately

#

iwconfig wip2s0

#

nmcli device status

cunning wave
#

Yeah figured that out and it's just disc

rich bone
#

nmcli device wifi list

#

to see if it can see any ssids

cunning wave
#

Yup, my 5g is there

rich bone
#

oh!

#

nmcli device wifi connect <SSID> password <password>

cunning wave
#

Wifi is on

rich bone
#

no idea how it got dropped from the network but that means your network card and driver are still running

cunning wave
#

Failed, secrets required not provided

rich bone
#

screenshot?

cunning wave
#

Is password a separate line?

#

Or all in one line?

rich bone
#

no should be all one command

cunning wave
#

Shit

rich bone
#

all good

#

We're really going through the whole linux course tonight huh

#

😅

cunning wave
#

Yeah, but now I'm sad

rich bone
#

I got ya. I'm sad too but I'm not ready to give up

cunning wave
#

I feel like the whole damned os is gone now

rich bone
#

It still seems recoverable to me

cunning wave
#

But here's the wifi still trying to connect so its not all bad

#

Core bits still going

rich bone
#

Yes the wifi card and driver are still good

#

nmcli device wifi connect TP-Link_2C50_5G password '861053554'

#

Ah the password needs to be in single quotes

#

perhaps

cunning wave
#

Nope

rich bone
#

oh

#

nmcli device wifi connect TP-Link_2C50_5G

#

it should prompt for a password

cunning wave
#

Also no

#

Same prompt

rich bone
#

did it not prompt for a password entry?

cunning wave
#

No

#

IMA try the hex

rich bone
#

ok

#

got it

cunning wave
#

Shit

rich bone
#

nmcli con delete <SSID>

#

nmcli connection delete TP-Link_2C50_5G

cunning wave
#

Nooooo let's not do that

rich bone
#

nmcli device wifi connect TP-Link_2C50_5G password '861053554'

#

oh it's just going to remove any existing information for connection

#

it's already not connected

#

it's not going to act on the network card

#

or driver

cunning wave
#

Delete and activated!

#

No quotes

rich bone
#

did it activate?

#

nmcli device status

cunning wave
#

Ping is up

rich bone
#

holy fuk

#

we're bringing her back to life

#

xD

#

heart beat is back

cunning wave
#

Fuuuuuuck

rich bone
#

hahaha

cunning wave
#

So much better

rich bone
#

pretty insane tbh

cunning wave
#

Lol

rich bone
#

This is fun

cunning wave
#

Wtf is this shit

rich bone
#

I know this sucks for you

cunning wave
#

Kind of yeah

rich bone
#

but this is challenge

cunning wave
#

Agreed

rich bone
#

lright

cunning wave
#

Ok... Where the fuuuu were we

rich bone
#

alright so we gotta get this damned deskotp environment back

cunning wave
#

I feel were close

rich bone
#

I think we were too

#

I don't know whether we should try to continue using noble

#

in the lists for the repo or go jammy

#

I think we go back jammy

#

tbh

cunning wave
#

Thats why it took out internet away

#

I'm still on jammy

rich bone
#

mmmm not sure where the internet went

cunning wave
#

We were adding sources

rich bone
#

sudo apt-get install kubuntu-desktop

#

we'll start simple

#

and be more methodical

#

it's going to say something about broken packages

cunning wave
#

Can't find oackage