Degraded performance of ZFS in Update 4 ???

Hi Guys,
I'm playing with Blade 6300 to check performance of compressed ZFS with Oracle database.
After some really simple tests I noticed that default installation of S10U3 is actually faster than S10U4, and a lot faster.
My configuration - default Update 3 LiveUpgraded to Update 4 with ZFS filesystem on dedicated disk. I'm doing as simple as just $time dd if=file.dbf of=/dev/null in few parallel tasks and on Update 3 it's somewhere close to 11m32s and on Update 4 it's around 12m6s. And it's both reading from compressed or uncompressed ZFS, numbers a little bit higher with compressed, couple of seconds, which impressive by itself, but difference is the same.
I'm really surprised by this results, anyone else noticed that ?

Hi Guys,
I'm playing with Blade 6300 to check performance of compressed ZFS with Oracle database.
After some really simple tests I noticed that default installation of S10U3 is actually faster than S10U4, and a lot faster.
My configuration - default Update 3 LiveUpgraded to Update 4 with ZFS filesystem on dedicated disk. I'm doing as simple as just $time dd if=file.dbf of=/dev/null in few parallel tasks and on Update 3 it's somewhere close to 11m32s and on Update 4 it's around 12m6s. And it's both reading from compressed or uncompressed ZFS, numbers a little bit higher with compressed, couple of seconds, which impressive by itself, but difference is the same.
I'm really surprised by this results, anyone else noticed that ?

