Conky wrong memory output

conky 1.4.8-1 installed from the extra repo.
I use
$memperc% $mem/$memmax
in my ~/.conkyrc and I always get a usage of about 93%.
I checked with free and sure enough:
vladuz ~ $ free
total used free shared buffers cached
Mem: 1554228 1487056 67172 0 134456 1100004
-/+ buffers/cache: 252596 1301632
Swap: 530136 0 530136
I have plenty of free memory.
Conky displays including the buffers and cache!
Why is that, and how can I change that?
I compared to what other people have in their conkyrc and they have the same and are getting the correct output.
Any help is appreciated.
Thanks

vladuz976 wrote:I compared to what other people have in their conkyrc and they have the same and are getting the correct output.
From the conky website - http://conky.sourceforge.net/config_settings.html
no_buffers   |     Substract (file system) buffers from used memory?
Somewhere in your config you must have this, I believe:
no_buffers no
By default, this is set to 'yes' (meaning if you want to subtract buffers, just leave 'no_buffers' completely out of your ~/.conkyrc).

Similar Messages

  • Wrong query output..

    Guys,
    Please can someone help me ? I am getting a wrong query output.. There is data available for 31-DEC-2006 but the below query doesn't seem to display it.. What could be the reason ? The query displays results for all date except 31st
    SELECT   date_inserted                 ||','||
          COUNT (DECODE (HR, '00', user_id)
                   )                      ||','||
             COUNT (DECODE (HR, '01', user_id)
                   )                     ||','||
             COUNT (DECODE (HR, '02', user_id)
                   )                     ||','||
             COUNT (DECODE (HR, '03', user_id)
                   )                     ||','||
             COUNT (DECODE (HR, '04', user_id)
                   )                     ||','|| 
             COUNT (DECODE (HR, '05', user_id)
                   )                     ||','||  
             COUNT (DECODE (HR, '06', user_id)
                   )                     ||','|| 
             COUNT (DECODE (HR, '07', user_id)
                   )                     ||','|| 
          COUNT (DECODE (HR, '08', user_id)
                   )                     ||','|| 
          COUNT (DECODE (HR, '09', user_id)
                   )                     ||','|| 
          COUNT (DECODE (HR, '10', user_id)
                   )                     ||','|| 
          COUNT (DECODE (HR, '11', user_id)
                   )                     ||','|| 
          COUNT (DECODE (HR, '12', user_id)
                   )                     ||','|| 
          COUNT (DECODE (HR, '13', user_id)
                   )                     ||','|| 
          COUNT (DECODE (HR, '14', user_id)
                   )                     ||','|| 
          COUNT (DECODE (HR, '15', user_id)
                )                     ||','||
             COUNT (DECODE (HR, '16', user_id)
                   )                     ||','||
          COUNT (DECODE (HR, '17', user_id)
                   )                     ||','|| 
          COUNT (DECODE (HR, '18', user_id)
                   )                     ||','|| 
          COUNT (DECODE (HR, '19', user_id)
                   )                     ||','||
          COUNT (DECODE (HR, '20', user_id)
                   )                     ||','||   
          COUNT (DECODE (HR, '21', user_id)
                   )                     ||','||
          COUNT (DECODE (HR, '22', user_id)
                   )                     ||','||   
          COUNT (DECODE (HR, '23', user_id)
                   )                     ||','
        FROM (
    select      distinct user_id,
         trunc(date_inserted) date_inserted,
         to_char(date_inserted,'HH24') HR
    from      production.gl_user_game_sessions ugs
    where      date_inserted between '01-DEC-2006' and '31-DEC-2006'
    AND exists(     select 1
              from production.gl_user_registrations gur
               where gur.registration_site = 'rokes.com'
              and  gur.user_id = ugs.user_id)
    order by user_id,trunc(date_inserted))
    group by date_inserted
    order by date_inserted
    Date,00:00 to 00:59,01:00 to 01:59,02:00 to 02:59,03:00 to 03:59,04:00 to 04:59,05:00 to 05:59,06:00
    01-DEC-06,66,47,23,20,11,9,23,45,59,82,68,78,77,87,85,101,118,129,129,140,139,142,132,111,
    02-DEC-06,88,53,29,24,15,19,15,38,53,66,83,96,85,116,128,139,133,132,123,102,133,125,113,113,
    03-DEC-06,100,68,45,23,18,14,21,19,42,75,87,87,82,92,103,72,0,111,225,170,165,125,124,81,
    04-DEC-06,70,42,25,36,8,15,22,35,58,68,54,75,78,78,101,90,125,130,132,112,107,132,122,81,
    05-DEC-06,56,44,25,12,6,16,28,28,69,89,65,75,67,86,110,90,104,123,123,144,137,140,109,83,
    06-DEC-06,54,36,24,11,12,13,21,28,60,72,61,89,67,73,105,94,104,106,131,127,170,123,134,85,
    07-DEC-06,58,26,23,17,11,9,22,31,59,63,69,75,82,79,103,79,102,106,150,138,178,163,126,103,
    08-DEC-06,59,45,19,17,12,10,24,35,59,57,75,64,68,59,92,101,108,123,131,119,133,129,110,80,
    09-DEC-06,77,50,28,21,14,16,19,32,65,61,69,87,107,109,106,114,121,122,94,113,113,110,131,101,
    10-DEC-06,73,57,42,16,21,18,20,25,34,61,44,88,62,88,96,127,140,107,141,115,117,126,93,78,
    11-DEC-06,58,32,17,8,6,8,14,29,57,62,76,73,58,72,96,95,102,98,129,126,124,148,117,92,
    12-DEC-06,67,37,20,15,11,16,19,33,62,76,75,55,67,71,75,98,103,101,116,119,134,121,120,88,
    13-DEC-06,57,37,11,15,3,14,2,0,9,73,61,59,59,75,85,87,97,107,122,124,143,129,124,105,
    14-DEC-06,55,39,14,16,11,17,25,35,40,61,54,62,69,68,87,79,108,99,118,132,132,142,124,82,
    15-DEC-06,69,39,21,26,12,13,17,27,50,64,69,60,74,88,88,92,115,105,114,127,106,123,117,114,
    16-DEC-06,77,59,27,24,20,16,17,24,41,68,75,98,82,87,90,111,103,122,102,99,131,71,117,103,
    17-DEC-06,84,47,22,17,13,13,12,25,40,59,45,56,72,82,85,96,88,106,107,117,149,116,105,82,
    18-DEC-06,51,24,29,12,15,10,10,28,38,38,48,47,59,80,72,74,91,103,100,116,119,123,139,83,
    19-DEC-06,53,36,17,12,11,23,20,29,58,77,70,71,62,83,81,89,106,104,101,120,130,118,125,94,
    20-DEC-06,60,32,12,18,11,14,17,27,53,56,66,67,76,65,103,103,125,92,112,123,109,130,108,86,
    21-DEC-06,50,29,22,16,9,12,22,34,35,58,78,71,62,85,101,105,110,124,129,147,156,129,108,88,
    22-DEC-06,64,36,23,28,20,14,31,44,58,49,65,78,76,81,109,117,139,138,141,121,112,130,128,94,
    23-DEC-06,95,67,31,28,22,13,21,32,40,48,80,76,83,105,123,126,118,155,131,124,147,124,135,106,
    24-DEC-06,84,53,44,31,15,18,22,33,36,58,76,82,91,90,113,124,118,113,98,108,117,124,107,91,
    25-DEC-06,71,54,40,15,12,20,17,22,38,61,56,70,63,73,94,93,109,97,87,100,98,109,85,84,
    26-DEC-06,56,45,18,23,13,14,14,18,35,48,73,82,95,115,143,153,136,147,111,110,138,125,96,85,
    27-DEC-06,82,42,27,18,13,13,27,18,37,60,65,87,78,94,164,166,171,147,160,143,120,150,118,115,
    28-DEC-06,98,51,38,28,18,22,16,25,49,57,78,82,95,129,145,135,145,142,133,157,183,165,131,136,
    29-DEC-06,93,62,32,20,16,13,24,31,51,72,71,84,96,110,179,166,190,167,156,153,142,162,148,114,
    30-DEC-06,94,66,44,28,18,18,21,21,41,53,95,87,91,139,161,154,201,162,150,166,152,128,144,133,
    SQL> Thanks in advance
    G

    Hi,
    try this:
    where date_inserted between to_date('01-DEC-2006 00:00:00','DD-MM-YYYY HH24:MI:SS') and to_date('31-DEC-2006 23:59:59' 'DD-MM-YYYY HH24:MI:SS')(not tested)

  • Wrong memory zone accessed

    Hi, I'm programming a Keithley 2400 sourcemeter with Labview 7 express. Whenever I run the initialize vi, it gives me an error with code 3. I checked the manual and it says "Internal error  Wrong memory zone accessed." I'm not sure what it means. I run the program with other sourcemeter using Labview 6 before and never had this problem. Does anyone know if it's the problem of the instrument or software and how to fix this? Thanks.

    Hi Jaga,
    Perhaps the following snipped from the knowledgebase article here is helpful.
    Error Condition:GPIB board (GPIB0 or GPIB1) is not addressed correctly.
    Description:
    EADR occurs when the GPIB board is Controller-In-Charge (CIC) and is
    not properly addressing itself before read and write functions. EADR is
    also returned by the function ibgts when the shadow handshake feature is
    requested and the GPIB ATN line is already unasserted. In this case,
    the shadow handshake is not possible and the error is returned to notify
    you of that fact.
    Possible Cause: Your GPIB board is configured for the same primary address as the instrument with which you are trying to communicate.
    Solutions:
    Never configure your GPIB board to the same address as your
    device. You should (almost) always leave your GPIB board configured for
    primary address 0 and no secondary address. Call ibpad 0 and ibsad 0 at the beginning of your program to properly configure your board’s address.
    Make sure that the GPIB board is addressed correctly before calling ibrd, ibwrt, RcvRespMsg, or SendDataBytes.
    Avoid calling ibgts, except immediately after an ibcmd call. The
    ibcmd function causes the ATN line to be asserted, which tells
    instruments to expect command messages, instead of data messages.
    Raj
    National Instruments
    Applications Engineer

  • Wrong memory

    i have enlarged the wrong memory: it was the memory for i cloud and i wanted to enlarge the memory for viewing films. what can i do? at the moment i signed that i will pay a 14 euro for the enlargement. how can i change this back on my ipad? thank you:-)?

    To downgrade your iCloud storage:
    From your home screen, tap Settings > iCloud.
    Tap your iCloud account at the top of the screen.
    Select your iCloud Storage plan.
    Tap Downgrade Options and follow the prompts.
    http://support.apple.com/kb/TS4009

  • Wrong classes output directory when use of dependant projects

    Hi,
    JDev 10.1.2.1 but also in previous versions.
    Windows XP Prof, AMD Athlon, 1 Go Mem
    I have following setup:
    Projects:
    DTO (data transfer objects and utility classes used in other projects)
    -> dependies: none
    Directory tree:
    MyWorkspace\DTO\classes
    MyWorkspace\DTO\src
    Model (model classes)
    -> dependies: DTO
    Directory tree:
    MyWorkspace\Model\classes
    MyWorkspace\Model\src
    View (JClient app)
    -> dependies: DTO, Model
    Directory tree:
    MyWorkspace\View\classes
    MyWorkspace\View\src
    WebView (Struts app)
    -> dependies: DTO, Model
    Directory tree:
    MyWorkspace\WebView\deploy
    MyWorkspace\WebView\model
    MyWorkspace\WebView\public_html
    For some unexplained reasons sometimes (difficult to reproduce)
    JDev get confused and DTO classes, sometimes Model classes are copied to the View project classes directory.
    Example utility class of the DTO project:
    source:
    MyWorkspace\DTO\src\com\photoswing\dto\util\TextUtils.java
    instead of being generated in:
    MyWorkspace\DTO\classes\com\photoswing\dto\util\TextUtils.class
    is found in the View claases output directory (directory tree created by JDev):
    MyWorkspace\View\classes\com\photoswing\dto\util\TextUtils.class
    I noticed that regularly the JDev navigator has synchronization problems and can't find the class when activating the right-click Select in Navigator action in an open source file.
    This generally happens when switching from source files of different projects.
    Now if you compile a source file and the navigator has a synchronization problem following warning is displayed:
    Warning: The file is not part of the active project DTO.jpr, compiled class will be written to DTO.jpr output directory
    When only one file gets compiled this can be repaired easely by deleting the class written in the wrong directory.
    But when several files are changed and are compiled the warning is only displayed for the current source file and all classes output trees must be scanned manually.
    When testing the app if I'm not wrong JDev reads from the classes directories and doesn't produce a jar file, so deleting manually the wrong classes is a valid workaround.
    But what if the app gets deployed and jars are generated?
    I can't imagine myself changing manually the produced jars by removing the wrong classes and what about the manifest?
    Your help is requested.
    Regards
    Fred
    PS Can't provide a TestCase => happens in complex environment only.

    Glad to know I'm not the only one having that serious problem.
    JDev by default create at least 2 different projects (model and view) so it seems to be a standard.
    Working simultaneously on source files of different projects seems to the cause the trouble.
    Is there somekind of patch available?
    Could somebody of Oracle answer the question of the first message of this thread?
    Thanks
    Fred

  • Need help to understand the MEMORY output on WLC

    Hi All,
    Will be glad if someone can help me to understand the below output from WLC. Actually i want to know the FLASH & RAM size of my WLC so what i did. I run the command '' show memory statistics'' and below is what i have got. Can someone elaborate this
    System Memory Statistics:
    Total System Memory............: 259112960 bytes  (i believe this is the flash size 256Mb ???)
    Used System Memory.............: 154288128 bytes
    Free System Memory.............: 104824832 bytes
    Bytes allocated from RTOS......: 13717504 bytes
    Chunks Free....................: 24 bytes
    Number of mmapped regions......: 37
    Total space in mmapped regions.: 23429120 bytes
    Total allocated space..........: 13399760 bytes
    Total non-inuse space..........: 317744 bytes
    Top-most releasable space......: 61832 bytes
    Total allocated (incl mmap)....: 37146624 bytes
    Total used (incl mmap).........: 36828880 bytes
    Total free (incl mmap).........: 317744 bytes

    Hi Salman,
    Yes, that value give the RAM size of your WLC.
    259112960 bytes  valued correlated to ( or 23040 KB or ~248 MB ) dividing by 1024. So I think it is 256MB RAM.
    I do not think flash size can be determine by this output.
    Refer this post as it relate to your query as well
    https://supportforums.cisco.com/discussion/12023396/ram-size-5508-and-5760-wireless-lan-controllers
    HTH
    Rasika
    *** Pls rate all useful responses ****

  • Detonator drivers displaying wrong memory amount

    Richard was already helping me in another thread, but I decided to open a new one so more people can help me.
    This is my problem: I recently bought a MSI GF4 Ti4200 128 MB card (MS-8870, VGA/DVI/S-Video outputs). I have uninstalled my previous card driver (a GF4 MX440) then powered down my system and replaced the old card with the new one. After booting, I've installed the MSI 41.07 drivers (from the website) and for my surprise, the nVidia tab on the Display Properties shows my card as a 64 MB one. Most weird, the MSI tab shows the correct amount of memory. After running Riva Tuner RC 12.2, I have received the following report:
    $ffffffffff ---------------------------------------------------
    $ffffffffff Northbridge information
    $ffffffffff ---------------------------------------------------
    $0400000000 Description : Intel i815 Solano
    $0400000001 Vendor ID : 8086 (Intel)
    $0400000002 Device ID : 1130
    $0400000003 AGP bus : revision 2.0
    $0400000004 AGP status : enabled
    $0400000005 AGP rate : 1x 2x 4x supported, 4x selected
    $0400000006 AGP SBA : supported, enabled
    $0400000007 AGP FW : not supported
    $ffffffffff ---------------------------------------------------
    $ffffffffff Display adapter information
    $ffffffffff ---------------------------------------------------
    $0000000000 Description : NVIDIA GeForce4 Ti 4200
    $0000000001 Vendor ID : 10de (NVIDIA)
    $0000000002 Device ID : 0253
    $0000000003 Location : bus 2, device 0, function 0
    $0000000004 Bus type : AGP revision 2.0
    $0000000005 AGP status : enabled
    $0000000006 AGP rate : 1x 2x 4x supported, 4x selected
    $0000000007 AGP SBA : supported, enabled
    $0000000008 AGP FW : supported, disabled
    $0000000009 Base address 0 : fd000000 (memory range)
    $000000000a Base address 1 : e8000000 (memory range)
    $000000000b Base address 2 : f4780000 (memory range)
    $000000000c Base address 3 : none
    $000000000d Base address 4 : none
    $000000000e Base address 5 : none
    $ffffffffff ---------------------------------------------------
    $ffffffffff NVIDIA specific display adapter information
    $ffffffffff ---------------------------------------------------
    $0100000000 Graphics core : NV25 revision A3
    $0100000001 Hardwired ID : 0253
    $0100000002 Memory bus : 128-bit
    $0100000003 Memory type : DDR (RAM configuration 0b)
    $0100000004 Memory amount : 131072KB
    $0100000005 Core clock : 249.750MHz
    $0100000006 Memory clock : 249.750MHz (499.500MHz effective)
    $0100000007 Reference clock : 27.000MHz
    $0100000008 Maximum Fvco : 900.000MHz
    $0100000009 Core PLL Fvco : 499.500MHz
    $010000000a Memory PLL Fvco : 499.500MHz
    I have already tried another drivers (MSI 30.00, nVidia 40.72 WHQL, nVidia 41.09 and nVidia 42.70) and the problem is still there. Then I decided to measure the voltages on my VGA memory chips and it's stable at 3.22 V (on idle and full load). The card performance itself is normal: I can play any game or watch to any DVD and it will play fine, no crashes, no blue screens, no slowdowns.
    What may be happening here?
    Some relevant information:
    Processor: PIII 1.2 GHz Tualatin
    Motherboard: Intel D815EFVU (chipset Intel 815, supports AGP 4x)
    512 MB of NEC SyncMax PC133 RAM
    PSU: Maxxtro PD500N (500W PSU, 24A on 3.3V rail, 35A on 5V rail and 18A on 12V rail)
    OS: WinXP SP1 and Mandrake Linux 9.0

    Just a note: you may find the memory clock weird, but I have overclocked it to its nominal capacity (the memory chips are 4 ns).

  • Podcast client downloads to wrong memory

    The podcast client on my N95 8GB have begun the annoying habit of saving downloaded podcasts the the phone memory, and not to the 8GB mass storage unit, where it used to put them. 
    Any ideas on how to rectify this problem? 

    The podcast client on my N95 8GB have begun the annoying habit of saving downloaded podcasts the the phone memory, and not to the 8GB mass storage unit, where it used to put them. 
    Any ideas on how to rectify this problem? 

  • Bug report & possible patch: Wrong memory allocation when using BerkeleyDB in concurrent processes

    When using the BerkeleyDB shared environment in parallel processes, the processes get "out of memory" error, even when there is plenty of free memory available. This results in possible database corruption.
    Typical use case when this bug manifests is when BerkeleyDB is used by rpm, which is installing an rpm package into custom location, or calls another rpm instance during the installation process.
    The bug seems to originate in the env/env_region.c file: (version of the file from BDB 4.7.25, although the culprit code is the same in newer versions too):
    330     /*
    331      * Allocate room for REGION structures plus overhead.
    332      *
    333      * XXX
    334      * Overhead is so high because encryption passwds, replication vote
    335      * arrays and the thread control block table are all stored in the
    336      * base environment region.  This is a bug, at the least replication
    337      * should have its own region.
    338      *
    339      * Allocate space for thread info blocks.  Max is only advisory,
    340      * so we allocate 25% more.
    341      */
    342     memset(&tregion, 0, sizeof(tregion));
    343     nregions = __memp_max_regions(env) + 10;
    344     size = nregions * sizeof(REGION);
    345     size += dbenv->passwd_len;
    346     size += (dbenv->thr_max + dbenv->thr_max / 4) *
    347         __env_alloc_size(sizeof(DB_THREAD_INFO));
    348     size += env->thr_nbucket * __env_alloc_size(sizeof(DB_HASHTAB));
    349     size += 16 * 1024;
    350     tregion.size = size;
    Usage from the rpm's perspective:
    The line 346 calculates how much memory we need for structures DB_THREAD_INFO. We allocate structure DB_THREAD_INFO for every process calling db4 library. We don't deallocate these structures but when number of processes is greater than dbenv->thr_max then we try to reuse some structure for process that is already dead (or doesn't use db4 no longer). But we have DB_THREAD_INFOs in hash buckets and we can reuse DB_THREAD_INFO only if it is in the same hash bucket as new DB_TREAD_INFO. So line 346 should contain:
    346     size += env->thr_nbucket * (dbenv->thr_max + dbenv->thr_max / 4) *
    347         __env_alloc_size(sizeof(DB_THREAD_INFO));
    Why we don't encounter this problem earlier? There are some magic reserves as you can see on line 349 and some other additional space is created by alligning to blocks. But if we have two processes running at the same time and these processes end up in the same hash bucket and we repeat this proces many times to fill all hash buckets with two DB_THREAD_INFOs then we have 2 * env->thr_nbucket(37) = 74 DB_THREAD_INFOs, which is much more than dbenv->thr_max(8) + dbenv->thr_max(8) / 4 = 10 and plus allocation from dbc_put, we are out of memory.
    And how we will create two processes that end up in the same hash bucket. We can start one process (rpm -i) and then in scriptlet we start many processes (rpm -q ...) in loop and one of them will be in the same hash bucket as the first process (rpm -i).
    I would like to know your opinion on this issue, and if the proposed fix would be acceptable.
    Thanks in advance for answers.

    The attached patch for db-4.7 makes two changes:
      it allows enough for each bucket to have the configured number of threads, and
      it initializes env->thr_nbuckets, which previously had not been initialized.
    Please let us know how it works for you.
    Regards,
    Charles

  • KMS using wrong video output

    Hi all,
    I have a Zenbook Prime and used it in dual screen mode via its HDMI output yesterday with xrandr. I unplugged the cable, conditnued using it, stopped it.
    Now when I start it, as soon as initramfs finished loading, Linux uses the HDMI output to display my tty (even if no cable is plugged), so it prompts for my username on the HDMI output and the screen of my laptop becomes black. All the boot sequence up to this part is made on the correct screen but then this screen is not used anymore by linux. Even if with xrandr I try to use it I stays black. I can still control backlighting but nothing is displayed.
    After some research, it appears that this decision is made by KMS (https://wiki.archlinux.org/index.php/Ke … de_Setting). When I disable KMS with nomodeset my tty is displayed on the laptop screen. The problem is that my graphic driver (intel) requires KMS to be enabled and thus prevents me from starting the X server without KMS.
    So what I tried then is to force KMS to use my integrated screen instead of the HDMI output, with the video= parameters on the kernel command line. With these parameters I succeeded to disable the HDMI output, but could not enable mine with parameters like
    video=HDMI-A-1:d video=eDP-1:1920x1080 D video=DP-1:1920x1080 D. So all my screens are black.
    Also, if I plug a archiso usb key it starts its tty on the correct screen.
    Any idea on how to debug better/fix this problem? I tried dmesg but see no interesting information about KMS...
    Olivier
    Last edited by jolivier (2013-07-31 12:55:08)

    Ok I found this topic https://bbs.archlinux.org/viewtopic.php?id=167314, apparently my problem is related to theirs and is due to the 3.10 linux kernel. I thought this forum content was indexed by google but apparently not ^^, next time I'll also search here.

  • IPod restore shows wrong memory size

    I just did a restore on my 2Gig Nano and the 6-28-06 updater says after the restore that I have 1.5GB avail.
    Where did the other 500MB go? The OS cant be that big...can it?
    (the ipod is empty. I have not installed any 3rd party plugins or used iTunes to upload my songs yet.)
    When I open Windows Explorer and add all the files for the OS and etc. items it comes to a total of 52k of used space. Windows also sees the drive as 1.5gig total. but its a 2gig nano
    Update - When I first bought the nano and used the update software it was 1.9GB avail. I sent it in because of the battery issues and ever since I cant fit the same amount of songs on it.
    The orig playlist I had in the beginning no longer fits on the ipod anymore.
    Could it be a failed memory module?

    Well keep in mind that a 2G iPod is probably really only 1.86GB of real storage space to begin with, so rather than 500MB of lost space, you are probably really only looking at 360MB. I have no idea if the iPod FW uses up that much or not. Maybe someone with a "2G" Nano can verify what their space equals up to and if it also is 1.5 then that must be the right free space.
    Patrick

  • ITunes stated wrong memory size

    I have a 512MB iPod Shuffle and when I connect it to remove and fill with songs, iTunes states there is 10.25 GB of memory on my iPod?! It doesn't make any sense. I have disconnected and restored my iPod and still the same issue.
    iPod Shuffle 512 MB   Windows XP  

    Which version of iTunes are U using? Did U download the last updates?
    Then, just to be sure, did U try to restore it another time and then when U check on the Ipod is it clear?
    Wait 4 Ur answer to go forward.
    Bye
    PS : When U disconnect it did u eject it before?

  • 8500gt oc wrong memory clock

    advertised memory clock is 1200 but i only get 600.  try to oc and barley get 700. shows 1100 grayed out.  RMA ed old card and got new card.  exactly the same.  several people on newegg say they have same problem.  This is first MSI product i have purchased, and I must say i am not happy with the almost absolute lack of support.  any help or ideas would be appreciated.  NO flames please.

    Quote from: AaronYuri on 27-July-07, 10:50:34
    The people on newegg can't be that smart if they don't even know what DDR RAM is.
    well as i can see its only one, think the same person....: http://www.newegg.com/Product/Product.aspx?Item=N82E16814127295 (second post).
    like the 3th comment there

  • NI 4351 giving wrong sensor output

    Hey guys, thanks in advance for any help recieved.
    I have 6 sensors (3 RTD's and 3 thermistors) connected to a NI 4351 and the sensors were giving the right outputs a few months ago, but now all the sensors are giving out very low values. Any help will be greatly appreciated.
    Regards,
    Alim
    Solved!
    Go to Solution.

    Glad things worked out. 
    -CC
    "If anyone needs me, I'll be in the Angry Dome!"

  • Wrong Memory RAM?

    I Recently bought two sticks of RAM (DDR3 1333 Mhz 8GB AVANT) for My Mac Mini i5! Shortly after that, the Mac SUDDENLY RESTARTS with a Gray SCREEN and a MESSAGE  in MANY LANGUAGES, saying it has to be RESTARTED for an ERROR! then I thought: is posible that RAM is causing the problem? that means that I have to buy an APPLE MEMORY RAM ONLY?

    The RAM may well be the cause of the problem, yes. Apple does not make their own RAM, so no, you do not have to buy from Apple, but not all vendors provide high-quality RAM. You may well just have received defective or out-of-specification memory. If the Mac works correctly with the original RAM, get your memory vendor to replace the DIMMs, and in problems persist, return the RAM for a refund any try RAM from another vendor.
    Regards.

Maybe you are looking for

  • Default Styles

    i would be interested to know, what default styles\setting does everyone use for their css pages. here are mine. body { /* set everything to normal to define the base format font: normal 13px/normal Geneva, Arial, Helvetica, sans-serif; color: #00000

  • TM backup drive connected to Extreme - ethernet or usb?

    I have an airport extreme (latest gen) connected to a synology external HDD thru an ethernet cable for TM backup but I've seen posts saying external  HDD should be only connected via the USB. Why can't i use the ethernet? it seems to be working to be

  • Help with my query

    Hello all, Total newbie to this pl/sql stuff. So, deseperately need help in my query. BOOKING_ID     BOOKING_STATUS     BOOKING_DATE     BOOKING_TIME     BOOKING_DATE_TIME 1234567     CANCELLED     20090301     37252     5/1/2010 10:20 1234567     CA

  • Do I have have to have mac account in order to use iWeb?

    can I still use iWeb without a Mac account? do i have to have a mac account?

  • Can't activate/register Adobe Illustrator CS6 using Windows 8.1

    Having trouble activating and registering Adobe Illustrator CS6 using my new Windows 8.1 version. It is saying it can't connect, but I am connected. Tried the troubleshooting, but it did not help.