Addon program not terminate after exit..

I write an addon program and don't
know why it does not terminate after
B1 exits.
The B1 keeps to generate a new instance
of addon program.
Any clue.
Regards,
Kenneth Tse

Did you manage the AppEvent type events?
It is developers responsability to terminate the AddOn when this happens. We usually do:
Private Sub aplicacion_AppEvent(ByVal EventType As SAPbouiCOM.BoAppEventTypes) Handles aplicacion.AppEvent
        Select Case EventType
            Case SAPbouiCOM.BoAppEventTypes.aet_CompanyChanged
                'Manage language change
            Case SAPbouiCOM.BoAppEventTypes.aet_LanguageChanged
                Application.Exit()
            Case SAPbouiCOM.BoAppEventTypes.aet_ServerTerminition
                Application.Exit()
            Case SAPbouiCOM.BoAppEventTypes.aet_ShutDown
                Application.Exit()
        End Select
    End Sub
PD: True, don´t exit in the language change event.
Hope helps,
Ibai Peñ

Similar Messages

  • Firefox process will not terminate on exit

    After closing the Firefox browser, the firefox.exe process continues to run and must be closed via Task Manager before Firefox can be restarted or any other application initiated. The process will continue to run for more than a half hour, consuming 100% of CPU cycles and 250 to 450MB RAM without ever terminating on its own. (I didn't have the patience to see if it would continue to eat CPU cycles for a hour or longer.) This problem has persisted for YEARS, through successive updates. I have read all the proposed solution procedures in Support and in Mozillazine, but none of them work since none addresses the cause. I am presently running Firefox 26.0 but wanted to fix this problem before upgrading again.
    I have two profiles, "fat" and "slim"; their primary difference is that "slim" has NO bookmarks or sites history. I removed all plugins (disabled and uninstalled); then I disabled all extensions (listed below). Then I enabled the extensions one at a time, restarting Firefox "slim" profile after each; Task Manager verified that the firefox process was NOT still running and the browser restarted without problem. The "slim" profile with all extensions enabled closes and restarts without problems.
    I followed the same procedure for the "fat" profile. However, even with all plugins removed and all extensions disabled, the firefox.exe process invoked by the "fat" profile would not terminate on exit and would prevent Firefox from restarting until the process had been killed in Task Manager. Then I removed from the "fat" profile five large sqlite database and other files:
    bookmarks.html 23,945 KB
    places.sqlite 26,896 KB
    session.rdf 10,585 KB
    session-1.rdf 3,152 KB
    urlclassifier.sqlite 44,684 KB
    Of course, Firefox recreates these, but the new versions are empty with minimal size. Now the "fat" profile with all extensions enabled exited as expected and the process terminated by itself. But when I replaced the original, large files back into the "fat" profile, the problem returned: the process would not terminate, consumed 100% of CPU cycles, held 1/2GB of RAM, and would not restart or allow another program to start.
    So, if you have verified your extensions and plugins, but experience this behavior, check especially your bookmarks.html, places.sqlite, and urlclassifier.splite files. The larger these files are, the longer Firefox will take to close down in an orderly manner. Closing Firefox, and then opening Task Manager to kill the firefox.exe process is a STUPID procedure to force onto users because bad code gets caught thrashing or lost in the profile's large files.
    Now my questions: (1) Is Mozilla working on this problem--Firefox choking the CPU while it's stuck interminably "processing" the large profile files? (2) Are the only current practical solutions to erase or not even to accumulate such histories?
    SYSTEM INFORMATION:
    system -- Thinkpad T43p Pentium M (single core)
    RAM -- 2GB
    operating system -- Windows 7 SP1
    browser -- Firefox 26.0
    extensions --
    avast! Online Security 9.0.2013.75
    NoScript 2.6.8.18rc1
    Adblock Plus 2.5.1
    Adblock Plus Pop-up Addon 0.9.1
    Element Hiding Helper for Adblock Plus 1.2.3
    DoNotTrackMe: Online Privacy Protection 3.1.1038
    HTTPS-Everywhere 3.4.5
    HTTPS Finder 0.85
    BetterPrivacy 1.68
    Foundstone HTML5 Local Storage Explorer 1.1
    FlashGot 1.5.5.97
    Tab Mix Plus 0.4.1.3.1
    User Agent Switcher 9.7.2
    Aardvark 3.0
    Mozilla Archive Format 3.0.0
    Re-pagination 2011.5.15
    Show my Password 2.0
    Saved Password Editor 2.7.2
    SQLite Manager 0.8.1

    OK, that does it.
    This has been going on for a long time. As fine as the Mozilla team is, they don't seem to be fixing it for one reason or another. I'm on v30 and it still persists.
    I've decided to stop waiting for them and do something about it myself. I've built a small executable stub that first kills any stale Firefox instances, and then starts up a clean one.
    You can download the program and/or Visual Basic source code here:
    [https://firefoxkiller.codeplex.com/ Firefox Killer]
    If you run into any trouble, post a question in the Discussions section. Be patient; I'm pretty busy. I'll try to respond as quickly as I can.
    Thanks,
    Jeff Bowman
    Fairbanks, Alaska
    (Spam Link removed by mod)

  • Enqueue replication server does not terminate after failover

    Hi,
    We are trying to setup high availability of enqueue server where in we have running enqueue server on node-A and ERS on node-B all the time.
    Whenever enqueue is stopped on node-A, it automatically failovers on node-B but after replication of lock table, enqueue does not terminate the ERS running on node-B and as a result our enqueue and ERS both keeps running on the same host (Failover node-B) which should not be the case.
    We havenu2019t configured polling in that scenario SAP note-1018968 depicts the same however this is applicable only for version-640 and 700.
    Ideally when enqueue server switches to node-B, it should terminate the ERS on the same node after replication and then HA software would take care of its restart on node -A.
    We have ERS running of version 701; could anyone please let me know if the same behaviour is common for 701 version as well?
    Or there is any additional configuration to be done to make it working.
    Thanks in advance.
    Cheers !!!
    Ashish

    Hi Naveed,
    Stopping ERS is suppose to be taken care by SAP only and not the HA software.
    Once ERS stops on node -B there would be a fault reported and as a result HA software will restart the ERS on node A.
    Please refer to a section of SAP Note 1018968 - 'Enqueue replication server does not terminate after failover'
    "Therefore, the cluster software must only organise the restart of the replication server and does not need to do anything for the shutdown."
    Another blog about the same:
    http://www.symantec.com/connect/blogs/veritas-cluster-server-sap  
    - After the successful lock table takeover, the Enqueue Replication Server will fault on this node (initiated by SAP). Veritas Cluster Server recognizes this failure and initiates a failover to a remaining node to create SAP Enqueue redundancy again. The Enqueue Replication Server will receive the complete Enqueue table from the Enqueue Server (SCS) and later Enqueue lock updates in a synchronous fashion.
    So it is nothing about HA software, it is the SAP which should control ERS on node-B.
    Cheers !!!
    Ashish

  • Terminal will not terminate after Yosemite upgrade

    When attempting to close Terminal, or when attempting to logout or shutdown, the Terminal will not terminate, but displays the following dialog: "Do you want to close this window? Closing this window will terminate the running processes: ."  Also, the red "close" icon shows a dot instead of an "x" inside, indicating the running process.  However there is NO running process (that I started) other than the terminal's own Bash shell.
    PS indicates only 3 user terminal processes, each the root Bash process running on the terminal:
    $ ps
      PID TTY           TIME CMD
    2816 ttys000    0:00.02 -bash
    2817 ttys001    0:00.01 -bash
    2818 ttys002    0:00.01 -bash
    ps -ef shows no child processes (other than the ps and grep processes:
    $ ps -ef | grep 2816
      501  2816  2813   0 10:58AM ttys000    0:00.02 -bash
        0  2868  2816   0 11:05AM ttys000    0:00.00 ps -ef
      501  2869  2816   0 11:05AM ttys000    0:00.00 grep 2816
    This behavior occurs no matter if I quit Terminal and restart it or any other combination of options.
    This behavior is new with Yosemite.  Version 10.10 is installed on a late 2009 iMac.
    Thanks

    Check the Ask before closing setting in the Terminal preferences dialog.

  • Program not Responding after installing PSE8

    I recently upgraded to PSE8.
    Since then I have noticed that when I go to shutdown my system (XP w/ SP3) I get
    a window indicating a program is not responding. The title of the window is
    'End Program - 9c0'. The '9c0' part is not always the same.
    Last night it was 960. I've checked before the shutdown to see if there is any application
    or process with a number like that and I have never found one.
    I believe I keep my system free of viruses, etc. but I did do a complete virus scan
    with Avast as well as Symantec. Plus spyware checks by AdAware and SpyBot.
    I'm wondering if anyone else has noticed anything like this?

    I have the same problem.  I'm running XP SP/3, and after I installed PhotoShopElements my machine hangs at shutdown until I kill a running process.  The problem goes away if I stop ElementsOrganizerSynchAgent.exe.  So for now, my solution is to set the service to start manually.
    Any chance of getting a fix?  The program I assume performs a needed function, and I'm now without it.
    Alan Stone

  • Programs not opening after install

    Alright... I am brand new to Linux operating systems (about roughly 2 days now, and making the switch from MS to Arch). after scouring the forums and the wiki I still can't open up the packages that I installed from the AUR,core,community, or extra repo's... I have tried opening up a terminal session and typing in the program name, but that didn't work, I have gone into the /bin folder and still nothing there either... where/how could I open the files that I installed on my system? If anyone could help, it would be greatly appreciated..Thanks
    CERBERUS
    Last edited by XSG CERBERUS XI (2013-12-19 15:00:05)

    Just did a fresh install of Arch and here is the log:
    [2013-12-19 16:37] [PACMAN] Running 'pacman -r /mnt -Sy --cachedir=/mnt/var/cache/pacman/pkg --noconfirm base'
    [2013-12-19 16:37] [PACMAN] synchronizing package lists
    [2013-12-19 16:40] [PACMAN] installed linux-api-headers (3.12.4-1)
    [2013-12-19 16:40] [PACMAN] installed tzdata (2013h-1)
    [2013-12-19 16:40] [PACMAN] installed iana-etc (2.30-4)
    [2013-12-19 16:40] [PACMAN] installed filesystem (2013.05-2)
    [2013-12-19 16:40] [PACMAN] installed glibc (2.18-11)
    [2013-12-19 16:40] [PACMAN] installed ncurses (5.9-6)
    [2013-12-19 16:40] [PACMAN] installed readline (6.2.004-2)
    [2013-12-19 16:40] [PACMAN] installed bash (4.2.045-5)
    [2013-12-19 16:40] [PACMAN] installed bzip2 (1.0.6-5)
    [2013-12-19 16:40] [PACMAN] installed gcc-libs (4.8.2-6)
    [2013-12-19 16:40] [PACMAN] installed db (5.3.28-1)
    [2013-12-19 16:40] [PACMAN] installed zlib (1.2.8-3)
    [2013-12-19 16:40] [PACMAN] installed cracklib (2.9.0-2)
    [2013-12-19 16:40] [PACMAN] installed libgssglue (0.4-2)
    [2013-12-19 16:40] [PACMAN] installed libtirpc (0.2.3-2)
    [2013-12-19 16:40] [PACMAN] installed pambase (20130928-1)
    [2013-12-19 16:40] [PACMAN] installed pam (1.1.8-2)
    [2013-12-19 16:40] [PACMAN] installed attr (2.4.47-1)
    [2013-12-19 16:40] [PACMAN] installed acl (2.2.52-2)
    [2013-12-19 16:40] [PACMAN] installed gmp (5.1.3-2)
    [2013-12-19 16:40] [PACMAN] installed libcap (2.22-5)
    [2013-12-19 16:40] [PACMAN] installed gdbm (1.10-3)
    [2013-12-19 16:40] [PACMAN] installed perl (5.18.1-1)
    [2013-12-19 16:40] [PACMAN] installed openssl (1.0.1.e-5)
    [2013-12-19 16:40] [PACMAN] installed coreutils (8.22-2)
    [2013-12-19 16:40] [PACMAN] installed run-parts (4.4-1)
    [2013-12-19 16:40] [PACMAN] installed cronie (1.4.11-1)
    [2013-12-19 16:40] [PACMAN] installed expat (2.1.0-3)
    [2013-12-19 16:40] [PACMAN] installed dbus (1.6.18-1)
    [2013-12-19 16:40] [PACMAN] installed pcre (8.34-1)
    [2013-12-19 16:40] [PACMAN] installed libffi (3.0.13-4)
    [2013-12-19 16:40] [PACMAN] installed glib2 (2.38.2-1)
    [2013-12-19 16:40] [PACMAN] installed kbd (2.0.1-1)
    [2013-12-19 16:40] [PACMAN] installed kmod (15-1)
    [2013-12-19 16:40] [PACMAN] installed hwids (20130607-1)
    [2013-12-19 16:40] [PACMAN] installed libgpg-error (1.12-1)
    [2013-12-19 16:40] [PACMAN] installed libgcrypt (1.5.3-1)
    [2013-12-19 16:40] [PACMAN] installed shadow (4.1.5.1-7)
    [2013-12-19 16:40] [PACMAN] installed util-linux (2.24-2)
    [2013-12-19 16:40] [PACMAN] installed xz (5.0.5-2)
    [2013-12-19 16:40] [ALPM-SCRIPTLET] Initializing machine ID from random generator.
    [2013-12-19 16:40] [ALPM-SCRIPTLET] ln -s '/usr/lib/systemd/system/[email protected]' '/etc/systemd/system/getty.target.wants/[email protected]'
    [2013-12-19 16:40] [ALPM-SCRIPTLET] :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
    [2013-12-19 16:40] [ALPM-SCRIPTLET] bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
    [2013-12-19 16:40] [PACMAN] installed systemd (208-3)
    [2013-12-19 16:40] [PACMAN] installed device-mapper (2.02.104-1)
    [2013-12-19 16:40] [PACMAN] installed popt (1.16-7)
    [2013-12-19 16:40] [PACMAN] installed cryptsetup (1.6.2-2)
    [2013-12-19 16:40] [PACMAN] installed dhcpcd (6.1.0-1)
    [2013-12-19 16:40] [PACMAN] installed diffutils (3.3-1)
    [2013-12-19 16:40] [PACMAN] installed e2fsprogs (1.42.8-2)
    [2013-12-19 16:40] [PACMAN] installed file (5.16-1)
    [2013-12-19 16:40] [PACMAN] installed findutils (4.4.2-5)
    [2013-12-19 16:40] [PACMAN] installed mpfr (3.1.2.p5-1)
    [2013-12-19 16:40] [PACMAN] installed gawk (4.1.0-2)
    [2013-12-19 16:40] [PACMAN] installed libunistring (0.9.3-6)
    [2013-12-19 16:40] [PACMAN] installed gettext (0.18.3.1-2)
    [2013-12-19 16:40] [PACMAN] installed grep (2.15-1)
    [2013-12-19 16:40] [PACMAN] installed less (458-1)
    [2013-12-19 16:40] [PACMAN] installed gzip (1.6-1)
    [2013-12-19 16:40] [PACMAN] installed inetutils (1.9.1.341-2)
    [2013-12-19 16:40] [PACMAN] installed iptables (1.4.20-1)
    [2013-12-19 16:40] [PACMAN] installed iproute2 (3.11.0-1)
    [2013-12-19 16:40] [PACMAN] installed sysfsutils (2.1.0-8)
    [2013-12-19 16:40] [PACMAN] installed iputils (20121221-3)
    [2013-12-19 16:40] [PACMAN] installed jfsutils (1.1.15-4)
    [2013-12-19 16:40] [PACMAN] installed licenses (20130203-1)
    [2013-12-19 16:40] [PACMAN] installed linux-firmware (20131013.7d0c7a8-1)
    [2013-12-19 16:40] [PACMAN] installed mkinitcpio-busybox (1.21.1-2)
    [2013-12-19 16:40] [PACMAN] installed lzo2 (2.06-3)
    [2013-12-19 16:40] [PACMAN] installed libarchive (3.1.2-4)
    [2013-12-19 16:40] [PACMAN] installed mkinitcpio (16-1)
    [2013-12-19 16:40] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-12-19 16:40] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-12-19 16:40] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-12-19 16:40] [ALPM-SCRIPTLET] ==> Starting build: 3.12.5-1-ARCH
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-12-19 16:40] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-12-19 16:40] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-12-19 16:40] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-12-19 16:40] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-12-19 16:40] [ALPM-SCRIPTLET] ==> Starting build: 3.12.5-1-ARCH
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-12-19 16:40] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-12-19 16:40] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-12-19 16:40] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-12-19 16:40] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-12-19 16:40] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-12-19 16:40] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-12-19 16:40] [PACMAN] installed linux (3.12.5-1)
    [2013-12-19 16:40] [PACMAN] installed logrotate (3.8.7-1)
    [2013-12-19 16:40] [PACMAN] installed lvm2 (2.02.104-1)
    [2013-12-19 16:40] [PACMAN] installed groff (1.22.2-5)
    [2013-12-19 16:40] [PACMAN] installed libpipeline (1.2.5-1)
    [2013-12-19 16:40] [ALPM-SCRIPTLET] it's recommended to create an initial
    [2013-12-19 16:40] [ALPM-SCRIPTLET] database running as root:
    [2013-12-19 16:40] [ALPM-SCRIPTLET] "/usr/bin/mandb --quiet"
    [2013-12-19 16:40] [PACMAN] installed man-db (2.6.5-1)
    [2013-12-19 16:40] [PACMAN] installed man-pages (3.55-1)
    [2013-12-19 16:40] [PACMAN] installed mdadm (3.3-2)
    [2013-12-19 16:40] [PACMAN] installed nano (2.2.6-2)
    [2013-12-19 16:40] [PACMAN] installed openresolv (3.5.6-1)
    [2013-12-19 16:40] [PACMAN] installed netctl (1.4-2)
    [2013-12-19 16:40] [PACMAN] installed sed (4.2.2-3)
    [2013-12-19 16:40] [PACMAN] installed ca-certificates (20130906-1)
    [2013-12-19 16:40] [PACMAN] installed libssh2 (1.4.3-2)
    [2013-12-19 16:40] [PACMAN] installed curl (7.33.0-3)
    [2013-12-19 16:40] [PACMAN] installed pth (2.0.7-4)
    [2013-12-19 16:40] [PACMAN] installed libksba (1.3.0-1)
    [2013-12-19 16:40] [PACMAN] installed libassuan (2.1.1-1)
    [2013-12-19 16:40] [PACMAN] installed pinentry (0.8.3-1)
    [2013-12-19 16:40] [PACMAN] installed libsasl (2.1.26-6)
    [2013-12-19 16:40] [PACMAN] installed libldap (2.4.38-1)
    [2013-12-19 16:40] [PACMAN] installed dirmngr (1.1.1-1)
    [2013-12-19 16:40] [PACMAN] installed gnupg (2.0.22-1)
    [2013-12-19 16:40] [PACMAN] installed gpgme (1.4.3-1)
    [2013-12-19 16:40] [PACMAN] installed pacman-mirrorlist (20130830-1)
    [2013-12-19 16:40] [PACMAN] installed archlinux-keyring (20131027-1)
    [2013-12-19 16:40] [PACMAN] installed pacman (4.1.2-4)
    [2013-12-19 16:40] [PACMAN] installed pciutils (3.2.0-4)
    [2013-12-19 16:40] [PACMAN] installed pcmciautils (018-7)
    [2013-12-19 16:40] [PACMAN] installed procps-ng (3.3.9-1)
    [2013-12-19 16:40] [PACMAN] installed psmisc (22.20-1)
    [2013-12-19 16:40] [PACMAN] installed reiserfsprogs (3.6.24-1)
    [2013-12-19 16:40] [PACMAN] installed s-nail (14.4.5-1)
    [2013-12-19 16:40] [PACMAN] installed systemd-sysvcompat (208-3)
    [2013-12-19 16:40] [PACMAN] installed tar (1.27.1-1)
    [2013-12-19 16:40] [PACMAN] installed texinfo (5.2-2)
    [2013-12-19 16:40] [PACMAN] installed libusbx (1.0.17-1)
    [2013-12-19 16:40] [PACMAN] installed usbutils (007-1)
    [2013-12-19 16:40] [PACMAN] installed vi (1:050325-3)
    [2013-12-19 16:40] [PACMAN] installed which (2.20-6)
    [2013-12-19 16:40] [PACMAN] installed xfsprogs (3.1.11-2)
    [2013-12-19 16:45] [PACMAN] Running 'pacman -S syslinux'
    [2013-12-19 16:46] [ALPM-SCRIPTLET]
    [2013-12-19 16:46] [ALPM-SCRIPTLET] ==> For setting up Syslinux BIOS using the syslinux-install_update script follow
    [2013-12-19 16:46] [ALPM-SCRIPTLET] [url]https://wiki.archlinux.org/index.php/Syslinux#Automatic_Install[/url]
    [2013-12-19 16:46] [ALPM-SCRIPTLET]
    [2013-12-19 16:46] [ALPM-SCRIPTLET] ==> For setting up Syslinux EFI follow
    [2013-12-19 16:46] [ALPM-SCRIPTLET] [url]https://wiki.archlinux.org/index.php/Syslinux#UEFI_Systems[/url]
    [2013-12-19 16:46] [ALPM-SCRIPTLET]
    [2013-12-19 16:46] [ALPM-SCRIPTLET] ==> The syslinux-install_update script does not currently support EFI install
    [2013-12-19 16:46] [ALPM-SCRIPTLET]
    [2013-12-19 16:46] [PACMAN] installed syslinux (6.02-8)
    [2013-12-19 16:55] [PACMAN] Running 'pacman -Sy'
    [2013-12-19 16:55] [PACMAN] synchronizing package lists
    [2013-12-19 16:55] [PACMAN] Running 'pacman -S sudo'
    [2013-12-19 16:55] [PACMAN] installed sudo (1.8.8-1)
    [2013-12-19 16:59] [PACMAN] Running 'pacman -S xfce4'
    [2013-12-19 17:01] [PACMAN] installed libxfce4util (4.10.1-2)
    [2013-12-19 17:01] [PACMAN] installed atk (2.10.0-1)
    [2013-12-19 17:01] [PACMAN] installed libdatrie (0.2.6-1)
    [2013-12-19 17:01] [PACMAN] installed libthai (0.1.19-1)
    [2013-12-19 17:01] [PACMAN] installed libpng (1.6.7-1)
    [2013-12-19 17:01] [PACMAN] installed xcb-proto (1.9-1)
    [2013-12-19 17:01] [PACMAN] installed xproto (7.0.25-1)
    [2013-12-19 17:01] [PACMAN] installed libxdmcp (1.1.1-1)
    [2013-12-19 17:01] [PACMAN] installed libxau (1.0.8-2)
    [2013-12-19 17:01] [PACMAN] installed libxcb (1.9.1-2)
    [2013-12-19 17:01] [PACMAN] installed kbproto (1.0.6-1)
    [2013-12-19 17:01] [PACMAN] installed libx11 (1.6.2-1)
    [2013-12-19 17:01] [PACMAN] installed renderproto (0.11.1-2)
    [2013-12-19 17:01] [PACMAN] installed libxrender (0.9.8-1)
    [2013-12-19 17:01] [PACMAN] installed xextproto (7.2.1-1)
    [2013-12-19 17:01] [PACMAN] installed libxext (1.3.2-1)
    [2013-12-19 17:01] [PACMAN] installed freetype2 (2.5.2-1)
    [2013-12-19 17:01] [ALPM-SCRIPTLET]
    [2013-12-19 17:01] [ALPM-SCRIPTLET] Fontconfig configuration is done via /etc/fonts/conf.avail and conf.d.
    [2013-12-19 17:01] [ALPM-SCRIPTLET] Read /etc/fonts/conf.d/README for more information.
    [2013-12-19 17:01] [ALPM-SCRIPTLET]
    [2013-12-19 17:01] [ALPM-SCRIPTLET] Configuration via /etc/fonts/local.conf is still possible,
    [2013-12-19 17:01] [ALPM-SCRIPTLET] but is no longer recommended for options available in conf.avail.
    [2013-12-19 17:01] [ALPM-SCRIPTLET]
    [2013-12-19 17:01] [ALPM-SCRIPTLET] Main systemwide configuration should be done by symlinks
    [2013-12-19 17:01] [ALPM-SCRIPTLET] (especially for autohinting, sub-pixel and lcdfilter):
    [2013-12-19 17:01] [ALPM-SCRIPTLET]
    [2013-12-19 17:01] [ALPM-SCRIPTLET] cd /etc/fonts/conf.d
    [2013-12-19 17:01] [ALPM-SCRIPTLET] ln -s ../conf.avail/XX-foo.conf
    [2013-12-19 17:01] [ALPM-SCRIPTLET]
    [2013-12-19 17:01] [ALPM-SCRIPTLET] Check also [url]https://wiki.archlinux.org/index.php/Font_Configuration[/url]
    [2013-12-19 17:01] [ALPM-SCRIPTLET] and [url]https://wiki.archlinux.org/index.php/Fonts[/url].
    [2013-12-19 17:01] [ALPM-SCRIPTLET]
    [2013-12-19 17:01] [ALPM-SCRIPTLET] updating font cache... done.
    [2013-12-19 17:01] [PACMAN] installed fontconfig (2.11.0-1)
    [2013-12-19 17:01] [PACMAN] installed pixman (0.32.4-1)
    [2013-12-19 17:01] [PACMAN] installed libpciaccess (0.13.2-2)
    [2013-12-19 17:01] [PACMAN] installed libdrm (2.4.50-1)
    [2013-12-19 17:01] [PACMAN] installed libvdpau (0.7-1)
    [2013-12-19 17:01] [PACMAN] installed wayland (1.3.0-1)
    [2013-12-19 17:01] [PACMAN] installed xf86vidmodeproto (2.3.1-2)
    [2013-12-19 17:01] [PACMAN] installed libxxf86vm (1.1.3-1)
    [2013-12-19 17:01] [PACMAN] installed fixesproto (5.0-2)
    [2013-12-19 17:01] [PACMAN] installed libxfixes (5.0.1-1)
    [2013-12-19 17:01] [PACMAN] installed damageproto (1.2.1-2)
    [2013-12-19 17:01] [PACMAN] installed libxdamage (1.1.4-1)
    [2013-12-19 17:01] [PACMAN] installed elfutils (0.157-1)
    [2013-12-19 17:01] [PACMAN] installed llvm-libs (3.3-1)
    [2013-12-19 17:01] [PACMAN] installed mesa (10.0.1-1)
    [2013-12-19 17:01] [PACMAN] installed mesa-libgl (10.0.1-1)
    [2013-12-19 17:01] [PACMAN] installed cairo (1.12.16-1)
    [2013-12-19 17:01] [PACMAN] installed libxft (2.3.1-1)
    [2013-12-19 17:01] [PACMAN] installed graphite (1:1.2.4-1)
    [2013-12-19 17:01] [PACMAN] installed harfbuzz (0.9.24-1)
    [2013-12-19 17:01] [PACMAN] installed pango (1.36.1-1)
    [2013-12-19 17:01] [PACMAN] installed libxcursor (1.1.14-1)
    [2013-12-19 17:01] [PACMAN] installed xineramaproto (1.2.1-2)
    [2013-12-19 17:01] [PACMAN] installed libxinerama (1.1.3-2)
    [2013-12-19 17:01] [PACMAN] installed randrproto (1.4.0-1)
    [2013-12-19 17:01] [PACMAN] installed libxrandr (1.4.2-2)
    [2013-12-19 17:01] [PACMAN] installed inputproto (2.3-1)
    [2013-12-19 17:01] [PACMAN] installed libxi (1.7.2-1)
    [2013-12-19 17:01] [PACMAN] installed compositeproto (0.4.2-2)
    [2013-12-19 17:01] [PACMAN] installed libxcomposite (0.4.4-1)
    [2013-12-19 17:01] [PACMAN] installed libxml2 (2.9.1-5)
    [2013-12-19 17:02] [PACMAN] installed shared-mime-info (1.2-1)
    [2013-12-19 17:02] [PACMAN] installed libtasn1 (3.4-1)
    [2013-12-19 17:02] [PACMAN] installed nettle (2.7.1-1)
    [2013-12-19 17:02] [PACMAN] installed p11-kit (0.20.1-1)
    [2013-12-19 17:02] [PACMAN] installed gnutls (3.2.7-1)
    [2013-12-19 17:02] [PACMAN] installed libjpeg-turbo (1.3.0-4)
    [2013-12-19 17:02] [PACMAN] installed libtiff (4.0.3-4)
    [2013-12-19 17:02] [PACMAN] installed keyutils (1.5.8-1)
    [2013-12-19 17:02] [PACMAN] installed krb5 (1.11.4-1)
    [2013-12-19 17:02] [PACMAN] installed libdaemon (0.14-2)
    [2013-12-19 17:02] [PACMAN] installed avahi (0.6.31-11)
    [2013-12-19 17:02] [PACMAN] installed libcups (1.7.0-2)
    [2013-12-19 17:02] [PACMAN] installed jasper (1.900.1-10)
    [2013-12-19 17:02] [PACMAN] installed gdk-pixbuf2 (2.30.2-1)
    [2013-12-19 17:02] [PACMAN] installed hicolor-icon-theme (0.12-2)
    [2013-12-19 17:02] [PACMAN] installed gtk-update-icon-cache (2.24.22-1)
    [2013-12-19 17:02] [PACMAN] installed gtk2 (2.24.22-1)
    [2013-12-19 17:02] [PACMAN] installed dbus-glib (0.100.2-1)
    [2013-12-19 17:02] [PACMAN] installed xfconf (4.10.0-3)
    [2013-12-19 17:02] [PACMAN] installed libice (1.0.8-2)
    [2013-12-19 17:02] [PACMAN] installed libsm (1.2.2-2)
    [2013-12-19 17:02] [PACMAN] installed xcb-util (0.3.9-1)
    [2013-12-19 17:02] [PACMAN] installed startup-notification (0.12-4)
    [2013-12-19 17:02] [PACMAN] installed libxfce4ui (4.10.0-1)
    [2013-12-19 17:02] [PACMAN] installed exo (0.10.2-2)
    [2013-12-19 17:02] [PACMAN] installed garcon (0.2.1-1)
    [2013-12-19 17:02] [PACMAN] installed gtk2-xfce-engine (3.0.1-1)
    [2013-12-19 17:02] [PACMAN] installed lcms2 (2.5-2)
    [2013-12-19 17:02] [PACMAN] installed libgusb (0.1.6-1)
    [2013-12-19 17:02] [PACMAN] installed nspr (4.10.2-1)
    [2013-12-19 17:02] [PACMAN] installed js (17.0.0-1)
    [2013-12-19 17:02] [PACMAN] installed polkit (0.112-1)
    [2013-12-19 17:02] [PACMAN] installed shared-color-profiles (0.1.5-1)
    [2013-12-19 17:02] [PACMAN] installed sqlite (3.8.2-1)
    [2013-12-19 17:02] [PACMAN] installed dconf (0.18.0-1)
    [2013-12-19 17:02] [PACMAN] installed colord (1.0.4-1)
    [2013-12-19 17:02] [PACMAN] installed recordproto (1.14.2-1)
    [2013-12-19 17:02] [PACMAN] installed libxtst (1.2.2-1)
    [2013-12-19 17:02] [PACMAN] installed at-spi2-core (2.10.2-1)
    [2013-12-19 17:02] [PACMAN] installed at-spi2-atk (2.10.2-1)
    [2013-12-19 17:02] [PACMAN] installed xkeyboard-config (2.10.1-1)
    [2013-12-19 17:02] [PACMAN] installed libxkbcommon (0.3.2-1)
    [2013-12-19 17:02] [PACMAN] installed gtk3 (3.10.6-1)
    [2013-12-19 17:02] [PACMAN] installed gtk3-xfce-engine (3.0.1-1)
    [2013-12-19 17:02] [PACMAN] installed desktop-file-utils (0.22-1)
    [2013-12-19 17:02] [PACMAN] installed libexif (0.6.21-2)
    [2013-12-19 17:02] [PACMAN] installed libnotify (0.7.6-1)
    [2013-12-19 17:02] [PACMAN] installed thunar (1.6.3-1)
    [2013-12-19 17:02] [PACMAN] installed thunar-volman (0.8.0-1)
    [2013-12-19 17:02] [PACMAN] installed tumbler (0.1.29-1)
    [2013-12-19 17:02] [PACMAN] installed xfce4-appfinder (4.10.1-1)
    [2013-12-19 17:02] [PACMAN] installed libxres (1.0.7-1)
    [2013-12-19 17:02] [PACMAN] installed libwnck (2.30.7-1)
    [2013-12-19 17:02] [PACMAN] installed xfce4-panel (4.10.1-1)
    [2013-12-19 17:02] [PACMAN] installed gstreamer0.10 (0.10.36-3)
    [2013-12-19 17:02] [PACMAN] installed orc (0.4.18-1)
    [2013-12-19 17:02] [PACMAN] installed videoproto (2.3.2-1)
    [2013-12-19 17:02] [PACMAN] installed libxv (1.0.10-1)
    [2013-12-19 17:02] [PACMAN] installed gstreamer0.10-base (0.10.36-2)
    [2013-12-19 17:02] [PACMAN] installed alsa-lib (1.0.27.2-1)
    [2013-12-19 17:02] [PACMAN] installed cdparanoia (10.2-5)
    [2013-12-19 17:02] [PACMAN] installed libvisual (0.4.0-4)
    [2013-12-19 17:02] [PACMAN] installed libogg (1.3.1-2)
    [2013-12-19 17:02] [PACMAN] installed libvorbis (1.3.3-1)
    [2013-12-19 17:02] [PACMAN] installed libtheora (1.1.1-3)
    [2013-12-19 17:02] [PACMAN] installed gstreamer0.10-base-plugins (0.10.36-2)
    [2013-12-19 17:02] [PACMAN] installed libunique (1.1.6-5)
    [2013-12-19 17:02] [PACMAN] installed xfce4-mixer (4.10.0-2)
    [2013-12-19 17:02] [PACMAN] installed python2 (2.7.6-1)
    [2013-12-19 17:02] [PACMAN] installed libplist (1.10-1)
    [2013-12-19 17:02] [PACMAN] installed usbmuxd (1.0.8-2)
    [2013-12-19 17:02] [PACMAN] installed libimobiledevice (1.1.5-2)
    [2013-12-19 17:02] [PACMAN] installed upower (0.9.23-2)
    [2013-12-19 17:02] [PACMAN] installed sg3_utils (1.36-2)
    [2013-12-19 17:02] [PACMAN] installed parted (3.1-3)
    [2013-12-19 17:02] [PACMAN] installed libatasmart (0.19-2)
    [2013-12-19 17:02] [PACMAN] installed lsof (4.87-2)
    [2013-12-19 17:02] [PACMAN] installed udisks (1.0.4-8)
    [2013-12-19 17:02] [PACMAN] installed xfce4-power-manager (1.2.0-6)
    [2013-12-19 17:02] [PACMAN] installed xorg-iceauth (1.0.6-1)
    [2013-12-19 17:02] [PACMAN] installed libxt (1.1.4-1)
    [2013-12-19 17:02] [PACMAN] installed libxmu (1.1.2-1)
    [2013-12-19 17:02] [PACMAN] installed xorg-xauth (1.0.8-1)
    [2013-12-19 17:02] [PACMAN] installed xorg-xinit (1.3.3-3)
    [2013-12-19 17:02] [PACMAN] installed mcpp (2.7.2-4)
    [2013-12-19 17:02] [PACMAN] installed xorg-xrdb (1.1.0-1)
    [2013-12-19 17:02] [PACMAN] installed xfce4-session (4.10.1-3)
    [2013-12-19 17:02] [PACMAN] installed libxkbfile (1.0.8-1)
    [2013-12-19 17:02] [PACMAN] installed iso-codes (3.44-1)
    [2013-12-19 17:02] [PACMAN] installed libxklavier (5.3-1)
    [2013-12-19 17:02] [PACMAN] installed perl-xml-parser (2.41-4)
    [2013-12-19 17:02] [PACMAN] installed perl-xml-simple (2.20-1)
    [2013-12-19 17:02] [PACMAN] installed icon-naming-utils (0.8.90-2)
    [2013-12-19 17:02] [PACMAN] installed libcroco (0.6.8-1)
    [2013-12-19 17:02] [PACMAN] installed librsvg (1:2.40.1-1)
    [2013-12-19 17:02] [PACMAN] installed gnome-icon-theme-symbolic (3.10.1-1)
    [2013-12-19 17:02] [PACMAN] installed gnome-icon-theme (3.10.0-1)
    [2013-12-19 17:02] [PACMAN] installed gtk-engines (2.21.0-1)
    [2013-12-19 17:02] [PACMAN] installed xfce4-settings (4.10.1-1)
    [2013-12-19 17:02] [PACMAN] installed vte-common (0.34.9-1)
    [2013-12-19 17:02] [PACMAN] installed vte (0.28.2-3)
    [2013-12-19 17:02] [PACMAN] installed xfce4-terminal (0.6.2-2)
    [2013-12-19 17:02] [PACMAN] installed xfdesktop (4.10.2-1)
    [2013-12-19 17:02] [PACMAN] installed xfwm4 (4.10.1-1)
    [2013-12-19 17:02] [PACMAN] installed xfwm4-themes (4.10.0-1)
    [2013-12-19 17:03] [PACMAN] Running 'pacman -S xfce4-goodies'
    [2013-12-19 17:03] [PACMAN] installed gtksourceview2 (2.10.5-2)
    [2013-12-19 17:03] [PACMAN] installed mousepad (0.3.0-2)
    [2013-12-19 17:03] [PACMAN] installed libical (1.0-3)
    [2013-12-19 17:03] [PACMAN] installed orage (4.10.0-1)
    [2013-12-19 17:03] [PACMAN] installed thunar-archive-plugin (0.3.1-2)
    [2013-12-19 17:03] [PACMAN] installed taglib (1.9.1-1)
    [2013-12-19 17:03] [PACMAN] installed thunar-media-tags-plugin (0.2.1-1)
    [2013-12-19 17:03] [PACMAN] installed libburn (1.3.4-1)
    [2013-12-19 17:03] [PACMAN] installed libisofs (1.3.4-1)
    [2013-12-19 17:03] [PACMAN] installed libglade (2.6.4-5)
    [2013-12-19 17:03] [PACMAN] installed libxfcegui4 (4.10.0-1)
    [2013-12-19 17:03] [PACMAN] installed xfburn (0.4.3-6)
    [2013-12-19 17:03] [PACMAN] installed xfce4-artwork (0.1.1a_git20110420-2)
    [2013-12-19 17:03] [PACMAN] installed xfce4-battery-plugin (1.0.5-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-clipman-plugin (1.2.3-2)
    [2013-12-19 17:03] [PACMAN] installed xfce4-cpufreq-plugin (1.1.0-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-cpugraph-plugin (1.0.5-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-datetime-plugin (0.6.2-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-dict (0.7.0-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-diskperf-plugin (2.5.4-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-eyes-plugin (4.4.2-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-fsguard-plugin (1.0.1-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-genmon-plugin (3.4.0-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-mailwatch-plugin (1.2.0-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-mount-plugin (0.6.4-1)
    [2013-12-19 17:03] [PACMAN] installed libmpd (11.8.17-2)
    [2013-12-19 17:03] [PACMAN] installed xfce4-mpc-plugin (0.4.4-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-netload-plugin (1.2.0-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-notes-plugin (1.7.7-4)
    [2013-12-19 17:03] [PACMAN] installed xfce4-notifyd (0.2.4-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-quicklauncher-plugin (1.9.4-7)
    [2013-12-19 17:03] [PACMAN] installed libproxy (0.4.11-2)
    [2013-12-19 17:03] [PACMAN] installed gsettings-desktop-schemas (3.10.1-1)
    [2013-12-19 17:03] [PACMAN] installed glib-networking (2.38.2-1)
    [2013-12-19 17:03] [PACMAN] installed libsoup (2.44.2-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-screenshooter (1.8.1-1)
    [2013-12-19 17:03] [PACMAN] installed lm_sensors (3.3.4-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-sensors-plugin (1.2.5-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-smartbookmark-plugin (0.4.5-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-systemload-plugin (1.1.1-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-taskmanager (1.0.0-3)
    [2013-12-19 17:03] [PACMAN] installed xfce4-time-out-plugin (1.0.1-2)
    [2013-12-19 17:03] [PACMAN] installed xfce4-timer-plugin (1.0.0-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-verve-plugin (1.0.0-3)
    [2013-12-19 17:03] [PACMAN] installed net-tools (1.60.20130531git-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-wavelan-plugin (0.5.11-1)
    [2013-12-19 17:03] [PACMAN] installed xfce4-weather-plugin (0.8.3-3)
    [2013-12-19 17:03] [PACMAN] installed xfce4-xkb-plugin (0.5.6-1)
    [2013-12-19 17:03] [PACMAN] installed ristretto (0.6.3-3)
    [2013-12-19 17:04] [PACMAN] Running 'pacman -S openbox'
    [2013-12-19 17:04] [PACMAN] installed giflib (5.0.5-1)
    [2013-12-19 17:04] [PACMAN] installed libid3tag (0.15.1b-8)
    [2013-12-19 17:04] [PACMAN] installed imlib2 (1.4.5-6)
    [2013-12-19 17:04] [PACMAN] installed openbox (3.5.2-6)
    [2013-12-19 17:04] [PACMAN] Running 'pacman -S openbox-goodies'
    [2013-12-19 17:07] [PACMAN] Running 'pacman -S xorg-server xorg-server-utils xorg-xinit'
    [2013-12-19 17:07] [PACMAN] installed libfontenc (1.1.2-1)
    [2013-12-19 17:07] [PACMAN] installed fontsproto (2.1.2-1)
    [2013-12-19 17:07] [PACMAN] installed libxfont (1.4.6-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-xkbcomp (1.2.4-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-setxkbmap (1.3.0-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-fonts-encodings (1.0.4-3)
    [2013-12-19 17:07] [PACMAN] installed xorg-fonts-alias (1.0.3-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-bdftopcf (1.0.4-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-mkfontscale (1.1.1-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-mkfontdir (1.0.7-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-font-util (1.3.0-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-font-utils (7.6-3)
    [2013-12-19 17:07] [ALPM-SCRIPTLET] Updating font cache... done.
    [2013-12-19 17:07] [PACMAN] installed xorg-fonts-misc (1.0.1-2)
    [2013-12-19 17:07] [PACMAN] installed xorg-server-common (1.14.5-1)
    [2013-12-19 17:07] [PACMAN] installed mtdev (1.1.4-1)
    [2013-12-19 17:07] [PACMAN] installed xf86-input-evdev (2.8.2-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-server (1.14.5-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-sessreg (1.0.8-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-xcmsdb (1.0.4-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-xbacklight (1.2.0-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-xgamma (1.0.5-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-xhost (1.0.6-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-xrandr (1.4.1-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-xinput (1.6.1-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-xmodmap (1.0.8-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-xrefresh (1.0.5-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-xset (1.2.3-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-xsetroot (1.1.1-1)
    [2013-12-19 17:07] [PACMAN] installed xorg-server-utils (7.6-3)
    [2013-12-19 17:07] [PACMAN] reinstalled xorg-xinit (1.3.3-3)
    [2013-12-19 17:08] [PACMAN] Running 'pacman -S mesa'
    [2013-12-19 17:08] [PACMAN] reinstalled mesa (10.0.1-1)
    [2013-12-19 17:09] [PACMAN] Running 'pacman -S xf86-video-vesa'
    [2013-12-19 17:09] [PACMAN] installed xf86-video-vesa (2.3.2-3)
    [2013-12-19 17:09] [PACMAN] Running 'pacman -S xf86-input-synaptics'
    [2013-12-19 17:09] [PACMAN] installed xf86-input-synaptics (1.7.2-1)
    [2013-12-19 17:11] [PACMAN] Running 'pacman -S xorg-server xorg-server-utils xorg-xinit'
    [2013-12-19 17:11] [PACMAN] reinstalled xorg-server (1.14.5-1)
    [2013-12-19 17:11] [PACMAN] reinstalled xorg-server-utils (7.6-3)
    [2013-12-19 17:11] [PACMAN] reinstalled xorg-xinit (1.3.3-3)
    [2013-12-19 17:11] [PACMAN] Running 'pacman -S xf86-video-vesa'
    [2013-12-19 17:11] [PACMAN] reinstalled xf86-video-vesa (2.3.2-3)
    [2013-12-19 17:12] [PACMAN] Running 'pacman -S yaourt'
    [2013-12-19 17:14] [PACMAN] Running 'pacman -S ttf-dejavu'
    [2013-12-19 17:15] [PACMAN] installed ttf-dejavu (2.34-1)
    [2013-12-19 17:18] [PACMAN] Running 'pacman -S manarchy'
    [2013-12-19 17:20] [PACMAN] Running 'pacman -Sy'
    [2013-12-19 17:20] [PACMAN] synchronizing package lists
    [2013-12-19 17:21] [PACMAN] Running 'pacman -S firefox'
    [2013-12-19 17:21] [PACMAN] Running 'pacman -S firefox'
    [2013-12-19 17:24] [PACMAN] Running 'pacman -Sy'
    [2013-12-19 17:24] [PACMAN] synchronizing package lists
    [2013-12-19 17:24] [PACMAN] Running 'pacman -S firefox'
    [2013-12-19 17:25] [ALPM-SCRIPTLET] relogin or source /etc/profile.d/mozilla-common.sh
    [2013-12-19 17:25] [PACMAN] installed mozilla-common (1.4-3)
    [2013-12-19 17:25] [PACMAN] installed mime-types (9-1)
    [2013-12-19 17:25] [PACMAN] installed libvpx (1.3.0-1)
    [2013-12-19 17:25] [PACMAN] installed libevent (2.0.21-3)
    [2013-12-19 17:25] [PACMAN] installed nss (3.15.3.1-1)
    [2013-12-19 17:25] [PACMAN] installed hunspell (1.3.2-3)
    [2013-12-19 17:25] [PACMAN] installed firefox (26.0-2)
    [2013-12-19 17:28] [PACMAN] Running 'pacman -Sy'
    [2013-12-19 17:28] [PACMAN] synchronizing package lists
    [2013-12-19 17:28] [PACMAN] Running 'pacman -S manarchy'
    [2013-12-19 17:30] [PACMAN] Running 'pacman -S ettercap'
    [2013-12-19 17:30] [PACMAN] installed libnl (3.2.23-1)
    [2013-12-19 17:30] [PACMAN] installed libpcap (1.5.1-1)
    [2013-12-19 17:30] [PACMAN] installed libltdl (2.4.2-12)
    [2013-12-19 17:30] [PACMAN] installed libnet (1.1.6-2)
    [2013-12-19 17:30] [PACMAN] installed ettercap (0.8.0-1)
    [2013-12-19 17:30] [PACMAN] Running 'pacman -S gcc'
    [2013-12-19 17:31] [PACMAN] installed binutils (2.24-1)
    [2013-12-19 17:31] [PACMAN] installed libmpc (1.0.1-2)
    [2013-12-19 17:31] [PACMAN] installed isl (0.12.1-2)
    [2013-12-19 17:31] [PACMAN] installed cloog (0.18.1-2)
    [2013-12-19 17:31] [PACMAN] installed gcc (4.8.2-6)
    [2013-12-19 17:31] [PACMAN] Running 'pacman -S iw'
    [2013-12-19 17:31] [PACMAN] installed iw (3.11-1)
    [2013-12-19 17:31] [PACMAN] Running 'pacman -S kismet'
    [2013-12-19 17:31] [PACMAN] installed bluez-libs (5.12-2)
    [2013-12-19 17:31] [ALPM-SCRIPTLET] If you have not done so already, read the README file and the FAQ file.
    [2013-12-19 17:31] [ALPM-SCRIPTLET] You MUST edit /etc/kismet.conf and configure Kismet for your system, or
    [2013-12-19 17:31] [ALPM-SCRIPTLET] it will NOT run properly!"
    [2013-12-19 17:31] [ALPM-SCRIPTLET]
    [2013-12-19 17:31] [ALPM-SCRIPTLET] Kismet has been installed with a SUID ROOT CAPTURE HELPER executeable by
    [2013-12-19 17:31] [ALPM-SCRIPTLET] users in the group ' kismet '. This WILL ALLOW USERS IN THIS GROUP
    [2013-12-19 17:31] [ALPM-SCRIPTLET] TO ALTER YOUR NETWORK INTERACE STATES, but is more secure than running
    [2013-12-19 17:31] [ALPM-SCRIPTLET] all of Kismet as root. ONLY users in this group will be able to
    [2013-12-19 17:31] [ALPM-SCRIPTLET] run Kismet and capture from physical network devices.
    [2013-12-19 17:31] [PACMAN] installed kismet (2013_03_R1b-2)
    [2013-12-19 17:31] [PACMAN] Running 'pacman -S macchanger'
    [2013-12-19 17:31] [PACMAN] installed macchanger (1.6.0-2)
    [2013-12-19 17:31] [PACMAN] Running 'pacman -S make'
    [2013-12-19 17:32] [PACMAN] installed gc (7.2.d-2)
    [2013-12-19 17:32] [PACMAN] installed guile (2.0.9-1)
    [2013-12-19 17:32] [PACMAN] installed make (4.0-2)
    [2013-12-19 17:32] [PACMAN] Running 'pacman -S net-tools'
    [2013-12-19 17:32] [PACMAN] reinstalled net-tools (1.60.20130531git-1)
    [2013-12-19 17:32] [PACMAN] Running 'pacman -S nmap'
    [2013-12-19 17:32] [PACMAN] installed lua (5.2.3-1)
    [2013-12-19 17:32] [PACMAN] installed nmap (6.40-1)
    [2013-12-19 17:33] [PACMAN] Running 'pacman -S sox'
    [2013-12-19 17:33] [PACMAN] installed flac (1.3.0-1)
    [2013-12-19 17:33] [PACMAN] installed libsndfile (1.0.25-3)
    [2013-12-19 17:33] [PACMAN] installed lame (3.99.5-2)
    [2013-12-19 17:33] [PACMAN] installed opencore-amr (0.1.3-1)
    [2013-12-19 17:33] [PACMAN] installed gsm (1.0.13-7)
    [2013-12-19 17:33] [PACMAN] installed sox (14.4.1-4)
    [2013-12-19 17:33] [PACMAN] Running 'pacman -S wireshark-gtk'
    [2013-12-19 17:34] [PACMAN] installed libsamplerate (0.1.8-3)
    [2013-12-19 17:34] [PACMAN] installed jack (0.121.3-7)
    [2013-12-19 17:34] [PACMAN] installed portaudio (19_20111121-3)
    [2013-12-19 17:34] [ALPM-SCRIPTLET] NOTE: To run wireshark as normal user you have to add yourself into wireshark group
    [2013-12-19 17:34] [PACMAN] installed wireshark-cli (1.10.3-2)
    [2013-12-19 17:34] [PACMAN] installed wireshark-gtk (1.10.3-2)
    [2013-12-19 17:34] [PACMAN] Running 'pacman -S wxphython'
    [2013-12-19 17:34] [PACMAN] Running 'pacman -S wxpython'
    [2013-12-19 17:35] [PACMAN] installed sdl (1.2.15-5)
    [2013-12-19 17:35] [PACMAN] installed wxgtk (2.8.12.1-5)
    [2013-12-19 17:35] [PACMAN] installed wxpython (2.8.12.1-4)
    [2013-12-19 17:36] [PACMAN] Running 'pacman -S imageviewer'
    [2013-12-19 17:47] [PACMAN] Running 'pacman -S harvester'
    [2013-12-19 17:47] [PACMAN] Running 'pacman -S theharvester'
    [2013-12-19 17:47] [PACMAN] installed python (3.3.3-1)
    [2013-12-19 17:47] [PACMAN] installed theharvester (2.2a-3)
    Whoa !!!  -- Inxsible
    I read somewhere around in the forums that "yaourt" is not supported with Arch? so I manually downloaded the packages one by one
    Last edited by Inxsible (2013-12-19 18:55:54)

  • Syncrosoft license program not working after migration

    I've just bought a new Macbook and installed some of my music software including Cubase which of course requires Syncrosoft' E-license with USB key.I downloaded the latest version of the E-license from Syncrosoft' website and everything worked fine.But then I did a migration of files and settings from my old Powerbook G4 which was running Tiger and now the E-license software just hangs.Ive tried re-installing with an even more up-to-date version of the E-license but to no avail. I realise I might of screwed up the settings by migrating from a Tiger OS to a Leopard but just wondered if there was anyway of repairing this without having to do a fresh install of Leopard.

    I had a very similar problem last fall when I upgraded from Tiger to Leopard. I only have the eLicense, not requiring a USB key. But I sent an email to Steinberg support and they sent me a procedure that involved deleting some files in the /Library directory and downloading a new version of the Syncrosoft License Control program. After installing License Control program, there were more steps which were complicated, then I had to go to steinberg.net and request a new activation code. Once I did all that I was able to launch Cubase without any problems. I am using Cubase 4 LE. I suggest contacting Steinberg support.

  • Programs not responding after 10.3.9 upgrade

    I upgraded my operating system to 10.3.9 combined update and now my iTunes, Quicktime & Final Cut Pro will not open. I have to force quit them because they don't respond. I tried reinstalling iTunes but that didn't work. Short of pulling out my boot-up disks I don't know what else to do.
    Please help.

    brad:
    If TTP does not do the trick I would suggest re-installing by Archive and Install. (I make sure I have everything I can't afford to lose backed up before any major operation)
    1. From a cold start boot from OS Install disk
    2. Go to Installer Menu and open Disk Utility.
    3. Repair Disk, then Repair Permissions.
    4. Quit Disk Utility and go to Installer.
    5. Choose the Option to Archive and Install
    6. (Optional) You might want to Customize and deselect Language Translations and Printer Drivers.
    7. After installation is complete and computer restarts to to Applications > Disk Utility and Repair Permissions again.
    8. Go to Previous Systems and move back your User Folder items.
    This should take care of your problems.
    Good luck.
    cornelius
    Message was edited by: cornelius

  • New ABAP Debugger Session does not close after Exiting

    Hi Friends,
    I am working on SAP GUI 710 & ECC 6.  When I am  debugging, new abap debugger is opening and I can do analysis normally. When we finish the debugging and want to exit, the debugging session is not closing and i get the following message on top of beugging window "ABAP Debugger Control Session 3 (Exclisive)". I want to know if there is any settings to be done to aviod this.
    Thanks.............
    Regards,
    Chandu

    hey
    check this PDF link below.
    http://www.sappro.com/downloads/Settings&SystemAreas.pdf

  • Key Apple software programs not running after install

    Hola
    I have an Intel Mac Book Pro that has recently had a hard disk failure( 3rd in 5 years) and subsequent replacement. Before the failure I had , rather stupidly , upgraded to 10.8 (bought from Apple online) which caused my machine to run at an almost constant beach-ball status. Anyway it fell over, drive replaced and today i reinstalled 10.6 from my original upgrade disks. I also tried to reinstall ILife and IWork. However I'm informed that I'm unable to do so unless i upgrade to 10.7 or 10.8. This is useless. My machine falls over when you use 10.8. I have paid foe and own 10.6 original disks, however I'm unable to install the Life and Work programs. In addition I'm unable to re-install my contacts, notes, calendar.
    Does anyone have any ideas as to how i can continue to run the 10.6 associated programs.
    Rather ironically the Microsoft programs re-installed perfectly!
    Help please....

    The problem is actually that Leopard's VNC server only supports 32 bit color. If your client tries to request a lower resolution the connection will fail. It doesn't work on my pocket pc VNC client either.
    Chicken of the VNC still works if you enable 'let server decide' on the resolution. I agree though, this seems like a downgrade to me.
    Via
    http://www.macosxhints.com/article.php?story=20071109130303999

  • Many programs not opening after 10.4.9

    Only on my desktop dual processor after the 10.4.9 upgrade my Adobe photoshop and Corel painter and Appleworks will not open, my epson scanner will not open. There are others I haven't discovered. IPhoto opens and also Preview. On my ibook I haven't noticed any problem.
    Power Mac G4 dual   Mac OS X (10.4.9)  

    Probably a good idea to reinstall, using the combo update.
    Miriam

  • All programs not responding after update & restart

    After installing security update 2008-005 version 1.0, itunes version 7.7.1, ilife support version 8.3 none of my programs will open. Some of the icons will bounce up and down and never do anything and some of them just don't react at all when I attempt to open them. Now we're just getting the pinwheel of death then a solid blue screen. Why would this happen after an update install?

    Perhaps you should try using Disk Utility to Repair Permissions, then reboot. And if that doesn't help, I would install the 10.5.4 Combo Update again, Repair Permissions, then reboot and try again.
    Mulder

  • SB Audigy 2ZS Programs not working after Vista Instal

    hey yours, after installing Windows Vista, many of mind Creative program are non-working. ex. creative surround mixer, EAX, THX ( all these program are came from the CD when I purchase the sound blaster audigy PCI card. even updated the latest drivers. when I tries to plays computer games like Medieval 2 Total War or Tom Clancy Rainbow Six that I tries to set for the EAX, they don't even go through. I dont wanted to go back Windows XP, because that wasting a lot of money.
    So anyway I can set to EAX for PC Games?
    I wanted to used creative surround mixer, anyway?
    So, it's everyone are waiting for the Vista Drivers came out?
    Since SB Li've and SB X-Fi are out already.
    Thank You.Message Edited by QuanL7B_P on 08-5-200704:4 AM

    Use the Windows' Volume Control. It actually is more advanced, allowing you to lower volume on a per application basis. You can also run the Creative Mixer in Compatibility mode, but I don't recommend it, as you may have problems. For playing DS3D EAX games under Vista, you need to download and install ALchemy:? This is essentially a wrapper, making DS3D calls into OpenAL, as OpenAL is currently the only library allowing non-Microsoft rendering on audio streams.Message Edited by alexs3d2 on 08-5-200702:05 PM

  • OS Programs not working after Restore

    I had Geek Squad restore the OX on my emac. Everything seems to still be on the hard drive except my email. But I can't get Safari to open and ICal crashes anytime I try to open it. Does anyone know what's going on?
    Safari bounces once on the dock and then does nothing. No error message. No finder wanting my attention. It just ignores me.
    ICal tries to open and then "quits unexpectedly". I've sent to the following report to Apple but I doubt that they will reply with a solution:
    Date/Time: 2008-07-16 16:38:35 -0600
    OS Version: 10.3.9 (Build 7W98)
    Report Version: 2
    Command: iCal
    Path: /Applications/iCal.app/Contents/MacOS/iCal
    Version: 1.5.5 (670)
    PID: 810
    Thread: 0
    Exception: EXC_BREAKPOINT (0x0006)
    Code[0]: 0x00000001
    Code[1]: 0x90a8d1d0
    Thread 0 Crashed:
    0 com.apple.Foundation 0x90a8d1d0 _NSRaiseError + 0xf8
    1 com.apple.Foundation 0x90a8d0b4 +[NSException raise:format:] + 0x2c
    2 com.apple.Foundation 0x90a2d6d0 -[NSObject(NSForwardInvocation) forward::] + 0xb0
    3 libobjc.A.dylib 0x90866810 objcmsgForward + 0xb0
    4 com.apple.Foundation 0x90a5ef70 -[NSSet makeObjectsPerformSelector:] + 0xa4
    5 com.apple.AppKit 0x92ea1cbc -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 0x358
    6 com.apple.AppKit 0x92f937b0 loadNib + 0xfc
    7 com.apple.AppKit 0x92eea990 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 0x2e8
    8 com.apple.AppKit 0x92f698a0 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 0x9c
    9 com.apple.AppKit 0x92f7b0a0 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 0x174
    10 com.apple.AppKit 0x92f69708 NSApplicationMain + 0x174
    11 com.apple.iCal 0x000332a4 0x1000 + 0x322a4
    12 com.apple.iCal 0x000792a8 0x1000 + 0x782a8
    PPC Thread State:
    srr0: 0x90a8d1d0 srr1: 0x0202f030 vrsave: 0x00000000
    cr: 0x24000442 xer: 0x00000007 lr: 0x90a8d1a8 ctr: 0x90a23400
    r0: 0x00000000 r1: 0xbffff940 r2: 0xa0a204bc r3: 0xa0a34e2c
    r4: 0x9086eb88 r5: 0x20000000 r6: 0xbffff620 r7: 0x00000007
    r8: 0x00000005 r9: 0x00444770 r10: 0x00000de4 r11: 0x24000442
    r12: 0x90a23400 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00417ea0 r17: 0xa2eaa6a8 r18: 0xa2e9a6a8 r19: 0xa2eaa6a8
    r20: 0xa2eaa6a8 r21: 0x00000000 r22: 0xa2ea1964 r23: 0xa2eacda0
    r24: 0x00448ef0 r25: 0xbffffab8 r26: 0x0046f1b0 r27: 0xa0a2af6c
    r28: 0x0014e324 r29: 0xa0a24a40 r30: 0x00420540 r31: 0x90a8d0e0
    Binary Images Description:
    0x1000 - 0x186fff com.apple.iCal 1.5.5 (670) /Applications/iCal.app/Contents/MacOS/iCal
    0x63650000 - 0x63681fff com.apple.DAVKit 1.0.5 (198) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x73230000 - 0x73233fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x76c02000 - 0x76c12fff com.apple.Accelerate.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x80830000 - 0x8090efff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x80a50000 - 0x80ad4fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x80c80000 - 0x80c88fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x868c0000 - 0x869bffff com.apple.MessageFramework 1.3.13 (624) /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x880f0000 - 0x88226fff com.apple.vImage 1.0.0 (1.2.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x8fc90000 - 0x8fc90fff com.apple.Accelerate 1.0.3 (Accelerate 1.0.3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x8fe00000 - 0x8fe4ffff dyld /usr/lib/dyld
    0x90014000 - 0x9001cfff libbsm.dylib /usr/lib/libbsm.dylib
    0x9002d000 - 0x90038fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90040000 - 0x9036cfff com.apple.QuickTime 7.5.0 (861) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9052e000 - 0x9053efff com.apple.vecLib 3.0.3 (vecLib 3.0.3) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x905a0000 - 0x90610fff com.apple.framework.IOKit 1.3.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90640000 - 0x906c8fff com.apple.CoreServices.OSServices 3.0.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9071d000 - 0x9072cfff libPSRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPSRIP.A.dylib
    0x90733000 - 0x90740fff com.apple.CommonPanels 1.2.1 (1.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90810000 - 0x90810fff com.apple.ApplicationServices 1.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90860000 - 0x908cffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x908f5000 - 0x90918fff com.apple.speech.LatentSemanticMappingFramework 2.1 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x90940000 - 0x909b3fff com.apple.DesktopServices 1.2.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90a02000 - 0x90a0dfff com.apple.securityhi 1.2 (90) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90a20000 - 0x90b7bfff com.apple.Foundation 6.3.11 (500.65) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90c32000 - 0x90c4cfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x90c70000 - 0x90c8afff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90cb0000 - 0x90d12fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90d40000 - 0x90d40fff com.apple.Carbon 10.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90d50000 - 0x90d6bfff com.apple.SystemConfiguration 1.7.1 (???) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x90d7c000 - 0x90d8cfff com.apple.speech.recognition.framework 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x90db0000 - 0x90dbbfff com.apple.opengl 1.3.8 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90dd0000 - 0x90df0fff com.apple.DirectoryService.Framework 1.7.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90ec0000 - 0x90ec0fff com.apple.Cocoa 6.3 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90ec2000 - 0x90fa0fff com.apple.calcore 1.5.5 (323) /System/Library/PrivateFrameworks/CALCore.framework/Versions/A/CALCore
    0x9102d000 - 0x91045fff com.apple.WebServices 1.1.1 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x910e0000 - 0x91134fff com.apple.bom 1.2.8 (64.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x91141000 - 0x91141fff com.apple.CoreServices 10.3 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x91230000 - 0x9123afff com.apple.framework.machinesettings 1.3.3 /System/Library/PrivateFrameworks/MachineSettings.framework/Versions/A/MachineS ettings
    0x91242000 - 0x9124bfff com.apple.DiskArbitration 2.0.5 /System/Library/PrivateFrameworks/DiskArbitration.framework/Versions/A/DiskArbi tration
    0x912e0000 - 0x912f7fff com.apple.LangAnalysis 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91303000 - 0x9136cfff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x913a0000 - 0x9145ffff ColorSync /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9159e000 - 0x9164cfff com.apple.CoreFoundation 6.3.10 (299.39) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x917c7000 - 0x91856fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x91890000 - 0x918aafff com.apple.openscripting 1.2.1 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x918d0000 - 0x918e0fff com.apple.ImageCapture 2.1.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x918f3000 - 0x9192bfff com.apple.AE 1.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91970000 - 0x919befff com.apple.print.framework.Print 3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x91ed4000 - 0x91ee8fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x92070000 - 0x92096fff com.apple.FindByContent 1.4 (1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x920a9000 - 0x920e1fff com.apple.LaunchServices 10.3.5 (98.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x92109000 - 0x92137fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x92170000 - 0x92358fff com.apple.security 2.5 (29780) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x927f0000 - 0x92827fff com.apple.CFNetwork 1.2.6 (71.13) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92880000 - 0x92c05fff com.apple.HIToolbox 1.3.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92de0000 - 0x92e30fff com.apple.HIServices 1.4.1 (0.0.1d1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92e70000 - 0x9336ffff com.apple.AppKit 6.3.11 (743.43) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x937a3000 - 0x938f2fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x939d0000 - 0x939d4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x93a50000 - 0x93a64fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x93a6a000 - 0x93a7dfff com.apple.speech.synthesis.framework 3.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x93aa0000 - 0x93b87fff com.apple.AddressBook.framework 1.1.2 (321) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x93f55000 - 0x93fc8fff com.apple.NavigationServices 3.3.3 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x940c0000 - 0x940fcfff com.apple.LDAPFramework 1.3.4 (37.4.2) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x941cd000 - 0x94259fff com.apple.ink.framework 101.1.4 (55.12) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94580000 - 0x94590fff libsasl2.2.0.1.dylib /usr/lib/libsasl2.2.0.1.dylib
    0x94594000 - 0x945a0fff com.apple.help 1.0.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x945b0000 - 0x945b9fff libz.1.dylib /usr/lib/libz.1.dylib
    0x94610000 - 0x9462afff libPDFRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
    0x94650000 - 0x946affff com.apple.SearchKit 1.0.2 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x946ed000 - 0x94700fff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94723000 - 0x9499cfff com.apple.CoreServices.CarbonCore 10.3.9 (558) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x94c40000 - 0x94c4ffff com.apple.DSObjCWrappers.Framework 1.0 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94c57000 - 0x94d45fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x94d48000 - 0x94e01fff com.apple.QD 3.4.74 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x951ce000 - 0x95295fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x952e3000 - 0x953c5fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x9542d000 - 0x9549afff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x954c0000 - 0x95ac6fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x95b20000 - 0x95df0fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x95e0a000 - 0x95e9dfff com.apple.print.framework.PrintCore 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x95f00000 - 0x95f20fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x97d73000 - 0x9804bfff com.apple.CoreGraphics 1.203.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x99000000 - 0x990b8fff com.apple.audio.toolbox.AudioToolbox 1.3.4 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x99106000 - 0x99106fff com.apple.audio.units.AudioUnit 1.3.3 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x99108000 - 0x9916ffff com.apple.audio.CoreAudio 2.1.3 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x991af000 - 0x991ccfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound

    orange cat,
    It seems that I may be running an older OS then before.
    Your crash thread that you posted for iCal states you're running 10.3.9. Is that not the version that you had before the restore?
    Your eMac 1 Ghz will run up to and including the current Leopard OS 10.5.
    You didn't mention, though, if you checked to see if they tried to install Safari 3?
    My emac is a 1Ghz G4 but is still an emac so I worry about getting ahead of what my computer will run. I want to upgrade but need a tough (emac like) shell. Do you think a new OS will resolve my version problems?
    Upgrading, of course, will allow you to run more current versions of your software, but that is dependent upon if you need to. 10.3.9 is fine for some and not for others. I personally run 10.3.9 and it performs well for my needs. I have had to switch browsers (using Camino 1.6 now) since Safari version for Panther no longer loads many sites that I use and is no longer being supported for 10.3.9.
    If you do choose to upgrade, remember, that you may need to upgrade your RAM also. The more the better with the more modern RAM hungry OS's.
    "Leopard System Requirements"
    ICal not opening is more of a software problem and not a version problem. It opens fine for me so I assume that it should for you also. One thing you can try is to delete the .plist file for it found in your Home folder/Library/Preferences/com.apple.iCal.plist. Don't delete this if you have calendars etc. that you need to save.
    littleshoulders
    It is really dependent upon your needs.
    littleshoulders

  • Programs not responding after BIOS update

    I have an HP Envy 15 Touch Smart notebook, less than 6 months old, running Windows 8.1.   Since automatically updating the BIOS (per HP Support Assistant recommendation) a week ago, performance has collasped.  Machine boots up OK, but then programs either fail to start, or go into endless wait mode.    Response lag may be 20 minutes or more for any command.    Can anyone help me understand what is going on?   Many thanks in anticipation.

    There are two possible erros on a computer, hardware or software.
    with these issues you're having the software part if it's a softwre issue, is windows in general.
    To test if it's software related, I'd suggest either using the microsoft system recovery to try and take the computer back to a date before these errors started occuring.
    If you wnt to test for hardware issues instead, you can when you power on your computer, press the F2 key multiple times.
    You will then go to hardware diagnostics where you can test the various components of your computer.
    My first suggestions would be the harddrive/harddisk and the memory test.
    Run the extensive tests and see if they fail.
    If they fail you know it's hardware related, if they pass, it's software related and you'll have to try the reinstall of windows.
    AlHaste - HP Notebook Technician
    Were I able to help you? Please say thanks by clicking on the purple thumbs up icon over to the left
    Did I solve your issue? If so, Please mark Accept As Solution to the right

Maybe you are looking for