FS#63126 - [conky] Display of the Network Speed from the active Network Interface is incorrect

Attached to Project: Arch Linux
Opened by Rocco (terminologie-x) - Monday, 08 July 2019, 12:05 GMT
Last edited by freswa (frederik) - Saturday, 22 February 2020, 21:40 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

After the last update of the package conky-1.11.3-1-x86_64.pkg.tar.xz => conky-1.11.4-1-x86_64.pkg.tar.xz
the Display of the Network Speed from the active Network Interface doesn't work as expected. It should show the maximum DownloadSpeed / Uploadspeed in MiB, instead it shows a random minimum value of Bytes.


Additional info:
* package version is conky-1.11.4-1-x86_64.pkg.tar.xz

snippet from my config is
${else}${if_up enp5s0}
${voffset -5}${color0}${font ConkyColors:size=15}s${font}${color}${goto 32}${voffset -12}Up: ${font Liberation Sans:style=Bold:size=8}${color1}${upspeed enp5s0}${color}${font} ${alignr}${color2}${upspeedgraph enp5s0 8,60 77507B 5C3566}${color}
${goto 32}Insgesamt: ${font Liberation Sans:style=Bold:size=8}${color2}${totalup enp5s0}${color}${font}
${voffset 4}${color0}${font ConkyColors:size=15}t${font}${color}${goto 32}${voffset -12}Down: ${font Liberation Sans:style=Bold:size=8}${color1}${downspeed enp5s0}${color}${font} ${alignr}${color2}${downspeedgraph enp5s0 8,60 77507B 5C3566}${color}
${goto 32}Insgesamt: ${font Liberation Sans:style=Bold:size=8}${color2}${totaldown enp5s0}${color}${font}
${voffset 2}${color0}${font ConkyColors:size=15}B${font}${color}${goto 32}${voffset -6}Lokale IP: ${alignr}${color2}${addr enp5s0}${color}


Steps to reproduce:
1. Downgrade to the Version conky-1.11.3-1-x86_64.pkg.tar.xz
2. Use speedtest-cli to test the maximum Bandwidth of the Internet Link
3. The Result is fine as expected
4. Upgrade to the latest Version conky-1.11.4-1-x86_64.pkg.tar.xz
5. Use speedtest-cli to test the maximum Bandwidth of the Internet Link
6. Bug appears

many thanks for the good work !
This task depends upon

Closed by  freswa (frederik)
Saturday, 22 February 2020, 21:40 GMT
Reason for closing:  Upstream
Additional comments about closing:  https://github.com/brndnmtthws/conky/iss ues/863
Comment by Rocco (terminologie-x) - Wednesday, 14 August 2019, 15:08 GMT
just a quick note

I posted this bug to the upstream developers for conky

https://github.com/brndnmtthws/conky/issues/863

Loading...