Similar Messages

  • MBP 2011/MC724 performance decreasing after firmware updating

    On the third day after buying a suddenly degraded performance.   No additional software installed (except for the adobe flash player). 
    Perhaps the problem is caused by a firmware update.  I've Installed it from the standard upgrades. System Restore from DVD (with full HD cleaning), not solve problem.
    Current performance can not even watch videos on youtube.
    Who else is having the same problem with apple mbp 2011?
    What do I do with it?  How to fix the problem?
    thank you in advance for your help.
    Sasha.

    youtube, safari, showing spaces and so on.  Heavy freezes. Even during the first boot (after recovery from the DVD) when the music plays, there are freezes and crackling sound.

  • Usage of DBMS_OUTPUT.PUT_LINE degrade performance?

    Does multiple usage of DBMS_OUTPUT.PUT_LINE in a procdure degrade performance OR crash the procedure?

    [url http://forums.oracle.com/forums/thread.jspa?threadID=490999&tstart=0]duplicate thread

  • Multi select prompt degrade performance ?

    Hi all,
    I want to know is multiselect prompt degrade performance in OBIEE 10G ?

    If I select 1user in prompt then report will run for 1 user...
    if 2 (multi users) then will run report for multi users and do the calculation etc...
    am i right..?
    then it should degrade the performance..

  • After performing a routine software update this week, I am having problems with both of my email accounts.  I am unable to "Reply" to any emails. Does anyone have a solution to this problem?

    After performing a routine software update this week, I am having problems with both of my email accounts.  I am unable to "Reply" to any emails. Does anyone have a solution to this problem?

    I am having the same problem also  Thought it was my network and reset everything including Apple TV but still the problem is there . I assume now it is down to iOS 8 prior to that was perfect

  • Performing check and potential update for status control table

    Cheers Experts,
    I searched in the forum, but I didn't find an answer.
    I'm working on a 3.0B BW system.
    After updating from PSA to an ODS, in the log I see the following line:
    "Performing check and potential update for status control table" and double clicking on it, it says:
    If data is loaded into an InfoCube, or existing data is edited (aggregated/compressed/deleted/got from a DataMart), then there is a change in  the potential reportability of the data , or the possibility of deleting data by request, or of aggregating or compressing.
    This status of each one of these Cubes is stored in a status table, that is updated when there is any change to the status of a request in the Cube.
    The system now analyzes the requests in the Cube and compares the calculated status with the status table.
    If deviations from the status table arise then you are given the option of adjusting the status table.                                         
    I have 2 questions:
    1) What is BW doing, mainly because I'm working on an ODS and not an Infocube?
    2) What can I do to reduce its execution time, since it lasts several minutes?
    Thanks and greetings.
    Roberto

    Roberto, did you ever find an answer to your question?  We also are experiencing long runtimes during this particular process running 3.x deltas from ODS to ODS and cubes.

  • Degraded performance.

    Has anyone noticed degraded performance when enabling 802.11n with support for G? The reason for asking is all my wireless workstations are running 802.11n with the exception of my iPhone. I also want to get a wireless all-in-one printer/scanner which I can only find support for B/G wireless networks, not 802.11n. Can anyone recommend an all-in-one printer/scanner that supports 802.11n for use with Apple's AEBS router?

    Has anyone noticed degraded performance when enabling 802.11n with support for G? The reason for asking is all my wireless workstations are running 802.11n with the exception of my iPhone.
    That would be "normal" as the best you can expect in a mixed radio mode is 100 - 130 Mbps for your "n" devices. If you want to take advantage of "n" speed, you would either need to set up a "Dual-Band" network or remove any non-"n" devices from your current network.

  • Microsoft Forefront Protection encountered an error with event ID 6020 while performing a scan engine update.

    HI
    we have a error in the health status of our FPE 2010 console and we have below error
    event id 6020
     Microsoft Forefront Protection encountered an error while performing a scan engine update.
       Scan Engine: Cloudmark
       Update Path: http://forefrontdl.microsoft.com/server/scanengineupdate
       Error Detail: An error occurred while processing the universal manifest.
    Able to telnet the below and even Content Filter is enabled.
    telnet cdn-microupdates.cloudmark.com 80
    telnet lvc.cloudmark.com 443

    HI
    we have a error in the health status of our FPE 2010 console and we have below error
    event id 6020
     Microsoft Forefront Protection encountered an error while performing a scan engine update.
       Scan Engine: Cloudmark
       Update Path: http://forefrontdl.microsoft.com/server/scanengineupdate
       Error Detail: An error occurred while processing the universal manifest.
    Able to telnet the below and even Content Filter is enabled.
    telnet cdn-microupdates.cloudmark.com 80
    telnet lvc.cloudmark.com 443
    Ours has also started reporting failed updates since about 2AM GMT this morning on both of our Edge servers.
    Jeff

  • Export backup degrades performance?

    Hi all,
    Please suggest me if i take export backup of the database does it degrades performance of the database when the applications are connected?
    Can this export be done while application is using the database?
    Is there any risk concerning performance of the application during DB export?
    Thank you.

    An export is a query against the database. Generally, a query to extract the whole schema or whole table (or whole database). It has the same performance impact as any query doing FullTableScans against the tables being exported.
    Note :If you do an export using 'exp', ensure that you use "CONSISTENT=Y" or "FLASHBACK_SCN" or "FLASBACK_TIME" to get consistency across tables, else exp does Table-level consistency.
    With 'expdp' you can use FLASHBACK_SCN or FLASHBACK_TIME

  • Will more number of waiting threads in thread pool degrade performance?

    Hi,
    I use thread pool and set the maximum number of threads to execute. My problem is, the thread pool initiates the number of threads and these threads wait until they get a work. Will this degrade the performance (The threads do I/O operations) ??

    Threads waiting for work will not degrade performance. If your work involves those threads waiting for I/O then that in itself will not degrade performance either (as long as they block and don't poll of course).
    All live threads consume resources however so if you are short on threads or memory then don't create too many of them.
    Pre-starting a large number of threads in a pool can cause a startup delay of course. Generally you should let the pool create threads as needed until it gets to the core pool size.

  • Perform Latest Apple SW Update - Result is Boot To Welcome Screen - Help!

    After performing the latest Apple update, upon the auto-restart, the MacBook continuously boots to a Welcome Screen as if the MacBook had never been registered before. Going through the steps of registering the MacBook (again and again) does not help, because the computer continues to go from the Log On window (enter password into regular account) and a repeat to the Welcome Screen.
    Any suggestions?
    So far, I have been successful in logging on to the MacBook remotely (from my MacBookPro) and I've been able to copy the User Files to a back-up drive. I'm thinking I need to do an erase and install and start all over.
    Since this is my sons computer, I don't know the actual update, however, it must be the same one the other five Macs I have did yesterday....
    Thanks - and Happy Holidays!
    Bob

    I also had a problem after this past update - but with my battery. It charges sometimes or it doesn't. It randomly stops charging, even when it needs to. This is really frustrating.
    I'm about to call Apple tomorrow or the day after, to speak to them about this. This is really annoying.

  • Degraded performance after latest update (today)...

    I upgraded the following packages below on my Dell Latitude E5510 and have had decreased visual performance since.  I went to 2.6.37 and also upgraded the xf86-intel-video.  Compiz is much slower now.  Also interesting when I'm looking at the gnome system monitor on the resources tab my cpu spikes to 50% until I close or change the tab.
    Also as mentioned in other posts, kworker is near the top of my powertop top wakeups, along with i915, so 2.3.37 didn't fix it for me.
    Is there any other information I can provide?
    [2011-01-31 08:30] Running 'pacman -Syu'
    [2011-01-31 08:30] synchronizing package lists
    [2011-01-31 08:30] starting full system upgrade
    [2011-01-31 08:32] Running 'pacman -Syu'
    [2011-01-31 08:32] synchronizing package lists
    [2011-01-31 08:32] starting full system upgrade
    [2011-01-31 08:33] upgraded audacious-plugins (2.4.3-1 -> 2.4.3-2)
    [2011-01-31 08:33] upgraded bluez (4.86-1 -> 4.87-1)
    [2011-01-31 08:33] upgraded consolekit (0.4.1-4 -> 0.4.3-1)
    [2011-01-31 08:33] upgraded gmime (2.4.21-1 -> 2.4.22-1)
    [2011-01-31 08:33] upgraded hunspell (1.2.12-1 -> 1.2.15-1)
    [2011-01-31 08:33] upgraded libdrm (2.4.22-3 -> 2.4.23-1)
    [2011-01-31 08:33] upgraded libgl (7.9.0.git20101207-2 -> 7.10-1)
    [2011-01-31 08:33] upgraded intel-dri (7.9.0.git20101207-2 -> 7.10-1)
    [2011-01-31 08:33] upgraded mkinitcpio (0.6.7-1 -> 0.6.8-1)
    [2011-01-31 08:33] >>> Updating module dependencies. Please wait ...
    [2011-01-31 08:33] >>> MKINITCPIO SETUP
    [2011-01-31 08:33] >>> ----------------
    [2011-01-31 08:33] >>> If you use LVM2, Encrypted root or software RAID,
    [2011-01-31 08:33] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2011-01-31 08:33] >>> More information about mkinitcpio setup can be found here:
    [2011-01-31 08:33] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2011-01-31 08:33]
    [2011-01-31 08:33] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-01-31 08:33] ==> Building image "default"
    [2011-01-31 08:33] ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2011-01-31 08:33] :: Begin build
    [2011-01-31 08:33] :: Parsing hook [base]
    [2011-01-31 08:33] :: Parsing hook [udev]
    [2011-01-31 08:33] :: Parsing hook [autodetect]
    [2011-01-31 08:33] :: Parsing hook [pata]
    [2011-01-31 08:33] :: Parsing hook [scsi]
    [2011-01-31 08:33] :: Parsing hook [sata]
    [2011-01-31 08:33] :: Parsing hook [resume]
    [2011-01-31 08:33] :: Parsing hook [filesystems]
    [2011-01-31 08:33] :: Parsing hook [consolefont]
    [2011-01-31 08:33] :: Generating module dependencies
    [2011-01-31 08:33] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2011-01-31 08:33] ==> SUCCESS
    [2011-01-31 08:33] ==> Building image "fallback"
    [2011-01-31 08:33] ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2011-01-31 08:33] :: Begin build
    [2011-01-31 08:33] :: Parsing hook [base]
    [2011-01-31 08:33] :: Parsing hook [udev]
    [2011-01-31 08:33] :: Parsing hook [pata]
    [2011-01-31 08:33] :: Parsing hook [scsi]
    [2011-01-31 08:34] :: Parsing hook [sata]
    [2011-01-31 08:34] :: Parsing hook [resume]
    [2011-01-31 08:34] :: Parsing hook [filesystems]
    [2011-01-31 08:34] :: Parsing hook [consolefont]
    [2011-01-31 08:34] :: Generating module dependencies
    [2011-01-31 08:34] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2011-01-31 08:34] ==> SUCCESS
    [2011-01-31 08:34] upgraded kernel26 (2.6.36.3-2 -> 2.6.37-5)
    [2011-01-31 08:34] upgraded kernel26-headers (2.6.36.3-2 -> 2.6.37-5)
    [2011-01-31 08:34] upgraded lib32-libgl (7.9.0.git20101207-2 -> 7.10-1)
    [2011-01-31 08:34] upgraded lib32-libjpeg (8.0.2-3 -> 8.3.0-1)
    [2011-01-31 08:34] upgraded mesa (7.9.0.git20101207-2 -> 7.10-1)
    [2011-01-31 08:34] upgraded lib32-mesa (7.9.0.git20101207-2 -> 7.10-1)
    [2011-01-31 08:34] warning: /etc/ssh/sshd_config installed as /etc/ssh/sshd_config.pacnew
    [2011-01-31 08:34] upgraded openssh (5.6p1-2 -> 5.7p1-2)
    [2011-01-31 08:34] upgraded pciutils (3.1.7-2 -> 3.1.7-3)
    [2011-01-31 08:34] upgraded python (3.1.3-1 -> 3.1.3-2)
    [2011-01-31 08:34] upgraded rsync (3.0.7-1 -> 3.0.7-2)
    [2011-01-31 08:34] upgraded shadow (4.1.4.2-3 -> 4.1.4.2-4)
    [2011-01-31 08:34] upgraded totem-plparser (2.32.1-1 -> 2.32.2-1)
    [2011-01-31 08:34] upgraded xf86-video-intel (2.13.0-4 -> 2.14.0-1)
    [2011-01-31 08:34] upgraded xorg-server-common (1.9.2-2 -> 1.9.3.901-1)
    [2011-01-31 08:34] upgraded xorg-server (1.9.2-2 -> 1.9.3.901-1)
    [2011-01-31 08:34] upgraded xorg-server-xvfb (1.9.2-2 -> 1.9.3.901-1)

    Well it's a new Dell so the Intel graphs is a relatively newer version.
    uname -a
    Linux hypercube 2.6.37-ARCH #1 SMP PREEMPT Sat Jan 29 20:00:33 CET 2011 x86_64 Intel(R) Celeron(R) CPU P4500 @ 1.87GHz GenuineIntel GNU/Linux
    lspci |grep VGA
    00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02)
    Here are some errors/failures...  I appreciate any help!
    sudo cat /var/log/messages.log |grep error
    Jan 31 08:36:56 localhost kernel: ACPI: Marking method CLPS as Serialized because of AE_ALREADY_EXISTS error
    Jan 31 08:36:56 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 08:37:02 localhost NetworkManager[5153]: <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
    Jan 31 08:37:07 localhost NetworkManager[5153]: <warn> bluez error getting default adapter: No such adapter
    Jan 31 08:46:32 localhost kernel: ACPI: Marking method CLPS as Serialized because of AE_ALREADY_EXISTS error
    Jan 31 08:46:32 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 08:46:37 localhost NetworkManager[5147]: <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
    Jan 31 08:46:42 localhost NetworkManager[5147]: <warn> bluez error getting default adapter: No such adapter
    Jan 31 08:49:14 localhost kernel: ACPI: Marking method CLPS as Serialized because of AE_ALREADY_EXISTS error
    Jan 31 08:49:14 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 08:49:19 localhost NetworkManager[5214]: <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
    Jan 31 08:49:24 localhost NetworkManager[5214]: <warn> bluez error getting default adapter: No such adapter
    Jan 31 08:53:16 localhost kernel: ACPI: Marking method CLPS as Serialized because of AE_ALREADY_EXISTS error
    Jan 31 08:53:16 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 08:53:21 localhost NetworkManager[5139]: <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
    Jan 31 08:53:26 localhost NetworkManager[5139]: <warn> bluez error getting default adapter: No such adapter
    Jan 31 08:55:07 localhost kernel: ACPI: Marking method CLPS as Serialized because of AE_ALREADY_EXISTS error
    Jan 31 08:55:07 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 08:55:13 localhost NetworkManager[5131]: <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
    Jan 31 08:55:18 localhost NetworkManager[5131]: <warn> bluez error getting default adapter: No such adapter
    Jan 31 10:28:30 localhost kernel: ACPI: Marking method CLPS as Serialized because of AE_ALREADY_EXISTS error
    Jan 31 10:28:30 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 10:28:35 localhost NetworkManager[5161]: <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
    Jan 31 10:28:41 localhost NetworkManager[5161]: <warn> bluez error getting default adapter: No such adapter
    Jan 31 10:44:29 localhost kernel: ACPI: Marking method CLPS as Serialized because of AE_ALREADY_EXISTS error
    Jan 31 10:44:29 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 10:44:35 localhost NetworkManager[5153]: <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
    Jan 31 10:44:40 localhost NetworkManager[5153]: <warn> bluez error getting default adapter: No such adapter
    Jan 31 11:11:50 localhost kernel: ACPI: Marking method CLPS as Serialized because of AE_ALREADY_EXISTS error
    Jan 31 11:11:50 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 11:11:56 localhost NetworkManager[5135]: <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
    Jan 31 11:12:02 localhost NetworkManager[5135]: <warn> bluez error getting default adapter: No such adapter
    Jan 31 12:55:18 localhost kernel: ACPI: Marking method CLPS as Serialized because of AE_ALREADY_EXISTS error
    Jan 31 12:55:18 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 12:55:23 localhost NetworkManager[5137]: <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
    Jan 31 12:55:29 localhost NetworkManager[5137]: <warn> bluez error getting default adapter: No such adapter
    Jan 31 13:29:05 localhost kernel: ACPI: Marking method CLPS as Serialized because of AE_ALREADY_EXISTS error
    Jan 31 13:29:05 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 13:29:11 localhost NetworkManager[5158]: <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
    Jan 31 13:29:17 localhost NetworkManager[5158]: <warn> bluez error getting default adapter: No such adapter
    sudo cat /var/log/messages.log |grep fail
    Jan 31 08:31:24 localhost NetworkManager[6118]: <warn> Activation (wlan0) failed for access point (ans_federal)
    Jan 31 08:31:24 localhost NetworkManager[6118]: <warn> Activation (wlan0) failed.
    Jan 31 08:36:56 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_ALREADY_EXISTS (20101013/dswload-802)
    Jan 31 08:36:56 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 08:36:56 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 08:36:56 localhost kernel: ACPI Error: Method execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/uteval-103)
    Jan 31 08:36:56 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_NOT_FOUND (20101013/psargs-359)
    Jan 31 08:36:56 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 08:36:56 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._SRS] (Node ffff880117c3a208), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 08:36:56 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 08:39:03 localhost NetworkManager[5153]: <warn> Activation (wlan0) failed for access point (ans_federal)
    Jan 31 08:39:03 localhost NetworkManager[5153]: <warn> Activation (wlan0) failed.
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR2] (Node ffff880117c37c30), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\ECRW] (Node ffff880117c37d98), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\ECG9] (Node ffff880117c39000), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.BAT0._BIF] (Node ffff880117c39668), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_ALREADY_EXISTS (20101013/dswload-802)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/uteval-103)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\ECG5] (Node ffff880117c37e88), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.AC__._PSR] (Node ffff880117c39528), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\ECG5] (Node ffff880117c37e88), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.AC__._PSR] (Node ffff880117c39528), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_NOT_FOUND (20101013/psargs-359)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._CRS] (Node ffff880117c3a1b8), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\ECG5] (Node ffff880117c37e88), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:32 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.AC__._PSR] (Node ffff880117c39528), AE_TIME (20101013/psparse-537)
    Jan 31 08:46:40 localhost ntpd[5315]: failed to init interface for address fe80::f24d:a2ff:fe99:5658
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR2] (Node ffff880117c37c30), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\ECRW] (Node ffff880117c37d98), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\ECG9] (Node ffff880117c39000), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.BAT0._BIF] (Node ffff880117c39668), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\ECG5] (Node ffff880117c37e88), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.AC__._PSR] (Node ffff880117c39528), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\ECG5] (Node ffff880117c37e88), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.AC__._PSR] (Node ffff880117c39528), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\ECG5] (Node ffff880117c37e88), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.AC__._PSR] (Node ffff880117c39528), AE_TIME (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_ALREADY_EXISTS (20101013/dswload-802)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/uteval-103)
    Jan 31 08:49:14 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_NOT_FOUND (20101013/psargs-359)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._CRS] (Node ffff880117c3a1b8), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 08:49:14 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 08:49:21 localhost ntpd[5386]: failed to init interface for address fe80::f24d:a2ff:fe99:5658
    Jan 31 08:49:21 localhost ntpd[5386]: failed to init interface for address fe80::1e65:9dff:fe69:5b3
    Jan 31 08:53:16 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 08:53:16 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 08:53:16 localhost kernel: ACPI Error: Method parse/execution failed [\ECG5] (Node ffff880117c37e88), AE_TIME (20101013/psparse-537)
    Jan 31 08:53:16 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.AC__._PSR] (Node ffff880117c39528), AE_TIME (20101013/psparse-537)
    Jan 31 08:53:16 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 08:53:16 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 08:53:16 localhost kernel: ACPI Error: Method parse/execution failed [\ECG5] (Node ffff880117c37e88), AE_TIME (20101013/psparse-537)
    Jan 31 08:53:16 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.AC__._PSR] (Node ffff880117c39528), AE_TIME (20101013/psparse-537)
    Jan 31 08:53:16 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_ALREADY_EXISTS (20101013/dswload-802)
    Jan 31 08:53:16 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 08:53:16 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 08:53:16 localhost kernel: ACPI Error: Method execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/uteval-103)
    Jan 31 08:53:16 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_NOT_FOUND (20101013/psargs-359)
    Jan 31 08:53:16 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 08:53:16 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._CRS] (Node ffff880117c3a1b8), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 08:53:16 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 08:55:07 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 08:55:07 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR2] (Node ffff880117c37c30), AE_TIME (20101013/psparse-537)
    Jan 31 08:55:07 localhost kernel: ACPI Error: Method parse/execution failed [\ECRW] (Node ffff880117c37d98), AE_TIME (20101013/psparse-537)
    Jan 31 08:55:07 localhost kernel: ACPI Error: Method parse/execution failed [\ECG9] (Node ffff880117c39000), AE_TIME (20101013/psparse-537)
    Jan 31 08:55:07 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.BAT0._BIF] (Node ffff880117c39668), AE_TIME (20101013/psparse-537)
    Jan 31 08:55:07 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 08:55:07 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 08:55:07 localhost kernel: ACPI Error: Method parse/execution failed [\ECG5] (Node ffff880117c37e88), AE_TIME (20101013/psparse-537)
    Jan 31 08:55:07 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.AC__._PSR] (Node ffff880117c39528), AE_TIME (20101013/psparse-537)
    Jan 31 08:55:07 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_ALREADY_EXISTS (20101013/dswload-802)
    Jan 31 08:55:07 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 08:55:07 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 08:55:07 localhost kernel: ACPI Error: Method execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/uteval-103)
    Jan 31 08:55:07 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_NOT_FOUND (20101013/psargs-359)
    Jan 31 08:55:07 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 08:55:07 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._CRS] (Node ffff880117c3a1b8), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 08:55:07 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 08:55:15 localhost ntpd[5303]: failed to init interface for address fe80::f24d:a2ff:fe99:5658
    Jan 31 08:55:15 localhost ntpd[5303]: failed to init interface for address fe80::1e65:9dff:fe69:5b3
    Jan 31 08:59:22 localhost NetworkManager[5131]: <warn> Activation (wlan0) failed for access point (ans_federal)
    Jan 31 08:59:22 localhost NetworkManager[5131]: <warn> Activation (wlan0) failed.
    Jan 31 10:28:30 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_ALREADY_EXISTS (20101013/dswload-802)
    Jan 31 10:28:30 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 10:28:30 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 10:28:30 localhost kernel: ACPI Error: Method execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/uteval-103)
    Jan 31 10:28:30 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 10:28:30 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 10:28:30 localhost kernel: ACPI Error: Method parse/execution failed [\ECG9] (Node ffff880117c39000), AE_TIME (20101013/psparse-537)
    Jan 31 10:28:30 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.BAT0._BIF] (Node ffff880117c39668), AE_TIME (20101013/psparse-537)
    Jan 31 10:28:30 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 10:28:30 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 10:28:30 localhost kernel: ACPI Error: Method parse/execution failed [\ECG5] (Node ffff880117c37e88), AE_TIME (20101013/psparse-537)
    Jan 31 10:28:30 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.AC__._PSR] (Node ffff880117c39528), AE_TIME (20101013/psparse-537)
    Jan 31 10:28:30 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_NOT_FOUND (20101013/psargs-359)
    Jan 31 10:28:30 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 10:28:30 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._CRS] (Node ffff880117c3a1b8), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 10:28:30 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECW1] (Node ffff880117c37c58), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\ECWB] (Node ffff880117c37dc0), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\ECG6] (Node ffff880117c37f00), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.BAT0._BST] (Node ffff880117c39690), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\ECG6] (Node ffff880117c37f00), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.BAT0._BST] (Node ffff880117c39690), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\ECBT] (Node ffff880117c37d20), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\ECG2] (Node ffff880117c37e10), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\ECG6] (Node ffff880117c37f00), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.BAT0._BST] (Node ffff880117c39690), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\ECBT] (Node ffff880117c37d20), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\ECG2] (Node ffff880117c37e10), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\ECG6] (Node ffff880117c37f00), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.BAT0._BST] (Node ffff880117c39690), AE_TIME (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_ALREADY_EXISTS (20101013/dswload-802)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/uteval-103)
    Jan 31 10:44:29 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_NOT_FOUND (20101013/psargs-359)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._SRS] (Node ffff880117c3a208), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 10:44:29 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 10:44:38 localhost ntpd[5328]: failed to init interface for address fe80::f24d:a2ff:fe99:5658
    Jan 31 10:44:38 localhost ntpd[5328]: failed to init interface for address fe80::1e65:9dff:fe69:5b3
    Jan 31 10:47:48 localhost NetworkManager[5153]: <warn> Activation (wlan0) failed for access point (ans_federal)
    Jan 31 10:47:49 localhost NetworkManager[5153]: <warn> Activation (wlan0) failed.
    Jan 31 11:11:50 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 11:11:50 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 11:11:50 localhost kernel: ACPI Error: Method parse/execution failed [\ECG5] (Node ffff880117c37e88), AE_TIME (20101013/psparse-537)
    Jan 31 11:11:50 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.BAT0._STA] (Node ffff880117c39640), AE_TIME (20101013/psparse-537)
    Jan 31 11:11:50 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 11:11:50 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 11:11:50 localhost kernel: ACPI Error: Method parse/execution failed [\ECG5] (Node ffff880117c37e88), AE_TIME (20101013/psparse-537)
    Jan 31 11:11:50 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.AC__._PSR] (Node ffff880117c39528), AE_TIME (20101013/psparse-537)
    Jan 31 11:11:50 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_ALREADY_EXISTS (20101013/dswload-802)
    Jan 31 11:11:50 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 11:11:50 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 11:11:50 localhost kernel: ACPI Error: Method execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/uteval-103)
    Jan 31 11:11:50 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_NOT_FOUND (20101013/psargs-359)
    Jan 31 11:11:50 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 11:11:50 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._CRS] (Node ffff880117c3a1b8), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 11:11:50 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 11:11:59 localhost ntpd[5308]: failed to init interface for address fe80::f24d:a2ff:fe99:5658
    Jan 31 12:55:18 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 12:55:18 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 12:55:18 localhost kernel: ACPI Error: Method parse/execution failed [\ECG5] (Node ffff880117c37e88), AE_TIME (20101013/psparse-537)
    Jan 31 12:55:18 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.BAT0._STA] (Node ffff880117c39640), AE_TIME (20101013/psparse-537)
    Jan 31 12:55:18 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 12:55:18 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 12:55:18 localhost kernel: ACPI Error: Method parse/execution failed [\ECG5] (Node ffff880117c37e88), AE_TIME (20101013/psparse-537)
    Jan 31 12:55:18 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.AC__._PSR] (Node ffff880117c39528), AE_TIME (20101013/psparse-537)
    Jan 31 12:55:18 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_ALREADY_EXISTS (20101013/dswload-802)
    Jan 31 12:55:18 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 12:55:18 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 12:55:18 localhost kernel: ACPI Error: Method execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/uteval-103)
    Jan 31 12:55:18 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_NOT_FOUND (20101013/psargs-359)
    Jan 31 12:55:18 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 12:55:18 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._SRS] (Node ffff880117c3a208), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 12:55:18 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 13:06:47 localhost NetworkManager[5137]: <warn> Activation (wlan0) failed for access point (ans_federal)
    Jan 31 13:06:47 localhost NetworkManager[5137]: <warn> Activation (wlan0) failed.
    Jan 31 13:29:05 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_ALREADY_EXISTS (20101013/dswload-802)
    Jan 31 13:29:05 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 13:29:05 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/psparse-537)
    Jan 31 13:29:05 localhost kernel: ACPI Error: Method execution failed [\_SB_.PCI0.LPCB.LPTE._STA] (Node ffff880117c3a168), AE_ALREADY_EXISTS (20101013/uteval-103)
    Jan 31 13:29:05 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.ECDV.ECR1] (Node ffff880117c37c08), AE_TIME (20101013/psparse-537)
    Jan 31 13:29:05 localhost kernel: ACPI Error: Method parse/execution failed [\ECRB] (Node ffff880117c37d70), AE_TIME (20101013/psparse-537)
    Jan 31 13:29:05 localhost kernel: ACPI Error: Method parse/execution failed [\ECG5] (Node ffff880117c37e88), AE_TIME (20101013/psparse-537)
    Jan 31 13:29:05 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.AC__._PSR] (Node ffff880117c39528), AE_TIME (20101013/psparse-537)
    Jan 31 13:29:05 localhost kernel: ACPI Error: [DCK9] Namespace lookup failure, AE_NOT_FOUND (20101013/psargs-359)
    Jan 31 13:29:05 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE.CLPS] (Node ffff880117c3a140), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 13:29:05 localhost kernel: ACPI Error: Method parse/execution failed [\_SB_.PCI0.LPCB.LPTE._CRS] (Node ffff880117c3a1b8), AE_NOT_FOUND (20101013/psparse-537)
    Jan 31 13:29:05 localhost kernel: parport_pc: probe of 00:09 failed with error -5
    Jan 31 13:29:14 localhost ntpd[5332]: failed to init interface for address fe80::f24d:a2ff:fe99:5658
    Jan 31 13:29:14 localhost ntpd[5332]: failed to init interface for address fe80::1e65:9dff:fe69:5b3
    Jan 31 13:34:06 localhost NetworkManager[5158]: <warn> Activation (wlan0) failed for access point (ans_federal)
    Jan 31 13:34:06 localhost NetworkManager[5158]: <warn> Activation (wlan0) failed.

  • Triggers Degrade Performance?

    Hello I have written an AFTER INSERT or UPDATE ROW trigger.
    Approximately 200 lines. Opens 3 cursors to get additional data
    (1 at a time). And then uses EXECUTE IMMEDIATE and LOOP to
    insert a row into three tables.
    This does not sound complicated to me, but I am wondering if
    triggers by nature slow performance down? What things can I do
    to make sure performance is not degraded?
    Alex-

    The main reason is because I have a index-by table that stores
    different table names that need to inserted into. Here is the
    code:
    --Trigger       :   ITEMMAST_AFT_INS_UPD_ROW                    -
    --Written       :   Aleksei Wolff, USInternetworking            -
    --Date          :   10/02/2001                                  -
    --Description   :   Create records in MAX_ITM_INTERFACE when    -
    --Description   :   Records are changed or added in ITEMMASTR   -
    CREATE OR REPLACE TRIGGER LAWMAX80.ITEMMAST_AFT_INS_UPD_ROW
    AFTER INSERT OR UPDATE OF
    ITEM,
    DESCRIPTION,
    DESCRIPTION2,
    STOCK_UOM,
    GENERIC,
    HAZARD_CODE,
    LOT_TRACK_FL,
    USER_FIELD1
    ON LAWMAX80.ITEMMAST
    REFERENCING
    NEW AS NEW
    OLD AS OLD
    FOR EACH ROW
    DECLARE
    DEFINE STATIC VALUES
    V_ITEM_GROUP constant VARCHAR2
    (5) := 'MWRA ';
    V_MAX_CHANGEBY constant VARCHAR2
    (6) := 'LAWSON';
    V_LWS_ICOTYPE constant VARCHAR2(1) := 'D';
    V_LWS_TBLNAME constant CHAR
    (30) := 'ITCOMMENT ';
    V_LWS_LOCATION constant VARCHAR2(4) := '950';
    DEFINE INSERT VARIABLES
    V_MAX_ITEMNUM VARCHAR2(32);
    V_MAX_DESCRIPTION VARCHAR2(130);
    V_MAX_LOTTYPE VARCHAR2(5);
    V_MAX_HAZARDID VARCHAR2(8);
    V_MAX_ORDERUNIT VARCHAR2(8);
    V_MAX_ISSUEUNIT VARCHAR2(8);
    V_MAX_MODELNUM VARCHAR2(15);
    V_MAX_CATALOGCODE VARCHAR2(15);
    V_MAX_CHANGEDATE DATE;
    V_LWS_DESC1 VARCHAR2(30);
    V_LWS_DESC2 VARCHAR2(30);
    V_LWS_ITCOMMENT VARCHAR2(65);
    V_LWS_ICOINDEX CHAR(4);
    V_OBJSTART NUMBER;
    V_DUMMY VARCHAR2(10);
    ERROR_CODE NUMERIC;
    ERROR_MSG VARCHAR2(250);
    DEFINE CURSORS
    CURSOR itcomment_cursor is
    select * from LAWMAX80.ITCOMMENT ICO
    Where ICO.ITEM_GROUP = V_ITEM_GROUP
    AND ICO.ITEM = V_MAX_ITEMNUM
    AND ICO.COM_TYPE = V_LWS_ICOTYPE
    ORDER BY ICO.SEQ;
    ico_data itcomment_cursor%ROWTYPE;
    CURSOR hico_cursor is
    select * from LAWMAX80.L_HICO HIC
    Where HIC.FILENAME = V_LWS_TBLNAME
    AND HIC.L_INDEX = V_LWS_ICOINDEX;
    hic_data hico_cursor%ROWTYPE;
    CURSOR date_cursor is
    select sysdate from dual;
    date_data date_cursor%ROWTYPE;
    --DEFINE INDEX-BY TABLE and ASSOCIATED variables
    TYPE SCHEMA_TABLE is TABLE OF VARCHAR2(30)
    INDEX BY BINARY_INTEGER;
    V_SCHEMAS SCHEMA_TABLE;
    V_INS_STMT VARCHAR2(400);
    V_I BINARY_INTEGER := 1;
    V_SCHEMAS_S VARCHAR2(30);
    Assign :new data to Maximo Variables
    BEGIN
    V_DUMMY := 'LINE58';
    V_MAX_ITEMNUM := :new.ITEM;
    V_LWS_DESC1      := :new.DESCRIPTION;
    V_LWS_DESC2     := :new.DESCRIPTION2;
    V_MAX_LOTTYPE := :new.LOT_TRACK_FL;
    V_MAX_HAZARDID := :new.HAZARD_CODE;
    V_MAX_ORDERUNIT := :new.STOCK_UOM;
    V_MAX_ISSUEUNIT := :new.STOCK_UOM;
    V_MAX_MODELNUM := LTRIM(RTRIM
    (:new.USER_FIELD1));
    V_MAX_CATALOGCODE := :new.GENERIC;
    V_DUMMY := 'LINE94';
    --IF MWRA CREATES NEW MAXIMO LOCATIONS THEY MUST BE ADDED HERE
    IN SEQUENCE--
    DO NOT EXCEED 25 CHARACTERS OR CHANGE VARIABLE DECLARATION
    -- V_SCHEMAS
    (1) := 'MAXOPS.MAX_ITM_INTERFACE';
    V_SCHEMAS
    (1) := 'MAXDI.MAX_ITM_INTERFACE';
    -- V_SCHEMAS
    (3) := 'MAXVM.MAX_ITM_INTERFACE';
    V_DUMMY := 'LINE102';
    Get ITCOMMENT Info
    OPEN itcomment_cursor;
    FETCH itcomment_cursor into ico_data;
    IF itcomment_cursor%FOUND THEN
    V_LWS_ICOINDEX :=
    ico_data.L_INDEX;
    CLOSE itcomment_cursor;
    OPEN hico_cursor;
    FETCH hico_cursor INTO hic_data;
    IF hico_cursor%FOUND THEN
    V_DUMMY := 'LINE112';
    V_LWS_ITCOMMENT := SUBSTR(hic_data.OBJECT, 95, 63);
    V_MAX_DESCRIPTION := V_LWS_DESC1 || V_LWS_DESC2 ||
    V_LWS_ITCOMMENT;
    CLOSE hico_cursor;
         ELSE
    CLOSE hico_cursor;
    V_MAX_DESCRIPTION := V_LWS_DESC1 || V_LWS_DESC2;
    END IF;
    ELSE
    CLOSE itcomment_cursor;
    V_MAX_DESCRIPTION := V_LWS_DESC1 || V_LWS_DESC2;
    END IF;
    V_DUMMY := 'LINE128';
    Get Sysdate
    OPEN date_cursor;
    FETCH date_cursor into date_data;
    V_MAX_CHANGEDATE := date_data.sysdate;
    CLOSE date_cursor;
    --WHILE LOOP TO INSERT DATA INTO MAX_ITM_INTERFACE FOR EACH
    RECORD IN INDEX-BY TABLE--
    V_DUMMY := 'LINE137';
    WHILE V_SCHEMAS.EXISTS(V_I) LOOP
    V_SCHEMAS_S := V_SCHEMAS(V_I);
    V_INS_STMT := 'INSERT INTO ' || V_SCHEMAS_S ||
    ' (ITEMNUM,' ||
    ' DESCRIPTION,' ||
    ' LOTTYPE,' ||
    ' HAZARDID,' ||
    ' LOCATION,' ||
    ' ORDERUNIT,' ||
    ' ISSUEUNIT,' ||
    ' MODELNUM,' ||
    ' CATALOGCODE,' ||
    ' CHANGEBY,' ||
    ' CHANGEDATE)' ||
    ' VALUES' ||
    (:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11)';
    V_DUMMY := 'LINE142';
    EXECUTE IMMEDIATE V_INS_STMT
    USING V_MAX_ITEMNUM,
    V_DUMMY,
    V_MAX_LOTTYPE,
    V_MAX_HAZARDID,
    V_LWS_LOCATION,
    V_MAX_ORDERUNIT,
    V_MAX_ISSUEUNIT,
    V_MAX_MODELNUM,
    V_MAX_CATALOGCODE,
    V_MAX_CHANGEBY,
    V_MAX_CHANGEDATE;
    V_I := V_I + 1;
    END LOOP;
    V_DUMMY := 'LINE164';
    EXCEPTION
    WHEN OTHERS THEN
    ERROR_CODE := SQLCODE;
    ERROR_MSG := SQLERRM;
    ERROR_MSG := ERROR_MSG || '-' || TO_CHAR(ERROR_CODE);
    INSERT INTO MAXIMO.TEMP_ERRS MTE (MTE.ERR_NUMBER,
    MTE.LINE, MTE.TYPE, MTE.COMMENTS)
    VALUES ('20900', V_DUMMY, 'ITM', ERROR_MSG);
    END;
    Aleksei, why are you using dynamic SQL (execute immediate) in
    your trigger? Normally, there should be no reason to do so
    unless you were performing DDL (create/alter table, etc.)
    statement.
    You should just use "regular" SQL to do your inserts for several
    performance-related reasons. Go ahead and post your code if you
    have questions about this.

  • My friend have new Macbook Air with OSX Mavericks and I have Macbook Pro with OSX Mountain Lion, Can I create a bootable maverick in pendrive from macbook air and perform a clean installation/update on my macbook pro with osx mountain lion?

    I have late 2012 edition Macbook Pro, I have a internet connection with does not run smoothly It gets disconnected and reconnects Thus I failed everytime when I update my OSX Mountain Lion to Mavericks in App Store. My friend just bought 2013 end Macbook Air whicch have OSX Mavericks pre installed.
    I was hoping if I can create a OS X version in pendrive from his laptop and use that to install and thuss also update OS on my Mountain Lion.
    Kindly explain me in detail how to perform this.
    I have already taken back up of all files and I am ready to total clean my laptop.
    And I want to update to Maverick so I can thus further update to upcoming OS X Yosemite.

    The Mavericks on the Air is probably machine specific since it came pre-installed, so it wouldn't work on your computer. See if your friend will let you access the App Store, where you can sign in using your Apple ID and download the installer. You can use this free program to copy the installer and update your computer.
    Bootable USB Flash Drive – Diskmaker X

  • Dell Studio 17 Graphic Card is not performing well, Can I update the driver

    I just purchased Dell Studio s17-169B. The graphic card in this laptop is Intel Graphics Media Accelerator 4500MHD. However, when I check graphic driver through device manager, I have found that driver is for Mobile Intel 4 series express chipset family with version 7.15.10.1576. My question is: can I download Dell Studio 1737 Intel Mobile Graphics Media Accelerator 4500MHD Driver A03 to update my current gtaphic driver so that the graphic display can be improved? Otherwise, I may return this laptop back to Bestbuy. Thanks for your input.

    Define "not performing well"...
    If you're playing 3D games, you will find that the 4500MHD is going to be lacking in general regardless of the driver installed.  Any Intel GMA series integrated graphics solution is going to be at the bottom of the barrel in terms of 3D performance.  In most cases, the only thing worse than a GMA series accelerator is an older GMA series accelerator.
    *disclaimer* I am not now, nor have I ever been, an employee of Best Buy, Geek Squad, nor of any of their affiliate, parent, or subsidiary companies.

