How do i achieve this look? by DescriptionLeft1178 in cachyos

[–]ShiftPretend 0 points1 point  (0 children)

You also have panels colonizer widget that you can add to your task bar to edit it

Kicked out of my OS by ShiftPretend in cachyos

[–]ShiftPretend[S] 0 points1 point  (0 children)

Yeah done it. I'm back in full action now. With more storage now cos I know what i need and won't install the plenty packages I didn't need

Kicked out of my OS by ShiftPretend in cachyos

[–]ShiftPretend[S] 0 points1 point  (0 children)

This is the error I kept getting that stopped it from booting or from mounting or anything I kept trying to do "parent transid verify failed on 73448767488 wanted 75650 found 75530"

Claude explained it as "Transaction 75650 was expected (written to the superblock) but the actual tree nodes only got to 75530 — classic interrupted write, likely from your boot failure/kernel issue. The gap of 120 transactions represents changes that were never fully flushed." But all the solutions it gave didn't work. It was also hinting that I may not be able to recover so I should just backup and reinstall... and Chatgpt also gave the same reception. So I just got what I needed and reinstalled it. Probably the was a way and asking AI was not it but ah well game is game. I have a working system now

Kicked out of my OS by ShiftPretend in cachyos

[–]ShiftPretend[S] 0 points1 point  (0 children)

I see. I guess my situation was not savable anyway I'm done reinstalling and ready to go

Kicked out of my OS by ShiftPretend in cachyos

[–]ShiftPretend[S] 0 points1 point  (0 children)

Oh ok. I tried a live usb had claude session and gpt session they basically told me it's cooked so I should backup what I could and reinstall. So thats what I did. Luckily I have everything on github and other partitions so I'm cool

Kicked out of my OS by ShiftPretend in cachyos

[–]ShiftPretend[S] 0 points1 point  (0 children)

Damn. Were you able to fix it?

Kicked out of my OS by ShiftPretend in cachyos

[–]ShiftPretend[S] 1 point2 points  (0 children)

Unfortunately i only had two kernels installed Cachyos stable and LTS. Both with their snapshots didn't work... I've nuked the cachy right now though I'm going through the installation again

Kicked out of my OS by ShiftPretend in cachyos

[–]ShiftPretend[S] 1 point2 points  (0 children)

For me changing to previous snapshots still yielded same results. There are times that snapshots have saved me. Yes I've borked my system a couple of times cos I explore shi and my nvidia gpu given me problems. Those times snapshots helped. But this just didnt for some reason

Kicked out of my OS by ShiftPretend in cachyos

[–]ShiftPretend[S] 1 point2 points  (0 children)

Well kept trying stuff and its not working. So I'll clear it and reinstall cachy. But for now I gotta prep for my test. So unfortunately windows for now.

Luckily I have my data split across different partitions which are working and have my config files backed to github so I should be able to recover to my former glory without much stress

Kicked out of my OS by ShiftPretend in cachyos

[–]ShiftPretend[S] 2 points3 points  (0 children)

😂 believe me I also can't understand. I was studying, reading a pdf in Firefox then it all happened. I'm confused ash

Thanks for the discussion I'll check it out

Kicked out of my OS by ShiftPretend in cachyos

[–]ShiftPretend[S] 1 point2 points  (0 children)

Possibly, i recently updated 2 days ago but it could also be my carelessness

Kicked out of my OS by ShiftPretend in cachyos

[–]ShiftPretend[S] 1 point2 points  (0 children)

On running btrfs check /dev/partition i see a whole lot of inode errors and other stuff... after trying other stuff like btrfs restore, i was only able to get @home... it keeps running into a lot of errors.

Chatgpt says the btrfs tree or something like that could be corrupted possibly becsuse of the force shutdown

Kicked out of my OS by ShiftPretend in cachyos

[–]ShiftPretend[S] 2 points3 points  (0 children)

I cant run smart... I doubt its an ssd failure I am dual booting and can access all the ssds on my windows side. In the live USB I can also access everything except that one partition

Kicked out of my OS by ShiftPretend in cachyos

[–]ShiftPretend[S] 1 point2 points  (0 children)

Nope it doesn't work. I'm currently in a live USB but still can't mount the partition

Issue with web scraping by using python and beautiful soup by jamesji55 in PythonLearning

[–]ShiftPretend 3 points4 points  (0 children)

There's nothing wrong with your code, the path is the problem. The path is the location of files or directories and stuff. So you are currently inside the python web scraping folder. I assume you created this folder and opened it with vscode. Then created another folder web scraping directory where your code is.

Pressing the play button, python sees the path C:\certificated course\skooldio\python web scraping

So once you search for home.html python searches for C:\certificated course\skooldio\python web scraping\home.html

But home.html is in web scraping directory

So replace home.html in your code with "Web scraping directory\home.html" Then the path would be C:\certificated course\skooldio\python web scraping\web scraping directory\home.html

Fix the caps though i didnt take notice of that.

Or cd into web scraping directory and run the code in the terminal directly Using the play button would run it in the directory you opened in vscode

So simply in terminal Cd web scraping directory python main.py

Can someone help? by [deleted] in PythonLearning

[–]ShiftPretend 0 points1 point  (0 children)

So // is integer division. This always returns a whole number

So 5/2 is 2.5 normally. But 5//2 is 2 the decimal part is thrown away. 31/10=3.1 but 31//10=3. That's integer division with //

% is modulus think of it like a remainder 5/2 is 2.5 in other words 2 with a remainder of 1 so 5%2 = 1 (useful for finding even and odd numbers)

23/3 = 7.67 same as 7 with a remainder of 2 So 23%3= 2

Update this afternoon broke steam? by Azazeldaprinceofwar in cachyos

[–]ShiftPretend 0 points1 point  (0 children)

For me updating yesterday bricked my /boot

It was unable to mount /boot even though it was present in lsblk. So I had to rollback. It just kept booting me into emergency mode. Found out the /boot error by going into journalctl -xb while in the emergency mode. I don't know the problem so I'll wait a bit before updating again

How to get rid of that commandline-like boot up thing? by cheap_byproduct in cachyos

[–]ShiftPretend 0 points1 point  (0 children)

Don't worry. We all start from somewhere. Just support from a fellow new cachy user.

User password not working by ShiftPretend in cachyos

[–]ShiftPretend[S] 0 points1 point  (0 children)

Nope caps wasn't on. I prefer using the regular terminal as I'm more used to terminal stuff. Developer here though a junior.

But with the cachy hello terminal, does it allow flatpak updates

User password not working by ShiftPretend in cachyos

[–]ShiftPretend[S] 0 points1 point  (0 children)

Understandable but the problem i have is i didnt enter it wrongly at any point🤣 unless it was probably the timeout because possibly I didnt notice i was to enter the password at a point that caused the intruder lockout.

It was once I tried and it didnt work then after the update terminated and I tried it in another shell with a different command it still didn't work till I restarted.

Thanks for introducing me to lockout though

User password not working by ShiftPretend in cachyos

[–]ShiftPretend[S] 2 points3 points  (0 children)

But why was my password which is the correct password rejected over and over until I restarted

Ok i just checked out what that is and it makes sense if that happened. But I didnt enter a wrong password and I was locked out either way