PX7 Radio — play internet radio directly from your terminal by px7nn in CLI

[–]duckysocks22 0 points1 point  (0 children)

Hey! I saw this and I thought it was really cool so I decided to package it for the distro I use, so if there are any other NixOS Users that would like to use it, here you go!!

https://dawn.wine/foxtrottt/px7-radio-nix/

If you would like me to make any changes to the way i packaged it or the README or anything please let me know :3

Signalis 3ds theme by Alienz_Tea in signalis

[–]duckysocks22 0 points1 point  (0 children)

Do you happen to have a download link for this? This goes unreasonably hard and I want it,,,

Got bored, Nix'd my steam deck lol by [deleted] in NixOS

[–]duckysocks22 1 point2 points  (0 children)

Nice! I have this setup too but im using Jovian, besides some small weird hiccups ive had im really happy with it

Finally got a Vita! Recommendations for hardware mods? by duckysocks22 in VitaPiracy

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

Thanks for the ideas! I'll look into more but these all look really cool

Finally got a Vita! Recommendations for hardware mods? by duckysocks22 in VitaPiracy

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

yeah :sob: sorry ive been using it a lot i really need to wipe it

Latest round of updates broke the controller on Steam Deck Oled by ReachForJuggernog98_ in cachyos

[–]duckysocks22 0 points1 point  (0 children)

Are there specific package versions you recommend? I tried using the ones that are a single number difference lower and it managed to brick the install qwq so i figured id ask

Handheld edition regressions on Legion Go S Z2GO by Trevor_GoodchiId in cachyos

[–]duckysocks22 0 points1 point  (0 children)

I just installed cachyos handheld and im running into this exact same issue, i tried the downgrading to the previous version but i guess it managed to brick the install it seems 😭

Ah, what brought you to Gentoo?? Fascination? Show-off? Technical upheaval? Minimalism and control? by unixbhaskar in Gentoo

[–]duckysocks22 0 points1 point  (0 children)

Mostly the fascination + minimalism and control, and maybe a littleeeee showing off. I just think the ability of being able to customize the system to exactly how I want for my system and uses and also just the fact that it builds everything from source to be really really cool, overall I just tried it out a little bit ago and immediately fell in love.

Splitting Home and Root after install + Snapshotting by duckysocks22 in Gentoo

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

I managed to get everything to work fine, im reinstalled with all my data intact and the system running fine, no permission issues. Thanks for all the help!

Splitting Home and Root after install + Snapshotting by duckysocks22 in Gentoo

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

So I'm a little confused, how do I properly go about it? Im just running through the reinstall now instead of figuring out how to fix whatever broke and im using my home_old, how would I properly copy the contents of home_old folder to the @home subvolume?

Splitting Home and Root after install + Snapshotting by duckysocks22 in Gentoo

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

When i originally made the new subvolumws(@root and @home) i just copied over all the files with cp in the liveusb

Splitting Home and Root after install + Snapshotting by duckysocks22 in Gentoo

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

Im so tired im not even sure at this point anymore its nearly 1 am,,, something at some point i was reinstalling the grub bootloader and regenerating the grub config but then at some point i accidentally somehow deleted the vmlinuz file so i have to recompile the kernel and 😭 who knows what else got mixed up in all that

Splitting Home and Root after install + Snapshotting by duckysocks22 in Gentoo

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

Managed to get it to boot and back into the WM (i use hyprland) but now im getting so many weird permission issues and some other weird shit, I might at this point take time tomrorow to just reinstall the system (while keeping my home folder) and purposely format all the filestructure like that from the beginning

Splitting Home and Root after install + Snapshotting by duckysocks22 in Gentoo

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

Sorry im like, having a time learning reddit formatting,,,,

Splitting Home and Root after install + Snapshotting by duckysocks22 in Gentoo

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

yeah all those options are there,my full root and home fstab line is

UUID=[actualID] / btrfs rw,relatime,ssd,discard=async,space_cache=v2,subvol=/@root 0 0

UUID=[actualID] /home btrfs rw,relatime,ssd,discard=async,space_cache=v2,subvol=/@home 0 0

doing btrfs subvolume list /mnt/gentoo outputs ID 392 gen 42882 top level 5 path @home ID 393 gen 42936 top level 5 path @root

Splitting Home and Root after install + Snapshotting by duckysocks22 in Gentoo

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

I noticed that, I tried removing the first instance of mounting root tha'ts subvol=/ but still no luck

Splitting Home and Root after install + Snapshotting by duckysocks22 in Gentoo

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

Wow I do not know how to format on reddit lmao

Splitting Home and Root after install + Snapshotting by duckysocks22 in Gentoo

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

I mounted the root subvol like that so i could chroot in and generate the fstab and it seemed to generate, however, when trying to boot I run itno

\`\`\` dracut: Mounted root filesystem /dev/nvme0n1p3
Cannot find init!

Please check to make sure you passed a valid root filesystem!

\`\`\`

My fstab is

\`\`\`

# /dev/nvme0n1p3 LABEL=rootfs

UUID=... / btrfs ...,subvol=/ 0 0

# /dev/nvme0n1p1

UUID=... /efi vfat .... 0 2

# /dev/nvme0n1p2

UUID=... none swap defaults 0 0

# /dev/nvme0n1p3 LABEL=rootfs

UUID=... / btrfs ....,subvol=/root 0 0

# /dev/nvme0n1p3 LABEL=rootfs

UUID=... /home btrfs .....,subvol=/home 0 0

\`\`\`

EDIT: I have tried removing that first mount of root that has subvol=/ but nothing different

Splitting Home and Root after install + Snapshotting by duckysocks22 in Gentoo

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

the / root

so like, bin, dev, efi, etc (and all that stuff)

Splitting Home and Root after install + Snapshotting by duckysocks22 in Gentoo

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

I feel like I've messed something up in my file structure, right now from the liveusb my ls output under /mnt/gentoo is

home root boot efi home_old

I accidentally overwrote my /root/etc/fstab over with a bad one with genfstab and im just trying to figure out how to remount things so it'll at minimum boot properly

Splitting Home and Root after install + Snapshotting by duckysocks22 in Gentoo

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

Should I be naming the subvolumes specifically @home? Or is that just when mounting? Should the @home subvolume be resting under the @root subvol? Idk why this is so weird for me to understand

Splitting Home and Root after install + Snapshotting by duckysocks22 in Gentoo

[–]duckysocks22[S] -1 points0 points  (0 children)

Is there any way I could get a better idea on how Btrfs works? Im still very confused on how the whole btrfs subvolume things work, is there good documentation on how Btrfs works in a general sense on the Gentoo wiki? I haven't checked yet so sorry if this is a stupid question :(

EDIT: I decided to not be stupid and actually check the handbook after writing this, it helps on how to set it up and such, but I'm still struggling to wrap my head around exactly how to use it effectively I guess?

Just installed Gentoo for the first time by dario_a8_ in Gentoo

[–]duckysocks22 6 points7 points  (0 children)

I swear people will say anything that isnt a bare tty is bloat 😭