Tasos Sahanidis

Results 16 comments of Tasos Sahanidis

Try running this (being mindful of your ears). It might also leave some leftover processes that will need to be cleaned up manually. ```bash #!/usr/bin/env bash while true; do jack_simple_client&...

To expand on this, the reason I believe this happens is because there is a data race somewhere in Carla, and it's just a matter of chances. If am correct,...

@mxmilkiib Yes. You can reproduce it on jack2 with that script.

@EvTheFuture Yes, it happens when pinned to core 0 too (with jack2).

This should be fixed by https://github.com/bitlbee/bitlbee-steam/pull/147 Do note, that these past few days there's also been `Error: HTTP: 503 Service Unavailable` which happens on the mobile app as well, so...

It is a server side issue, yes, however since it is extremely annoying (it re-sends unread messages), I've been increasing the retries and it seems to help "mask" the issue....

@randylintw Thank you for the suggestion. I disabled PCIe PM, however it didn't seem to make much of a difference. After some more investigation, it seems that it's random which...

After spending quite a bit of time today, I managed to make an XPI. Clone the repository, apply the following patch, make a zip containing everything inside the repository (.git...

@aryoda The key is that it's called after `backend.umount()`. That's when backintime unmounts the sshfs. The end user doesn't have control of the sshfs mount as it's handled by backintime...

I just had the exact same issue with the same backtrace, after backing up multiple terabytes of data over 24 hours. Please consider ignoring the log file unconditionally, as it...