WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: xvesa upgrade breaks conky...  (Read 2382 times)

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
xvesa upgrade breaks conky...
« on: February 26, 2015, 10:16:49 PM »
Xvesa 1.1 upgrade broke conky.

Removing Xvesa and re-installing Xvesa-old restored conky functionality.

Attempting to launch conky via terminal on Xvesa 1.1 resulted in the following error:
Code: [Select]
tc@box:~$ conky
Conky: desktop window (3a) is root window
Conky: drawing to desktop window
Conky: drawing to double buffer
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 141 requests (141 known processed) with 0 events remaining.
Let me know if you need additional information.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: xvesa upgrade breaks conky...
« Reply #1 on: February 27, 2015, 01:11:48 AM »
Do the startup messages differ on old Xvesa? Does it not try to use double-buffering, etc?
The only barriers that can stop you are the ones you create yourself.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: xvesa upgrade breaks conky...
« Reply #2 on: February 27, 2015, 08:44:36 AM »
Please test the latest.
The only barriers that can stop you are the ones you create yourself.

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: xvesa upgrade breaks conky...
« Reply #3 on: February 27, 2015, 08:57:27 AM »
Attempting to run conky without double buffer results in the same IO error:
Code: [Select]
tc@box:~$ conky
Conky: desktop window (3a) is root window
Conky: drawing to desktop window
Conky: drawing to single buffer
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
      after 146 requests (146 known processed) with 0 events remaining.

Here's my conkyrc if it helps. Pretty basic, ran perfectly fine under the old Xvesa.
Code: [Select]
# Conky, a system monitor, based on torsmo
#
# Any original torsmo code is licensed under the BSD license
#
# All code written since the fork of torsmo is licensed under the GPL
#
# Please see COPYING for details
#
# Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
# All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#

alignment top_right
#background no
#border_width 1
#cpu_avg_samples 2
default_color grey
#default_outline_color white
#default_shade_color white
#draw_borders yes
#draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont DejaVu Sans Mono:size=12
gap_x 1
gap_y 1
minimum_size 5 5
#net_avg_samples 2
#no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
#own_window yes
#own_window_class Conky
own_window_type desktop
stippled_borders 0
update_interval 1.5
#double_buffer yes
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no

TEXT
CPU $cpu%  RAM $memperc%  Swap $swapperc%
Uptime $uptime
$acpitemp C
$sysname $kernel $machine

My system is up to date, running latest conky, Xvesa and TC6.1rc1.

Latest what? You want me retry after upgrading to rc2?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: xvesa upgrade breaks conky...
« Reply #4 on: February 27, 2015, 09:08:54 AM »
Latest Xvesa, it was updated ~20min ago.
The only barriers that can stop you are the ones you create yourself.

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: xvesa upgrade breaks conky...
« Reply #5 on: February 27, 2015, 12:21:09 PM »
Removed and installed latest Xvesa and problem persists, same IO error message, still breaks conky. Let me know if you want me to try anything else, otherwise i will revert to Xvesa-old. Thanks.

Edit: Toggled every conkyrc parameter i thought may contribute to the problem with no luck.
« Last Edit: February 27, 2015, 12:55:16 PM by nitram »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: xvesa upgrade breaks conky...
« Reply #6 on: February 27, 2015, 01:34:56 PM »
1.2 fixed it for me with the default conky config, I'll try your config next week.

edit: Your config works for me?
« Last Edit: February 27, 2015, 01:38:58 PM by curaga »
The only barriers that can stop you are the ones you create yourself.

Offline nitram

  • Hero Member
  • *****
  • Posts: 1054
Re: xvesa upgrade breaks conky...
« Reply #7 on: February 27, 2015, 03:39:00 PM »
Thanks for mentioning Xvesa v1.2.

Network connection and everything else on my system is otherwise working well, but both Apps GUI and tce-ab only show Xvesa-old and Xvesa v1.1, not 1.2.

tcemirror indicates http://distro.ibiblio.org/tinycorelinux/

Maybe a delay in getting v1.2 uploaded to the repository? Which repo do you usually update first?... or am i missing something?

Edit: the ftp repo also just shows Xvesa v1.1

Edit: okay, now got the update, conky works fine with Xvesa 1.2, thanks for the fix - problem solved.
« Last Edit: February 27, 2015, 03:47:03 PM by nitram »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: xvesa upgrade breaks conky...
« Reply #8 on: March 02, 2015, 09:37:05 AM »
There is usually a ~one day delay with mirrors. We update the primary/master repo at tinycorelinux.net, then mirrors pull at their own schedules. Some update hourly, ibiblio daily.
The only barriers that can stop you are the ones you create yourself.