

How did I not know about this? Thanks!


How did I not know about this? Thanks!
So hear me out. Streamio can stream video from various sources including torrents. So it should be possible to create some music frontend that can access the music library similarly. Right? There are probably someone who is creating this right now.
Oh im thinking of it lol
Sounds like a graphics driver issue. does anyone know if mint enables ssh by default?


Reisub and ctrl+alt+del spam needs to be configured, and system rebooted in order to work first.


Explain how “freezed” are the system
What to do before next system freeze
/etc/sysctl.d/*.conf and look for kernel.sysrq=0. Change it to 1./etc/systemd/system.conf so that you have a line looking like this:CtrlAltDelBurstAction=reboot-force
ctrl+alt+fN where N in {1…12}. You should see a login prompt. Try the REISUB sequence. Press and hold alt+print screen (might require some fn key combination on a laptop) then press, hold and release following letters one at a time: R E I S U B. You should see kernel messages appear on the screen each time you press a button. Don’t try to press them all at once or type them before the output is finished. Your system should reboot after this. Does it work?TCPKeepAlive=no for my-faulty-pc in your ssh config before connecting to avoid having the connection dropped. then run ssh my-faulty-pc journalctl -b0 -k -f > waiting_for_crash.log on another system that will capture the logreproduce Here is the easiest part. Make the system hang. Preferably with reproducible steps.
System is now freezed
What to do now This part depends a bit on what the outcomes were. At least we’ll know how “deep” the hang is and where it’s worth modifying stuff.
You say in your post that you’ve tried ctrl+alt+del spam. But did you check that it works when the system is working as intended?
Edit: minor typo


If you have redundant runtimes then you have to push app developers to update their runtime. This problem will not go away by switching to native packages unless native packages and flatpak versions are not in sync.


How can you distinguish between “legitimate marketing” and some phishing email that looks like marketing material with a tracked unsubscribe link? Clicking on that unsubscribe link just lets them know email is active and its value has just been increased


Well, thats today that is. What about tomorrow?
Nice one, didn’t know about moreutils. I indeed used p10k on top of zsh. New zsh instance without sourcing anything zsh --no-rcs managed to write to file without issues. Thanks
yep. that did it. I had to wrap the entire thing in quotes though
sh -c "echo 'test' | sudo tee newfile"
no way. I’m in /tmp for this one
echo 'test' | tee newfile
tee: newfile: Permission denied
test
echo 'test' | sudo tee newfile #the prompt never returns when running this in zsh
sudo does not prompt for password in my container. It just elevates the privileges straight away. Yeah, it’s hard to tell. Or test for that matter.
what I was saying was that echo "text" | sudo tee newfile would hang and never return and needs to be interrupted. I just noticed this does not happen in bash but I was testing in zsh.
Guessing that file doesn’t exist already is the problem, and you don’t even need to use tee in this example.
you’ve missed the point here I’m afraid. But I’ll blame it on my for not explaining properly what I was intending to do.
I just switched over to bash and it worked lol. It just didn’t return for me in zsh…
yeah indeed. I’m setting up a container with these instructions for ROS2. There you’ll have to add a repository to the apt sources list.
Headless remote desktop is nice as well