Your message dated Mon, 1 Jun 2015 01:45:11 -0700
with message-id 
<CACZd_tCgP1HK=cb4+-yftn5dn5ssr5yyoytenk+qvysbrgb...@mail.gmail.com>
and subject line Re: Bug#785722: conky-all: wlan conditional fails with kernel 
4.x
has caused the Debian Bug report #785722,
regarding conky-all: wlan conditional fails with kernel 4.x
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
785722: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785722
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: conky-all
Version: 1.9.0-6
Severity: normal

Dear Maintainer,

   * What led up to the situation?

Updaded Sid to kernel 4.0.0-1

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

Have conditional in conky that looks like this -

${if_existing /proc/net/route wlan0}
wireless bitrate:$alignr${wireless_bitrate wlan0}
$alignr${wireless_link_bar 3,150 wlan0}
link quality:$alignr${wireless_link_qual_perc wlan0}%${endif}

   * What was the outcome of this action?

Output displays once then freezes.  Wireless bitrate always reads 1mb/sec and
link quality always reads either 34% or 99% Output does not change even though
conky refreshes every 1 sec.  Worked fine in previous kernels.

   * What outcome did you expect instead?

Expected wireless output to work as in previous versions instead of hanging.



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.0.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages conky-all depends on:
ii  libaudclient2     3.5~rc2-dmo1
ii  libc6             2.19-18
ii  libcairo2         1.14.2-2
ii  libcurl3-gnutls   7.42.1-2
ii  libdbus-glib-1-2  0.102-1
ii  libglib2.0-0      2.44.0-3
ii  libimlib2         1.4.7-1
ii  libiw30           30~pre9-8
ii  liblua5.1-0       5.1.5-7.1
ii  libncurses5       5.9+20140913-1+b1
ii  libtinfo5         5.9+20140913-1+b1
ii  libx11-6          2:1.6.3-1
ii  libxdamage1       1:1.1.4-2+b1
ii  libxext6          2:1.3.3-1
ii  libxfixes3        1:5.0.1-2+b2
ii  libxft2           2.3.2-1
ii  libxml2           2.9.2+dfsg1-3
ii  libxmmsclient6    0.8+dfsg-12
ii  libxnvctrl0       340.46-2

conky-all recommends no packages.

Versions of packages conky-all suggests:
pn  apcupsd    <none>
pn  audacious  <none>
pn  moc        <none>
pn  mpd        <none>
pn  xmms2      <none>

-- no debconf information
# conky configuration
#
# The list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check http://conky.sf.net for an up-to-date-list.
#
# For ideas about how to modify conky, please see:
# http://crunchbanglinux.org/forums/topic/59/my-conky-config/
#
# For help with conky, please see:
# http://crunchbanglinux.org/forums/topic/2047/conky-help/
#
# Enjoy! :)
##############################################
# Settings
##############################################
background yes
use_xft yes
xftfont Liberation Sans:size=11
xftalpha 1
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type desktop
#own_window_argb_visual yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 200 200
maximum_width 240
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
#default_color 656667
default_color cccccc
default_shade_color 000000
default_outline_color 828282
alignment top_right
gap_x 12
gap_y 48
no_buffers yes
uppercase no
cpu_avg_samples 2
#override_utf8_locale no
# Displays degree symbol, instead of &Acirc;&deg;, etc.
override_utf8_locale yes
##############################################
#  Output
##############################################
TEXT
#S Y S T E M    I N F O
#${time %a, %e %B %G}$alignr${time %H:%M:%S}
#${font DejaVu Sans Mono :size=9}${exec cal}
#${font Liberation Sans:size=9}
#${hr}
host:$alignr$nodename
#EST: $alignr ${tztime America/Detroit %a, %b %d %H:%M:%S}
#IST: $alignr ${tztime Asia/Kolkata %a, %b %d %H:%M:%S}
uptime:$alignr$uptime
cpu freq:  ${alignr}${freq} mhz
cpu temp: ${alignr}${exec sensors | grep "Core 0" | cut -c16-19}°C
cpu 0:$alignr${cpu cpu1}%
cpu 1:$alignr${cpu cpu2}%
cpu 2:$alignr${cpu cpu3}%
cpu 3:$alignr${cpu cpu4}%
cpu 4:$alignr${cpu cpu5}%
cpu 5:$alignr${cpu cpu6}%
cpu 6:$alignr${cpu cpu7}%
cpu 7:$alignr${cpu cpu8}%
# gpu freq: ${alignr}${exec nvidia-settings -q GPUCurrentClockFreqs | perl -ne 
'print $1 if /GPUCurrentClockFreqs.*?: (\d+)./;'} mhz
# gpu temp: ${alignr}${exec nvidia-settings -q gpucoretemp |grep '):' | cut -d 
' ' -f 6,6 | sed -e 's/.\{1\}$//'}°C
memory:$alignr$mem / $memmax
$alignr${membar 3,150}
swap:$alignr$swap/ $swapmax
$alignr${swapbar 3,150}
root:$alignr${fs_used /} / ${fs_size /}
$alignr${fs_bar 3,150 /}
/home:$alignr${fs_used /home} / ${fs_size /home}
$alignr${fs_bar 3,150 /home}${if_match "${battery_short}" != "F"}
battery:  ${battery_percent}%$alignr${battery_time}
$alignr${battery_bar 3,150}${endif}
# ${if_existing /proc/net/route wlan0}
# wireless bitrate:$alignr${wireless_bitrate wlan0}
# $alignr${wireless_link_bar 3,150 wlan0}
# link quality:$alignr${wireless_link_qual_perc wlan0}%${endif}




