After SPAM Updates - System's Compiling

I performed a SPAM update about 80 patches and SAINT/SPAM # SAPKD62023 and also Kernel 640 on my Sandbox. After the completion of the updates, any tcode that I use in SBX, it shows at the taskbar that message below....
"Compiling <program name> at separate task"
Is there anything else that I need to do to eliminate this type of behavior?

This is normal.
Applying a package or a new kernel release imply many changes in SAP in most of programm...
You'll encounter this type of behaviour each first time you'll perform an "impacted" transaction...
Erwan

Similar Messages

  • I cannot connect to internet after I update system.

    Hi,
    I update my system a few day ago (use systemd to replace rc.d) and I cannot connect internet. I guess my router table is broken, but I cannot find any problem.
    I use ping to try some IP. And I find I connect to local machine only.
    Do I miss some configuration ?
    [~]ping -c 3 8.8.8.8
    PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
    --- 8.8.8.8 ping statistics ---
    3 packets transmitted, 0 received, 100% packet loss, time 2000ms
    [~]$ route -n
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    0.0.0.0         172.27.13.254   0.0.0.0         UG    204    0        0 eth2
    10.10.12.0      0.0.0.0         255.255.255.0   U     0      0        0 eth1
    172.27.12.0     0.0.0.0         255.255.254.0   U     204    0        0 eth2
    [ ~]$ ping 172.27.13.254
    PING 172.27.13.254 (172.27.13.254) 56(84) bytes of data.
    --- 172.27.13.254 ping statistics ---
    2 packets transmitted, 0 received, 100% packet loss, time 999ms
    [ ~]$ route -n
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    0.0.0.0         172.27.13.254   0.0.0.0         UG    204    0        0 eth2
    10.10.12.0      0.0.0.0         255.255.255.0   U     0      0        0 eth1
    172.27.12.0     0.0.0.0         255.255.254.0   U     204    0        0 eth2
    [~]$ ping 172.27.13.254
    PING 172.27.13.254 (172.27.13.254) 56(84) bytes of data.
    --- 172.27.13.254 ping statistics ---
    2 packets transmitted, 0 received, 100% packet loss, time 999ms
    --- 172.27.13.254 ping statistics ---
    41 packets transmitted, 0 received, 100% packet loss, time 40131ms

    Hi,
    I have 2 network interface.
    The eth1 is for test only. It is connected to a 8 port LAN switch, and there are 2 NAS connected to this switch.
    I use eth2 to connect to internet, for example, update system. I try to disable eth1, but it is still not work.
    ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:e0:81:27:32:61 brd ff:ff:ff:ff:ff:ff
    inet 10.10.12.50/24 brd 10.10.12.255 scope global eth1
    inet6 fe80::2e0:81ff:fe27:3261/64 scope link
    valid_lft forever preferred_lft forever
    4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:07:e9:01:a1:36 brd ff:ff:ff:ff:ff:ff
    inet 172.27.12.23/23 brd 172.27.13.255 scope global eth2
    inet6 fe80::207:e9ff:fe01:a136/64 scope link
    valid_lft forever preferred_lft forever
    ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN mode DEFAULT
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN mode DEFAULT qlen 1000
    link/ether 00:e0:81:27:32:60 brd ff:ff:ff:ff:ff:ff
    3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
    link/ether 00:e0:81:27:32:61 brd ff:ff:ff:ff:ff:ff
    4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
    link/ether 00:07:e9:01:a1:36 brd ff:ff:ff:ff:ff:ff
    Last edited by guardkuo (2012-12-22 10:52:35)

  • [SOLVED] After pacman update, system no longer boots

    Updated pacman packages, and half-way through the upgrade proces fails (it mentions not being able to find package-control).  Upon investigating, I notice no programs are working.  I ls /usr/bin and it is empty!  In a panic, I restart the machine, and it no longer boots up. 
    My boot is on sda3 and /root is sda5.
    When bash starts up, it loads the kernel fine, and then after a second it panics and exclaims: "No init found. Try passing init=bootarg". 
    I load up my trusty Arch livecd and fsck the partitions.  Fsck claims both partitions are clean.  I am able to mount them and examine the file structure: all files look like they are there.  I then try to chroot the mounted partition (sda5, my /root), and get the error that "/bin/bash" is not found, even though it is there in the correct directory.  Not sure what to do now.
    My grub entry, which has always worked fine prior to this:
    legacy_kernel '/linux344-ck' 'acpi_osi=Linux' 'root=/dev/sda5' 'rootfstype=ext4' 'init=/sbin/init' 'pcie_aspm=force' 'acpi_backlight=vendor' 'i915.i915_enable_rc6=1' 'i915.i915_enable_fbc=1' 'i915.lvds_downclock=1' 'ipv6.disable=1' 'i915.semaphores=1' 'modprobe.blacklist=bluetooth,uvcvideo' 'ro'
    legacy_initrd '/initramfs-linux-fallback.img' '/initramfs-linux-fallback.img'
    UPDATE: solved issue.  I didn't read the news.  Upgrading via pacman broke my system because of this.  Now I know!  System is running smooth again.
    Last edited by corruptz0r (2012-07-15 20:26:53)

    Huh. I guess the problem was a couple of stale and crusty {,f}getty .service files, and an obsolete slim.service file I created a while back.
    Removing them fixed my problem, although tty1 still shows boot messages (not a problem, and may not even be "new" behaviour)
    Cheers Tomegun.

  • After kernel update system dont boots

    i updated my kernel, update process was ok but now when i try to boot my system i got these types of errors in middle of the booting:
    ERROR: Failed to parse device name for '/dev/disk/by-uuid/[many symbols which i didnt copied]
    it looks like it cant find root, but it found it before update, please help because i dont wanna reinstall system.

    EVRAMP wrote:Try to edit grub boot menu: instead of "/dev/disk/by-uuid/[many symbols which you didnt copied]" write your root partition path "/dev/sda2" (where sda2 points to your root partition).
    You can edit your grub boot menu entry by presing "e".
    didnt help, i tried that at first. now when i booted ubuntu from live cd to look whats inside arch linux partition, i went to /dev/ and ive seen only three files, no sda* or somethink, just three empty text files. i tried to look at this folder as a root, but still theres only three files. so maybe theres problem? man i will need to reinstall everythink again :(
    Last edited by syms (2009-01-02 20:30:46)

  • After Mavericks update system preferences buttons quit working. Any help?

    Affects all panes. Click a button, like "Options" and nothing happens.

    Here is the error log report that comes up when I click a button:
    10/30/13 1:25:08.607 PM System Preferences[839]: -[NSRemoteView viewDidMoveToWindow] caught non-fatal NSInternalInconsistencyException 'unable to convert NSNamedColorSpace System controlColor to Device RGB colorspace' with backtrace (
              0   CoreFoundation                      0x00007fff864c141c __exceptionPreprocess + 172
              1   libobjc.A.dylib                     0x00007fff90a47e75 objc_exception_throw + 43
              2   CoreFoundation                      0x00007fff864c11f8 +[NSException raise:format:arguments:] + 104
              3   Foundation                          0x00007fff8b5acc61 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 189
              4   ViewBridge                          0x00007fff8a57a65c -[NSSecureColor initWithColor:] + 724
              5   ViewBridge                          0x00007fff8a57a36f +[NSSecureColor secureColorWithColor:] + 48
              6   ViewBridge                          0x00007fff8a59dcfb -[NSRemoteView sendFontSmoothingBackgroundColorToService:] + 40
              7   ViewBridge                          0x00007fff8a59ebf5 -[NSRemoteView viewDidMoveToWindow] + 197
              8   AppKit                              0x00007fff8c6841d0 -[NSView _setWindow:] + 2899
              9   AppKit                              0x00007fff8c681804 -[NSView addSubview:] + 364
              10  AppKit                              0x00007fff8c695953 -[NSFrameView addSubview:] + 45
              11  AppKit                              0x00007fff8c6a3cb5 -[NSWindow setContentView:] + 511
              12  ViewBridge                          0x00007fff8a5a4868 rendezvousPanel + 895
              13  ViewBridge                          0x00007fff8a5a3f3f -[NSRemoteView beginSheet:modalForWindow:size:isCritical:styleMask:] + 420
              14  ViewBridge                          0x00007fff8a5a4eea -[NSRemoteView beginDeferredSheet:] + 209
              15  ViewBridge                          0x00007fff8a5a5098 -[NSRemoteView beginDeferredSheets] + 283
              16  ViewBridge                          0x00007fff8a5a9ca2 __85-[NSRemoteViewMarshal beginSheet:modalForWindow:size:isCritical:styleMask:withReply:]_block_invoke + 83
              17  ViewBridge                          0x00007fff8a5ad892 __deferBlockOntoMainThread_block_invoke_3 + 441
              18  CoreFoundation                      0x00007fff863f27cc __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
              19  CoreFoundation                      0x00007fff863e3ee5 __CFRunLoopDoBlocks + 341
              20  CoreFoundation                      0x00007fff863e3c6e __CFRunLoopRun + 1982
              21  CoreFoundation                      0x00007fff863e3275 CFRunLoopRunSpecific + 309
              22  HIToolbox                           0x00007fff89ab1f0d RunCurrentEventLoopInMode + 226
              23  HIToolbox                           0x00007fff89ab1cb7 ReceiveNextEventCommon + 479
              24  HIToolbox                           0x00007fff89ab1abc _BlockUntilNextEventMatchingListInModeWithFilter + 65
              25  AppKit                              0x00007fff8c66d28e _DPSNextEvent + 1434
              26  AppKit                              0x00007fff8c66c8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
              27  AppKit                              0x00007fff8c6609cc -[NSApplication run] + 553
              28  AppKit                              0x00007fff8c64b803 NSApplicationMain + 940
              29  libdyld.dylib                       0x00007fff8f6d05fd start + 1
              30  ???                                 0x0000000000000001 0x0 + 1
    timestamp: 13:25:08.607 Wednesday 30 October 2013
    process/thread/queue: System Preferences (839) / 0x7fff76cb2310 / com.apple.main-thread
    code: line 607 of /SourceCache/ViewBridge/ViewBridge-46/ViewBridgeUtilities.m in logCaughtException
    domain: exceptions

  • System failure after critical updates auto downloaded on HP-DV7 17.3" AMD Quad Core

    After critical updates system auto reboot closed programs and went into reboot mode but system will not reboot and cannot run recovery successfully. Windows tries to load files and get to the start windows screen but will not complete. Not sure if it will bring me back to orig. format, was not able to find a restore point and do not have any reboot disks. Still under warranty but no list of available service people in area. Easy to buy hard to get service! UGH! HELP PLEASE. Thanks 

    Hi:
    Make your own windows 7 repair/reinstallation disk and use the repair option to see if you can get it fixed.
    Use the repair with command prompt method and try the fixboot command.
    http://support.microsoft.com/kb/927392
    Here's how to make a W7 installation/repair disk.
    I just copy and paste my standard instructions for using this disk to reinstall windows.
    You don't need to enter the product key to repair windows, only to use this disk as a last resort to reinstall windows.
    If you can read the 25 character Microsoft windows 7 product key, you can download plain Windows 7 ISO files to burn to a DVD for the version of windows that came installed on your PC, and that is listed on the Microsoft COA sticker on your PC's case.
    Burn the ISO using the Burn ISO option on your DVD burning program and burn at the slowest possible speed your program will allow. This will create a bootable DVD.
    Or use the Windows 7 USB/DVD installation tool to compile the ISO file you download from Digital River. Link and instructions below. You need a 4 GB flash drive to use the USB method of compilation.
    http://www.microsoftstore.com/store/msstore/html/p​bPage.Help_Win7_usbdvd_dwnTool
    Use the 25 character product key on the PC to activate the installation.
    The key will activate either a 32 or 64 bit installation.
    Then go to the PC's support and driver page to install the drivers you need.
    Link to the W7 ISO file downloads is below.
    http://www.mydigitallife.info/official-windows-7-s​p1-iso-from-digital-river/
    Paul

  • [SOLVED] Problems with systemd-update-utmp after systemd update

    Hi all,
    I noticed that systemd-update-utmp-runlevel.service has been failing since the last systemd update. My systemd is:
    Repository : core
    Name : systemd
    Version : 184-2
    $ systemctl status systemd-update-utmp-runlevel.service
    systemd-update-utmp-runlevel.service - Update UTMP about System Runlevel Changes
    Loaded: loaded (/usr/lib/systemd/system/systemd-update-utmp-runlevel.service; static)
    Active: failed (Result: exit-code) since Sat, 02 Jun 2012 13:55:40 +0200; 56min ago
    Docs: man:utmp(5)
    Main PID: 395 (code=exited, status=1/FAILURE)
    CGroup: name=systemd:/system/systemd-update-utmp-runlevel.service
    The exact cause of error is:
    Jun 02 13:55:40 arch systemd-update-utmp[395]: Failed to write utmp record: No such file or directory
    Jun 02 13:55:40 arch systemd[1]: systemd-update-utmp-runlevel.service: main process exited, code=exited, status=1
    What's more, after this update I am not able to mount vmware hgfs shares. I've got following entry in my /etc/fstab (from arch's wiki)
    #enable shared folders
    .host:/ /mnt/hgfs vmhgfs defaults,ttl=5 0 0
    It worked just fine. After the update system boots into maintenance mode with the following message found in sysemd-journal:
    arch mount[143]: Directory in share name must not be empty
    arch mount[143]: Error: share name is invalid, aborting mount
    After commenting hgfs mount entry out the system boots normally.
    Thanks in advance.
    EDIT:
    Mounting hgfs shares manually works as expected
    $: sudo mount /mnt/hgfs
    Could not add entry to mtab, continuing
    mtab:
    .host:/ /mnt/hgfs vmhgfs rw,relatime 0 0
    so this issue must be systemd related
    Last edited by mrzeznicki (2012-06-07 15:18:05)

    falconindy wrote:Still can't reproduce this. libmount's parser does just fine with ".host" as a dummy entry in my /etc/hosts file mapped for an NFS share.
    Yep, libmount is probably not a problem, I guess this error comes from vmware's hgfsmounter
    static Bool
    ParseShareName(const char *shareName, // IN: Share name to validate
    const char **shareNameHost, // OUT: Share name, host component
    const char **shareNameDir) // OUT: Share name, dir component
    const char *colon, *dir;
    /* 1) Must be colon separated into host and dir. */
    colon = strchr(shareName, ':');
    if (colon == NULL) {
    printf("Share name must be in host:dir format\n");
    return FALSE;
    /* 2) Dir must not be empty. */
    dir = colon + 1;
    if (*dir == '\0') {
    printf("Directory in share name must not be empty\n");
    return FALSE;
    /* 3) Dir must start with forward slash. */
    if (*dir != '/') {
    printf("Directory in share name must be an absolute path\n");
    return FALSE;
    /* 4) Host must be ".host". */
    if (strncmp(shareName, ".host:", 6) != 0) {
    printf("Host in share name must be \".host\"\n");
    return FALSE;
    *shareNameHost = ".host";
    LOG("Host component of share name is \"%s\"\n", *shareNameHost);
    *shareNameDir = dir;
    LOG("Directory component of share name is \"%s\"\n", *shareNameDir);
    return TRUE;
    I am just wondering why it worked before (and why manual mount works). Is there anything in systemd mount layer that consumes '/'?

  • N97 system error after software update

    hello there...
    I've recently updated my N97 software to 21.0.045 (the last one)... and right after the update is finished, it gave me "system error" on installing... and now I can't get access to the clock, the calender and others... it even stops responding for a while each time I open sittings... and there is no theme effects when the screen flips to landscape even if it is on... please people, I really need help in that, the clock, alarms and the calender are soooo important for me !!!
    thanks
    Any fool can make things bigger, more complex and more violent. It takes a touch of genius and a lot of courage to move in the opposite direction.
    Solved!
    Go to Solution.

    psychomania wrote:
    I'm not being offensive. Just stating facts.
    I am simply highlighting the fact so that the user will see it and be aware of what you suggested would do.  Sorry if you took offence at that but the user comes first.
    of course customer first , i'm doing this with happiness , cause i'll be very happy to help them without reaso
    psychomania wrote:
    starting petty arguments to cover up your mistakes like you did yesterday. 
    i'm not covering up my mistakes , what mistakes do u mean ?? yesterday , i said that i said that because it's in Nokia warranty of the authourised nokia resellers in my region and didn't know that this doesn't apply all over the world
    psychomania wrote:
    This forum exists to help people, not for you to spam posts without thinking about the consequences.
    it's not for me, it's for all NOKIA users, and i'm not spamming as if i was that, so how could i stay all that time, solving others problems with alot of thanx
    even if i solved 2 problems , that proves that i'm not spamming
    so .... welcome bro in NOKIA USERS discussion board
    -you can show appreciation to my posts if it helped or useful by pressing the green Kudo star beside my post that hepled
    -if my answer was the solution , so click accept as solution button
    Started From Nokia 3310 , Now with Nokia N97 v.22.0.110 + N900 PR1.2

  • After an update itunes will not open. there is a missing msvcr80.dll i tried to re install itunes and now it says check system services. I have full admin to pc

    after an update itunes will not open. there is a missing msvcr80.dll i tried to re install itunes and now it says check system services. I have full admin to pc

    turingtest2 post 01/2014: MSVCR80.dll missing, cannot install iTunes - https://discussions.apple.com/message/24618776
    iTunes for Windows: Missing MSVCR80.dll - https://sites.google.com/site/appleclubfhs/support/advice-and-articles/itunes-wi ndows-missing-msvcr80-dll - install as administrator.

  • Unable to update system apps after credit card change

    Hi all,
    A store called (no name) an authorized Apple dealer for Thailand installed a new hard drive 1Tb on my Mac book pro (2009).
    Now I am not able to update system app originally installed on my mac like iPhoto, iMovie and GarageBand.
    I get the message:
    My question:
    How can I get these system apps back to my mac?
    To explain the problem:
    my original hard drive started to get really slow and after a mavericks update.
    All of a sudden Appstore has stopped working and wouldn't start up.
    I was unable to do updates and also Pages , Numbers and terminal stopped working.
    After googling what the problem could be I have learned that there might be a application causing the problem a third party app I later found out.
    I went to the store and I asked if a upgrade with a new hard drive (1Tb) and memory (8gb) could solve the problem, the said yes and i agreed to do this installation!
    Unfortunately the store just installed the hard drive but was unable to provide me with the memory as agreed so now i have only the 1tb hard drive.
    The system incl. Pages , Numbers and terminal now is working again, not really faster but improved a bit and this also included the startup time, except the items mentioned above. ( iPhoto, iMovie and GarageBand)
    By the way:
    I did change my CC as I am in Asia and my old card was running out of date!
    I had a different Apple Id because i had purchased the Mac in Thailand and changed the store and Id to Spain (for CC reasons) but was never a problem if i had updates in the past!
    Thanks for any advice.

    I don't know if it will solve your original problem, but the Vodafone software needs to be reinstalled or removed.
    Any third-party software that doesn't install by drag-and-drop into the Applications folder, and uninstall by drag-and-drop to the Trash, is a system modification.
    Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.
    I never install system modifications myself, and except as stated in this comment, I don't know how to uninstall them. You'll have to do your own research to find that information.
    Here are some general guidelines to get you started. Suppose you want to remove something called “BrickMyMac” (a hypothetical example.) First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickmymac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, contact the developer. While you're waiting for a response, download BrickMyMac.dmg and open it. There may be an application in there such as “Uninstall BrickMyMac.” If not, open “BrickMyMac.pkg” and look for an Uninstall button. The uninstaller might also be accessed by clicking theCustomize button, if there is one.
    Back up all data before making any changes.
    You will generally have to restart the computer in order to complete an uninstallation. Until you do that, there may be no effect, or unpredictable effects.
    If you can’t remove software in any other way, you’ll have to erase and install OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" such as "AppCleaner" and the like that purport to remove software.

  • System Crashes After Bios Update

    Hi all, 
                    I got into a big problem after upgrading my system bios. I update all my drivers after windows install and with that i have also install the bios update after that when my laptop automatically restarts my laptop is not turning on it shows no display on and power button light keeps on caps locks buton light keeps blinking and with that wifi button light also keeps on. My notebook model is HP 2000-2116tu..Please Somebody Help me fast i will be very thankfulll..Please response fast.. 

    Try this  process to rollback to earlier version of BIOS.
    1-Immediately after powering on hold/tap the Esc key.
    2-When the menu appears, tap F2 for System Diagnostics.
    3-In the list of items will be BIOS Management.Use the arrow key to move down & highlight it.Press Enter key.
    4-You should now have a Rollback BIOS option.Use arrow key again to highlight and press Enter key.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • System slow down after lion update 8/18/11

    Has anyone else had a problem with their system slowing down after downloading the system update for Lion on 8/18?  My system is not nearly as responsive and is only about two weeks old and have not installed any software other than Microsoft Office 2011 when I bought the machine.  Any ideas?

    Ok my system is booting and shutting down faster now.. This method worked for me:
    First, I repaired the permissions:
    1) Open up Disk Utility
    2) Select your hard drive
    3) Now select Repair Disk Permissions.
    Then, I deleted the caches folder:
    1) From the Finder's Go menu, select Go To Folder, and go to this folder: /Library
    2) Delete everything inside the Caches folder (This might require the Admin Username & Password)
    Finally, go to System Preferences and click on Startup Disc then click on your boot drive (In my case I've selected my HD labeled "Macintosh HD Mac OS X, 10.7.1". Now do a restart by clicking on the Restart button. If you don't have a Startup drive selected your mac will waste time at boot searching for a suitable boot drive !
    I Hope this works for you as well.
    Cheers!

  • HT5364 Adobe flash player not working on Safari after being installed, System OS X 10.9.2 has been just updated to Maverick

    Adobe flash player not working on Safari after being installed, System OS X 10.9.2 has been just updated to Maverick

        Enable Plug-ins
        Safari > Preferences > Security
        Internet Plug-ins >  "Allow  plug-ins"
        Enable it.
        Click "Manage Website Settings"
        Highlight "Adobe Flash Player", "Allow" and then "Done".

  • After I updated to iOS 8, I noticed that while copying photos to my PC, I see photos being categorized into many folders. I also found some system files in each of the folders containing photos (in the name of Local Disk). Is this usual?

    After I updated to iOS 8, I noticed that while copying photos to my PC, I see photos being categorized into many folders now. I also found some system files in each of the folders containing photos (in the name of Local Disk). Is this usual?

    I couldn't find the edit button on my original post so I am posting an update here.
    I have gone through more apps and have had good luck on all but one more.  And it's not that the app doesn't work, I am talking about the Yahoo Weather app, It works fine, but when you swipe between cities the screen lags a bit and it sometimes doesn't move between pages the way it should.  On iOS 7.1.2 it was smooth as butter but on iOS 8.0, not so much.  I will post a note in the app store to let them know.  I really like the Yahoo app better than the new stock app.
    I have been going through my games and they all work fine. Angry Birds (Original and Stella), Canabalt, Minecraft, Bejeweled 2, Silly Walks, PopWords, Doodle Jump, Deep Green all seem to work just fine. 
    Starbucks app works as it should. 
    I will stop back again next week after I have had the weekend to play with it in detail and post my thoughts again.

  • System crash after recent update

    Hi all,
    As of yesterday, my laptop has started crashing after a little while open (sometimes right away, sometimes ten minutes in, sometimes right after bios). I believed it was to do with the recent alsa-utils update and I downgraded that package which helped for a little bit. When it updated again and the core dump from the previous update disappeared, I upgraded and the problem starting happening again. Then I downgraded and no change.
    So I think it is not to do with alsa anymore...but I can find no information at all in dmesg or journalctl. There seem to be no errors, warnings whatsoever. I have tried chrooting in and looking at all the logs but to no avail.
    The update that broke my system installed the following:
    alsa-lib alsa-utils gcc-libs gcc isl kmod libcdio-paranoia pyalpm namcap
    I have since downgraded both isl and kmod and it looks my laptop is running okay so far. After this update I also updated the kernel, but running from the fallback initramfs did not change the issue so I don't think it was that either.
    I have trawled the forums for recent problems with recent updates .ut did not find anything apart from the alsactl core dump.
    Does anyone know if there are any problems with the above packages? Or if there are other important logs other than journactl, dmesg, and pacman.log I can try looking at to troubleshoot this? I apologise for not being able to provide much more information, as I said I can't seem to find anything out of the ordinary in the aforementioned logs.
    Any help would be appreciated.

    Crash still occurs...now found this in dmesg
    [ 2.425173] ACPI Warning: 0x000000000000f040-0x000000000000f05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20121018/utaddress-251)
    [ 2.425179] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.425250] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20121018/utaddress-251)
    [ 2.425254] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.425258] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
    [ 2.425260] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.425261] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
    [ 2.425263] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.425264] lpc_ich: Resource conflict(s) found affecting gpio_ich
    I have looked online about these though, and so far it looks like it doesn't actually make anyone crash
    EDIT: Also found that this is not actually a kernel bug...hmm.
    Last edited by thesystematic (2013-04-16 00:51:03)

