xruncounter script not running under Manjaro Linux

Optimize your system for ultimate performance.

Moderators: MattKingUSA, khz

Post Reply
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

xruncounter script not running under Manjaro Linux

Post by lilith »

Hi @tramp

just fiddling around with Manjaro Linux and there's an issue with "grep".

Code: Select all

sh: Zeile 1: rgrep: Kommando nicht gefunden.
sh: Zeile 1: rgrep: Kommando nicht gefunden.
It is running, but the DSP load does not go up. I'm using grep version 3.6.
tramp
Established Member
Posts: 2347
Joined: Mon Jul 01, 2013 8:13 am
Has thanked: 9 times
Been thanked: 466 times

Re: xruncounter script not running under Manjaro Linux

Post by tramp »

Hi @lilith
rgrep is a variant of grep, usually comes with the grep package, I see it isn't part of the Arch grep package anymore.
However, we could use grep -r instead.
I've pushed a fix to the repository.
On the road again.
User avatar
lilith
Established Member
Posts: 1698
Joined: Fri May 27, 2016 11:41 pm
Location: bLACK fOREST
Has thanked: 117 times
Been thanked: 57 times
Contact:

Re: xruncounter script not running under Manjaro Linux

Post by lilith »

tramp wrote: Fri Jan 08, 2021 3:55 am Hi @lilith
rgrep is a variant of grep, usually comes with the grep package, I see it isn't part of the Arch grep package anymore.
However, we could use grep -r instead.
I've pushed a fix to the repository.
Thanks, it's working now. But somehow the DSP load is not increasing. I also observed this last time on my other systems.
I tested with one core and also with option -m.
Post Reply