#S H O R T C U T    K E Y S
#${hr}
#Alt+F2$alignr Run Dialog
#Alt+F3$alignr Alt Menu
#Super+Space$alignr Main Menu
#Super+Tab$alignr Client Menu
#Super+t$alignr Terminal
#Super+f$alignr File Manager
#Super+e$alignr Editor
#Super+m$alignr Media Player
#Super+w$alignr Web Browser
#Super+h$alignr Task Manager
#Super+l$alignr Lock Screen
#Super+v$alignr Volume Control
#Super+x$alignr Logout
#PrtSc$alignr Screenshot
# conky configuration
#
# The list of variables has been removed from this file in favour
# of keeping the documentation more maintainable.
# Check http://conky.sf.net for an up-to-date-list.
#
# For ideas about how to modify conky, please see:
# http://crunchbanglinux.org/forums/topic/59/my-conky-config/
#
# For help with conky, please see:
# http://crunchbanglinux.org/forums/topic/2047/conky-help/
#
# Enjoy! :)
##############################################
# Settings
##############################################
background yes
use_xft yes
xftfont Liberation Sans:size=11
xftalpha 1
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type desktop
#own_window_argb_visual yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 200 200
maximum_width 240
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
#default_color 656667
default_color cccccc
default_shade_color 000000
default_outline_color 828282
alignment top_right
gap_x 12
gap_y 48
no_buffers yes
uppercase no
cpu_avg_samples 2
#override_utf8_locale no
# Displays degree symbol, instead of &Acirc;&deg;, etc.
override_utf8_locale yes
##############################################
#  Output
##############################################
TEXT
#S Y S T E M    I N F O
#${time %a, %e %B %G}$alignr${time %H:%M:%S}
#${font DejaVu Sans Mono :size=9}${exec cal}
#${font Liberation Sans:size=9}
#${hr}
host:$alignr$nodename
#EST: $alignr ${tztime America/Detroit %a, %b %d %H:%M:%S}
#IST: $alignr ${tztime Asia/Kolkata %a, %b %d %H:%M:%S}
uptime:$alignr$uptime
cpu freq:  ${alignr}${freq} mhz
cpu temp: ${alignr}${exec sensors | grep "Core 0" | cut -c16-19}°C
cpu 0:$alignr${cpu cpu1}%
cpu 1:$alignr${cpu cpu2}%
cpu 2:$alignr${cpu cpu3}%
cpu 3:$alignr${cpu cpu4}%
cpu 4:$alignr${cpu cpu5}%
cpu 5:$alignr${cpu cpu6}%
cpu 6:$alignr${cpu cpu7}%
cpu 7:$alignr${cpu cpu8}%
# gpu freq: ${alignr}${exec nvidia-settings -q GPUCurrentClockFreqs | perl -ne 
'print $1 if /GPUCurrentClockFreqs.*?: (\d+)./;'} mhz
# gpu temp: ${alignr}${exec nvidia-settings -q gpucoretemp |grep '):' | cut -d 
' ' -f 6,6 | sed -e 's/.\{1\}$//'}°C
memory:$alignr$mem / $memmax
$alignr${membar 3,150}
swap:$alignr$swap/ $swapmax
$alignr${swapbar 3,150}
root:$alignr${fs_used /} / ${fs_size /}
$alignr${fs_bar 3,150 /}
/home:$alignr${fs_used /home} / ${fs_size /home}
$alignr${fs_bar 3,150 /home}${if_match "${battery_short}" != "F"}
battery:  ${battery_percent}%$alignr${battery_time}
$alignr${battery_bar 3,150}${endif}
# ${if_existing /proc/net/route wlan0}
# wireless bitrate:$alignr${wireless_bitrate wlan0}
# $alignr${wireless_link_bar 3,150 wlan0}
# link quality:$alignr${wireless_link_qual_perc wlan0}%${endif}




#S H O R T C U T    K E Y S
#${hr}
#Alt+F2$alignr Run Dialog
#Alt+F3$alignr Alt Menu
#Super+Space$alignr Main Menu
#Super+Tab$alignr Client Menu
#Super+t$alignr Terminal
#Super+f$alignr File Manager
#Super+e$alignr Editor
#Super+m$alignr Media Player
#Super+w$alignr Web Browser
#Super+h$alignr Task Manager
#Super+l$alignr Lock Screen
#Super+v$alignr Volume Control
#Super+x$alignr Logout
#PrtSc$alignr Screenshot

--- End Message ---
--- Begin Message ---
On Sun, May 31, 2015 at 8:28 AM, allan <[email protected]> wrote:
> Not a bug with conky; wicd-kde is displaying the same behavior.  Please feel
> free to close.
>
> Thank you -

Closing #785722 as requested by submitter.

Regards,
Vincent

--- End Message ---

Reply via email to