Raphaël Rigo

Results 42 comments of Raphaël Rigo
trafficstars

Here's a PR which reduces the CPU usage quite a bit when IDA's idle. https://github.com/IDArlingTeam/IDArling/pull/105

BTW, to check for perf issues, I do: * use `perf` to check the most CPU intensive functions: ```shell perf record -a -p $(pgrep ida) perf report | head -n...

as discussed with @patateqbool and as noted by @NeatMonster, the `eventFilter` should be removed if possible.

I've included your fixes (among others) in this branch: https://github.com/trou/scripts/tree/remarkable_2 I'll do a PR if I get to work around the dots problem.

I had the same bug, which was related to the "." problem @mb64 mentioned. I updated my branch with a fix. Can you check if it works ?

This is probably issue #31, you can try the fix in the PR: https://github.com/reHackable/scripts/pull/35

It's probably because the Web UI is disabled when the rM is disconnected. Can you post the output of `bash -x repush.sh -r x.x.x.x file.pdf` ?

As the script outputs: ```repush: Port 9000 is already used by a different process!```, you have a leftover SSH session, kill it.