Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186011 - app-admin/conky having visual glitch in network load graphs when 4 graphs used (two interfaces)
Summary: app-admin/conky having visual glitch in network load graphs when 4 graphs use...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Daniel Black (RETIRED)
URL: http://img104.imageshack.us/my.php?im...
Whiteboard:
Keywords:
Depends on: 187871
Blocks:
  Show dependency tree
 
Reported: 2007-07-20 16:28 UTC by Nicolas
Modified: 2007-08-07 06:56 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
.conkyrc (.conkyrc,2.58 KB, text/plain)
2007-07-20 17:53 UTC, Kevin Fullerton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas 2007-07-20 16:28:44 UTC
I've been running conky for a while, using two network load graphs.  Up and Down for interface eth1.  These used to be stacked one on top of the other and worked fine.

I've edited my conf file to allow for two additional graphs, for interface eth0

Any time there is network activity, the graphs seem to go out of their box.

Reproducible: Always

Steps to Reproduce:
1.load my conf file
2.download something
3.thats pretty much it

Actual Results:  
http://img104.imageshack.us/my.php?image=conkybugux3.jpg


My CURENT conf file:
background no
cpu_avg_samples 2
net_avg_samples 2
out_to_console no
use_xft yes
xftfont Bitstream Vera Sans Mono:size=8
own_window_transparent no
own_window_colour hotpink
xftalpha 0.8
mail_spool $MAIL
update_interval 1
own_window no
double_buffer yes
maximum_width 700
draw_shades no
draw_outline no
draw_borders no
stippled_borders 10
border_margin 4
border_width 1
default_color lightblue
gap_x 13
gap_y 13
alignment bottom_left
use_spacer no
no_buffers yes
uppercase no

TEXT
${color yellow}${exec tail -n 10 /var/log/messages}




