Results 1 to 4 of 4

Thread: Trying to configure conky on a new system

  1. #1
    Join Date
    Oct 2010
    Location
    Watertown NY
    Beans
    49
    Distro
    Xubuntu 16.04 Xenial Xerus

    Trying to configure conky on a new system

    I have a new install of Ubuntu desktop on an old IBM T43 laptop, and I am trying to get conky up and running. I've copied one of the sample .conkyrc files from the conky sourceforge page and pasted it into ~/.conkyrc . However, I've rebooted conky several times (killall -SIGUSR1 conky) and it still uses the default configuration in: /etc/conky/conky.conf . I figured maybe I needed to restart X11, so I rebooted. Conky didn't start on boot, even though I added it to my startup applications, and running conky in terminal resulted in the following error messages:


    Conky: /home/antony/.conkyrc: 29: no such configuration: 'on_bottom'
    Conky: /home/antony/.conkyrc: 50: no such configuration: 'border_margin'
    Conky: use_spacer should have an argument of left, right, or none. 'no' seems to be some form of 'false', so defaulting to none.
    Conky: unknown variable freq_dyn_g
    Conky: statfs '/mnt/storage/': No such file or directory
    Conky: statfs '/mnt/windows': No such file or directory
    Conky: forked to background, pid is 2112
    antony@antony-ThinkPad-T43:~$
    Conky: desktop window (1600095) is subwindow of root window (14c)
    Conky: drawing to desktop window
    Conky: drawing to double buffer
    Conky: statfs '/mnt/windows': No such file or directory
    Conky: statfs '/mnt/storage/': No such file or directory
    Conky: /proc/i8k doesn't exist! use insmod to make sure the kernel driver is loaded...

    I'm new to Ubuntu and conky, but I thought I knew enough about Linux in general to figure this out on my own.


    I've attached my .conkyrc file.
    Attached Files Attached Files
    Last edited by WanderingOak; October 14th, 2012 at 05:47 PM. Reason: forgot attachment

  2. #2
    Join Date
    Sep 2010
    Location
    Central Calif
    Beans
    1,208
    Distro
    Xubuntu 12.10 Quantal Quetzal

    Re: Trying to configure conky on a new system

    Remember When Double-Dog dare ya's and water balloons were the ultimate weapon?

  3. #3
    Join Date
    Jul 2007
    Location
    UK
    Beans
    17,059
    Distro
    Ubuntu Development Release

    Re: Trying to configure conky on a new system

    Quote Originally Posted by WanderingOak View Post
    I have a new install of Ubuntu desktop on an old IBM T43 laptop, and I am trying to get conky up and running. I've copied one of the sample .conkyrc files from the conky sourceforge page and pasted it into ~/.conkyrc . However, I've rebooted conky several times (killall -SIGUSR1 conky) and it still uses the default configuration in: /etc/conky/conky.conf . I figured maybe I needed to restart X11, so I rebooted. Conky didn't start on boot, even though I added it to my startup applications, and running conky in terminal resulted in the following error messages:


    Conky: /home/antony/.conkyrc: 29: no such configuration: 'on_bottom'
    Conky: /home/antony/.conkyrc: 50: no such configuration: 'border_margin'
    Conky: use_spacer should have an argument of left, right, or none. 'no' seems to be some form of 'false', so defaulting to none.
    Conky: unknown variable freq_dyn_g
    Conky: statfs '/mnt/storage/': No such file or directory
    Conky: statfs '/mnt/windows': No such file or directory
    Conky: forked to background, pid is 2112
    antony@antony-ThinkPad-T43:~$
    Conky: desktop window (1600095) is subwindow of root window (14c)
    Conky: drawing to desktop window
    Conky: drawing to double buffer
    Conky: statfs '/mnt/windows': No such file or directory
    Conky: statfs '/mnt/storage/': No such file or directory
    Conky: /proc/i8k doesn't exist! use insmod to make sure the kernel driver is loaded...

    I'm new to Ubuntu and conky, but I thought I knew enough about Linux in general to figure this out on my own.


    I've attached my .conkyrc file.
    It means conky cant start as one or more of the variables is set wrong for that machine.

    Try # commenting the offending one out. for correct config see this.

    http://conky.sourceforge.net/config_settings.html

    Try mine which is attached.
    Attached Files Attached Files
    Last edited by philinux; October 14th, 2012 at 06:00 PM.

  4. #4
    Join Date
    Oct 2010
    Location
    Watertown NY
    Beans
    49
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Trying to configure conky on a new system

    Quote Originally Posted by philinux View Post
    It means conky cant start as one or more of the variables is set wrong for that machine.

    Try # commenting the offending one out. for correct config see this.

    http://conky.sourceforge.net/config_settings.html

    Try mine which is attached.
    Well, your config file worked, once I commented out the second CPU. Thanks for the help!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •