Weird conky behaviour after update.

Yesterday I -Syu'ed and it updated a lot of thing due to openssl rebuild. Now, conky behaves weirdly. I cannot monitor network up/down speed, gmail and weather scripts don't work either. What's even more strange is that there are no errors. It just doesn't work!
Here's my .conkyrc. Any ideas?
own_window yes
own_window_colour 0F0D0D
use_spacer right
use_xft yes
# Update interval in seconds
update_interval 1
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Create own window instead of using desktop (required in nautilus)
own_window yes
own_window_transparent no
own_window_type override
own_window_hints undecorate,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone)
double_buffer yes
#colour
default_color 808080
own_window_colour 333333
#font
use_xft yes
xftfont Droid Sans:pixelsize=11
# Stippled borders?
stippled_borders 0
# border margins
# border width
border_width 1
alignment top_left
gap_x 5
gap_y 5
# --- Colours, Sizes, Fonts & Margins --- #
minimum_size 1356 0
#stippled_borders 3
#border_inner_margin 9
# --- Text --- #
draw_outline no
draw_borders no
uppercase no
draw_shades no
Continued:
TEXT
${color}CPU0: ${color ffffff}  ${execi 5 sensors | grep -A 0 'Core 0' | cut -c15-21} | ${color}CPU1: ${color ffffff} ${execi 5 sensors | grep -A 0 'Core 1' | cut -c15-21} | ${color}GPU: ${color ffffff} ${execi 20 aticonfig --adapter=0 --od-gettemperature | tail -n1 | gawk '{ printf $5 }'}°C | ${color}HDD: ${color ffffff} ${execi 60 sudo hddtemp /dev/sda | grep -A 0 '/dev/sda' | cut -c24-29} | ${color}RAM: ${color ffffff} $mem | ${color}Total Down: ${color ffffff} ${if_existing /sys/class/net/eth0/operstate up}${totaldown eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${totaldown wlan0}${else}${endif}${endif} | ${color}Total Up: ${color ffffff}${if_existing /sys/class/net/eth0/operstate up}${totalup eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${totalup wlan0}${else}${endif}${endif} | ${color} Down Speed: ${color ffffff} ${if_existing /sys/class/net/eth0/operstate up}${downspeed eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${downspeed wlan0}${else}${endif}${endif}| ${color}Up Speed: ${color ffffff} ${if_existing /sys/class/net/eth0/operstate up}${upspeed eth0}${else}${if_existing /sys/class/net/wlan0/operstate up}${upspeed wlan0}${else}${endif}${endif} ${alignr} ${color} Mail: ${color ffffff} ${execi 300 perl ~/scripts/gmail.pl n} new ${color} | ${color} Weather: ${color ffffff} ${execi 3600 python ~/scripts/conkyForecast.py --location=TUXX0002 --datatype=CC}, ${execi 3600 python ~/scripts/conkyForecast.py --location=TUXX0002 --datatype=HT} ${color}| ${color ffffff}${time %A} ${time %e} ${time %B} ${time %G} - ${time %H:%M:%S}
Last edited by dcc24 (2010-04-10 13:53:21)

http://bbs.archlinux.org/viewtopic.php?id=94213

Similar Messages

  • Strange behaviour after update to 10.4.7

    Soon after updating to 10.4.7 (via Software Update) my MacBooks seems to be defective.
    After updating to 10.4.7 I heard the "whining" for the very first time on my MacBook. It cames from the area of the power supply connector. But that's not my main problem.
    The next morning after the update, my MacBook seems to be dead. I switched my MacBook on, the start up sound was coming, but the screen remains white and shows no Apple logo. After 30 seconds a lot of vertical lines occurs on the screen. Nothing more happens.
    After I checked some possible sources, e.g. the memory modules, I found out that reseting the PRAM seems to fix my problem: The MacBook was booting and working w/o any failures. Unfortunately, only temporarily.
    As I restarted the MacBook after some time, the same problem occurs
    Any ideas before I bring in the MacBook to service?
    Regards,
    Tom
    MacBook in black

    Missing files? Well the combo is exactly that, a
    combination of all previous updates and security
    updates. I think it's a misguided belief people have
    that the Delta may be missing certain essential
    files. Based on that theory you shouldn't use
    Software Update at all for any updates.
    AppleTalker, normally I'd agree with you on this (never had any problem using Software Update), but in the case of 10.4.7 it looks like Apple actually forgot some files in the Delta (i.e.Software Update) they originally posted:
    http://www.macfixit.com/article.php?story=20060705002510509
    More on the Intel re-release and build numbers We previously noted that Apple re-released the Mac OS X 10.4.7 updater for Intel-based Macs due to the omission of some files related to OpenGL performance.
    According to Apple, the omission only affected the delta (smaller, version-to-version) update, with the combo updater apparently carrying the OpenGL-related files all along. In other words, if you initially applied the combo updater, you do not need to download any additional files.

  • Weird 'download' error after updating to ver 5

    After updating to ver 5 on Mac OSX snow leopard I occasionally get chrome://mozapps/content/downloads/download.xml:68 script errors appearing in the download window. I am not trying to start any downloads when the error appears... It stops firefox from responding for a minute or two.

    If you are using some version of Windows, I believe that this is by design, that you cannot specify Lightroom as the default program to open a photograph; you can only specify Lightroom as the default program to open a Lightroom catalog file.

  • Weird font issues after update.

    After updating to Snow Leopard, I started getting permission questions from Firefox about a font that I had stored on an external drive. Now I'm getting an alert that's in a garbled font. Any suggestions?

    https://discussions.apple.com/message/15330521#15330521

  • Strange next_page parameter behaviour after updating to jdeveloper 10.1.3.2

    Hi,
    A while back I created a multipage portlet which links to pages using links with the next_page parameter. Until recently I had used the value for next_page as htdocs/portletname/first.jsp, htdocs/portletname/second.jsp, etc. This worked fine.
    Now this week after redeploying an old multipage portlet built (same code, same environment) with the newer version of jdeveloper (10.1.3.2) these links with next_page stopped working. After investigation for a while I noticed that I now had to add an / to the beginning of the next_page parameter. So now the parameters values have to be like /htdocs/portletname/first.jsp, /htdocs/portletname/second.jsp, etc to work.
    Could someone explain what is the cause for this behaviour?

    Hi Didier,
    I did some more experimenting and I think the problem is somewhere in skins.
    I downloaded "mycompany" and "limerone" skin from WebCenter page.
    Now the problem appears only if I use mycompany or limerone skin and only with firefox2.0.
    In JDeveloper visual editor after deleting oracle-desktop-10_1_3_X_0-en-ie-6-windows-s.css problem is solved and also with IE I have no problem. Also no problem if I use "oracle" skin with firefox2.0.
    please try it (new skins + FF) and you will see...
    thanks,
    Branislav

  • Mac Mini - Weird screen colours after update - Help!?

    I just updated to Mavericks on my Mac Mini and my colours have went really weird.  The reds and oranges are now greens, and the blues are now purples.  I just thought this was the new colour scheme (LOL) then I realised the colours had effected everything.  Panicking abit as the colour is very important for my photography work.
    The screen I have plugged in is just a bog standard 21".  I tried the standard calbriation test but it was useless, it ended up extremely bright and still badly coloured, and there was no way I was saving that as a profile - Should I try the 'expert mode' calibiration?
    Any advice would be great! Thank you kindly! :-)

    Update: I am trying to boot from the mac osx install disc; holding down C or alt/option upon startup isn't doing anything....

  • Strange sleeping behaviour after update to 10.8.5

    I've updated my iMac to 10.8.5, and now when I put it to sleep, turning off my bluetooth trackpad or keyboard wakes it up again.
    It's set not to wake for Network events in System Preferences, and I can't see anything else to try.
    Anyone have any ideas please?
    Thanks
    Steve

    Incorrect date or time displayed in various applications

  • ScriptUI : Weird Dropdownlist behaviour after relocation

    Hi all,
    I am facing a tough one and maybe that will ring a bell to someone here. I am working on an advanced ScriptUI project and there is a group of three objects.
    First group is a ListBox. Second and third object are groups. These secondary groups include a dropdown list each.
    I relocate the primary objects once the window is drawn or in case of resizing. If I place my items as I want then the first dropdownlist (Para St.) is not clickable no matter what. The second one (Char St.) no problem.
    If I pull the Para DD away, it's selectable.
    And I can't explain myself what's happening here. I thought it would be due to some overlapping. So I modified the list size and it's not the source of the trouble. If I swicth position between the dropdown lists then it's always the top one which remains unclickable unless I place it far away from the bottom one. I mean far because it's like 100 px distance at least. If i reduce to 80 it starts being hardly clickable.
    The colored zones represent the objects. Grey stands for the list. White for the parent group.
    Any ideas here ? Thanks in advance anyway.
    Loic

    Oops ! That was for Workshop 6 (CC 5.1). For Workshop 5.0, you
    can try installing the corresponding latest C++ patch:
    Patch-ID# 107311-12
    Synopsis: C++ 5.0: Patch for C++ 5.0 compiler
    (Bug id # 4347423 - Build 5.0 libCstd.a with -KPIC)
    One workaround is to build a shared version of libCstd from libCstd.a
    and use the shared library instead of the archive:
    CC -G -z allextract libCstd.a -h libCstd.so.1 -o libCstd.so.1 -lCrun
    ln -s libCstd.so.1 libCstd.so
    Hope this helps.
    Thanks,
    Gopinath.

  • Something wrong with my iPhone 5's camera after update IOS 8.1.2

    After update to 8.1.2, this issue appears.
    I took a picture before update and it was fine. Then, it appears a weird black line after update.
    I don't think its something in the lens.
    Here are the pictures

    Hello januschang,
    As this appears to be a string (possibly under the lens), the link below can assist with setting up service for your iPhone.
    Service Answer Center - iPhone
    http://support.apple.com/kb/index?page=servicefaq&product=iphone
    Cheers,
    Allen

  • I find Mail under Mavericks to be weird. Are others having this same difficulty. "Upgraded" to Mavericks last week, after updating the firmware to my WD external HD.

    I find Mail under Mavericks to be weird. Are others having this same/similar difficulty? "Upgraded" to Mavericks last week, after updating the firmware to my WD external HD.

    "Weird" needs further explanation.
    Google's highly nonstandard IMAP implementation is weird, if you're using Gmail, though Apple bent over backwards to accomodate it. Other than that, what do you mean by "weird"?

  • Weird gnome after update

    After update:
    [2007-10-26 15:08] starting full system upgrade
    [2007-10-26 15:14] upgraded lcms (1.17-1 -> 1.17-2)
    [2007-10-26 15:14]
    [2007-10-26 15:14] NOTE for drcaw:
    [2007-10-26 15:14] ----
    [2007-10-26 15:14] ==> dcraw provides the simple commandline tools for raw conversion. If you
    [2007-10-26 15:14] ==> are looking for a more sophisticated way consider gimp-ufraw, which
    [2007-10-26 15:14] ==> provides a gimp-plugin and a standalone application that can even convert
    [2007-10-26 15:14] ==> to 16-bit tiff files (which you can use in cinepaint eg.) So please do a
    [2007-10-26 15:14] ==> 'pacman -S gimp-ufraw' to get it.
    [2007-10-26 15:14]
    [2007-10-26 15:14] upgraded dcraw (1.392-1 -> 1.392-2)
    [2007-10-26 15:14] upgraded transcode (1.0.3-1 -> 1.0.4-1)
    [2007-10-26 15:14]
    [2007-10-26 15:14] NOTE on dvdrip
    [2007-10-26 15:14] ----
    [2007-10-26 15:14] ==> in order to create ogm/odd video files, you will need ogmtools
    [2007-10-26 15:14] ==> pacman -S ogmtools
    [2007-10-26 15:14]
    [2007-10-26 15:14] update desktop mime database...
    [2007-10-26 15:14] upgraded dvdrip (0.98.6-2 -> 0.98.8-1)
    [2007-10-26 15:15] upgraded epiphany (2.20.0-1 -> 2.20.1-1)
    [2007-10-26 15:15]
    [2007-10-26 15:15] --> printing support in gimp depends on gutenprint. Install it if you need
    [2007-10-26 15:15] --> printing.
    [2007-10-26 15:15]
    [2007-10-26 15:15] update desktop mime database...
    [2007-10-26 15:15] upgraded gimp (2.2.17-1 -> 2.4.0-1)
    [2007-10-26 15:15] upgraded gnome-system-monitor (2.20.0-1 -> 2.20.1-1)
    [2007-10-26 15:16] upgraded gnome2-user-docs (2.20.0-1 -> 2.20.1-1)
    [2007-10-26 15:16] >> The bonjour plugin is now included in pidgin. If you wish to use
    [2007-10-26 15:16] >> it, please install avahi.
    [2007-10-26 15:16] upgraded pidgin (2.2.1-1 -> 2.2.2-1)
    [2007-10-26 15:16]
    [2007-10-26 15:16] --> qjackctl controls the jack-audio-connection-kit server. It runs one instance of
    [2007-10-26 15:16] --> it as the user that started qjackctl itself.
    [2007-10-26 15:16]
    [2007-10-26 15:16] --> NOTE: As of kernel 2.6.12 in concert with pam-0.80-2 and later it is
    [2007-10-26 15:16] --> possible to provide realtime capabilities to certain user groups. Running
    [2007-10-26 15:16] --> jack, qjackctl and subsequent programs like hydrogen as root isn't
    [2007-10-26 15:16] --> necessary any longer nor is it recommended any more!!!
    [2007-10-26 15:16]
    [2007-10-26 15:16] --> Read: http://bbs.archlinux.org/viewtopic.php?p=97617#97617
    [2007-10-26 15:16]
    [2007-10-26 15:16] upgraded qjackctl (0.2.23-1 -> 0.2.23-2)
    [2007-10-26 15:16] upgraded skype (1.4.0.118-1 -> 1.4.0.118-2)
    [2007-10-26 15:16] >>> As of kernel 2.6.18, WINE will not work unless you disable the Legacy
    [2007-10-26 15:16] >>> VM Layout, else you will get segfaults!
    [2007-10-26 15:16] >>> Please remove the old entry from your /etc/sysctl.conf
    [2007-10-26 15:16] >>> vm.legacy_va_layout = 1
    [2007-10-26 15:16] upgraded wine (0.9.45-1 -> 0.9.47-1)
    I restarted my PC and then gnome got very weird:
    First my desktop shortcut to my home folder dissapered
    Second all the close/maximize/minimize buttons in the top right corner of every application have dissapered and I have no clue how to bring them back (I tried changing the theme, but the problem still exist)
    EDIT: Also no key combinations work: Alt + tab, alt + F1, etc...
    Last edited by Dheart (2007-10-26 16:25:33)

    drummer --
    Welcome to Apple Discussions!
    We're not staff, but other Mac users here, asking questions and sharing solutions.
    You have downloaded (or someone has given you) a free or real cheap "All Caps" font.
    Because it was not built correctly, it is conflicting with an often used font on websites like Arial or Helvetica. You need to go through your Font Book application and actually look at your fonts to find that one.
    I'm familiar with many fonts, but I don't recognize that one. Most likely because it's free.

  • Weird iCal bug after 10.4.8 update

    After updating to Mac OS X 10.4.8 I get the following display bug with my iCal reminders, i.e. the reminder appears way off to the side of the screen. This happens on both of my machines:
    http://web.mac.com/csearles/iWeb/Site%202/Photos%202.html
    G 4 Cube   Mac OS X (10.4.7)  

    Hello Chris.
    Apparently noone at Apple cares enough to
    respond to this issue...
    Sorry you and at least one other person are experiencing this problem but FYI - this is a user to user help forum only that is provided and moderated by Apple so it is a very rare when an Apple employee responds direct to a post or thread here.
    Since I haven't experienced the same and this is the first I've seen such a problem reported, this issue may be caused by a problem with the iCal preference file.
    Quit the iCal.app first and locate the iCal preference file in your Preferences folder at Home > Library > Preferences. Move the iCal preference file to the Desktop.
    Launch iCal and check your iCal settings since all settings are stored in the preference file for the application.
    If this resolves it, you can delete the old iCal preference file from the Desktop. If you can determine this doesn't resolve it before updating any preference settings, you can replace the new preference file created with the old preference file placed on the Desktop with the application quit before doing so.

  • Macbook 2.4 2008 after update 10.6.8 and firmware, won't fully boot

    Weird problem after updating to 10.6.8 from 10.6.0 (fresh install).
    I went thru Software Update, it downloaded 10.6.8 and the other updates. It also found that I needed a Firmware Update, which I also choose to install.
    The updates went thru okay, including the Firmware. Everything went exactly as it should. The machine booted as per normal.
    Afterwards, I checked that it had updated normally to 10.6.8 and everything checked out okay. 
    I left the Macbook plugged in and in Sleep. It was like this for probably 24 hours. NO BATTERY INSTALLED (don't know if this could be a problem, but I don't see how). I just came back now to find that I can't get back to the desktop from Sleep, nor can I boot to the desktop.
    Specifically, here's what I see:
    - first, on trying to Wake from Sleep, the screen remained black. The Superdrive spun up, the white light at the front of the Macbook was pulsing. But no desktop.
    - I then held the Power button till it shut down. Then rebooted. And here's what I got:
    a) no startup chime
    b) I could Superdrive and fans and HD spin up
    c) the display turned on, but didn't show the startup screen, no Apple logo, etc. It just went to the Desktop in about 10-15 seconds.
    d) on the Desktop I can see:
    - the Desktop background
    - the Disk Utility window open to Repair Permissions, which was the last thing I'd done on the Macbook (permissions checked out okay)
    - and THIS: I've never seen it before, but the Desktop is a bit "fuzzy", I can see the background and the Disk Utility window though, as well as a NUMBER OF SHORT BARS towards the bottom of the screen, and there's a BAR BY BAR PROGRESS from left to right (the first bar is filled in, then the second, etc.), BUT the progress DOESN'T make it to the last bar before the SCREEN GOES BLACK AGAIN  (*sorry for the caps, but I'm trying to highlight the salient parts).
    Any ideas?
    Is this somehow related to the Firmware update? I remember that the Macbook booted fine after the Firmware update, the long horizontal progress bar was filled in as normal and got to the end; IIRC the Macbook then booted fine. I believe it was at this point that I repaired Permissions. Then left the Macbook, only to return to find it as it is now.
    Any help much appreciated.

    Update:
    Installed 10.6 and did all the updates, am now using it with an external monitor. Working fine as a Mini, but a real bummer re. the black or blue screen.
    Without external monitor connected, I get this:
    - I can boot, with startup chime, from DVD or external hard disk, after holding Option at startup and choosing bootable volume on screen; I can also boot from the DVD by holding down C key
    - When I boot, the startup chime doesn't sound right away, as there's a short delay; in that time (a few seconds), the LED light at the front of the Macbook FLASHES 5 TIMES; there are NO error beep sounds
    - The boot screen starts up, I get Apple logo and spinning wheel, and at about the usual point where the screen goes blue for a couple seconds, before the Macbook boots to the desktop, the screen goes black
    - The Macbook seems to go to Sleep, with the screen black; the front light pulses
    - I can wake the Macbook from Sleep by pressing a key
    - Previously, after waking from Sleep, the Macbook went to the desktop -> in other words, the Macbook completed startup with the black screen;
    - When the Macbook woke from Sleep, there was a slight delay of a few seconds before the Trackpad and Keyboard became active; I then had a few seconds to use the Trackpad before the screen went black again, and the Macbook went back to Sleep
    - Now, though, when I wake it from Sleep, I get a Blue Screen, and the screen stays blue; i.e., doesn't turn black and the Macbook doesn't sleep
    All of this refers to booting the Macbook without an external monitor connected.
    When booting with an external monitor, everything works normally.
    POINTS OF PARTICULAR INTEREST:
    1) all of this happened from the time I updated the Firmware, as per Software Update
    2) the screen works during the boot process, then goes black
    3) boot completes even with black screen
    4) the screen works for a 10 seconds when Macbook wakes from Sleep, then goes black again
    5) now, the screen goes blue - and stays there - when the Macbook wakes from Sleep
    6) Macbook works normally with external monitor; the Macbook's internal display is not recognized when an external monitor is connected; the iSight camera is not recognized
    So, what the heck happened?
    I can understand the internal display and/or onboard video getting broken, but then it should simply not work at all, right? How is it that it works "partially" or "temporarily", during boot and when waking from Sleep, before going black?
    What is with the 5 flashing LEDs at boot or when waking from Sleep? (I can't find any info concerning the Macbook and 5 flashing LEDs, but only concerning the Macbook Air, and it refers to a battery problem).

  • Can not access BIOS after update BIOS

    Can not access BIOS after update X220 BIOS to version 1.19
    Type: 4290-R32
    BIOS: 1.19
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/8duj09uc.txt
    http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/8duj09uc.iso
    Ask google and try anyway but not work
    - Press ThinkVantage, Press F1, Press Fn+F1
    - Power off, unplug AC, unplug battery, wait 15 miniute, try all again
    - Try to update BIOS again

    That is really weird.
    When you are in Windows, can you test and see if the F1 key is working? If it is working. Shut down the laptop then boot it back up. At the Thinkpad screen, keep spamming the F1 key and see if you are able to boot into BIOS.
    //JameZ
    Check out the Community Knowledge Base for hints and tips.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    X240 | 8GB RAM | 512GB Samsung SSD

  • No sound when watching full-screen movies or TV shows in iTunes after update to 11.1

    After updating to iTunes 11.1, any full-screen movies or TV shows I try to play on my Thunderbolt display with my MacBook Pro have no audio. If I plug in speakers or headphones, I get audio, just not from the Thunderbolt display. Audio works fine from MBP.
    Weird thing is, if I plug in other speakers or headphones and then *unplug* them, the Thunderbolt display's speakers start working again. Every time you start a new show or movie, though, you have to do this again after the full-screen video opens on the display.
    Really weird. I obviously suspect i has something to do with the 11.1 update to iTunes 'cause audio works just fine through the display for iTunes music and other content and for the web and all other apps and games, whether they're in full-screen mode or not.
    Keep checking Software Update hoping to see that "1" badge pop up on the App Store, lol.
    Anyone else experienced this?

    Thanks allen222! I've been banging my head against this issue as well - glad to hear it's fixed in Mavericks - was planning to upgrade shortly.

Maybe you are looking for

  • User exit MM06E005 - Customer fields in purchasing document

    Hi, I am using user exit MM06E005 - Customer fields in purchasing document to validate the line items in PO and display the value at header level. My requirement is when the user enters the line items and press enter the validated value should get po

  • TS3212 set up tells me my drive is unavailable but won't let me switch to another drive, I'm using windows vista

    I used my iPod shuffle with Windows XP successfully, I recently switched to Vista and now can't download podcasts or access my shuffle on the computer. I tried to re-install the iTunes program but get an error message : drive not available, but it wo

  • Curve 9300 won't turn on all the way, please help!

    My daughter has a blackberry curve 9300. It froze on her so she tried to reboot it and now its gets 3/4 of the way and reboots again. Ive tried everythings possible like desktop manager and jl_cmder but nothing seems to work. If anyone has any sugges

  • NEED HELP ( sound doesn't work )

    Hello, i such a problem: i've bought a new computer P4 MSI motherboard whith OB sound card. After installing windows,my speakers doesn't work.In hardware devices there are 3 quastion signs : ? other divices ? Ethernet controller ? multimedia controll

  • WLC 2112 GUI Connection problem

    I am not able to connect to the GUI on the Cisco Wireless Controller 2112.  I noticed from the interface summary that the "GU" (GUI?) are all "No" on both the management and ap-manager interfaces.  How to set them to "Yes" from the console (CLI)? Tha