FLVPlayback.seek() fails for longer seek times

I'm loading an flv from an rtmp server, and I can't
successfully seek beyond 20s into the video. The AS is shown below.
The audio portion of the flv seems to advance just fine; the video
does not work properly. Any suggestions??!! Many thanks in advance.
--Brett

Ah, well, the flv file is somehow corrupt. seek() seems to
work fine on any other flv I throw at it. I'll leave this inane
post in the event that some other poor sap encounters something
similar...

Similar Messages

  • ITunes fails for the 4th time

    As the title says this is the 4th time iTunes has Crashed for me since 2009. I am at my limit with it and NO I am NOT going to BABY it. It's a program that should be as dependable as it is advertised.
    My iTunes .itl library file is constantly becoming damaged without just cause. The -50 warning keeps popping up for NO reason prior to this and through ALL of the Upgrades iTunes has Failed to fix it's issues. I do not use the album art option, I do not use Genius, I don't use any of iTunes flashy bells and whistles. I use the library list and play-list option.
    I have over 2k of sorted music and songs and I'm sick and tired of reinstalling them. That's over 30 days worth of music over 12k of songs and over 100 sorted play lists with more than 5+ hours of reinstalling and sorting.
    I have a back up drive running. EVERYTHING I do is backed up to it and When Itunes file breaks Guess what? So does the back up. The Good copy is now upgraded to the Damaged one.
    I have had nothing but disappointing FAILURES since iTunes upgraded and the icon went from Green to Blue. Whether or not that has anything to do with it I don't know. But there is absolutely No reason for me to be this dissatisfied with a product. Especially for the 4th time "this year".
    < Edited by Host >

    To HOST. I do not know who you are. Regardless I will NOT have you editing my post to "make it pretty". I have a problem. I am a dissatisfied customer. I WILL Get results. I will CALL APPLE if I have to, but I spoke of NO foul language in my prior post. Should I find my words EDITED Again WITHOUT my permission I will go to higher ground.
    This is my original Post. DO NOT Edit it. You send a Superior to get in contact with me if YOU have a problem with it.
    As the title says this is the 4th time iTunes has Crashed for me since 2009. I am at my limit with it and NO I am NOT going to BABY it. It's a program that should be as dependable as it is advertised.
    My iTunes .itl library file is constantly becoming damaged without just cause. The -50 warning keeps popping up for NO reason prior to this and through ALL of the Upgrades iTunes has Failed to fix it's issues. I do not use the album art option, I do not use Genius, I don't use any of iTunes flashy bells and whistles. I use the library list and play-list option.
    I have over 2k of sorted music and songs and I'm sick and tired of reinstalling them. That's over 30 days worth of music over 12k of songs and over 100 sorted play lists with more than 5+ hours of reinstalling and sorting.
    I WILL NOT have someone come into this thread and tell me I should make a back up file of my itunes library for "just in case" and to just copy paste the good one back in. NO. I have a back up drive running. EVERYTHING I do is backed up to it and When Itunes file breaks Guess what? So does the back up. The Good copy is now upgraded to the Damaged one.
    This is a SUPPORT Board Someone better take care of my issue by either requesting my Damaged .itl file and FIXING IT, Or PAY ME to keep my service with Apple. I have had nothing but disappointing FAILURES since iTunes upgraded and the icon went from Green to Blue. Whether or not that has anything to do with it I don't know. But there is absolutely No reason for me to be this dissatisfied with a product. Especially for the 4th time.
    Message was edited by: I.D.

  • I am new to the $9.99 per month club. Lightroom downloaded with no trouble. Photoshop CC has failed for the 3rd time. What gives?

    Below are the details of my failed Photoshop CC install. This has happened 3 times. Any answers out there?
    Exit Code: 6
    Please see specific errors below for troubleshooting. For example,  ERROR:
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 2 error(s)
    ----------- Payload: Microsoft Visual C++ 2012 Redistributable Package (x64) 11.0.61030.0 {3E272A93-C06B-4206-AD02-0EBE02535E20} -----------
    ERROR: Third party payload installer vcredist_x64.exe failed with exit code: -2147024546
    ERROR: Failed to install Microsoft Visual C++ 2012 Redistributable Package (x64). Please try installing it by double clicking on the executable at "C:\Users\Calvin\AppData\Local\Temp\{1F34A67E-0B69-4F30-9439-A4906B06D979}\Photoshop_15_L S20_win64\Adobe CC 2014\payloads\Microsoft VC 2012 Redist (x64)\vcredist_x64.exe", or download and install the latest Microsoft Visual C++ 2012 Redistributable Package (x64) from Microsoft website - www.microsoft.com

    The exit code you are receiving is due to a security patch which you need to install before you can install the C++ redistributable.
    i.e. You have to make sure your computer is up to security standards, all patches installed: Please see the Javascript security patch at the following page:
    http://www.microsoft.com/en-us/search/Results.aspx?q=exists%20with%20code%20-2147024546&fo rm=DLC
    Then you install your C++ with the below link.
    Download Visual C++ Redistributable for Visual Studio 2012 Update 4 from Official Microsoft Download Center
    Then you can install your Photoshop/Lightroom bundle
    Security is everything these days. Think about putting your system on an auto-update for security related patches, or due to 'other issues' if you'd rather, simply make it a rule to run the system update when you're checking your mail, that way you'll always stay up on the security updates. *IF* your system is vulnerable, to a javascript exploit, even if you are running HTTPS everywhere, you are at risk. Not only are you at risk, but every computer you come into contact with is then also at risk. Be kind to your internet neighbors and if you have any questions, see
    http://www.eff.org   <-- they have some great tools and 100% reliability.
    ~elaine.

  • Java Webstart fails for the first time when launched

    Hi,
    I have a html page which has a hyper link to JSP to create a dynamic JNLP. When i click the link first time it says below error. But without closing the html page if i click the link again it opens the application.
    Fails again if tried in new ixplorer window. I tried to set conten-disposition, expires in response header and also tried to clearing the cache. But not resolved the issue.
    java.io.FileNotFoundException: C:\Documents and Settings\arun\Local Settings\Temporary Internet Files\Content.IE5\BDYZYWAM\test[1].jnlp (The system cannot find the file specified)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(Unknown Source)
         at java.io.FileInputStream.<init>(Unknown Source)
         at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.main(Unknown Source)
    Help me to resolve the issue.

    It should all be about cache headers (Pragma, Cache-Control, Expires, ...). Page expires as soon as it's saved on local file system and JWS finds nothing good there.
    Check header setting in your jsp.
    You can see if server is adding any just by making a GET request with telnet, Headers should be shown.
    Bye.

  • JNI static method call fails for the 6th time

    Hello,
    I have a JNI Method which calls the static method which gets reference to singleton class(getReference()), JVM crashes.
    what might be the problem?
    is it due to insufficient memory or any other reason?
    Here is my code.
    eScannerClass = gEnv->FindClass("com/elvista/jscaner/EScanner");
    eScannerContructId = gEnv->GetStaticMethodID(eScannerClass,"getReference","()Lcom/elvista/jscaner/EScanner;");
    eScannerUpdateMethodId = gEnv->GetMethodID(eScannerClass,"updateScanStatus","(Lcom/elvista/jscaner/EScanEvent;)V");
    eScannerObjectRef = gEnv->NewObject(eScannerClass,eScannerContructId);Thanx for any help on this.

    Hi,
    the eScannerContructId is refering a static method, not a constructor. Therefore you must not use gEnv->NewObject, which is only allowed for constructors. Instead you have to use gEnv->CallStaticObjectMethod to call getReference().
    Martin

  • Essbase 9.3.1 fails login the first time for both LDAP and Native users

    Hi,
    Whenever I try to login into Essbase server using AAS or Maxl, it fails for the first time but when I try the second time it works.
    Essbase Logs at the time of the error shows:
    Local ESSBASE0 Info (1051001) Received client request: Get Log File (from user hadmin )
    Local ESSBASE0 Info (1051001) Received client request: Get Server Locale Description (from user hadmin )
    Local ESSBASE0 Info (1051164) Received login request from xxx.xxx.xxx.x
    Local ESSBASE0 Error (1051293) Login fails due to invalid login credentials
    Local ESSBASE0 Warning (1051003) Error 1051293 ~processing request Login - disconnecting
    SharedServices9\SystemErr.log
    SystemErr R com.hyperion.interop.AuthenticationException: Could not authenticate user 'CSSToken'. Please ensure the username and password is correct.
    SystemErr R at com.hyperion.interop.webservices.Security.slideAuthenticate(Unknown Source)
    SystemErr R Caused by: java.lang.Exception: Interop Security: Unauthorized
    SystemErr R at com.hyperion.interop.webservices.Security.authenticate(Unknown Source)
    SystemErr R 1282785593 [WebContainer : 0] WARN security.SecurityFacade - Error Executing cssAuthenticate()
    Error Code: -1
    com.hyperion.css.CSSTokenNotAcceptedException: Token is invalid. Error Code: 11
    And we are using SSL? Help please... Thanks.

    I know this wont help but we had the same issue in 9.3.1 and decide to reinstall without SSL as we could not get to the bottom of it.
    I suspect there s something wrong with the SSL config but not sure what it is...
    Seb

  • [solved] Long boot time because of NetworkManager.service

    Hello. It seems that my ASUS N56V latptop takes a long time to boot. systemd-analyze reports this:
    Startup finished in 742ms (kernel) + 3.094s (initrd) + 23.838s (userspace) = 27.675s
    └──[4]──╼ systemd-analyze blame
    12.083s NetworkManager.service
    11.247s accounts-daemon.service
    1.137s home-sergio-Disco_Duro.mount
    735ms systemd-vconsole-setup.service
    710ms systemd-udev-trigger.service
    631ms systemd-tmpfiles-setup.service
    630ms dev-hugepages.mount
    628ms lm_sensors.service
    626ms systemd-logind.service
    515ms dev-mqueue.mount
    515ms sys-kernel-debug.mount
    440ms systemd-tmpfiles-setup-dev.service
    432ms ufw.service
    380ms dev-sda5.swap
    365ms [email protected]
    356ms gdm.service
    356ms systemd-udevd.service
    356ms systemd-binfmt.service
    353ms systemd-sysctl.service
    341ms systemd-readahead-replay.service
    340ms systemd-readahead-collect.service
    293ms tmp.mount
    274ms colord.service
    267ms alsa-restore.service
    266ms cpupower.service
    259ms upower.service
    226ms kmod-static-nodes.service
    79ms systemd-random-seed.service
    66ms proc-sys-fs-binfmt_misc.mount
    60ms systemd-remount-fs.service
    59ms [email protected]
    58ms udisks2.service
    44ms [email protected]
    30ms sys-kernel-config.mount
    10ms polkit.service
    6ms systemd-journal-flush.service
    5ms [email protected]
    4ms systemd-update-utmp.service
    4ms systemd-backlight@leds:asus::kbd_backlight.service
    2ms wpa_supplicant.service
    2ms rtkit-daemon.service
    2ms systemd-backlight@backlight:intel_backlight.service
    2ms [email protected]
    1ms [email protected]
    1ms systemd-user-sessions.service
    1ms systemd-readahead-done.service
    1ms sys-fs-fuse-connections.mount
    └──[14]──╼ systemd-analyze critical-chain
    The time after the unit is active or started is printed after the "@" character.
    The time the unit takes to start is printed after the "+" character.
    graphical.target @23.838s
    └─multi-user.target @23.838s
    └─NetworkManager.service @11.755s +12.083s
    └─basic.target @11.753s
    └─timers.target @11.753s
    └─systemd-tmpfiles-clean.timer @11.752s
    └─sysinit.target @11.719s
    └─systemd-update-utmp.service @11.712s +4ms
    └─systemd-tmpfiles-setup.service @11.079s +631ms
    └─local-fs.target @11.076s
    └─home-sergio-Disco_Duro.mount @9.938s +1.137s
    └─[email protected] @9.498s +365ms
    └─dev-sda6.device @9.497s
    And dmesg reports this:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.16.2-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 (GCC) ) #1 SMP PREEMPT Sat Sep 6 13:12:51 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=9da38127-36ed-47e5-ba97-e9656af3801b rw quiet splash rw
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000ad7a8fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ad7a9000-0x00000000adda9fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000addaa000-0x00000000addacfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000addad000-0x00000000addc2fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000addc3000-0x00000000addc8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000addc9000-0x00000000addcafff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000addcb000-0x00000000addd4fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000addd5000-0x00000000adf2bfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adf2c000-0x00000000adf2ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adf30000-0x00000000adf79fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adf7a000-0x00000000adf9ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfa0000-0x00000000adfa2fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adfa3000-0x00000000adfa4fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfa5000-0x00000000adfbbfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adfbc000-0x00000000adfc1fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfc2000-0x00000000adfc9fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adfca000-0x00000000adfcafff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfcb000-0x00000000adfd9fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adfda000-0x00000000adfdafff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfdb000-0x00000000adfe5fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000adfe6000-0x00000000adfeafff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000adfeb000-0x00000000ae016fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae017000-0x00000000ae017fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae018000-0x00000000ae027fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae028000-0x00000000ae04efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae04f000-0x00000000ae061fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae062000-0x00000000ae062fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae063000-0x00000000ae063fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae064000-0x00000000ae065fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae066000-0x00000000ae066fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae067000-0x00000000ae06bfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae06c000-0x00000000ae082fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae083000-0x00000000ae626fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ae627000-0x00000000ae8a6fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000ae8a7000-0x00000000ae8abfff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000ae8ac000-0x00000000ae8acfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000ae8ad000-0x00000000ae8effff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000ae8f0000-0x00000000aecfefff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000aecff000-0x00000000aeff3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000aeff4000-0x00000000aeffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000afc00000-0x00000000cfdfffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001af1fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: ASUSTeK COMPUTER INC. N56VB/N56VB, BIOS N56VB.202 01/21/2013
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x1af200 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-E7FFF uncachable
    [ 0.000000] E8000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F00000000 write-back
    [ 0.000000] 1 base 100000000 mask F80000000 write-back
    [ 0.000000] 2 base 180000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0C0000000 mask FC0000000 uncachable
    [ 0.000000] 4 base 0B0000000 mask FF0000000 uncachable
    [ 0.000000] 5 base 0AFC00000 mask FFFC00000 uncachable
    [ 0.000000] 6 base 1B0000000 mask FF0000000 uncachable
    [ 0.000000] 7 base 1AF800000 mask FFF800000 uncachable
    [ 0.000000] 8 base 1AF400000 mask FFFC00000 uncachable
    [ 0.000000] 9 base 1AF200000 mask FFFE00000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xafc00000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xaf000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fd7f0-0x000fd7ff] mapped at [ffff8800000fd7f0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b23000, 0x01b23fff] PGTABLE
    [ 0.000000] BRK [0x01b24000, 0x01b24fff] PGTABLE
    [ 0.000000] BRK [0x01b25000, 0x01b25fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x1af000000-0x1af1fffff]
    [ 0.000000] [mem 0x1af000000-0x1af1fffff] page 2M
    [ 0.000000] BRK [0x01b26000, 0x01b26fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x1ac000000-0x1aeffffff]
    [ 0.000000] [mem 0x1ac000000-0x1aeffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x180000000-0x1abffffff]
    [ 0.000000] [mem 0x180000000-0x1abffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x40003fff] page 4k
    [ 0.000000] BRK [0x01b27000, 0x01b27fff] PGTABLE
    [ 0.000000] BRK [0x01b28000, 0x01b28fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x40005000-0xad7a8fff]
    [ 0.000000] [mem 0x40005000-0x401fffff] page 4k
    [ 0.000000] [mem 0x40200000-0xad5fffff] page 2M
    [ 0.000000] [mem 0xad600000-0xad7a8fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xaddad000-0xaddc2fff]
    [ 0.000000] [mem 0xaddad000-0xaddc2fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xaddc9000-0xaddcafff]
    [ 0.000000] [mem 0xaddc9000-0xaddcafff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xaddd5000-0xadf2bfff]
    [ 0.000000] [mem 0xaddd5000-0xadf2bfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadf30000-0xadf79fff]
    [ 0.000000] [mem 0xadf30000-0xadf79fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfa0000-0xadfa2fff]
    [ 0.000000] [mem 0xadfa0000-0xadfa2fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfa5000-0xadfbbfff]
    [ 0.000000] [mem 0xadfa5000-0xadfbbfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfc2000-0xadfc9fff]
    [ 0.000000] [mem 0xadfc2000-0xadfc9fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfcb000-0xadfd9fff]
    [ 0.000000] [mem 0xadfcb000-0xadfd9fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfdb000-0xadfe5fff]
    [ 0.000000] [mem 0xadfdb000-0xadfe5fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xadfeb000-0xae016fff]
    [ 0.000000] [mem 0xadfeb000-0xae016fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae018000-0xae027fff]
    [ 0.000000] [mem 0xae018000-0xae027fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae04f000-0xae061fff]
    [ 0.000000] [mem 0xae04f000-0xae061fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae063000-0xae063fff]
    [ 0.000000] [mem 0xae063000-0xae063fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae066000-0xae066fff]
    [ 0.000000] [mem 0xae066000-0xae066fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae06c000-0xae082fff]
    [ 0.000000] [mem 0xae06c000-0xae082fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae8ac000-0xae8acfff]
    [ 0.000000] [mem 0xae8ac000-0xae8acfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xae8f0000-0xaecfefff]
    [ 0.000000] [mem 0xae8f0000-0xae9fffff] page 4k
    [ 0.000000] [mem 0xaea00000-0xaebfffff] page 2M
    [ 0.000000] [mem 0xaec00000-0xaecfefff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xaeff4000-0xaeffffff]
    [ 0.000000] [mem 0xaeff4000-0xaeffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x17fffffff]
    [ 0.000000] [mem 0x100000000-0x17fffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x3757a000-0x37ab4fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000F0490 000024 (v02 _ASUS_)
    [ 0.000000] ACPI: XSDT 0x00000000AE879078 00007C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000AE88CAE0 00010C (v05 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000AE879188 013957 (v02 _ASUS_ Notebook 00000013 INTL 20091112)
    [ 0.000000] ACPI: FACS 0x00000000AE8A4080 000040
    [ 0.000000] ACPI: APIC 0x00000000AE88CBF0 000072 (v03 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x00000000AE88CC68 000044 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
    [ 0.000000] ACPI: ECDT 0x00000000AE88CCB0 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: MCFG 0x00000000AE88CD78 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000AE88CDB8 000038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000AE88CDF0 000632 (v01 AhciR1 AhciTab1 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 0x00000000AE88D428 00049E (v01 AhciR2 AhciTab2 00001000 INTL 20091112)
    [ 0.000000] ACPI: SSDT 0x00000000AE88D8C8 0009D0 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.000000] ACPI: SSDT 0x00000000AE88E298 000B18 (v01 PmRef CpuPm 00003000 INTL 20051117)
    [ 0.000000] ACPI: MSDM 0x00000000AE626E18 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000001af1fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x1af1fffff]
    [ 0.000000] NODE_DATA [mem 0x1af1f1000-0x1af1f5fff]
    [ 0.000000] [ffffea0000000000-ffffea0006bfffff] PMD -> [ffff8801a9000000-ffff8801ae7fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x1af1fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x40003fff]
    [ 0.000000] node 0: [mem 0x40005000-0xad7a8fff]
    [ 0.000000] node 0: [mem 0xaddad000-0xaddc2fff]
    [ 0.000000] node 0: [mem 0xaddc9000-0xaddcafff]
    [ 0.000000] node 0: [mem 0xaddd5000-0xadf2bfff]
    [ 0.000000] node 0: [mem 0xadf30000-0xadf79fff]
    [ 0.000000] node 0: [mem 0xadfa0000-0xadfa2fff]
    [ 0.000000] node 0: [mem 0xadfa5000-0xadfbbfff]
    [ 0.000000] node 0: [mem 0xadfc2000-0xadfc9fff]
    [ 0.000000] node 0: [mem 0xadfcb000-0xadfd9fff]
    [ 0.000000] node 0: [mem 0xadfdb000-0xadfe5fff]
    [ 0.000000] node 0: [mem 0xadfeb000-0xae016fff]
    [ 0.000000] node 0: [mem 0xae018000-0xae027fff]
    [ 0.000000] node 0: [mem 0xae04f000-0xae061fff]
    [ 0.000000] node 0: [mem 0xae063000-0xae063fff]
    [ 0.000000] node 0: [mem 0xae066000-0xae066fff]
    [ 0.000000] node 0: [mem 0xae06c000-0xae082fff]
    [ 0.000000] node 0: [mem 0xae8ac000-0xae8acfff]
    [ 0.000000] node 0: [mem 0xae8f0000-0xaecfefff]
    [ 0.000000] node 0: [mem 0xaeff4000-0xaeffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x1af1fffff]
    [ 0.000000] On node 0 totalpages: 1428925
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11057 pages used for memmap
    [ 0.000000] DMA32 zone: 707617 pages, LIFO batch:31
    [ 0.000000] Normal zone: 11208 pages used for memmap
    [ 0.000000] Normal zone: 717312 pages, LIFO batch:31
    [ 0.000000] Reserving Intel graphics stolen memory at 0xafe00000-0xcfdfffff
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xad7a9000-0xadda9fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaddaa000-0xaddacfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaddc3000-0xaddc8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaddcb000-0xaddd4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadf2c000-0xadf2ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadf7a000-0xadf9ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadfa3000-0xadfa4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadfbc000-0xadfc1fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadfca000-0xadfcafff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadfda000-0xadfdafff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xadfe6000-0xadfeafff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae017000-0xae017fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae028000-0xae04efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae062000-0xae062fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae064000-0xae065fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae067000-0xae06bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae083000-0xae626fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae627000-0xae8a6fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae8a7000-0xae8abfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xae8ad000-0xae8effff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaecff000-0xaeff3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xaf000000-0xafbfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xafc00000-0xcfdfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xcfe00000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xcfe00000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff8801aee00000 s86784 r8192 d23808 u524288
    [ 0.000000] pcpu-alloc: s86784 r8192 d23808 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1406575
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=9da38127-36ed-47e5-ba97-e9656af3801b rw quiet splash rw
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 5541880K/5715700K available (5334K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 173820K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:8448 nr_irqs:712 16
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 23068672 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2594.142 MHz processor
    [ 0.000034] Calibrating delay loop (skipped), value calculated using timer frequency.. 5190.46 BogoMIPS (lpj=8647140)
    [ 0.000036] pid_max: default: 32768 minimum: 301
    [ 0.000042] ACPI: Core revision 20140424
    [ 0.013454] ACPI: All ACPI Tables successfully acquired
    [ 0.015248] Security Framework initialized
    [ 0.015253] Yama: becoming mindful.
    [ 0.015698] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.017594] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.018433] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.018442] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.018639] Initializing cgroup subsys memory
    [ 0.018655] Initializing cgroup subsys devices
    [ 0.018661] Initializing cgroup subsys freezer
    [ 0.018663] Initializing cgroup subsys net_cls
    [ 0.018666] Initializing cgroup subsys blkio
    [ 0.018687] CPU: Physical Processor ID: 0
    [ 0.018688] CPU: Processor Core ID: 0
    [ 0.018693] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.019034] mce: CPU supports 7 MCE banks
    [ 0.019044] CPU0: Thermal monitoring enabled (TM1)
    [ 0.019053] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 2
    [ 0.019156] Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
    [ 0.020028] ftrace: allocating 20434 entries in 80 pages
    [ 0.029301] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.062327] smpboot: CPU0: Intel(R) Core(TM) i5-3230M CPU @ 2.60GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.062334] TSC deadline timer enabled
    [ 0.062356] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    [ 0.062374] ... version: 3
    [ 0.062375] ... bit width: 48
    [ 0.062376] ... generic registers: 4
    [ 0.062377] ... value mask: 0000ffffffffffff
    [ 0.062377] ... max period: 0000ffffffffffff
    [ 0.062378] ... fixed-purpose events: 3
    [ 0.062379] ... event mask: 000000070000000f
    [ 0.089127] x86: Booting SMP configuration:
    [ 0.089129] .... node #0, CPUs: #1
    [ 0.102615] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.109323] #2 #3
    [ 0.143069] x86: Booted up 1 node, 4 CPUs
    [ 0.143072] smpboot: Total of 4 processors activated (20761.85 BogoMIPS)
    [ 0.146151] devtmpfs: initialized
    [ 0.148360] PM: Registering ACPI NVS region [mem 0xad7a9000-0xadda9fff] (6295552 bytes)
    [ 0.148429] PM: Registering ACPI NVS region [mem 0xae627000-0xae8a6fff] (2621440 bytes)
    [ 0.148457] PM: Registering ACPI NVS region [mem 0xae8ad000-0xae8effff] (274432 bytes)
    [ 0.149179] pinctrl core: initialized pinctrl subsystem
    [ 0.149217] RTC time: 23:34:40, date: 09/13/14
    [ 0.149261] NET: Registered protocol family 16
    [ 0.149360] cpuidle: using governor ladder
    [ 0.149362] cpuidle: using governor menu
    [ 0.149386] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.149388] ACPI: bus type PCI registered
    [ 0.149389] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.149452] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.149454] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.149534] PCI: Using configuration type 1 for base access
    [ 0.163412] ACPI: Added _OSI(Module Device)
    [ 0.163414] ACPI: Added _OSI(Processor Device)
    [ 0.163415] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.163416] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.165254] ACPI : EC: EC description table is found, configuring boot EC
    [ 0.167131] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.283333] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.313759] ACPI: Dynamic OEM Table Load:
    [ 0.313766] ACPI: SSDT 0xFFFF8801A66AB000 000853 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.323515] ACPI: Dynamic OEM Table Load:
    [ 0.323519] ACPI: SSDT 0xFFFF8801A6633C00 000303 (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.336756] ACPI: Dynamic OEM Table Load:
    [ 0.336759] ACPI: SSDT 0xFFFF8801A665BE00 000119 (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.347197] ACPI: Interpreter enabled
    [ 0.347203] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    [ 0.347207] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    [ 0.347221] ACPI: (supports S0 S3 S4 S5)
    [ 0.347222] ACPI: Using IOAPIC for interrupt routing
    [ 0.347245] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.468144] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.468149] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.556840] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
    [ 0.556961] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
    [ 0.557508] PCI host bridge to bus 0000:00
    [ 0.557511] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.557512] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.557514] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.557515] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.557517] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.557518] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.557519] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.557521] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.557522] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.557523] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.557525] pci_bus 0000:00: root bus resource [mem 0xcfe00000-0xfeafffff]
    [ 0.557532] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 0.557613] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 0.557643] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.557680] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 0.557718] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [ 0.557728] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
    [ 0.557734] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.557739] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    [ 0.557836] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 0.557859] pci 0000:00:14.0: reg 0x10: [mem 0xf7a00000-0xf7a0ffff 64bit]
    [ 0.557931] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.557971] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.558011] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 0.558034] pci 0000:00:16.0: reg 0x10: [mem 0xf7a1a000-0xf7a1a00f 64bit]
    [ 0.558108] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.558190] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 0.558212] pci 0000:00:1a.0: reg 0x10: [mem 0xf7a18000-0xf7a183ff]
    [ 0.558303] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.558345] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.558382] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 0.558398] pci 0000:00:1b.0: reg 0x10: [mem 0xf7a10000-0xf7a13fff 64bit]
    [ 0.558473] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.558516] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.558550] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 0.558633] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.558708] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    [ 0.558790] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.558866] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
    [ 0.558948] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.558992] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 0.559033] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 0.559054] pci 0000:00:1d.0: reg 0x10: [mem 0xf7a17000-0xf7a173ff]
    [ 0.559145] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.559186] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.559222] pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
    [ 0.559393] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    [ 0.559411] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
    [ 0.559418] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
    [ 0.559427] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
    [ 0.559434] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
    [ 0.559441] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    [ 0.559449] pci 0000:00:1f.2: reg 0x24: [mem 0xf7a16000-0xf7a167ff]
    [ 0.559495] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.559563] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 0.559579] pci 0000:00:1f.3: reg 0x10: [mem 0xf7a15000-0xf7a150ff 64bit]
    [ 0.559600] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    [ 0.559717] pci 0000:01:00.0: [10de:0fdf] type 00 class 0x030200
    [ 0.559731] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    [ 0.559743] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.559755] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
    [ 0.559763] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
    [ 0.559772] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    [ 0.563477] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.563482] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.563487] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.563493] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.563574] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.563712] pci 0000:03:00.0: [8086:0887] type 00 class 0x028000
    [ 0.563765] pci 0000:03:00.0: reg 0x10: [mem 0xf7900000-0xf7901fff 64bit]
    [ 0.564012] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    [ 0.564057] pci 0000:03:00.0: System wakeup disabled by ACPI
    [ 0.570225] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.570232] pci 0000:00:1c.1: bridge window [mem 0xf7900000-0xf79fffff]
    [ 0.570322] pci 0000:04:00.0: [1969:1091] type 00 class 0x020000
    [ 0.570354] pci 0000:04:00.0: reg 0x10: [mem 0xf7800000-0xf783ffff 64bit]
    [ 0.570368] pci 0000:04:00.0: reg 0x18: [io 0xd000-0xd07f]
    [ 0.570508] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.570545] pci 0000:04:00.0: System wakeup disabled by ACPI
    [ 0.576839] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.576847] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.576854] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
    [ 0.576926] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 0.630685] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
    [ 0.630728] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 12)
    [ 0.630769] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 12)
    [ 0.630809] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 12)
    [ 0.630851] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.630892] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
    [ 0.630936] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 7 10 12)
    [ 0.630976] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 *4 5 6 7 10 12)
    [ 0.631110] ACPI: Enabled 4 GPEs in block 00 to 3F
    [ 0.631171] ACPI : EC: GPE = 0x19, I/O: command/status = 0x66, data = 0x62
    [ 0.631262] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.631264] vgaarb: loaded
    [ 0.631265] vgaarb: bridge control possible 0000:00:02.0
    [ 0.631295] PCI: Using ACPI for IRQ routing
    [ 0.632841] PCI: pci_cache_line_size set to 64 bytes
    [ 0.632894] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.632895] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    [ 0.632896] e820: reserve RAM buffer [mem 0xad7a9000-0xafffffff]
    [ 0.632901] e820: reserve RAM buffer [mem 0xaddc3000-0xafffffff]
    [ 0.632906] e820: reserve RAM buffer [mem 0xaddcb000-0xafffffff]
    [ 0.632911] e820: reserve RAM buffer [mem 0xadf2c000-0xafffffff]
    [ 0.632915] e820: reserve RAM buffer [mem 0xadf7a000-0xafffffff]
    [ 0.632919] e820: reserve RAM buffer [mem 0xadfa3000-0xafffffff]
    [ 0.632924] e820: reserve RAM buffer [mem 0xadfbc000-0xafffffff]
    [ 0.632928] e820: reserve RAM buffer [mem 0xadfca000-0xafffffff]
    [ 0.632932] e820: reserve RAM buffer [mem 0xadfda000-0xafffffff]
    [ 0.632935] e820: reserve RAM buffer [mem 0xadfe6000-0xafffffff]
    [ 0.632939] e820: reserve RAM buffer [mem 0xae017000-0xafffffff]
    [ 0.632942] e820: reserve RAM buffer [mem 0xae028000-0xafffffff]
    [ 0.632946] e820: reserve RAM buffer [mem 0xae062000-0xafffffff]
    [ 0.632949] e820: reserve RAM buffer [mem 0xae064000-0xafffffff]
    [ 0.632951] e820: reserve RAM buffer [mem 0xae067000-0xafffffff]
    [ 0.632954] e820: reserve RAM buffer [mem 0xae083000-0xafffffff]
    [ 0.632956] e820: reserve RAM buffer [mem 0xae8ad000-0xafffffff]
    [ 0.632958] e820: reserve RAM buffer [mem 0xaecff000-0xafffffff]
    [ 0.632959] e820: reserve RAM buffer [mem 0xaf000000-0xafffffff]
    [ 0.632961] e820: reserve RAM buffer [mem 0x1af200000-0x1afffffff]
    [ 0.633057] NetLabel: Initializing
    [ 0.633058] NetLabel: domain hash size = 128
    [ 0.633059] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.633069] NetLabel: unlabeled traffic allowed by default
    [ 0.633093] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.633097] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.635125] Switched to clocksource hpet
    [ 0.639054] pnp: PnP ACPI init
    [ 0.639068] ACPI: bus type PNP registered
    [ 0.639157] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.639160] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.691999] system 00:01: [io 0x0680-0x069f] has been reserved
    [ 0.692001] system 00:01: [io 0x1000-0x100f] has been reserved
    [ 0.692003] system 00:01: [io 0xffff] has been reserved
    [ 0.692004] system 00:01: [io 0xffff] has been reserved
    [ 0.692006] system 00:01: [io 0x0400-0x0453] could not be reserved
    [ 0.692007] system 00:01: [io 0x0458-0x047f] has been reserved
    [ 0.692009] system 00:01: [io 0x0500-0x057f] has been reserved
    [ 0.692010] system 00:01: [io 0x164e-0x164f] has been reserved
    [ 0.692013] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.692041] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.692088] system 00:03: [io 0x0454-0x0457] has been reserved
    [ 0.692090] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.692134] system 00:04: [io 0x04d0-0x04d1] has been reserved
    [ 0.692136] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.692189] pnp 00:05: Plug and Play ACPI device, IDs ETD0108 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
    [ 0.692225] pnp 00:06: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
    [ 0.692379] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.692381] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.692383] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.692384] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.692386] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.692388] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.692389] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.692391] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.692393] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
    [ 0.692395] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.692396] system 00:07: [mem 0xcfe00000-0xcfe00fff] has been reserved
    [ 0.692398] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.692464] system 00:08: [mem 0xcfe00000-0xcfe00fff] has been reserved
    [ 0.692466] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.692587] system 00:09: [mem 0x20000000-0x201fffff] has been reserved
    [ 0.692589] system 00:09: [mem 0x40004000-0x40004fff] has been reserved
    [ 0.692591] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.692617] pnp: PnP ACPI: found 10 devices
    [ 0.692618] ACPI: bus type PNP unregistered
    [ 0.698950] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.698953] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    [ 0.698956] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    [ 0.698958] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.698961] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.698973] pci 0000:00:1c.1: PCI bridge to [bus 03]
    [ 0.698978] pci 0000:00:1c.1: bridge window [mem 0xf7900000-0xf79fffff]
    [ 0.698986] pci 0000:00:1c.3: PCI bridge to [bus 04]
    [ 0.698989] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    [ 0.698995] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
    [ 0.699004] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.699005] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.699007] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.699008] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    [ 0.699009] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    [ 0.699011] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    [ 0.699012] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    [ 0.699014] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    [ 0.699015] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    [ 0.699016] pci_bus 0000:00: resource 13 [mem 0xcfe00000-0xfeafffff]
    [ 0.699018] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    [ 0.699019] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
    [ 0.699021] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
    [ 0.699023] pci_bus 0000:03: resource 1 [mem 0xf7900000-0xf79fffff]
    [ 0.699024] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
    [ 0.699026] pci_bus 0000:04: resource 1 [mem 0xf7800000-0xf78fffff]
    [ 0.699048] NET: Registered protocol family 2
    [ 0.699217] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.699348] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.699457] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.699472] TCP: reno registered
    [ 0.699483] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.699508] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.699564] NET: Registered protocol family 1
    [ 0.699579] pci 0000:00:02.0: Boot video device
    [ 0.735318] pci 0000:04:00.0: set MSI_INTX_DISABLE_BUG flag
    [ 0.735322] PCI: CLS 64 bytes, default 64
    [ 0.735362] Unpacking initramfs...
    [ 0.816940] Freeing initrd memory: 5356K (ffff88003757a000 - ffff880037ab5000)
    [ 0.816948] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.816950] software IO TLB [mem 0xa97a9000-0xad7a9000] (64MB) mapped at [ffff8800a97a9000-ffff8800ad7a8fff]
    [ 0.817180] RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
    [ 0.817219] Scanning for low memory corruption every 60 seconds
    [ 0.817445] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 0.817768] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.818908] zbud: loaded
    [ 0.819058] VFS: Disk quotas dquot_6.5.2
    [ 0.819086] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.819182] msgmni has been set to 10834
    [ 0.819224] Key type big_key registered
    [ 0.819368] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.819416] io scheduler noop registered
    [ 0.819420] io scheduler deadline registered
    [ 0.819459] io scheduler cfq registered (default)
    [ 0.819605] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.819964] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.819978] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.820007] intel_idle: MWAIT substates: 0x21120
    [ 0.820008] intel_idle: v0.4 model 0x3A
    [ 0.820009] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.820167] GHES: HEST is not enabled!
    [ 0.820230] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.820623] Linux agpgart interface v0.103
    [ 0.820666] rtc_cmos 00:02: RTC can wake from S4
    [ 0.820787] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.820817] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.820826] Intel P-state driver initializing.
    [ 0.820835] Intel pstate controlling: cpu 0
    [ 0.820854] Intel pstate controlling: cpu 1
    [ 0.820871] Intel pstate controlling: cpu 2
    [ 0.820903] Intel pstate controlling: cpu 3
    [ 0.820972] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.821169] TCP: cubic registered
    [ 0.821332] NET: Registered protocol family 10
    [ 0.821644] NET: Registered protocol family 17
    [ 0.822136] registered taskstats version 1
    [ 0.822912] Magic number: 14:465:605
    [ 0.823042] rtc_cmos 00:02: setting system clock to 2014-09-13 23:34:40 UTC (1410651280)
    [ 0.823314] PM: Hibernation image not present or could not be loaded.
    [ 0.824652] Freeing unused kernel memory: 1128K (ffffffff818df000 - ffffffff819f9000)
    [ 0.824655] Write protecting the kernel read-only data: 8192k
    [ 0.828153] Freeing unused kernel memory: 800K (ffff880001538000 - ffff880001600000)
    [ 0.829631] Freeing unused kernel memory: 360K (ffff8800017a6000 - ffff880001800000)
    [ 0.831604] random: systemd urandom read with 1 bits of entropy available
    [ 0.832821] systemd[1]: Configuration file /usr/lib/systemd/system/ctrl-alt-del.target is marked executable. Please remove executable permission bits. Proceeding anyway.
    [ 0.832824] systemd[1]: Configuration file /usr/lib/systemd/system/ctrl-alt-del.target is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
    [ 0.835895] systemd[1]: Cannot add dependency job for unit local-fs.target, ignoring: Unit local-fs.target failed to load: No such file or directory.
    [ 0.835900] systemd[1]: Cannot add dependency job for unit swap.target, ignoring: Unit swap.target failed to load: No such file or directory.
    [ 0.835907] systemd[1]: Cannot add dependency job for unit systemd-journald-dev-log.socket, ignoring: Unit systemd-journald-dev-log.socket failed to load: No such file or directory.
    [ 0.835915] systemd[1]: Cannot add dependency job for unit timers.target, ignoring: Unit timers.target failed to load: No such file or directory.
    [ 0.835918] systemd[1]: Cannot add dependency job for unit paths.target, ignoring: Unit paths.target failed to load: No such file or directory.
    [ 0.835921] systemd[1]: Cannot add dependency job for unit slices.target, ignoring: Unit slices.target failed to load: No such file or directory.
    [ 0.846204] systemd-udevd[61]: starting version 216
    [ 0.851356] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
    [ 0.857066] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    [ 0.858876] i8042: Detected active multiplexing controller, rev 1.1
    [ 0.870874] ACPI: bus type USB registered
    [ 0.870902] usbcore: registered new interface driver usbfs
    [ 0.870913] usbcore: registered new interface driver hub
    [ 0.870957] usbcore: registered new device driver usb
    [ 0.871727] [drm] Initialized drm 1.1.0 20060810
    [ 0.871912] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.871977] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 0.872004] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 0.872031] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 0.872054] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 0.872570] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.872800] ehci-pci: EHCI PCI platform driver
    [ 0.872972] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 0.872979] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.872995] ehci-pci 0000:00:1a.0: debug port 2
    [ 0.873414] SCSI subsystem initialized
    [ 0.874735] libata version 3.00 loaded.
    [ 0.876901] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 0.876921] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7a18000
    [ 0.878730] ACPI: Lid Switch [LID]
    [ 0.878783] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
    [ 0.878787] ACPI: Sleep Button [SLPB]
    [ 0.878823] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [ 0.878824] ACPI: Power Button [PWRF]
    [ 0.885423] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.885744] hub 1-0:1.0: USB hub found
    [ 0.885754] hub 1-0:1.0: 2 ports detected
    [ 0.886157] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.886163] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 0.886179] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.890092] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.890108] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a17000
    [ 0.898678] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.898863] hub 2-0:1.0: USB hub found
    [ 0.898873] hub 2-0:1.0: 2 ports detected
    [ 0.899123] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.899131] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 0.899234] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 0.899258] xhci_hcd 0000:00:14.0: irq 41 for MSI/MSI-X
    [ 0.899457] hub 3-0:1.0: USB hub found
    [ 0.899469] hub 3-0:1.0: 4 ports detected
    [ 0.899602] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 0.899604] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 0.899850] hub 4-0:1.0: USB hub found
    [ 0.899861] hub 4-0:1.0: 4 ports detected
    [ 0.899997] ahci 0000:00:1f.2: version 3.0
    [ 0.900123] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
    [ 0.912049] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
    [ 0.912054] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    [ 0.919284] scsi0 : ahci
    [ 0.919473] scsi1 : ahci
    [ 0.919569] scsi2 : ahci
    [ 0.919652] scsi3 : ahci
    [ 0.919737] scsi4 : ahci
    [ 0.919817] scsi5 : ahci
    [ 0.919849] ata1: SATA max UDMA/133 abar m2048@0xf7a16000 port 0xf7a16100 irq 42
    [ 0.919850] ata2: DUMMY
    [ 0.919853] ata3: SATA max UDMA/133 abar m2048@0xf7a16000 port 0xf7a16200 irq 42
    [ 0.919853] ata4: DUMMY
    [ 0.919854] ata5: DUMMY
    [ 0.919855] ata6: DUMMY
    [ 0.920241] [drm] Memory usable by graphics device = 2048M
    [ 0.920243] [drm] Replacing VGA console driver
    [ 0.921140] Console: switching to colour dummy device 80x25
    [ 0.927099] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
    [ 0.978778] i915 0000:00:02.0: irq 43 for MSI/MSI-X
    [ 0.978791] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 0.978793] [drm] Driver supports precise vblank timestamp query.
    [ 0.992401] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 1.031464] fbcon: inteldrmfb (fb0) is primary device
    [ 1.192296] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 1.238940] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.238968] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.241132] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.241135] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.242336] ata3.00: ATAPI: MATSHITABD-CMB UJ160, 1.00, max UDMA/133
    [ 1.244048] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.244388] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.244391] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.244636] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.244639] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.245827] ata3.00: configured for UDMA/133
    [ 1.249666] ata1.00: ATA-8: WDC WD7500BPVT-80HXZT3, 01.01A01, max UDMA/133
    [ 1.249668] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.254977] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    [ 1.255204] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
    [ 1.255207] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    [ 1.260474] ata1.00: configured for UDMA/133
    [ 1.260796] scsi 0:0:0:0: Direct-Access ATA WDC WD7500BPVT-8 1A01 PQ: 0 ANSI: 5
    [ 1.262991] scsi 2:0:0:0: CD-ROM MATSHITA BD-CMB UJ160 1.00 PQ: 0 ANSI: 5
    [ 1.279845] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
    [ 1.279848] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 1.279989] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.279992] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.280037] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.288053] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.288055] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.288272] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 1.305366] [drm:cpt_set_fifo_underrun_reporting] *ERROR* uncleared pch fifo underrun on pch transcoder A
    [ 1.305367] [drm:cpt_serr_int_handler] *ERROR* PCH transcoder A FIFO underrun
    [ 1.316307] hub 1-1:1.0: USB hub found
    [ 1.316391] hub 1-1:1.0: 6 ports detected
    [ 1.397316] sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 sda10 >
    [ 1.399073] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.422404] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 1.546748] hub 2-1:1.0: USB hub found
    [ 1.546905] hub 2-1:1.0: 6 ports detected
    [ 1.683098] Console: switching to colour frame buffer device 240x67
    [ 1.692813] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 1.692815] i915 0000:00:02.0: registered panic notifier
    [ 1.709304] usb 3-3: new low-speed USB device number 2 using xhci_hcd
    [ 1.709735] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no)
    [ 1.709833] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:02/LNXVIDEO:00/input/input8
    [ 1.727351] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 1.752763] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input9
    [ 1.752815] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 1.819288] tsc: Refined TSC clocksource calibration: 2594.112 MHz
    [ 1.887971] usb 3-3: ep 0x83 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 1.890031] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.900283] usbcore: registered new interface driver usbhid
    [ 1.900287] usbhid: USB HID core driver
    [ 1.901514] input: Microsoft Comfort Mouse 3000 as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.0/0003:045E:077B.0001/input/input10
    [ 1.901597] hid-generic 0003:045E:077B.0001: input,hidraw0: USB HID v1.11 Mouse [Microsoft Comfort Mouse 3000] on usb-0000:00:14.0-3/input0
    [ 1.966216] usb 1-1.1: new full-speed USB device number 3 using ehci-pci
    [ 2.132934] usb 1-1.3: new high-speed USB device number 4 using ehci-pci
    [ 2.416335] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
    [ 2.820032] Switched to clocksource tsc
    [ 2.888651] random: nonblocking pool is initialized
    [ 3.089789] EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.358639] systemd-journald[53]: Received SIGTERM from PID 1 (systemd).
    [ 5.897107] systemd-readahead[155]: Bumped block_nr parameter of 8:0 to 20480. This is a temporary hack and should be removed one day.
    [ 6.512882] EXT4-fs (sda8): re-mounted. Opts: data=ordered
    [ 7.301637] ip_tables: (C) 2000-2006 Netfilter Core Team
    [ 7.308423] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    [ 7.314841] systemd-udevd[191]: starting version 216
    [ 7.318026] ip6_tables: (C) 2000-2006 Netfilter Core Team
    [ 9.643450] ACPI: AC Adapter [AC0] (off-line)
    [ 9.707164] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000044f (\GPIS) (20140424/utaddress-258)
    [ 9.707175] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140424/utaddress-258)
    [ 9.707183] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.707188] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20140424/utaddress-258)
    [ 9.707194] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20140424/utaddress-258)
    [ 9.707200] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.707203] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20140424/utaddress-258)
    [ 9.707208] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20140424/utaddress-258)
    [ 9.707214] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.707217] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000057f (\GPIO) (20140424/utaddress-258)
    [ 9.707222] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GP01) (20140424/utaddress-258)
    [ 9.707228] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.707231] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 9.732620] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 9.754610] mei_me 0000:00:16.0: irq 44 for MSI/MSI-X
    [ 9.823510] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\SMB0) (20140424/utaddress-258)
    [ 9.823518] ACPI Warning: SystemIO range 0x000000000000f040-0x000000000000f05f conflicts with OpRegion 0x000000000000f040-0x000000000000f04f (\_SB_.PCI0.SBUS.SMBI) (20140424/utaddress-258)
    [ 9.823522] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.885093] ACPI: Battery Slot [BAT0] (battery present)
    [ 9.885341] wmi: Mapper loaded
    [ 10.025457] input: PC Speaker as /devices/platform/pcspkr/input/input11
    [ 10.107482] thermal LNXTHERM:00: registered as thermal_zone0
    [ 10.107485] ACPI: Thermal Zone [THRM] (54 C)
    [ 10.123269] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x15
    [ 10.219286] cfg80211: Calling CRDA to update world regulatory domain
    [ 10.271262] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 10.271264] Copyright(c) 2003- 2014 Intel Corporation
    [ 10.271366] iwlwifi 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 10.271428] iwlwifi 0000:03:00.0: irq 45 for MSI/MSI-X
    [ 10.310963] iTCO_vendor_support: vendor-support=0
    [ 10.422203] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x15
    [ 10.422220] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x15
    [ 10.422235] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x15
    [ 10.422315] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 10.525335] alx 0000:04:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [60:a4:4c:70:de:11]
    [ 10.559149] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
    [ 10.559206] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
    [ 10.559374] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 10.574607] psmouse serio4: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
    [ 10.677032] iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
    [ 10.694508] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 10.694514] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 10.694517] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 10.694521] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Wireless-N 2230 BGN, REV=0xC8
    [ 10.694580] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 10.703738] asus_wmi: ASUS WMI generic driver loaded
    [ 10.704976] asus_wmi: Initialization: 0x1
    [ 10.705014] asus_wmi: BIOS WMI version: 7.9
    [ 10.705057] asus_wmi: SFUN value: 0x6a0877
    [ 10.706030] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input16
    [ 10.715790] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 10.807860] asus_wmi: Backlight controlled by ACPI video driver
    [ 10.883267] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 10.898742] sound hdaudioC0D0: autoconfig: line_outs=2 (0x14/0x16/0x0/0x0/0x0) type:speaker
    [ 10.898747] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 10.898750] sound hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
    [ 10.898752] sound hdaudioC0D0: mono: mono_out=0x0
    [ 10.898754] sound hdaudioC0D0: dig-out=0x1e/0x0
    [ 10.898756] sound hdaudioC0D0: inputs:
    [ 10.898759] sound hdaudioC0D0: Internal Mic=0x19
    [ 10.898762] sound hdaudioC0D0: Mic=0x18
    [ 10.911221] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input17
    [ 10.911566] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input18
    [ 10.911637] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input19
    [ 10.911707] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
    [ 11.070896] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x361f03)
    [ 11.085464] psmouse serio4: elantech: Synaptics capabilities query result 0x10, 0x15, 0x0d.
    [ 11.152788] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input15
    [ 11.532713] systemd-udevd[285]: renamed network interface eth0 to enp4s0
    [ 11.632559] systemd-udevd[285]: renamed network interface wlan0 to wlp3s0
    [ 11.796657] mousedev: PS/2 mouse device common for all mice
    [ 11.814896] AVX version of gcm_enc/dec engaged.
    [ 12.249546] media: Linux media interface: v0.10
    [ 12.405592] Linux video capture interface: v2.00
    [ 12.489425] Bluetooth: Core ver 2.19
    [ 12.489454] NET: Registered protocol family 31
    [ 12.489458] Bluetooth: HCI device and connection manager initialized
    [ 12.489470] Bluetooth: HCI socket layer initialized
    [ 12.489475] Bluetooth: L2CAP socket layer initialized
    [ 12.489499] Bluetooth: SCO socket layer initialized
    [ 12.618057] usbcore: registered new interface driver btusb
    [ 12.741864] Adding 6291452k swap on /dev/sda5. Priority:-1 extents:1 across:6291452k FS
    [ 12.946876] uvcvideo: Found UVC 1.00 device ASUS USB2.0 Webcam (1bcf:2883)
    [ 12.964918] input: ASUS USB2.0 Webcam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input21
    [ 12.965046] usbcore: registered new interface driver uvcvideo
    [ 12.965049] USB Video Class driver (1.1.1)
    [ 13.388855] intel_rapl: RAPL domain dram detection failed
    [ 15.010386] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    [ 15.017669] systemd-journald[159]: Received request to flush runtime journal from PID 1
    [ 27.377350] bbswitch: version 0.8
    [ 27.377363] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 27.377367] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
    [ 27.377374] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 27.377449] bbswitch: detected an Optimus _DSM function
    [ 27.377495] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 27.378547] bbswitch: disabling discrete graphics
    [ 27.378554] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20140424/nsarguments-95)
    [ 27.805771] alx 0000:04:00.0: irq 47 for MSI/MSI-X
    [ 27.806124] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
    [ 27.840453] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 27.847948] iwlwifi 0000:03:00.0: Radio type=0x2-0x0-0x0
    [ 28.089495] iwlwifi 0000:03:00.0: L1 Disabled; Enabling L0S
    [ 28.097001] iwlwifi 0000:03:00.0: Radio type=0x2-0x0-0x0
    [ 28.163505] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
    [ 28.525115] fuse init (API version 7.23)
    [ 28.890210] wlp3s0: authenticate with 90:0d:cb:19:04:e0
    [ 28.895402] wlp3s0: send auth to 90:0d:cb:19:04:e0 (try 1/3)
    [ 28.897519] wlp3s0: authenticated
    [ 28.900414] wlp3s0: associate with 90:0d:cb:19:04:e0 (try 1/3)
    [ 28.916513] wlp3s0: RX AssocResp from 90:0d:cb:19:04:e0 (capab=0xc11 status=0 aid=4)
    [ 28.936417] wlp3s0: associated
    [ 28.936448] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
    [ 28.936477] cfg80211: Calling CRDA to update world regulatory domain
    [ 32.940

    hcra wrote:You might see this Wiki page for long boot times and NetworkManager
    https://wiki.archlinux.org/index.php/Sy … _over_time
    Wow, that solved this problem. I had 5 GB of systemd logs. I deleted them (after making a backup on another disk), I limited the journal size to only 50MB, and now NetworkManager only lasts 4 seconds to start, and GDM appears 10 seconds earlier. Thanks a lot

  • Agilent 2k3k read waveform long acquisition time ( 1 s)

    Hello,
    I am trying to use the NI drivers for the Agilent 2k/3k oscilloscope to read a long waveform (10 seconds) via USB.  No matter what I set the timeout to, it always fails.  I have gone down through the VI tree all the way to the Low Level->Fetch Waveform VI and reduced it to a timeout error.  However, within that VI, it looks like the timeout is being set correctly.
    Any ideas?
    Jack

    I found the bug.  In the ... ~"wait for acquisition to complete" VI, there is no "set timeout" on the read.  It needs to be added, preferably to the same timeout chosen by the user, for long acquisition times to work.
    Jack

  • 500GB Hard drive failure - for the 4th time

    Ok, So i bought a macbook pro from Apple in about may 2010. It is a 500GB Serial ATA Drive @ 7200 2.66GHz Intel Core i7 GB 1066MHz DDR3 SDRM SuperDrive 8X DL.
    Since then the hard drive has failed 3 times and now it has failed for the 4th time this morning.
    I've complained to Apple and other than being made to feel like I'm the one causing a nuisance - Apple have told me repeatedly that my experience is unique and there are no known issues with their 500GB drive.
    Has anyone else experienced drive failures?
    Jason
    I'd be interested in hearing from you: [email protected]

    This sounds to me more like the problem may be with the interface between the motherboard and the HD.
    I'd be strongly inclined to insist on a replacement MBP as you're still in warranty.
    At the very least, get the complaint escalated beyond the shoploor level.

  • Any suggestions for an old-timer dually seeker?

    I work on my old (late '06) 1.83 GHz Intel iMac 17" doing some graphic design (advanced amateur) for non-profits w/CS2. As my skill level grows, so does my need for a second larger monitor. I'm looking for advice on purchasing a 23/24" monitor with the highest resolution this machine can support. Of course, wonder of wonders, there are scant resources ($$$). Any suggestions for this old timer with the failing eyesight?
    Thanks
    Larry

    Steer clear of the new cinema display, or any glossy one for that matter.
    A good H-IPS panel monitor is what you need. I suggest http://www.newegg.com/Product/Product.aspx?Item=N82E16824176104 it needs to be calibrated out of the box, but when it is, it beats anything in that price range hands down. H-IPS, anti-glare, height adjustment, swivel, and for under 600.

  • My battery needs service as it is not working for long.  Apple claims it is not a defective battery and that it is my fault since I had the computer for 2 1/2 years and have only run the battery down to empty 100 times.  It is my fault because I did no

    Con't
    Apple claims that because I did not drain my battery frequently and kept it plugged in for extended periods of time, that it is my fault the battery is failing.  I disagree because I was not ever told to consistently drain my battery before recharging or not to keep it on and plugs in for extended periods of time.  I do keep my desktop computer on most of the time and that is why I have kept my Macbook air on for extended time periods.  I feel that Applecare should cover this battey issue and not charge me for replacing the battey.  I feel I should have been told to not keep my computer consistently running on with poweror the battery will fail.  Has anyone had this problem?  Apple should replace my battery under Apple care as my battery does not keep a charge anymore.
    I'll wait to hear.

    You said---Apple claims that because I did not drain my battery frequently
    You said---  I was not ever told to consistently drain my battery before recharging
    You should never do that on purpose, whoever told you that had it wrong or you misunderstood something
    Sure you dont have that backwards? thats exactly what you DONT want to do.
    Did you often drain the battery very low? that would explain a lot.
    Someone might have been misinformed about "battery calibration" regarding much older Macs with removable batteries (see bottom)
    You said-----I do keep my desktop computer on most of the time and that is why I have kept my Macbook air on for extended time periods.
    thats a problem there, youre not supposed to do that.
    Keeping batteries connected to a charger ensures that periodic "top-ups" do very minor but continuous damage to individual cells, hence Apples recommendation above:   “Apple does not recommend leaving your portable plugged in all the time”, …this is because “Li-ion degrades fastest at high state-of-charge”.
                        This is also the same reason new Apple notebooks are packaged with 50% charges and not 100%.
    http://www.apple.com/batteries/notebooks.html
    "Apple does not recommend leaving your portable plugged in all the time."
    *If you don’t plan on using it for a few hours, turn it OFF (plugged in or otherwise) ..*You don’t want your Macbook both always plugged in AND in sleep mode       (When portable devices are charging and in the on or sleep position, the current that is drawn through the device is called the parasitic load and will alter the dynamics of charge cycle. Battery manufacturers advise against parasitic loading because it induces mini-cycles.)
    Keep it plugged in when near a socket so you keep the charging cycles down on your LiPo (lithium polymer) cells / battery, but not plugged in all the time. When not being used for several hours, turn it off.
    And best "tip" is if its near a socket,...plug it in as long as you can (especially at home) since cycle count on the battery are the "miles that wear out the tires (battery)", however again, not plugged in all or most of the time.
    General rule to remember of Lithium batteries is:
    Never drain them LOW  & dont always/often store them HIGH
    While cycle count is commonly seen to be the “miles” on your Lithium Ion pack cell in your Macbook, which they are, this distinction is not a fine line at all, and it is a big misconception to “count charge cycles”
    *A person who has, for example, 300 charge cycles on their battery and is recharging at say 50-60% remaining of a 100% charge has better battery usage and care than another person who has 300 charge cycles at say 15% remaining on a 100% charge. 
    DoD (depth of discharge) is far more important on the wear and tear on your Macbook battery than any mere charge cycle count.  *There is no set “mile” or wear from a charge cycle in general OR in specific.    As such, contrary to popular conception, counting cycles is not conclusive whatsoever, rather the amount of deep DoD on an averaged scale of its use and charging conditions.
                              (as a very rough analogy would be 20,000 hard miles put on a car vs. 80,000 good miles being something similar)
    *Contrary to some myths out there, there is protection circuitry in your Macbook and therefore you cannot overcharge it when plugged in and already fully charged
    LiPo (lithium polymer, same as in your Macbook) batteries do not need conditioning. However...
    A lot of battery experts call the use of Lithium cells the "80% Rule" ...meaning use 80% of the charge or so, then recharge them for longer overall life.
    Never let your Macbook go into shutdown and safe mode from loss of power, you can corrupt files that way, and the batteries do not like it.
    The only quantified abuse seen to Lithium cells are instances when often the cells are repeatedly drained very low…. key word being "often"
    Contrary to what some might say, Lithium batteries have an "ideal" break in period. First ten cycles or so, don't discharge down past 40% of the battery's capacity. Same way you don’t take a new car out and speed and rev the engine hard first 100 or so miles.
    Proper treatment is still important. Just because LiPo batteries don’t need conditioning in general, does NOT mean they dont have an ideal use / recharge environment. Anything can be abused even if it doesn’t need conditioning.
    From Apple on batteries:
    http://support.apple.com/kb/HT1446
    http://www.apple.com/batteries/
    Storing your MacBook
    If you are going to store your MacBook away for an extended period of time, keep it in a cool location (room temperature roughly 22° C or about 72° F). Make certain you have at least a 50% charge on the internal battery of your Macbook if you plan on storing it away for a few months; recharge your battery to 50% or so every six months roughly if being stored away. If you live in a humid environment, keep your Macbook stored in its zippered case to prevent infiltration of humidity on the internals of your Macbook which could lead to corrosion.
    Considerations:
    Your battery is subject to chemical aging even if not in use. A Lithium battery is aging as soon as its made, regardless.
    In a perfect (although impractical) situation, your lithium battery is best idealized swinging back and forth between 20 and 85% SOC (state of charge) roughly.
    Further still how you discharge the battery is far more important than how it is either charged or stored short term, and more important long term that cycle counts.
    Ultimately counting charge cycles is of little importance.  Abuse in discharging (foremost), charging, and storing the battery and how it affects battery chemistry is important and not the ‘odometer’ reading, or cycle counts on the battery. 
    Everything boils down to battery chemistry long term, and not an arbitrary number, or cycle count.
    Keep your macbook plugged in when near a socket since in the near end of long-term life, this is beneficial to the battery.
    Peace
    Battery calibration, battery memory, battery overcharging, battery training, …all these concepts are mostly holdovers from much older battery technology, and on older Apple portable Macbooks ranging from early nicads, NiMh and otherwise; and these practices do not apply to your lithium battery and its smart controllers.
    Calibrating the battery on older Apple portable Macbooks with removable batteries.
    http://support.apple.com/kb/PH14087
    There is no calibration of current Apple portable Macbooks with built-in batteries.
    http://support.apple.com/ht1490
    There is no battery calibration with current Apple portable Macbooks with built-in batteries. Lithium batteries have essentially a 0-‘memory’, and all such calibration involve the estimations fed to the system controller on the SOC (state of charge) of the battery over long periods of time as the battery degrades. The software based battery controller knows the battery's characteristics, or SOC and adjusts itself. This is why there is both no need and purpose to periodically deeply drain your macbook battery, since it doesn’t affect the characteristics of the battery, and further still deep discharges are something you should not do on purpose to any lithium battery.

  • Messages waiting in the queue for long time.

    Hi Experts,
    We are having some Production issue - messages were waiting in the queue for long time and we found the errors in defaultTrace.12.trc file -
    Please help how to solve this issue its production and we need to move forward and solve this issue asap.
    XI AF API call failed. Module exception: (No information available). Cause Ex
    ception: 'JDBC Adapter configuration not initialized: null'.
    Thrown:
    com.sap.aii.af.service.api.AFException: XI AF API call failed. Module exception: (No information available). Cause Exception: 'JDBC Adapter configuration not
    initialized: null'.
            at com.sap.aii.af.service.api.AdapterAccess.sendMsg(AdapterAccess.java:214)
            at com.sap.aii.af.service.api.AdapterAccess.call(AdapterAccess.java:99)
            at com.sap.aii.ibrun.server.lookup.AdapterProxyLocal.process(AdapterProxyLocal.java:87)
            at com.sap.aii.ibrun.server.lookup.SystemAccessorInternal.call(SystemAccessorInternal.java:47)
            at com.sap.aii.mapping.lookup.SystemAccessor.call(SystemAccessor.java:115)
            at com.sony.pi.sp.StoredProceduresHandler.runScalarStoredProcedure(StoredProceduresHandler.java:86)
            at com.sap.xi.tf._MyPage_Invoice_SAP_to_Loyalty_MM_.invokePROC_CUSTOMER_DEDUP$(_MyPage_Invoice_SAP_to_Loyalty_MM_.java:1272)
            at sun.reflect.GeneratedMethodAccessor384.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.sap.aii.mappingtool.tf3.rt.C2CFunctionWrapper.cacheContext(C2CFunctionWrapper.java:91)
            at com.sap.aii.mappingtool.tf3.rt.C2CFunctionWrapper.gotoNextContext(C2CFunctionWrapper.java:44)
            at com.sap.aii.mappingtool.tf3.rt.Q2QFunctionWrapper.cacheQueue(Q2QFunctionWrapper.java:86)
            at com.sap.aii.mappingtool.tf3.rt.Q2QFunctionWrapper.gotoNextContext(Q2QFunctionWrapper.java:41)
            at com.sap.aii.mappingtool.tf3.rt.Q2QFunctionWrapper.cacheQueue(Q2QFunctionWrapper.java:74)
            at com.sap.aii.mappingtool.tf3.rt.Q2QFunctionWrapper.gotoNextContext(Q2QFunctionWrapper.java:41)
            at com.sap.aii.mappingtool.flib3.CollapseContexts.gotoNextValue(CollapseContexts.java:52)
            at com.sap.aii.mappingtool.flib3.CollapseContexts.gotoNextContext(CollapseContexts.java:37)
            at com.sap.aii.mappingtool.tf3.rt.AResIterator.gotoNextContext(AResIterator.java:37)
            at com.sap.aii.mappingtool.tf3.rt.FunctionWrapper.gotoNextContext(FunctionWrapper.java:37)
            at com.sap.aii.mappingtool.flib3.IfWithoutElse.gotoNextContext(IfWithoutElse.java:58)
            at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:266)
            at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:326)
            at com.sap.aii.mappingtool.tf3.AMappingProgram.processNode(AMappingProgram.java:326)
            at com.sap.aii.mappingtool.tf3.AMappingProgram.start(AMappingProgram.java:415)
            at com.sap.aii.mappingtool.tf3.Transformer.start(Transformer.java:142)
            at com.sap.aii.mappingtool.tf3.AMappingProgram.execute(AMappingProgram.java:118)
            at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:64)
            at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:92)
            at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:90)
            at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:95)
            at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:68)

    Hi All,
    CPACache refresh worked for one day and the same problem repeated again next day, but need to have parmanent fix and should know the root cause of the problem so that the problem can not be repeated again.
    Is there any solution other than  CPACache refresh and JDBC adapter stop and start to fix the issue.
    And also found some entries in SM12 lock entry list during the same schedule time when the messages was triggered and remains for long time. Let me know whether we can delete those locks ?
    user PIAFUSER
    Lock mode E
    and table SXMSPMAST
    with lock argument ......
    Any suggestions and tips help us alot in fixing this issue.
    Thanks in advance
    Gary.

  • JDBC initialize failed due to long idling time

    Hi gurus
    Anyone having similar problem and would like to share their solution for the problem stated below.
    Normally the integration for IDOC-XI-JDBC scenarios is working fine, but when the R3 halt sending IDOC to XI, the JDBC connection to MS SQL 2000 server failed to process and initialise due to long idling time. Currently the temporary solution is to go to XI change the Integration Directory : Communication Channel for the JDBC - Activate - Clear Cache. Then go to R3, retrigger the IDOC again. And the above problem will be resolved. But after a while (long idling time again), this problem arise once again.
    2008-10-21 15:18:45     Success     Message successfully received by messaging system. Profile: XI URL: http://locahost:50600/MessagingSystem/receive/AFW/XI Credential (User): PIISUSER
    2008-10-21 15:18:45     Success     Using connection JDBC_http://sap.com/xi/XI/System. Trying to put the message into the receive queue.
    2008-10-21 15:18:45     Success     Message successfully put into the queue.
    2008-10-21 15:18:45     Success     The message was successfully retrieved from the receive queue.
    2008-10-21 15:18:45     Success     The message status set to DLNG.
    2008-10-21 15:18:45     Success     Delivering to channel: CC_IDOC_TO_DBMS_ESMS_588
    2008-10-21 15:18:45     Success     MP: Entering module processor
    2008-10-21 15:18:45     Success     MP: Processing local module localejbs/CallSapAdapter
    2008-10-21 15:18:45     Success     Receiver JDBC adapter: processing started; QoS required: ExactlyOnce
    2008-10-21 15:18:45     Error     JDBC adapter receiver channel CC_IDOC_TO_DBMS_ESMS_588 not initialized. Unable to proceed due to null
    2008-10-21 15:18:46     Error     MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null
    2008-10-21 15:18:46     Error     Exception caught by adapter framework: JDBC Adapter configuration not initialized: null
    2008-10-21 15:18:46     Error     Delivery of the message to the application using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null.
    2008-10-21 15:18:46     Success     The message status set to WAIT.
    2008-10-21 15:18:46     Success     The asynchronous message was successfully scheduled to be delivered at Tue Oct 21 15:23:46 GMT+08:00 2008.
    2008-10-21 15:23:46     Success     The message status set to TBDL.
    2008-10-21 15:23:46     Success     Retrying to deliver message to the application. Retry: 1
    2008-10-21 15:23:46     Success     The message was successfully retrieved from the receive queue.
    2008-10-21 15:23:46     Success     The message status set to DLNG.
    2008-10-21 15:23:46     Success     Delivering to channel: CC_IDOC_TO_DBMS_ESMS_588
    2008-10-21 15:23:46     Success     MP: Entering module processor
    2008-10-21 15:23:46     Success     MP: Processing local module localejbs/CallSapAdapter
    2008-10-21 15:23:46     Success     Receiver JDBC adapter: processing started; QoS required: ExactlyOnce
    2008-10-21 15:23:46     Error     JDBC adapter receiver channel CC_IDOC_TO_DBMS_ESMS_588 not initialized. Unable to proceed due to null
    2008-10-21 15:23:46     Error     MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null
    2008-10-21 15:23:46     Error     Exception caught by adapter framework: JDBC Adapter configuration not initialized: null
    2008-10-21 15:23:46     Error     Delivery of the message to the application using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null.
    2008-10-21 15:23:46     Success     The message status set to WAIT.
    2008-10-21 15:23:46     Success     The asynchronous message was successfully scheduled to be delivered at Tue Oct 21 15:28:46 GMT+08:00 2008.
    2008-10-21 15:28:46     Success     The message status set to TBDL.
    Edited by: Malcolm Pang on Oct 23, 2008 11:08 AM

    In the JDBC adapter , select option Disconnect From Database after Each message processing.
    This will solve the process as your JDBC Database seems to be closing the connection after a particular idle time.
    Regards
    Bhavesh

  • Automatic logout after lock screen for long time?

    When I leave my mac screen locked for long time, sometimes I see the following message after unlocking screen:
    "Logout has timed out because the application [x] failed to quit...."
    Where [x] is some application trying to quit, and is waiting for user confirmation. This happens even when the computer is plugged in to AC. Has anyone else seen this problem? TIA

    Found it:
    http://www.askdavetaylor.com/canmac_automatically_log_out_user_afterinactivity.html
    D'uh

  • Long loading times for Safari on iPad Air with iOS8

    I've had long loading times in Safari sInce upgrading to iOS8 on my iPad Air 128 GB. Are any of you having the same experience?

    Sometimes I question myself, how come that iOS being held in beta for over quarter or even over a half a year, and most certainly long enough in alpha, still comes out so much raw and buggy every release? Sometimes it feels like it's only getting worse concerning the debugging.
    I wanted to address the HR manager of the Apple Inc. to query him/her about HIS/HER dedication to the overall work being done. Why, the ****, does Safari get slow, why, the ****, is it unpredictable to define whether a sound stream in Safari's tab will end upon tab closure or not. Morever, why do iPhone iMessages fail to mark a message or a chain as a read one even thought you just really did it. Beyond that miriad of similar questions I have just another three, since when is it official Apple support position to advise you to wipe out your device and install everything back from iTunes, not the cloud? But what is more important, how come that support representative tells you first to back up your buggy iPad, wipe it out and restore from that backup both with iTunes? Finally, we all know how Apple does cherish it's developers, can somebody tell me how, for heavens sake, this website ever possible to exist then — Texts From Xcode?
    I don't want neither need to mention that switching between tabs in iOS7 (I have had no chance to test it in iOS8) in Safari never gave you any sure answer whether your tab will be reloaded when you get back or not: whether have you copy any post before leaving, to paste back on return or not.
    After all I do still love Apple, I do love people's ideas. I do love the overall outcome, but I want to tell Mr. Cook one phrase I heard when I used to be a head of a department in a medium size company and had to deal with continuous fails of the personnel and most often ended up doing much things myself, it was not the exact situation as with Apple although I hope you can trace a path: If a manager has to do anything besides managing he or she failed to manage one major issue — the personnel one.

Maybe you are looking for

  • Problems on MacBook Hard Disk

    I have a problem of my MacBook. My Mac's hard disk free space is getting smaller and smaller, but i haven't saved new things, download stuffs nor upgrading any of my software. It seems that every time i switch it on and surf the net with safari or ju

  • Reading in a File Locally and outputting to XML

    Hello all, I want to read in a local file and output it to a JDOM document. Can anyone provide assistance. Thanks!

  • Payload Structure when composite invoked from java

    Can any one please let me know how the payload structure should be when composite is invoked from java program. Any sample would be of great help thanks Naga

  • How to translate all my screen to Farsi language.

    Dear SAP guru's, i want to traslate some SD MM FI applications screen to Farsi language in ECC 6.0.. ours is a unicode system.. 1) what are the basis settings required?. 2) what are the patches need to be applied?. 3) how to change the words when sap

  • How to display BAPI decimal values into webdynpro!

    Hi All, I have a problem to display decimal values from R/3 system to webdynpro table. Iam using structure there declared all the varaibles as decimal 15,2 . But I am not able to disply the decimal values intable  of webDynpro. Please help me for thi