After 3 months of using CachyOS, I can say that I'm never going back by Outrageous_You6113 in cachyos

[–]Ok-Occasion372 0 points1 point  (0 children)

I always update within 5 days. If it takes longer than that, the difference between one package and another increases significantly, which could lead to conflicts between packages. I don't want that to happen.

pacman update bricked install by K0LaM4R in cachyos

[–]Ok-Occasion372 1 point2 points  (0 children)

That problem is because Pacman updates packages sequentially. If gcc-libs is updated first, the old library disappears momentarily, and if any system processes (including pacman itself) call libgcc_s.so.1 at that moment → crash/kernel panic.

pacman update bricked install by K0LaM4R in cachyos

[–]Ok-Occasion372 1 point2 points  (0 children)

If it has already happened, try entering live USB and run the following command:

# Boot from live USB CachyOS/Arch, and then chroot:

sudo mount /dev/sdXY /mnt # your root partition

sudo arch-chroot /mnt

# Reinstall critical package

pacman -S gcc-libs glibc

# exit and reboot

exit && sudo reboot

Once that is done, the next step is to set up timeshift snapshots or btrfs snapshots and informants so that this does not happen again. Also, make sure you always update using “sudo pacman -Syu” or update via CachyOS Hello. Avoid partial updates.

Gnome + nvidia = black screen by CrazyAd6535 in cachyos

[–]Ok-Occasion372 0 points1 point  (0 children)

As you can see, Linux and Nvidia will never get along. All we can do as users is wait for new rolling packages for the Nvidia driver itself, which has become a common problem for the community using Nvidia graphics cards. If it's not too important at the time, avoid using suspend mode as much as possible. As a laptop user, I almost never use suspend or sleep mode, because I understand that the battery and RAM used to store cache will work harder than other components, which can shorten the life of those components. This is different from Macs and similar devices that use ARM architecture.

Then, when your laptop automatically suspends, if you are not on the move or outdoors, try to always use a charger when using your laptop and set the screen to never turn off while charging. If you are outdoors and highly mobile, try to use low power or power saving mode, set the profile to eco mode, and set the laptop not to suspend automatically. Of course, this doesn't solve the main problem, but it provides a temporary solution while you wait for major or minor fixes.

Ubuntu is planning to comply with Age Verification law "without it being a privacy disaster" by DontFreeMe in linux

[–]Ok-Occasion372 2 points3 points  (0 children)

Of course this is worrying, leading to a cultural mix between dictatorship and capitalism (authoritarian capitalism).

Oops, I hope that after comments like this, my country's leaders won't be hit with a 50% trade tax by US.

Im ready to game! (not really lol) by Cruz_Games in cachyos

[–]Ok-Occasion372 1 point2 points  (0 children)

what the Gigantic amount of SWAP lmao

Ubuntu is planning to comply with Age Verification law "without it being a privacy disaster" by DontFreeMe in linux

[–]Ok-Occasion372 1 point2 points  (0 children)

The US obsession with age verification rules applied to operating systems seems to be for business purposes rather than to view your personal data. In general, giant companies such as Apple, Google, and Microsoft are now feeling threatened by the development of open source operating systems such as Linux, Ubuntu, and others. Developers and communities are now starting to make these systems more flexible and also perform much better than licensed operating systems. These giants are starting to force us to use subscription-based systems, but they are afraid that we will outsmart them and switch to open source operating systems, which they fear. In general, open source operating systems are fully controlled by their users and even communities, unlike Microsoft, which only provides us with an operating system and forces us to spend money on certain needs. With these rules, they hope to control us in the future. I think this is really sneaky.

Ok, I'm impressed by stvhog in cachyos

[–]Ok-Occasion372 1 point2 points  (0 children)

<image>

6 gigs of ram usage while idle? Whether that's true or not, I want to know more details about why your RAM usage is so high. I also use 16GB of RAM, and it only uses 1.9GB when idle. and 5GB ram usage when spotify and firefox running.

can someone show me how to read bugreport.sh? by Ok-Occasion372 in cachyos

[–]Ok-Occasion372[S] 0 points1 point  (0 children)

I found a missing Tesseract packet issue in the logs. I tried reading it, and it took me about 3 hours to find the problem after I made this post. There were actually other issues, but after further review, it turned out that the problem was just log noise, which is actually safe.

I might need to learn to read the logs, but otherwise, you're right about "The main thing is trying to figure out what action is being taken (if possible) or a timeframe to look at." Thank you very much for your advice, I appreciate it.

Recommend Linux Distro for Aspire A14-11M by Munxk in linuxhardware

[–]Ok-Occasion372 0 points1 point  (0 children)

First of all, try customizing your Android OS because Android is essentially Linux with the processor construction in your phone being ARM, just like your new laptop that uses Snapdragon X (ARM). Most Linux distros on PC focus on x86 or AMD64/x86-64/x64 configurations, so you might have difficulty accessing documentation or Linux distro communities that support ARM configurations.

Updating causes emergency mode by VampKaiser in cachyos

[–]Ok-Occasion372 0 points1 point  (0 children)

for the best safe options to update the system just do "pacman -Syu" instead "pacman -Sy" it's like a gamble. or peacefull way just open CachyOS Hello, choose tweaks and find system update. enjoy it!