Maybe you are looking for

  • How to get the table name in the trigger definition without hard coding.

    CREATE  TRIGGER db.mytablename AFTER UPDATE,INSERT AS     INSERT INTO table1(col1)     SELECT InsRec.col1        FROM     INSERTED Ins    --Below i am calling one sp for which i have to pass the table name    EXEC myspname 'tablename'   In the above

  • MacPro hard drives locked up. How do I unlock them?

    MacPro2 x 2.93 GHz 6-core Intel Xeon 64 GB  1333 MHz DDR3 Snow Leopard 10.6.8 Just created additional user account. Logged out and logged back into my user account. Noticed 3 of my hard drives were locked. Went to Administrator account and they were

  • Is this a bug in LR2

    Is this a Bug? I was going to convert a sample bunch of files to DGN to see how it goes with LR2. I had a directory with about 35 files in it and I used the select all function to pick all the files in the film strip display. When I ran the conversio

  • DTP Questions: Delete overlapping requests;  Repair Full Request

    Hello, I'm new with the DTP concept in BI 7.0. It is clear to me how DTP is working for normal loads like: full, delta, delta without data transfer etc. But I don't see where I can specifies "Delete overlapping requests". Is this still possible in a

  • HT201542 iPhone does not connect to a macmini

    my iPhone 6 with the latest update refuses to connect to my Mac mini (2012) version. They recognize each other and I select pair but they refuse to accept the pairing acceptance. How do I fix this. (my iPad air works fine)