Boian Bonev

Results 33 comments of Boian Bonev

Unless you have reasons to compile from source, there is 1.42.0 in Debian bullseye-backports; I am not sure if Raspbian follows the backports - if not, you can build the...

Did you enable stable-backports in /etc/apt/sources.list? Even after that, you need something like apt -t stable-backports install ....

That is strange - there is no gammu 1.41.0 in Debian (respectively Raspbian); there are 1.40.0-1 in buster (oldstable), none in bullseye (stable), 1.42.0-5~bpo11+1 in bullseye-backports (stable-backports) and 1.42.0-5 in...

I have already posted the patch to the linux kernel mailing list long-long time ago. The response was that a non-standard proprietary protocol like EOIP would never get included in...

Thanks, I will look into that and comment here.

True, IPv6 is not implemented at all. I am currently working on DKMS maybe IPv6 comes afterwards? In case you can contribute protocol specification or code, you are welcome.

Check this out: https://github.com/HarryWei/iotop - HarryWei already did something like that. It is based on old code and may need some work. I see no problem integrating a change like...

Maybe it will be a better idea to make 3 way diff between current iotop codebase, Harry Wei's work and the common origin from where he forked. I have fixed...

I see no benefit from autoconf in this case - the project is Linux only, ancient systems are not supported anyways, and cannot be supported because of missing kernel API,...

Agreed :) Sorry for misleading you a little bit - my work repo with the latest changes is https://github.com/bbonev/iotop/, I should have let you know earlier. After finishing a feature...