bodaciousFern

joined 1 year ago

I'm waiting in the exact same position. I'm thinking I want at least a 60% drop on the base steam price.. staying hopeful

In the future, you should look into using LVMs for your partitions. I ran into a similar problem recently where my /var needed to be increased - I was able to run a simple lvextend -L+4G /dev/myvg/var --resizefs to grow my /var by 4 gigabytes.

Before I was using LVMs though I used a gparted live disk a lot

I've been a decades long Gentoo user, but now I'm experimenting with NixOS as I've gotten older and value my time more. The 12+ hours of compiling when there's a chromium / QT update is no longer a badge of honor. I haven't fully converted though, Gentoo binary packages are working as an acceptable stopgap

 
[–] bodaciousFern@lemmy.dbzer0.com 14 points 1 month ago* (last edited 1 month ago)

I don't think he knows about second gun, Pip

[–] bodaciousFern@lemmy.dbzer0.com 24 points 2 months ago* (last edited 2 months ago) (1 children)

I'm using Gentoo with systemd and a customized kernel, and additionally I have the /usr partition LUKS encrypted. Because /usr is absolutely essential for systemd to function, I configured dracut to make a specially crafted initrd which activates the luks lvm and prompts for the password to decrypt and mount /usr on startup before systemd init tries to run.

About a year or two ago, some update to dracut or some other dependency (assumption) caused the dracut generated initrd's to kernel panic. After multiple days of troubleshooting, I discovered that just copying forward an older initrd in /boot and naming it to match the new kernel, e.g. initramfs-6.6.38-gentoo.img , allows the system to boot normally .

So, my Gentoo is booting a kernel 6.6.something with a ramdisk generated in the 5.9 kernel era. I am dreading the day when this behavior breaks and I can no longer update my kernel 😳

[–] bodaciousFern@lemmy.dbzer0.com 2 points 2 months ago

The doctor thought I might have brain damage.

[–] bodaciousFern@lemmy.dbzer0.com 1 points 2 months ago* (last edited 2 months ago)

This is great on so many levels - from the context of the original show it also implies Zelenskyy is banging Putin's mom 🤣

[–] bodaciousFern@lemmy.dbzer0.com 2 points 2 months ago

Nobody could have seen this coming 😒

[–] bodaciousFern@lemmy.dbzer0.com 7 points 2 months ago

Wtf I can't unsee this shit

[–] bodaciousFern@lemmy.dbzer0.com 19 points 3 months ago (1 children)

wAkE uP sHeEpLe

[–] bodaciousFern@lemmy.dbzer0.com 4 points 4 months ago

The President we need, but not the President we deserve

[–] bodaciousFern@lemmy.dbzer0.com 0 points 8 months ago* (last edited 8 months ago) (2 children)

50 minutes seems way too long - I run Gentoo on a 2nd gen i5 and my kernel compile is always under 20 minutes.

You are using make -j4 or make -j(number of CPU cores) for parallel compile, right?

view more: next ›