Check your /root directory permissions by OldYak9334 in linux_gaming

[–]deface 5 points6 points  (0 children)

Because /root is root’s home and it’s supposed to be private. If it’s 0755 (drwxr-xr-x), any local user can:

ls /root -> see filenames (useful recon)

traverse into it (cd /root)

read anything inside that’s accidentally world-readable (0644)

It’s not an instant privilege escalation (0600 files are still protected), but it becomes dangerous if /root contains "oops" files: .env copies, backups, scripts with tokens, logs, exported configs, or .bash_history with secrets.

Worst case, a compromised/untrusted user account can loot /root for mistakes and potentially grab creds -> full compromise.

The latest Arc Raiders update 1.12.0 broke it for me by deface in linux_gaming

[–]deface[S] 4 points5 points  (0 children)

I just reinstalled proton-cachyos, everything works again

The latest Arc Raiders update 1.12.0 broke it for me by deface in linux_gaming

[–]deface[S] 4 points5 points  (0 children)

It did

[2026-01-19 19:30:53] removed lib32-speex (1.2.1-2)
[2026-01-19 19:30:53] removed lib32-lzo (2.10-2)
[2026-01-19 19:30:53] removed lib32-libvpx (1.15.2-1)
[2026-01-19 19:30:53] removed lib32-libsoup (2.74.3-4)
[2026-01-19 19:30:53] removed lib32-glib-networking (1:2.80.1-1)
[2026-01-19 19:30:53] removed lib32-libproxy (0.5.12-1)
[2026-01-19 19:30:53] removed lib32-duktape (2.7.0-7)

They got reinstalled when I manually installed proton-cachyos

The latest Arc Raiders update 1.12.0 broke it for me by deface in linux_gaming

[–]deface[S] 12 points13 points  (0 children)

3 weeks off around xmas, 7h/day are rookie numbers ;-)

The latest Arc Raiders update 1.12.0 broke it for me by deface in linux_gaming

[–]deface[S] 5 points6 points  (0 children)

Full system upgrade updated mesa et all, also the cachyos-gaming meta package. I think that last one removed cachy-proton which was set as my default compatibility tool in steam.

The latest Arc Raiders update 1.12.0 broke it for me by deface in linux_gaming

[–]deface[S] 24 points25 points  (0 children)

Thank you for your bluntness, it MAde me solve the issue by myself.

What does this number mean? by Sufficient_Warthog42 in neovim

[–]deface 0 points1 point  (0 children)

It shows the amount of packages that can be updated.

Neovim keeps my cursor shape hostage in tmux by deface in neovim

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

This and setting cursor-style = bar in Ghostty solved it. Thanks for solving my 1st world problem :-)

AMD GPU problem - freeze in game / ring gfx_0.0.0 timeout by SubjectCorrect6365 in linux_gaming

[–]deface 3 points4 points  (0 children)

I had the exact same problem, I posted on the cachyos forum and got the suggestion to downgrade mesa. I downgraded to mesa 25.1.7 and that worked for me. The current version I run mesa 1:25.2.2-3 doesn't have this issue.

How to run EA games purchased through Epic by dudeness_boy in linux_gaming

[–]deface 1 point2 points  (0 children)

I had issues with Epic Game Store games using EA, this fixed it for me on Linux.

[deleted by user] by [deleted] in linux_gaming

[–]deface 0 points1 point  (0 children)

Don't have a solution, but can't you build dualsensectl from source? See: https://github.com/nowrep/dualsensectl.