$color$nodename - $kernel
${time %A} - ${time %e %B %G}
${color rgb:77/88/99}==================================
${color rgb:77/88/99}Battery:${color red} $battery
${color rgb:77/88/99}AC:$color $acpiacadapter
${color rgb:77/88/99}${exec cat /proc/acpi/battery/BAT0/info | grep "design capacity:"}
${color rgb:77/88/99}${exec cat /proc/acpi/battery/BAT0/info | grep last}
${color rgb:77/88/99}${exec cat /proc/acpi/battery/BAT0/state | grep "remaining capacity"}
${color rgb:77/88/99}Temp:$color $acpitemp
${color rgb:77/88/99}Fan:$color $i8k_right_fan_status
${color rgb:77/88/99}Uptime:$color $uptime
${color rgb:77/88/99}Load:$color $loadavg
${color rgb:77/88/99}Frequency:$color $freq
${color rgb:77/88/99}CPU:${color #5000a0} ${cpu}% ${cpubar 6,128}
  ${color rgb:77/88/99}${cpugraph 32,170 000000 5000a0}
${color rgb:77/88/99}RAM:$color $memperc% - $mem/$memmax
  ${membar 6,170}
${color rgb:77/88/99}Swap:$color $swapperc% - $swap/$swapmax
  ${swapbar 6,170}
${color rgb:77/88/99}Processes:$color $processes  ${color 
rgb:77/88/99}Running:$color $running_processes
${color rgb:77/88/99}==================================
${color rgb:77/88/99}Wireless:$color ${addr eth1}
  $color${downspeed eth1} k/s          ${upspeed eth1} k/s
  ${color rgb:77/88/99}${downspeedgraph eth1 32,80 ff0000 0000ff}  ${color rgb:77/88/99}${upspeedgraph eth1 32,80 0000ff ff0000}
${color rgb:77/88/99}Wired:$color ${addr eth0}
  $color${downspeed eth0} k/s          ${upspeed eth0} k/s
  ${color rgb:77/88/99}${downspeedgraph eth0 32,80 ff0000 0000ff}  ${color rgb:77/88/99}${upspeedgraph eth0 32,80 0000ff ff0000}
${color rgb:77/88/99}File systems:
  ${color lightblue}/    ${fs_used /}/${fs_size /}
  ${fs_bar 6,170 /}
${color rgb:77/88/99}Processor         PID     %
${color lightblue} ${top name 1} ${top pid 1} ${top cpu 1}
${color lightblue} ${top name 2} ${top pid 2} ${top cpu 2}
${color lightblue} ${top name 3} ${top pid 3} ${top cpu 3}
${color rgb:77/88/99}Memory
${color lightblue} ${top_mem name 1} ${top_mem pid 1} ${top_mem mem 1}
${color lightblue} ${top_mem name 2} ${top_mem pid 2} ${top_mem mem 2}
${color lightblue} ${top_mem name 3} ${top_mem pid 3} ${top_mem mem 3}

My original file:
background no
cpu_avg_samples 2
net_avg_samples 2
out_to_console no
use_xft yes
xftfont Bitstream Vera Sans Mono:size=8
own_window_transparent no
own_window_colour hotpink
xftalpha 0.8
on_bottom yes
mail_spool $MAIL
update_interval 1
own_window no
double_buffer yes
# Minimum size of text area
#minimum_size 280 5
maximum_width 700
draw_shades no
draw_outline no
draw_borders no
stippled_borders 10
border_margin 4
border_width 1
default_color lightblue
# default_shade_color green
# default_outline_color yellow
#alignment top_left
#minimum_size 10 10
gap_x 13
gap_y 13
#alignment top_right
alignment bottom_left
#alignment bottom_right
use_spacer no
no_buffers yes
uppercase no

TEXT
${color yellow}${exec tail -n 10 /var/log/messages}




$color$nodename - $kernel
${time %A} - ${time %e %B %G}
${color rgb:77/88/99}==================================
${color rgb:77/88/99}Battery:${color red} $battery
${color rgb:77/88/99}AC:$color $acpiacadapter
${color rgb:77/88/99}${exec cat /proc/acpi/battery/BAT0/info | grep "design capacity:"}
${color rgb:77/88/99}${exec cat /proc/acpi/battery/BAT0/info | grep last}
${color rgb:77/88/99}${exec cat /proc/acpi/battery/BAT0/state | grep "remaining capacity"}
${color rgb:77/88/99}Temp:$color $acpitemp
${color rgb:77/88/99}Fan:$color $i8k_right_fan_status
${color rgb:77/88/99}Uptime:$color $uptime
${color rgb:77/88/99}Load:$color $loadavg
${color rgb:77/88/99}Frequency:$color $freq
${color rgb:77/88/99}CPU:${color #5000a0} ${cpu}% ${cpubar 6,128}
  ${color rgb:77/88/99}${cpugraph 32,170 000000 5000a0}
${color rgb:77/88/99}RAM:$color $memperc% - $mem/$memmax
  ${membar 6,170}
${color rgb:77/88/99}Swap:$color $swapperc% - $swap/$swapmax
  ${swapbar 6,170}
${color rgb:77/88/99}Processes:$color $processes  ${color 
rgb:77/88/99}Running:$color $running_processes
${color rgb:77/88/99}==================================
${color rgb:77/88/99}Wireless:$color ${addr eth1}
${color rgb:77/88/99}Wired:$color ${addr eth0}
${color rgb:77/88/99} Down:${color lightblue} ${downspeed eth1} k/s
  ${color rgb:77/88/99}${downspeedgraph eth1 32,150 ff0000 0000ff}
${color rgb:77/88/99} Up:${color lightblue} ${upspeed eth1} k/s
  ${color rgb:77/88/99}${upspeedgraph eth1 32,150 0000ff ff0000}
${color rgb:77/88/99}File systems:
  ${color lightblue}/    ${fs_used /}/${fs_size /}
  ${fs_bar 6,170 /}
${color rgb:77/88/99}Processor         PID     %
${color lightblue} ${top name 1} ${top pid 1} ${top cpu 1}
${color lightblue} ${top name 2} ${top pid 2} ${top cpu 2}
${color lightblue} ${top name 3} ${top pid 3} ${top cpu 3}
${color rgb:77/88/99}Memory
${color lightblue} ${top_mem name 1} ${top_mem pid 1} ${top_mem mem 1}
${color lightblue} ${top_mem name 2} ${top_mem pid 2} ${top_mem mem 2}
${color lightblue} ${top_mem name 3} ${top_mem pid 3} ${top_mem mem 3}
Comment 1 Kevin Fullerton 2007-07-20 17:52:36 UTC
I've just tried this on my machine (KDE 3.5.5, conky 1.45, AMD64) with the attached .conkyrc file, then did an emerge --sync at the same time as downloading a 110Mb tar file from another machine on the same network, and the bars stayed inside the graph the whole time.
Comment 2 Kevin Fullerton 2007-07-20 17:53:06 UTC
Created attachment 125478 [details]
.conkyrc
Comment 3 Nicolas 2007-07-20 21:06:49 UTC
Extra info:

Im running Conky-1.4.5 with Fluxbox 1.0_rc3  Not sure what anything else you'd need to know in terms of libraries or whatever.

It also seems to only occur while network activity is on my eth0 (wired) connection which is the bottom two graphs.

I just tried the wireless and it appears fine.
Comment 4 Brenden Matthews 2007-08-05 20:50:29 UTC
This should be fixed shortly in svn.
Comment 5 Christian Faulhammer (RETIRED) gentoo-dev 2007-08-07 06:56:28 UTC
version bump done