Maybe you are looking for

  • REUSE ALV not working in Background

    Hi all, I am using REUSE_ALV_GRID_DISPLAY_LVC to display output of the program, this runs correct in foreground but the same when we run the program in background we are getting Control Framework: Fatal error - GUI cannot be reache Job cancelled afte

  • Why am I getting "Disc burner or software not found" when I try to burn a CD?

    I just got the Windows 8.1 update and installed iTunes.  Now I am getting this message when I try to burn a CD "Disc burner or software not found."  Everything looks fine in Device Manager.  This is what I got when I ran the diagnostics... Microsoft

  • Wine on Arch 64

    I cannot get wine working correctly on Arch 64. I am having problems getting some of the required packages that are lib32. I cant get them with pacman. Also I am thinking since wine doesnt have a 64 bit edition I should just go with 32 bit arch.

  • Outbound DID change | ring group

    1. We have CCUM 8.6, and 50 DID that are by provider tight to main number. I have one user requesting his number shows up as external line was set up on his phone.  I think I should go with different route pattern than 9.@ so for example I can choose

  • Bottleneck when switching the redo log files.

    Hello All, I am using Oracle 11.2.0.3. The application team reported that they are facing slowness at certain time. I monitored the database and I found that at some switching of the redo log files (not always) I am facing a slowness at the applicati