Error: xcb_xlib_unlock:Assertion 'c- xlib.lock' failed

Please help me to resolve the following error.
Error: xcb_xlib_unlock:Assertion 'c->xlib.lock' failed
Our application has the reports module, where we are using the bar charts
to display the reports. For the charts we are using awt packages and jfreechart
libraries to display the reports.
When we deployed the application on fedora8 on any of the instance,when we try to click the link of the reports, the above error is occured and we are not able to display the reports. And also the server is getting down when this lock is obtained.
This is very serious problem we feel. Please provide us the solution for the problem.

This error affects MANY programs which use java, including those that use a java environment for installation. OpenOffice is a prime example. Apparently this error is an internal bug or interaction between java and xcb and will never be patched in java 1.6.
I tried the various suggested fixes but none worked. The only one which works (yesterday!) is to upgrade to the latest build (b24) of the java 1.7 release candidate jdk.
I first attempted to install only the jre (28MB) but unfortunately, it uses the existing java 1.6 environment and so fails with the same error. The jdk (58MB) installed from the 'self-installing' Fedora bin file without problems and I was then able to install OpenOffice 2.3.1 without difficulty. This is on Fedora 8.
The page I found was: http://download.java.net/jdk7
Hope this helps.
Geoff Newbury

Similar Messages

  • 1.5.0_09, Slackware 11, Xorg 7.1: Assertion 'c- xlib.lock' failed.

    When I try to use the Java plugin in Firefox, I get the following error:
    java_vm: xcb_xlib.c:50: xcb_xlib_unlock: Assertion `c._xlib.lock' failed.
    Could not read ack from child process
    Plugin: Java VM process has died.
    plugin: java process died due to signal 6
    Could not start JavaVM!
    VM did not start up properly
    Trying to start the Control Panel also makes it yell about the failed assertion.
    I've tried using different versions of Java (1.5.0_01 and 1.4.2_13), and recompiling xcb, but nothing changes. This is pretty far out of my league. Any help appreciated... thanks in advance.

    I entered the bug a few days before Christmas. I haven't received a reply yet, but it's still within the three-week reply period... it's got about a week left.
    The Gentoo blog you linked to had a comment mentioning a bug in libXi being the problem, but grabbing the latest version didn't work for me. Maybe it's time to take a pencil and start pointing at random libraries to try upgrading.

  • Error: Acquire running lock failed: 256 with HA after upgr. to 2.1.5

    Hello,
    after upgrading the 2 servers in server pool from 2.1.2 to 2.1.5 using yum, all vms throw:
    Error: Acquire running lock failed: 256
    when trying to start them. HA-infrastructure-check works well from OVMM 2.1.2 (not upgraded yet) and if we disable HA for the server pool, the vms come up. Shared storage is on NFS
    We have the following in /var/log/xen/xend.log:
    [2009-06-26 14:52:21 2649] DEBUG (XendDomainInfo:87) XendDomainInfo.create(['vm', ['name', '470_vm215'], ['memory', '1024'], ['on_reboot', 'restart'], ['on_crash', 'restart'], ['vcpus', 1], ['on_xend_start', 'ignore'], ['on_xend_stop', 'ignore'], ['uuid', '14205f6a-12cc-42da-a32e-06f30b6288d4'], ['bootloader', '/usr/bin/pygrub'], ['bootloader_args', '-q'], ['image', ['linux']], ['device', ['vbd', ['uname', 'file:/OVS/running_pool/470_vm215/system.img'], ['dev', 'sda'], ['mode', 'w']]], ['device', ['vif', ['bridge', 'xenbr0'], ['mac', '00:16:3E:32:CD:FC'], ['type', 'netfront']]], ['device', ['vkbd']], ['device', ['vfb', ['vncunused', '1'], ['vncpasswd', 'XXXXXXXX'], ['vnclisten', '0.0.0.0'], ['type', 'vnc'], ['display', 'localhost:11.0'], ['xauthority', '/root/.Xauthority']]]])
    [2009-06-26 14:52:21 2649] ERROR (XendDomainInfo:452) VM start failed
    Traceback (most recent call last):
    File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 430, in start
    self.acquire_running_lock();
    File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2891, in acquire_running_lock
    raise XendError('Acquire running lock failed: %s' % status)
    XendError: Acquire running lock failed: 256
    [2009-06-26 14:52:21 2649] DEBUG (XendDomainInfo:1881) XendDomainInfo.destroy: domid=None
    [2009-06-26 14:52:21 2649] ERROR (XendDomainInfo:92) Domain construction failed
    Traceback (most recent call last):
    File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 90, in create
    vm.start()
    File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 430, in start
    self.acquire_running_lock();
    File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2891, in acquire_running_lock
    raise XendError('Acquire running lock failed: %s' % status)
    XendError: Acquire running lock failed: 256
    [2009-06-26 14:52:21 2649] DEBUG (XendDomainInfo:1881) XendDomainInfo.destroy: domid=None
    and in /var/log/xen/xend-debug.log:
    ha_set_dlm_lock ['14205f6a-12cc-42da-a32e-06f30b6288d4', '470_vm215'] =>
    failed: <Exception: create lock('/dlm/ovm/4205f6a12cc42daa32e06f30b6288d4') failed. <OSError: [Errno 26] Text file busy: '/dlm/ovm/4205f6a12cc42daa32e06f30b6288d4'>
    StackTrace:
    File "/opt/ovs-agent-2.2/OVSXHA.py", line 371, in ha_set_dlm_lock
    fd = os.open(lock_path, os.O_CREAT | os.O_NONBLOCK)
    >
    StackTrace:
    File "/opt/ovs-agent-2.2/OVSXHA.py", line 379, in ha_set_dlm_lock
    raise Exception("create lock('%s') failed. %s" % (lock_path, errmsg))
    Any ideas?
    Thanks, Olaf

    suk wrote:
    1. To delete the database, which database are you referring to? I'm referring to the ovs-agent database:
    1. Stop the agent: # /etc/init.d/ovs-agent stop 2. Delete the database: # rm -f /etc/ovs-agent/db 3. Start the agent: # /etc/init.d/ovs-agent start If you have Oracle VM Manager v2.1.5 (which you should have upgraded before your servers, btw), you can now try using the "Restore" option for the server pool. Click on the Server Pool in the manager and hit "Restore" -- this will send the configuration data back down to the agents in the pool. Alternatively, you may need to de-register the servers in your pool and re-register them.
    2. To re-imported the guests, how?In Oracle VM Manager -- if you recreate the pool, you have the option of "Importing" both VM Templates and VM Guests. Deleting the pool in the Manager does not delete your guests as long as you ensure that you DO NOT select "Remove Working Directories".

  • Error: Acquire running lock failed: 256

    Can anyone help me? I did everthing that documentation says,but can't start my Virtual Machine .The error below picks up
    Error: Acquire running lock failed: 256

    VM server and VM manager both on virtual box
    Oracle VM 3.1.1

  • ORA-00600: internal error code, arguments: [kglpin-bad-lock], [0x70000062E067FC8], [], [], [], [], [], [], [], [], [], []

    Hi,
    Using owb 11.2.0.3 and encountering
    ORA-00600: internal error code, arguments: [kglpin-bad-lock], [0x70000062E067FC8], [], [], [], [], [], [], [], [], [], []
    this error when a proces sflow runs a mapping.
    It fails and data remains unchanged.
    When proces sflow next runs it succeeds.
    Any ideas?
    Thanks

    Don't multipost, please. Stay in your original thread ORA-00600: internal error code, arguments: [kglpin-bad-lock], [0x70000062E067FC8], [], [], [], [], [], [], [], [], [], […
    Mod: locking.

  • **Error message on installation of Adobe Reader for Mac**:   "Installer: Package name is Adobe reader XI (11.0.07) Installer: Upgrading at base path / installer: The upgrade failed (The installer encountered an error that caused the installation to fail.

    Here are screen shots of the two error messages.
    I have tried trashing Adobe Reader and reinstalling, and removing the library files for the browser plugin and reinstalling.

    The file is 18 MB, which obviously exceeds what your form will allow me to paste. Here are the entires for September 5:
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: BackgroundActivity: Starting Background Check Activity
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Automatic check parameters: autoDownload=YES, autoConfigData=YES, autoCriticalInstall=YES
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Fired early. Should check=FALSE (i=86280.000000, l=2014-09-04 17:54:40 +0000) (A/C=YES)
    Sep  5 06:00:16 --- last message repeated 1 time ---
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: 1 user-visible product(s): 031-05873
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: 0 enabled config-data product(s):  (want active updates only)
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: BackgroundActivity: Starting background actions
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: BackgroundActivity: Finished Background Check Activity
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdate_notify_agent (501)[35041]: softwareupdate_notify_agent[uid=501]: Running for UpdatesAvailable
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdate_notify_agent (501)[35041]: AssertionMgr: Take com.apple.softwareupdate.NotifyAgentAssertion assertion with type BackgroundTask for pid 35041
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: Adding client SUUpdateServiceClient pid=35041, uid=501, installAuth=NO rights=(), transactions=0 (/System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdate_notify_agent)
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdate_notify_agent (501)[35041]: softwareupdate_notify_agent[uid=501]: Notifying with params: {
         SoftwareUpdateCount = 1;
         SoftwareUpdatesAvailable = 1;
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdate_notify_agent (501)[35041]: softwareupdate_notify_agent[uid=501]: appstoreupdateagent notified
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdate_notify_agent (501)[35041]: AssertionMgr: Cancel com.apple.softwareupdate.NotifyAgentAssertion assertion for pid 35041
    Sep  5 06:00:16 rbb-mac-pro.home softwareupdated (200)[180]: Removing client SUUpdateServiceClient pid=35041, uid=501, installAuth=NO rights=(), transactions=0 (/System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdate_notify_agent)
    Sep  5 09:16:01 rbb-mac-pro.home installer[35656]: Product archive /Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe Reader XI Installer.pkg trustLevel=202
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#application.pkg
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#browserPlugin.pkg
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#support.pkg
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: Set authorization level to root for session
    Sep  5 09:16:02 rbb-mac-pro.home runner[35680]: Administrator authorization granted.
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: Will use PK session
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: Starting installation:
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: Configuring volume "SSD 256G Boot Disk"
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: Preparing disk for local booted install.
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: Free space on "SSD 256G Boot Disk": 8 GB (8000942080 bytes).
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.35656aAqVkt"
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: IFPKInstallElement (3 packages)
    Sep  5 09:16:02 rbb-mac-pro.home installer[35656]: Using authorization level of root for IFPKInstallElement
    Sep  5 09:16:02 rbb-mac-pro.home installd[35681]: installd: Starting
    Sep  5 09:16:02 rbb-mac-pro.home installd[35681]: installd: uid=0, euid=0
    Sep  5 09:16:02 rbb-mac-pro.home installd[35681]: PackageKit: Adding client PKInstallDaemonClient pid=35656, uid=0 (/usr/sbin/installer)
    Sep  5 09:16:03 rbb-mac-pro.home installer[35656]: PackageKit: Enqueuing install with boosting
    Sep  5 09:16:03 rbb-mac-pro.home installd[35681]: PackageKit: ----- Begin install -----
    Sep  5 09:16:03 rbb-mac-pro.home installd[35681]: PackageKit: request=PKInstallRequest <3 packages, destination=/>
    Sep  5 09:16:03 rbb-mac-pro.home installd[35681]: PackageKit: packages=(
         "PKLeopardPackage <file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20 Installer.pkg#application.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20 Installer.pkg#browserPlugin.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20 Installer.pkg#support.pkg>"
    Sep  5 09:16:03 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.app.pkg.en_US (prefix path=Applications)
    Sep  5 09:16:03 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.browser.pkg.en_US (prefix path=Library/Internet Plug-Ins)
    Sep  5 09:16:03 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.appsupport.pkg.en_US (prefix path=Library/Application Support)
    Sep  5 09:16:03 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#application.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/3BB 3C775-90BB-4850-AEF0-359D1D31FF14.activeSandbox/Root/Applications, uid=0)
    Sep  5 09:16:04 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#browserPlugin.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/3BB 3C775-90BB-4850-AEF0-359D1D31FF14.activeSandbox/Root/Library/Internet Plug-Ins, uid=0)
    Sep  5 09:16:04 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#support.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/3BB 3C775-90BB-4850-AEF0-359D1D31FF14.activeSandbox/Root/Library/Application Support, uid=0)
    Sep  5 09:16:04 rbb-mac-pro.home installd[35681]: PackageKit: prevent user idle system sleep
    Sep  5 09:16:04 rbb-mac-pro.home installd[35681]: PackageKit: suspending backupd
    Sep  5 09:16:04 rbb-mac-pro.home installd[35681]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.FpH0c2/Scripts/com.adobe.acrobat.reader.11007.reader.app.pk g.en_US.pscf1z
    Sep  5 09:16:04 rbb-mac-pro.home install_monitor[35682]: Temporarily excluding: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Sep  5 09:16:06 rbb-mac-pro.home installd[35681]: ./preinstall: A user is running an instance of Adobe Reader in a browser. Installation failure.
    Sep  5 09:16:06 rbb-mac-pro.home installd[35681]: ./preinstall: Adobe Acrobat Pro or Adobe Reader were found running.
    Sep  5 09:16:06 rbb-mac-pro.home install_monitor[35682]: Re-included: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Sep  5 09:16:06 rbb-mac-pro.home installd[35681]: PackageKit: releasing backupd
    Sep  5 09:16:06 rbb-mac-pro.home installd[35681]: PackageKit: allow user idle system sleep
    Sep  5 09:16:06 rbb-mac-pro.home installd[35681]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”." UserInfo=0x7ffb18658820 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20 XI%20Installer.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.reader.11007.reader.app.pkg.en_US, NSLocalizedDescription=An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”.} {
         NSFilePath = "./preinstall";
         NSLocalizedDescription = "An error occurred while running scripts from the package \U201cAdobe Reader XI Installer.pkg\U201d.";
         NSURL = "file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20 Installer.pkg#application.pkg";
         PKInstallPackageIdentifier = "com.adobe.acrobat.reader.11007.reader.app.pkg.en_US";
    Sep  5 09:16:06 rbb-mac-pro.home installd[35681]: PackageKit: Running idle tasks
    Sep  5 09:16:06 rbb-mac-pro.home installer[35656]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”." UserInfo=0x7fa54a781ef0 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20 XI%20Installer.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.reader.11007.reader.app.pkg.en_US, NSLocalizedDescription=An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”.}
    Sep  5 09:16:06 rbb-mac-pro.home installd[35681]: PackageKit: Removing client PKInstallDaemonClient pid=35656, uid=0 (/usr/sbin/installer)
    Sep  5 09:16:06 rbb-mac-pro.home installd[35681]: PackageKit: Done with sandbox removals
    Sep  5 09:16:07 rbb-mac-pro.home installer[35656]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Sep  5 09:16:07 rbb-mac-pro.home installd[35681]: PackageKit: Sandbox /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/53D2A2C7-EC8C-44 5E-ABA8-A2F67CA1D1FD.sandbox: relevance 868
    Sep  5 09:32:35 rbb-mac-pro.home installer[35930]: Product archive /Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe Reader XI Installer.pkg trustLevel=202
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#application.pkg
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#browserPlugin.pkg
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#support.pkg
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: Set authorization level to root for session
    Sep  5 09:32:36 rbb-mac-pro.home runner[35934]: Administrator authorization granted.
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: Will use PK session
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: Starting installation:
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: Configuring volume "SSD 256G Boot Disk"
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: Preparing disk for local booted install.
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: Free space on "SSD 256G Boot Disk": 7.99 GB (7987646464 bytes).
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.35930WMZuUG"
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: IFPKInstallElement (3 packages)
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: Using authorization level of root for IFPKInstallElement
    Sep  5 09:32:36 rbb-mac-pro.home installd[35681]: PackageKit: Adding client PKInstallDaemonClient pid=35930, uid=0 (/usr/sbin/installer)
    Sep  5 09:32:36 rbb-mac-pro.home installer[35930]: PackageKit: Enqueuing install with boosting
    Sep  5 09:32:36 rbb-mac-pro.home installd[35681]: PackageKit: ----- Begin install -----
    Sep  5 09:32:36 rbb-mac-pro.home installd[35681]: PackageKit: request=PKInstallRequest <3 packages, destination=/>
    Sep  5 09:32:36 rbb-mac-pro.home installd[35681]: PackageKit: packages=(
         "PKLeopardPackage <file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20 Installer.pkg#application.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20 Installer.pkg#browserPlugin.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20 Installer.pkg#support.pkg>"
    Sep  5 09:32:36 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.app.pkg.en_US (prefix path=Applications)
    Sep  5 09:32:36 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.browser.pkg.en_US (prefix path=Library/Internet Plug-Ins)
    Sep  5 09:32:36 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.appsupport.pkg.en_US (prefix path=Library/Application Support)
    Sep  5 09:32:37 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#application.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/B10 E70F1-C2AA-4012-9CF8-1AC26239D69D.activeSandbox/Root/Applications, uid=0)
    Sep  5 09:32:37 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#browserPlugin.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/B10 E70F1-C2AA-4012-9CF8-1AC26239D69D.activeSandbox/Root/Library/Internet Plug-Ins, uid=0)
    Sep  5 09:32:38 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20I nstaller.pkg#support.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/B10 E70F1-C2AA-4012-9CF8-1AC26239D69D.activeSandbox/Root/Library/Application Support, uid=0)
    Sep  5 09:32:38 rbb-mac-pro.home installd[35681]: PackageKit: prevent user idle system sleep
    Sep  5 09:32:38 rbb-mac-pro.home installd[35681]: PackageKit: suspending backupd
    Sep  5 09:32:38 rbb-mac-pro.home installd[35681]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.ZhfffK/Scripts/com.adobe.acrobat.reader.11007.reader.app.pk g.en_US.IG3VCZ
    Sep  5 09:32:38 rbb-mac-pro.home install_monitor[35941]: Temporarily excluding: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Sep  5 09:32:39 rbb-mac-pro.home installd[35681]: ./preinstall: A user is running an instance of Adobe Reader in a browser. Installation failure.
    Sep  5 09:32:39 rbb-mac-pro.home installd[35681]: ./preinstall: Adobe Acrobat Pro or Adobe Reader were found running.
    Sep  5 09:32:39 rbb-mac-pro.home install_monitor[35941]: Re-included: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Sep  5 09:32:39 rbb-mac-pro.home installd[35681]: PackageKit: releasing backupd
    Sep  5 09:32:39 rbb-mac-pro.home installd[35681]: PackageKit: allow user idle system sleep
    Sep  5 09:32:39 rbb-mac-pro.home installd[35681]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”." UserInfo=0x7ffb18538f80 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20 XI%20Installer.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.reader.11007.reader.app.pkg.en_US, NSLocalizedDescription=An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”.} {
         NSFilePath = "./preinstall";
         NSLocalizedDescription = "An error occurred while running scripts from the package \U201cAdobe Reader XI Installer.pkg\U201d.";
         NSURL = "file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20XI%20 Installer.pkg#application.pkg";
         PKInstallPackageIdentifier = "com.adobe.acrobat.reader.11007.reader.app.pkg.en_US";
    Sep  5 09:32:39 rbb-mac-pro.home installd[35681]: PackageKit: Running idle tasks
    Sep  5 09:32:39 rbb-mac-pro.home installer[35930]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”." UserInfo=0x7fd1ff33ec40 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/48959e06cea5a2de3d0927bafc535e446b206756/Adobe%20Reader%20 XI%20Installer.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.reader.11007.reader.app.pkg.en_US, NSLocalizedDescription=An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”.}
    Sep  5 09:32:39 rbb-mac-pro.home installd[35681]: PackageKit: Removing client PKInstallDaemonClient pid=35930, uid=0 (/usr/sbin/installer)
    Sep  5 09:32:39 rbb-mac-pro.home installd[35681]: PackageKit: Done with sandbox removals
    Sep  5 09:32:40 rbb-mac-pro.home installd[35681]: PackageKit: Sandbox /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/53D2A2C7-EC8C-44 5E-ABA8-A2F67CA1D1FD.sandbox: relevance 856
    Sep  5 09:32:40 rbb-mac-pro.home installer[35930]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Sep  5 09:35:30 rbb-mac-pro.home installer[36035]: Product archive /Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe Reader XI Installer.pkg trustLevel=202
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#application.pkg
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#browserPlugin.pkg
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#support.pkg
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: Set authorization level to root for session
    Sep  5 09:35:31 rbb-mac-pro.home runner[36038]: Administrator authorization granted.
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: Will use PK session
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: Starting installation:
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: Configuring volume "SSD 256G Boot Disk"
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: Preparing disk for local booted install.
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: Free space on "SSD 256G Boot Disk": 7.99 GB (7988830208 bytes).
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.36035YrYxDS"
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: IFPKInstallElement (3 packages)
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: Using authorization level of root for IFPKInstallElement
    Sep  5 09:35:31 rbb-mac-pro.home installd[35681]: PackageKit: Adding client PKInstallDaemonClient pid=36035, uid=0 (/usr/sbin/installer)
    Sep  5 09:35:31 rbb-mac-pro.home installer[36035]: PackageKit: Enqueuing install with boosting
    Sep  5 09:35:31 rbb-mac-pro.home installd[35681]: PackageKit: ----- Begin install -----
    Sep  5 09:35:31 rbb-mac-pro.home installd[35681]: PackageKit: request=PKInstallRequest <3 packages, destination=/>
    Sep  5 09:35:31 rbb-mac-pro.home installd[35681]: PackageKit: packages=(
         "PKLeopardPackage <file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20 Installer.pkg#application.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20 Installer.pkg#browserPlugin.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20 Installer.pkg#support.pkg>"
    Sep  5 09:35:31 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.app.pkg.en_US (prefix path=Applications)
    Sep  5 09:35:31 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.browser.pkg.en_US (prefix path=Library/Internet Plug-Ins)
    Sep  5 09:35:31 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.appsupport.pkg.en_US (prefix path=Library/Application Support)
    Sep  5 09:35:32 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#application.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/D23 D9523-A6BD-4DFD-AA3F-1AEE9AC362EF.activeSandbox/Root/Applications, uid=0)
    Sep  5 09:35:33 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#browserPlugin.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/D23 D9523-A6BD-4DFD-AA3F-1AEE9AC362EF.activeSandbox/Root/Library/Internet Plug-Ins, uid=0)
    Sep  5 09:35:33 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#support.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/D23 D9523-A6BD-4DFD-AA3F-1AEE9AC362EF.activeSandbox/Root/Library/Application Support, uid=0)
    Sep  5 09:35:33 rbb-mac-pro.home installd[35681]: PackageKit: prevent user idle system sleep
    Sep  5 09:35:33 rbb-mac-pro.home installd[35681]: PackageKit: suspending backupd
    Sep  5 09:35:33 rbb-mac-pro.home installd[35681]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.VbuI7L/Scripts/com.adobe.acrobat.reader.11007.reader.app.pk g.en_US.g6ogq4
    Sep  5 09:35:33 rbb-mac-pro.home install_monitor[36045]: Temporarily excluding: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Sep  5 09:35:34 rbb-mac-pro.home installd[35681]: ./preinstall: A user is running an instance of Adobe Reader in a browser. Installation failure.
    Sep  5 09:35:34 rbb-mac-pro.home installd[35681]: ./preinstall: Adobe Acrobat Pro or Adobe Reader were found running.
    Sep  5 09:35:34 rbb-mac-pro.home install_monitor[36045]: Re-included: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Sep  5 09:35:35 rbb-mac-pro.home installd[35681]: PackageKit: releasing backupd
    Sep  5 09:35:35 rbb-mac-pro.home installd[35681]: PackageKit: allow user idle system sleep
    Sep  5 09:35:35 rbb-mac-pro.home installd[35681]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”." UserInfo=0x7ffb1d2624b0 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20 XI%20Installer.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.reader.11007.reader.app.pkg.en_US, NSLocalizedDescription=An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”.} {
         NSFilePath = "./preinstall";
         NSLocalizedDescription = "An error occurred while running scripts from the package \U201cAdobe Reader XI Installer.pkg\U201d.";
         NSURL = "file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20 Installer.pkg#application.pkg";
         PKInstallPackageIdentifier = "com.adobe.acrobat.reader.11007.reader.app.pkg.en_US";
    Sep  5 09:35:35 rbb-mac-pro.home installd[35681]: PackageKit: Running idle tasks
    Sep  5 09:35:35 rbb-mac-pro.home installer[36035]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”." UserInfo=0x7fda8d84ffc0 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20 XI%20Installer.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.reader.11007.reader.app.pkg.en_US, NSLocalizedDescription=An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”.}
    Sep  5 09:35:35 rbb-mac-pro.home installd[35681]: PackageKit: Removing client PKInstallDaemonClient pid=36035, uid=0 (/usr/sbin/installer)
    Sep  5 09:35:35 rbb-mac-pro.home installd[35681]: PackageKit: Done with sandbox removals
    Sep  5 09:35:35 rbb-mac-pro.home installd[35681]: PackageKit: Sandbox /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/53D2A2C7-EC8C-44 5E-ABA8-A2F67CA1D1FD.sandbox: relevance 854
    Sep  5 09:35:35 rbb-mac-pro.home installer[36035]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Sep  5 09:45:53 rbb-mac-pro.home installer[36203]: Product archive /Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe Reader XI Installer.pkg trustLevel=202
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: -[IFDInstallController(Private) _buildInstallPlan]: location = file://localhost
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#application.pkg
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#browserPlugin.pkg
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#support.pkg
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: Set authorization level to root for session
    Sep  5 09:45:54 rbb-mac-pro.home runner[36206]: Administrator authorization granted.
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: Will use PK session
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: Starting installation:
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: Configuring volume "SSD 256G Boot Disk"
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: Preparing disk for local booted install.
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: Free space on "SSD 256G Boot Disk": 7.97 GB (7966429184 bytes).
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: Create temporary directory "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T//Install.36203xXq5rH"
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: IFPKInstallElement (3 packages)
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: Using authorization level of root for IFPKInstallElement
    Sep  5 09:45:54 rbb-mac-pro.home installd[35681]: PackageKit: Adding client PKInstallDaemonClient pid=36203, uid=0 (/usr/sbin/installer)
    Sep  5 09:45:54 rbb-mac-pro.home installer[36203]: PackageKit: Enqueuing install with boosting
    Sep  5 09:45:54 rbb-mac-pro.home installd[35681]: PackageKit: ----- Begin install -----
    Sep  5 09:45:54 rbb-mac-pro.home installd[35681]: PackageKit: request=PKInstallRequest <3 packages, destination=/>
    Sep  5 09:45:54 rbb-mac-pro.home installd[35681]: PackageKit: packages=(
         "PKLeopardPackage <file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20 Installer.pkg#application.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20 Installer.pkg#browserPlugin.pkg>",
         "PKLeopardPackage <file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20 Installer.pkg#support.pkg>"
    Sep  5 09:45:54 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.app.pkg.en_US (prefix path=Applications)
    Sep  5 09:45:54 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.browser.pkg.en_US (prefix path=Library/Internet Plug-Ins)
    Sep  5 09:45:54 rbb-mac-pro.home installd[35681]: PackageKit: Will do receipt-based obsoleting for package identifier com.adobe.acrobat.reader.11007.reader.appsupport.pkg.en_US (prefix path=Library/Application Support)
    Sep  5 09:45:54 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#application.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/4A6 5B724-F4F8-44D3-83F1-A089D0369C90.activeSandbox/Root/Applications, uid=0)
    Sep  5 09:45:55 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#browserPlugin.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/4A6 5B724-F4F8-44D3-83F1-A089D0369C90.activeSandbox/Root/Library/Internet Plug-Ins, uid=0)
    Sep  5 09:45:55 rbb-mac-pro.home installd[35681]: PackageKit: Extracting file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20I nstaller.pkg#support.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/4A6 5B724-F4F8-44D3-83F1-A089D0369C90.activeSandbox/Root/Library/Application Support, uid=0)
    Sep  5 09:45:55 rbb-mac-pro.home installd[35681]: PackageKit: prevent user idle system sleep
    Sep  5 09:45:55 rbb-mac-pro.home installd[35681]: PackageKit: suspending backupd
    Sep  5 09:45:55 rbb-mac-pro.home installd[35681]: PackageKit: Executing script "./preinstall" in /private/tmp/PKInstallSandbox.nzFhDo/Scripts/com.adobe.acrobat.reader.11007.reader.app.pk g.en_US.ZoZ7nT
    Sep  5 09:45:55 rbb-mac-pro.home install_monitor[36207]: Temporarily excluding: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: ./preinstall: A user is running an instance of Adobe Reader in a browser. Installation failure.
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: ./preinstall: Adobe Acrobat Pro or Adobe Reader were found running.
    Sep  5 09:45:57 rbb-mac-pro.home install_monitor[36207]: Re-included: /Applications, /Library, /System, /bin, /private, /sbin, /usr
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: PackageKit: releasing backupd
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: PackageKit: allow user idle system sleep
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”." UserInfo=0x7ffb18623250 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20 XI%20Installer.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.reader.11007.reader.app.pkg.en_US, NSLocalizedDescription=An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”.} {
         NSFilePath = "./preinstall";
         NSLocalizedDescription = "An error occurred while running scripts from the package \U201cAdobe Reader XI Installer.pkg\U201d.";
         NSURL = "file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20XI%20 Installer.pkg#application.pkg";
         PKInstallPackageIdentifier = "com.adobe.acrobat.reader.11007.reader.app.pkg.en_US";
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: PackageKit: Running idle tasks
    Sep  5 09:45:57 rbb-mac-pro.home installer[36203]: install:didFailWithError:Error Domain=PKInstallErrorDomain Code=112 "An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”." UserInfo=0x7ff9a57575c0 {NSFilePath=./preinstall, NSURL=file://localhost/Volumes/45c3be4d73a4c26b0993d5a1b5aa0773f32307ed/Adobe%20Reader%20 XI%20Installer.pkg#application.pkg, PKInstallPackageIdentifier=com.adobe.acrobat.reader.11007.reader.app.pkg.en_US, NSLocalizedDescription=An error occurred while running scripts from the package “Adobe Reader XI Installer.pkg”.}
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: PackageKit: Removing client PKInstallDaemonClient pid=36203, uid=0 (/usr/sbin/installer)
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: PackageKit: Done with sandbox removals
    Sep  5 09:45:57 rbb-mac-pro.home installd[35681]: PackageKit: Sandbox /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/C/PKInstallSandboxManager/53D2A2C7-EC8C-44 5E-ABA8-A2F67CA1D1FD.sandbox: relevance 846
    Sep  5 09:45:58 rbb-mac-pro.home installer[36203]: Install failed: The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance.
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: BackgroundActivity: Starting Background Check Activity
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Automatic check parameters: autoDownload=YES, autoConfigData=YES, autoCriticalInstall=YES
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Fired early. Should check=FALSE (i=86280.000000, l=2014-09-04 17:54:40 +0000) (A/C=YES)
    Sep  5 10:56:00 --- last message repeated 1 time ---
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: 1 user-visible product(s): 031-05873
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: 0 enabled config-data product(s):  (want active updates only)
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: BackgroundActivity: Starting background actions
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: BackgroundActivity: Finished Background Check Activity
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdate_notify_agent (501)[37557]: softwareupdate_notify_agent[uid=501]: Running for UpdatesAvailable
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdate_notify_agent (501)[37557]: AssertionMgr: Take com.apple.softwareupdate.NotifyAgentAssertion assertion with type BackgroundTask for pid 37557
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: Adding client SUUpdateServiceClient pid=37557, uid=501, installAuth=NO rights=(), transactions=0 (/System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdate_notify_agent)
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdate_notify_agent (501)[37557]: softwareupdate_notify_agent[uid=501]: Notifying with params: {
         SoftwareUpdateCount = 1;
         SoftwareUpdatesAvailable = 1;
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdate_notify_agent (501)[37557]: softwareupdate_notify_agent[uid=501]: appstoreupdateagent notified
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdate_notify_agent (501)[37557]: AssertionMgr: Cancel com.apple.softwareupdate.NotifyAgentAssertion assertion for pid 37557
    Sep  5 10:56:00 rbb-mac-pro.home softwareupdated (200)[180]: Removing client SUUpdateServiceClient pid=37557, uid=501, installAuth=NO rights=(), transactions=0 (/System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdate_notify_agent)
    Sep  5 14:17:54 rbb-mac-pro.home softwareupdated (200)[180]: BackgroundActivity: Starting Background Check Activity
    Sep  5 14:17:54 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Automatic check parameters: autoDownload=YES, autoConfigData=YES, autoCriticalInstall=YES
    Sep  5 14:17:54 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Should Check=YES (i=86280.000000, l=2014-09-04 17:54:40 +0000) (A/C=YES)
    Sep  5 14:17:54 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Fire periodic check for interval
    Sep  5 14:17:54 rbb-mac-pro.home softwareupdated (200)[180]: BackgroundActivity: Starting background actions
    Sep  5 14:17:54 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: checking for updates
    Sep  5 14:17:54 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Scan for client pid 180 (/System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdated)
    Sep  5 14:17:56 rbb-mac-pro.home softwareupdated (200)[180]: SoftwareUpdate: Using catalog https://swscan.apple.com/content/catalogs/others/index-10.9-mountainlion-lion-snowleopard- leopard.merged-1.sucatalog.gz
    Sep  5 14:17:56 rbb-mac-pro.home softwareupdated (200)[180]: Added 1267 PPD versions for /Library/Printers/PPDs/Contents/Resources from cache as of 2014-09-03 22:15:49 +0000
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: 10.9.4
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Help does not require an update.
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Utility does not require an update.
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:06 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_MonochromeLaser does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Common does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Help does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_ICA does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_MonochromeLaser does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Utility does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Common does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_ICA does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Common does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Help does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_ICA does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_MonochromeLaser does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Utility does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Common does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Help does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_ICA does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_MonochromeLaser does not require an update.
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7840W
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:Brother;MODEL:MFC-7860DW
    Sep  5 14:18:07 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer Brother_Utility does not require an update.
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Cmd2HP does not require an update.
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_DriverCore does not require an update.
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:10 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_PS3 does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_ImageEnhancement1 does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePDM does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Chuckwalla does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePL does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_DMF4 does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Fax2 does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorse does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_PSS does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Scan3 does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePSF does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorse does not require an update.
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:11 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePDM does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePIL1 does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePL does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePSF does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Chuckwalla does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Cmd2HP does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_DMF4 does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_DriverCore does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Fax2 does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_ImageEnhancement1 does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_PS3 does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_PSS does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Pdf2Pdf2 does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Scan3 does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePIL1 does not require an update.
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:12 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Pdf2Pdf2 does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorse does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePDM does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePIL1 does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePL does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_CHorsePSF does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Chuckwalla does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Cmd2HP does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_DMF4 does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_DriverCore does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Fax2 does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_ImageEnhancement1 does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_PS3 does not require an update.
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:13 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_PSS does not require an update.
    Sep  5 14:18:14 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:Color LaserJet 2605
    Sep  5 14:18:14 rbb-mac-pro.home softwareupdated (200)[180]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 2605
    Sep  5 14:18:14 rbb-mac-pro.home softwareupdated (200)[180]: JS: Printer HP_Pdf2Pdf2 do

  • Locker failed to offer due to timeout.Please increase worker thread count by increasing DeferredWorkerThreadCount in mediator-config.xml

    Can some one please assist me to get rid of the below error when trying to bring up the SOA services in Weblogic?
    "Locker failed to offer due to timeout.Please increase worker thread count by increasing DeferredWorkerThreadCount in mediator-config.xml"
    We tested the agent, node manager and everything seems to be working fine. Its persistent in UAT environment which is a clustered environment. 1st managed server for SOA is having the issue while the second one is working fine. Below are the list of manages servers in the env:
    2 managed servers for ADF,
    2 managed servers for BAM,
    2 managed servers for SOA,
    2 managed servers for WSM.
    The affected SOA1 managed server was working fine till last week and there were no changes made to the environment. Please let me know if I can furnish any further info.
    Thanks!
    Nidhi Gangadhar.
    WebLogic PortalSOA Suite

    Can some one please assist me to get rid of the below error when trying to bring up the SOA services in Weblogic?
    "Locker failed to offer due to timeout.Please increase worker thread count by increasing DeferredWorkerThreadCount in mediator-config.xml"
    We tested the agent, node manager and everything seems to be working fine. Its persistent in UAT environment which is a clustered environment. 1st managed server for SOA is having the issue while the second one is working fine. Below are the list of manages servers in the env:
    2 managed servers for ADF,
    2 managed servers for BAM,
    2 managed servers for SOA,
    2 managed servers for WSM.
    The affected SOA1 managed server was working fine till last week and there were no changes made to the environment. Please let me know if I can furnish any further info.
    Thanks!
    Nidhi Gangadhar.
    WebLogic PortalSOA Suite

  • Lock Failed Problem

    Hi!
    The system prompts the following problem when I try to modify an Entity with regard to its attributes :
    "CDI 21602 : Lock Failed - Do you want to re-read the row?"
    This error has something to do with the repository. But I tried all possible ways in vain.
    Thanks.
    PS: Kindly also mark a copy to [email protected]
    null

    Dear All,
    Please advise, if you have this problem before.
    Thank You and Best Regards
    Fernand

  • Memtest Memory lock failed

    Hi,
    I've just ran memtest for some new RAM on my iMac. In the logs i got this:
    "ERROR: Memory lock failed - reason unknown."
    What does this mean? And Is it bad?
    Thanks

    Hi fred,
    This question is asked in the rember support page at the bottom and the answer is there as well.
    http://www.kelleycomputing.net/support/rember/
    Whilst technical yes, bad no.

  • Error in report generation-Load report failed

    I have installed crystal reports  for VS2005 runtime in my live environment.When i try to load the report file from a .Net page i am getting the error'Error in Report generation-Load report failed'.
    This works fine in development and testing but when moved to production we are having issues.
    I believe i have a workaround i.e i need to open the rpt in a VS 2005 environment and re-write the connection string again.This fix had worked in development and testing when we had the same issue.
    But not sure if this is a known issue with crystal reports and if so do we have any hot fixes for the same.
    Please help.

    Hi Don,
    The reason why i posted the item on 'data Connectivity issues' is because i suspect the problem is with the connection string.Though i had provided the correct connection string,re-writing the connection string with the same info might help to fix the issue with loading the report.
    Does it mean that there is a problem in the connectivity?
    I have a risk here that i cant re-write the connection string..i.e to open the RPT file in VS2005 and bind it.The production web server & database server sits in a  third party environment and it is not in the company network.So i cant connect to this server to re-write from any other severs in the network.
    Is there any fix which can applied to the server to get this issue resolved?
    Cheers
    Nithya.

  • I have an alert message in disc utility. Error: storage system verify or repair failed. Problems were found with the partitian map which might prevent booting.

    While running verify disc in disc utility on 251 GB SSD SM256c Media I came up with this message: Alert system verify or repair failed. In the descriptions box of history it said, problems were found with the partitions map which might prevent booting. This is followed by a message in red reading, Error: Storage system verify or repair failed. At the time I was down loading raw pictures off my camera through a card reader across my computer to a relatively new 2TB Western Digital portable hard drive. after about 13 to 15 pictures downloaded that drive faileded. My Mac Book Air works fine, but i get this message now everytime I run disc verify on this disc. The Macintosh HD checks out fine.

    While running verify disc in disc utility on 251 GB SSD SM256c Media I came up with this message: Alert system verify or repair failed. In the descriptions box of history it said, problems were found with the partitions map which might prevent booting. This is followed by a message in red reading, Error: Storage system verify or repair failed. At the time I was down loading raw pictures off my camera through a card reader across my computer to a relatively new 2TB Western Digital portable hard drive. after about 13 to 15 pictures downloaded that drive faileded. My Mac Book Air works fine, but i get this message now everytime I run disc verify on this disc. The Macintosh HD checks out fine.

  • I am unable to receive or send email from my IPAD.  The error message says "Connection to server failed".  Help!! geandreamer44

    I am unable to receive or send email from my IPAD.  The error message says "Connection to server failed".  Help!! geandreamer44

    Reset the device:
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't help, tap Settings > General > Reset > Reset All Settings
    If that doesn't help, tap Settings > General > Reset > Reset Network Settings
    You will have to re enter your Wi-Fi password.
    If nothing above helped, restart your router.
    No data is lost due to a reset.

  • Error 1920-Service 'Apple Mobile Device' failed to start.

    Hi,
    When ever I try to install the Apple Mobile Device Support this message shows up "Error 1920-Service 'Apple Mobile Device' failed to start. Verify that you have sufficient privileges to start system services".  I have uninstalled itunes multiple times. I have tried only installing the Apple Moblie Devuce Support by doing the extract file from WinRaff. Nothing has worked. Could you please help me? I'm getting relly frusturated with this whole thing. All I want to do is download songs on to my i-pod.
    Thank You,
    Aleida H.

    I guess the short answer is don't try to pass MSI properties to the installer.
    I don't think this is anything your fellow users can help with, but you might want to file a report at Bug Reporter.
    tt2

  • HT1420 Cant get itunes to open.Error message:"its on a locked Cant get itunes to

    Cant get itunes to open.Error message:"its on a locked disk." What does this mean??!!

    ok heres what u gotta do
    yes i know its alot of steps but if you do them right it will work.
    1.remove all active versions of itunes
    2.then restart as it asks you to do, if it doesnt ask do it your self
    3.unplug ipod
    4.remove ipod software
    5. restart
    6.install the cd the ipod came w/
    7.when it asks you if you want to upgrade itunes say yes
    8.download the file
    9.intall the newest version
    10.restart
    if you have done exactly these steps(exactly in this order)then itunes should be working now

  • Error Message reads: this application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem.  I have re-installed, SO many times and I still cant open iTunes.

    Hi Support,
    I am becoming anxious because no matter what I try it doesnt seem to allow me to open itunes.
    Error Message reads: this application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem.
    I have re-installed, SO many times and I still cant open iTunes.
    Please help!!

    Click here and follow the instructions.
    (98888)

Maybe you are looking for

  • File2mail - No output

    Hi, I have done file2mail scenario.I put a file in source directory and it is picked by sender file adapter.I have checked comm.channel monitoring in runtime workbench and in sxmb_moni i got success flag.But i didn't get the mail as output. Please su

  • Can't transfer huge video

    I've been able to transfer video from my 920 to laptop fine via bluetooth. Filesize range from 28mb to 40mb. Those are like 10-15 second 1080p recording. Yesterday, I captured a video for almost 5 mins. I am not sure how big the file is but bluetooth

  • Editing Lyrics for Multiple Songs

    is it possible to edit lyrics for more than one song at a time. it is very annoying to right click each song then click the lyrics tab and editing the lyrics in there. thank you!

  • "Browse in Cover Flow"???

    Itunes help says: Cover Flow offers the option of "flipping" through your album and video artwork, or scrolling through the sortable list below. The view I see now is a song list in alphabetical order.  Great! But sortable implies other ways of sorti

  • I WANT TO LEARN ALV GRID

    I WANT TO LEARN ALV GRID CAN U TELL ME WHICH ONE WILL BE GOOD TO LEARN AND REFER.