Feriman

Results 52 comments of Feriman

It's not an issue, it's a request. By the way yes, it would be great to allow users to modify this one.

Hi, Thanks for your quick response! You're right, it's a theme bug in that case. Can you fix it somehow, or will it be a manual step if someone does...

I wanted to request the same now :) +1 to implement this feature.

Sure: https://lichess.org/9588cHYlzbCT The strange thing is my pawn on e4 was invisible during the game. I couldn't move my pawn from e2 to anywhere, or move any other piece to...

Hi, In `/dev/disk/by-uuid` there are symlinks mapping each drive's UUID to its entry in /dev (e.g. `/dev/sda1`) So, first run this command to see your uuid: `ls -la /dev/disk/by-uuid` Then...

Change this line from: `static.10.source=df -h d864bdfe-fe9a-4c68-8589-bdccad9cbbb1` to `static.10.source=df -h /dev/disk/by-uuid/d864bdfe-fe9a-4c68-8589-bdccad9cbbb1`

I'm using it in this way: ``` static.1.name=storage1_total static.1.source=df -t ext4 static.1.regexp=sda1\s+(\d+) static.1.postprocess=$1/1048576 ``` So you should to use it like this: ``` static.10.name=storage1_total static.10.source=df /dev/disk/by-uuid/d864bdfe-fe9a-4c68-8589-bdccad9cbbb1 static.10.regexp=sda9\s+(\d+) static.10.postprocess=$1/1048576 ```

Simply modify the regex from `static.10.regexp=sda9\s+(\d+)` to `static.10.regexp=dev\s+(\d+)`

Yeah, true. Try this one: `static.10.regexp=sd\s+(\d+)`

This issue is still existing and not fixed in rotrrent 0.9.7 and libtorrent20/stable,now 0.13.7