CRM_ORDER_MAINTAIN probability problem

i  use CRM_ORDER_MAINTAIN to create order.
In this order I have several partners, items etc.
in opport_i use following code:
ls_opport_h-ref_handle = 1.
ls_opport_h-curr_phase = lv_curr_phase.
ls_opport_h-expect_end = lv_expect_end.
ls_opport_h-probability = lv_probability.
    INSERT ls_opport_h INTO TABLE lt_opport_h.
    CLEAR ls_input.
ls_input-objectname = 'OPPORT_H'.
ls_input-ref_handle = 1.
ls_input-ref_kind   = 'A'.
    ls_input_field_name-fieldname = 'CURR_PHASE'.
    INSERT ls_input_field_name INTO TABLE ls_input-field_names.
    ls_input_field_name-fieldname = 'EXPECT_END'.
    INSERT ls_input_field_name INTO TABLE ls_input-field_names.
        ls_input_field_name-fieldname = 'PROBABILITY'.
    INSERT ls_input_field_name INTO TABLE ls_input-field_names.
    INSERT ls_input  INTO TABLE lt_input.
order is saved without any errors.
All fields except probability are filled correctly. I tried using field sys_probability and debugging crdm_order_maintain. It seems i put the same data but still my probablity is not filled.
Can you give some tips about that?
regards,
wojciech.

solved by myself

Similar Messages

  • CRM_ORDER_MAINTAIN usage problem

    Hi all,
              I am using this function module to create a new activity. I am able to populate most of the fields, but somehow partner data is not getting populated on the first go, whereas if i write the code to edit partner data by passing "Guid" in the function module, it is getting saved.
      My doubt is, is it not possible to save partner data (Owner, Activity Partner and Contact Person) in an activity without giving GUID?
    I am using the following code:
    wa_partner-REF_KIND = 'A'.
                ****wa_partner-REF_GUID = wa_l_i_orderadm_h-GUID.
    wa_partner-REF_PARTNER_HANDLE = '0000000001'.
    wa_partner-PARTNER_NO = '121'.
    wa_partner-PARTNER_FCT = '00000022'.
    wa_partner-NO_TYPE = 'BP'.
    wa_partner-DISPLAY_TYPE   = 'BP'.
    wa_partner-KIND_OF_ENTRY = 'C'.
    INSERT wa_partner INTO TABLE it_partner.
    clear gs_input_fields_i_com_names.
    gs_input_fields_i_com_names-FIELDNAME = 'PARTNER_NO'.
    INSERT gs_input_fields_i_com_names INTO TABLE gs_input_fields_i_com-field_names.
    gs_input_fields_i_com_names-FIELDNAME = 'PARTNER_FCT'.
    INSERT gs_input_fields_i_com_names INTO TABLE gs_input_fields_i_com-field_names.
    gs_input_fields_i_com_names-FIELDNAME = 'NO_TYPE'.
    INSERT gs_input_fields_i_com_names INTO TABLE gs_input_fields_i_com-field_names.
    gs_input_fields_i_com_names-FIELDNAME = 'DISPLAY_TYPE'.
    INSERT gs_input_fields_i_com_names INTO TABLE gs_input_fields_i_com-field_names.
    gs_input_fields_i_com_names-FIELDNAME = 'KIND_OF_ENTRY'.
    INSERT gs_input_fields_i_com_names INTO TABLE gs_input_fields_i_com-field_names.
    gs_input_fields_i_com-ref_handle = '0000000001'.
           *****gs_input_fields_i_com-ref_guid = wa_l_i_orderadm_h-GUID.
    gs_input_fields_i_com-REF_KIND = 'A'.
    gs_input_fields_i_com-OBJECTNAME = 'PARTNER'.
    gs_input_fields_i_com-logical_key = '0001'.
    INSERT gs_input_fields_i_com INTO TABLE gt_input_fields_i_com.
    CALL FUNCTION 'CRM_ORDER_MAINTAIN'
    EXPORTING
       IT_ACTIVITY_H                 = it_activity
       IT_STATUS                     = it_status
       it_schedlin_i                 = gt_schedlin_i_com
         it_partner                  = it_partner
    * IMPORTING
    *   ET_EXCEPTION                  =
    CHANGING
        CT_INPUT_FIELDS = gt_input_fields_i_com
        ct_orderadm_h = l_i_orderadm_h
    EXCEPTIONS
       ERROR_OCCURRED                = 1
       DOCUMENT_LOCKED               = 2
       NO_CHANGE_ALLOWED             = 3
       NO_AUTHORITY                  = 4
       OTHERS                        = 5
    Same code works fine if i remove the commented part (that is giving guid).
    Please help.
    Regards,
    Rohit
    Edited by: Rohit Khetarpal on Aug 25, 2008 1:11 PM

    solved by myself

  • Crystal report problem

    Post Author: ranganadhkodali
    CA Forum: Authentication
    Dear Group Members,
    I have a vary big problem with crystal report XI edition, I am
    unable to find the cause of the problem actually.
    I am using Crystal Report XI Developer version to build
    reports in my development system, which I am, using SQL server 2005 as a
    backend database and u201CUn-Typedu201D Pull
    model for generate reports, in that my system those are working very good.
    For distribute those reports to the other clients, I was
    prepared one small windows application in .net and I placed one shared
    directory. Application will show all report files placed under the shared
    directory by the user selection.
    If User selects one report, I am taking the selected report
    from the shared directory and open with the .net embedded crystal report
    viewer, while opening I was filling the
    server login information(By code itself).
    Any way application also working very well in my development
    system, for deploys this application I added crystal report redist package that
    is came with the visual studio 2008.
    When I run the same application, in deployed
    system, it showing login database dialog with empty database name, and one more
    thing is that database text box also showing like disable. So even I unable to
    give database credential with in dialog. I donu2019t understood what is the cause
    of the problem?
    Almost same problem was happen before 4 months back for some
    other project, @ that time I rebuild my report with the PUSh model, and it
    working well. But this case, I donu2019t have a chance to do like that, because daily
    I should generate some kind of reports, needs of management. That management
    staff will check reports from with that my distributed application. For these
    all things, I canu2019t rebuild and redistribute my application every time if I add
    new report. So that I placed one shared folder and, I keep update all changed
    reports files in that shared folder, my application will show them.
    What is the cause of the problem?
    Is it problem with connection? Then it should not work with
    in my development system also
    Then it probably problem with the deployment? Then I am able
    to view the initial report, problem came only when I refresh the data?
    If problems with deployment, then how it is works for push type reports, it giving problem
    for only pull type reports?
    thanks and regards Ranganadh Kodali

    Please visit:
    www.geocities.com/pmk16
    Regards,
    pmk16

  • Problem in calling a stored procedure by passing few arguments.

    Hi Friends,
    I am converting a Purchase module which is developed in forms3. In that Copy PO is one page which uses to copy previously generated PO. Now I have a situation that coping a record of few tables into same tables by modifying few columns. First I need to display one table record in a page which is read only and same data have to be displayed in the same page which can be modify. Depending on the changes now i need to insert a new record into the table and remaining related table data should be copied as well. This should be done by using stored procedure.
    while I trying this I am getting following error.
    1.     JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=Error : java.sql.SQLException: ORA-06550: line 1, column 16: PLS-00201: identifier NUM must be declared ORA-06550: line 1, column 7: PL/SQL: Statement ignored
    2.     Error : java.sql.SQLException: ORA-06550: line 1, column 16: PLS-00201: identifier NUM must be declared ORA-06550: line 1, column 7: PL/SQL: Statement ignored
    3.     JBO-25009: Cannot create an object of type:java.lang.Number with value:79
    Please Help me to solve this, I will be waiting for your valuable reply.(Email :[email protected])

    Probably problem is inside PL/SQL procedure. PLS-00201: identifier NUM must be declared indicates for this.

  • Fsck problem Diagnosis: Systemd dropping to emergency console

    Title says it all. I have no idea why.
    First, it said fsck was unable and I had to enter fsck /dev/sdaX manually. Then emergency console dropped on me.
    The thing is that if I continue without giving the password thus entering to console, computer loads just fine.
    Probably problems are quoted from the next complete journal are as follows:
    -- The start-up result is done.
    Aug 26 09:54:39 machine kernel: sound hdaudioC0D0: autoconfig: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
    Aug 26 09:54:39 machine kernel: sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    Aug 26 09:54:39 machine kernel: sound hdaudioC0D0: hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
    Aug 26 09:54:39 machine kernel: sound hdaudioC0D0: mono: mono_out=0x0
    Aug 26 09:54:39 machine kernel: sound hdaudioC0D0: inputs:
    Aug 26 09:54:39 machine kernel: sound hdaudioC0D0: Internal Mic=0x11
    Aug 26 09:54:39 machine kernel: sound hdaudioC0D0: Mic=0xc
    Aug 26 09:54:40 machine kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input9
    Aug 26 09:54:40 machine kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    Aug 26 09:54:40 machine kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    Aug 26 09:54:40 machine kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
    Aug 26 09:54:40 machine systemd-fsck[216]: /dev/sda3: Inodes that were part of a corrupted orphan linked list found.
    Aug 26 09:54:40 machine systemd-fsck[216]: /dev/sda3: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
    Aug 26 09:54:40 machine systemd-fsck[216]: (i.e., without -a or -p options)
    Aug 26 09:54:40 machine systemd-fsck[216]: fsck failed with error code 4.
    Aug 26 09:54:40 machine systemd-fsck[216]: Running request emergency.target/start/replace
    Aug 26 09:54:40 machine systemd[1]: Stopped TLP system startup/shutdown.
    -- Subject: Unit tlp.service has finished shutting down
    Systemd Journal:
    -- Logs begin at Fri 2014-04-18 01:39:00 EEST, end at Tue 2014-08-26 10:24:28 EE
    Aug 26 09:54:35 machine systemd-journal[149]: Runtime journal is using 8.0M (max
    Aug 26 09:54:35 machine systemd-journal[149]: Runtime journal is using 8.0M (max
    Aug 26 09:54:35 machine kernel: Initializing cgroup subsys cpuset
    Aug 26 09:54:35 machine kernel: Initializing cgroup subsys cpu
    Aug 26 09:54:35 machine kernel: Initializing cgroup subsys cpuacct
    Aug 26 09:54:35 machine kernel: Linux version 3.16.1-1-zen (nobody@var-lib-archb
    Aug 26 09:54:35 machine kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen
    Aug 26 09:54:35 machine kernel: e820: BIOS-provided physical RAM map:
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x0000000000000000-0x00000000000
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x0000000000088000-0x00000000000
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001ff
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x0000000020200000-0x00000000400
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x0000000040004000-0x00000000400
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x0000000040005000-0x000000009a0
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x000000009a0bf000-0x000000009a4
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x000000009a4bf000-0x000000009ae
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x000000009aebf000-0x000000009af
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x000000009afbf000-0x000000009af
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x000000009afff000-0x000000009af
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x000000009b000000-0x000000009f9
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000eff
    lines 1-23...skipping...
    -- Logs begin at Fri 2014-04-18 01:39:00 EEST, end at Tue 2014-08-26 10:24:28 EEST. --
    Aug 26 09:54:35 machine systemd-journal[149]: Runtime journal is using 8.0M (max allowed 192.4M, trying to leave 288.7M free of 1.8G available → current limit 192.4M).
    Aug 26 09:54:35 machine systemd-journal[149]: Runtime journal is using 8.0M (max allowed 192.4M, trying to leave 288.7M free of 1.8G available → current limit 192.4M).
    Aug 26 09:54:35 machine kernel: Initializing cgroup subsys cpuset
    Aug 26 09:54:35 machine kernel: Initializing cgroup subsys cpu
    Aug 26 09:54:35 machine kernel: Initializing cgroup subsys cpuacct
    Aug 26 09:54:35 machine kernel: Linux version 3.16.1-1-zen (nobody@var-lib-archbuild-extra-x86_64-heftig-mkpkg-23970) (gcc version 4.9.1 (GCC) ) #1 ZEN SMP PREEMPT Fri Aug 15 22:06:09 UTC 2014
    Aug 26 09:54:35 machine kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=09b369ae-e074-442f-ae02-101a7421b569 rw drm.rnodes=1
    Aug 26 09:54:35 machine kernel: e820: BIOS-provided physical RAM map:
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000087fff] usable
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x0000000040005000-0x000000009a0befff] usable
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x000000009a0bf000-0x000000009a4befff] type 20
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x000000009a4bf000-0x000000009aebefff] reserved
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x000000009aebf000-0x000000009afbefff] ACPI NVS
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x000000009afbf000-0x000000009affefff] ACPI data
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x000000009afff000-0x000000009affffff] usable
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x000000009b000000-0x000000009f9fffff] reserved
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
    Aug 26 09:54:35 machine kernel: BIOS-e820: [mem 0x0000000100000000-0x000000015f5fffff] usable
    Aug 26 09:54:35 machine kernel: NX (Execute Disable) protection: active
    Aug 26 09:54:35 machine kernel: efi: EFI v2.31 by INSYDE Corp.
    Aug 26 09:54:35 machine kernel: efi: ACPI=0x9affe000 ACPI 2.0=0x9affe014 SMBIOS=0x9aebef98
    Aug 26 09:54:35 machine kernel: efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem01: type=7, attr=0xf, range=[0x0000000000001000-0x000000000006f000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem02: type=4, attr=0xf, range=[0x000000000006f000-0x0000000000070000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem03: type=7, attr=0xf, range=[0x0000000000070000-0x0000000000088000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem04: type=6, attr=0x800000000000000f, range=[0x0000000000088000-0x00000000000a0000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem05: type=2, attr=0xf, range=[0x0000000000100000-0x0000000001048000) (15MB)
    Aug 26 09:54:35 machine kernel: efi: mem06: type=7, attr=0xf, range=[0x0000000001048000-0x0000000002000000) (15MB)
    Aug 26 09:54:35 machine kernel: efi: mem07: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f48000) (15MB)
    Aug 26 09:54:35 machine kernel: efi: mem08: type=7, attr=0xf, range=[0x0000000002f48000-0x0000000020000000) (464MB)
    Aug 26 09:54:35 machine kernel: efi: mem09: type=0, attr=0xf, range=[0x0000000020000000-0x0000000020200000) (2MB)
    Aug 26 09:54:35 machine kernel: efi: mem10: type=7, attr=0xf, range=[0x0000000020200000-0x0000000037976000) (375MB)
    Aug 26 09:54:35 machine kernel: efi: mem11: type=2, attr=0xf, range=[0x0000000037976000-0x0000000037cb3000) (3MB)
    Aug 26 09:54:35 machine kernel: efi: mem12: type=7, attr=0xf, range=[0x0000000037cb3000-0x0000000040004000) (131MB)
    Aug 26 09:54:35 machine kernel: efi: mem13: type=0, attr=0xf, range=[0x0000000040004000-0x0000000040005000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem14: type=7, attr=0xf, range=[0x0000000040005000-0x0000000068bcb000) (651MB)
    Aug 26 09:54:35 machine kernel: efi: mem15: type=2, attr=0xf, range=[0x0000000068bcb000-0x000000008e6c0000) (602MB)
    Aug 26 09:54:35 machine kernel: efi: mem16: type=4, attr=0xf, range=[0x000000008e6c0000-0x000000008e6e0000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem17: type=7, attr=0xf, range=[0x000000008e6e0000-0x0000000090ca6000) (37MB)
    Aug 26 09:54:35 machine kernel: efi: mem18: type=4, attr=0xf, range=[0x0000000090ca6000-0x00000000916b0000) (10MB)
    Aug 26 09:54:35 machine kernel: efi: mem19: type=7, attr=0xf, range=[0x00000000916b0000-0x00000000918a1000) (1MB)
    Aug 26 09:54:35 machine kernel: efi: mem20: type=1, attr=0xf, range=[0x00000000918a1000-0x00000000918bf000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem21: type=7, attr=0xf, range=[0x00000000918bf000-0x000000009716c000) (88MB)
    Aug 26 09:54:35 machine kernel: efi: mem22: type=4, attr=0xf, range=[0x000000009716c000-0x00000000979ee000) (8MB)
    Aug 26 09:54:35 machine kernel: efi: mem23: type=7, attr=0xf, range=[0x00000000979ee000-0x0000000097cef000) (3MB)
    Aug 26 09:54:35 machine kernel: efi: mem24: type=4, attr=0xf, range=[0x0000000097cef000-0x0000000097d36000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem25: type=7, attr=0xf, range=[0x0000000097d36000-0x0000000097d47000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem26: type=4, attr=0xf, range=[0x0000000097d47000-0x0000000097d87000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem27: type=7, attr=0xf, range=[0x0000000097d87000-0x0000000097d91000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem28: type=4, attr=0xf, range=[0x0000000097d91000-0x0000000097db3000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem29: type=7, attr=0xf, range=[0x0000000097db3000-0x0000000097db5000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem30: type=4, attr=0xf, range=[0x0000000097db5000-0x0000000097db7000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem31: type=7, attr=0xf, range=[0x0000000097db7000-0x0000000097db8000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem32: type=4, attr=0xf, range=[0x0000000097db8000-0x0000000097df9000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem33: type=7, attr=0xf, range=[0x0000000097df9000-0x0000000097e00000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem34: type=4, attr=0xf, range=[0x0000000097e00000-0x0000000097e09000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem35: type=7, attr=0xf, range=[0x0000000097e09000-0x0000000097e0a000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem36: type=4, attr=0xf, range=[0x0000000097e0a000-0x0000000097e17000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem37: type=7, attr=0xf, range=[0x0000000097e17000-0x0000000097e1a000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem38: type=4, attr=0xf, range=[0x0000000097e1a000-0x0000000097f51000) (1MB)
    Aug 26 09:54:35 machine kernel: efi: mem39: type=7, attr=0xf, range=[0x0000000097f51000-0x0000000097f52000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem40: type=4, attr=0xf, range=[0x0000000097f52000-0x0000000097f55000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem41: type=7, attr=0xf, range=[0x0000000097f55000-0x0000000097f58000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem42: type=4, attr=0xf, range=[0x0000000097f58000-0x0000000097f7a000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem43: type=7, attr=0xf, range=[0x0000000097f7a000-0x0000000097f7c000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem44: type=4, attr=0xf, range=[0x0000000097f7c000-0x0000000097fa0000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem45: type=7, attr=0xf, range=[0x0000000097fa0000-0x0000000097faa000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem46: type=4, attr=0xf, range=[0x0000000097faa000-0x0000000097fd7000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem47: type=7, attr=0xf, range=[0x0000000097fd7000-0x0000000097fde000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem48: type=4, attr=0xf, range=[0x0000000097fde000-0x0000000098032000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem49: type=7, attr=0xf, range=[0x0000000098032000-0x0000000098033000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem50: type=4, attr=0xf, range=[0x0000000098033000-0x0000000098049000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem51: type=7, attr=0xf, range=[0x0000000098049000-0x000000009804a000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem52: type=4, attr=0xf, range=[0x000000009804a000-0x0000000098393000) (3MB)
    Aug 26 09:54:35 machine kernel: efi: mem53: type=7, attr=0xf, range=[0x0000000098393000-0x000000009839c000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem54: type=4, attr=0xf, range=[0x000000009839c000-0x00000000983b6000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem55: type=7, attr=0xf, range=[0x00000000983b6000-0x00000000983b8000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem56: type=4, attr=0xf, range=[0x00000000983b8000-0x00000000983bf000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem57: type=7, attr=0xf, range=[0x00000000983bf000-0x00000000983c0000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem58: type=4, attr=0xf, range=[0x00000000983c0000-0x00000000998bf000) (20MB)
    Aug 26 09:54:35 machine kernel: efi: mem59: type=7, attr=0xf, range=[0x00000000998bf000-0x0000000099d1e000) (4MB)
    Aug 26 09:54:35 machine kernel: efi: mem60: type=2, attr=0xf, range=[0x0000000099d1e000-0x0000000099d28000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem61: type=3, attr=0xf, range=[0x0000000099d28000-0x000000009a0bf000) (3MB)
    Aug 26 09:54:35 machine kernel: efi: mem62: type=5, attr=0x800000000000000f, range=[0x000000009a0bf000-0x000000009a4bf000) (4MB)
    Aug 26 09:54:35 machine kernel: efi: mem63: type=6, attr=0x800000000000000f, range=[0x000000009a4bf000-0x000000009a6bf000) (2MB)
    Aug 26 09:54:35 machine kernel: efi: mem64: type=0, attr=0xf, range=[0x000000009a6bf000-0x000000009aebf000) (8MB)
    Aug 26 09:54:35 machine kernel: efi: mem65: type=10, attr=0xf, range=[0x000000009aebf000-0x000000009afbf000) (1MB)
    Aug 26 09:54:35 machine kernel: efi: mem66: type=9, attr=0xf, range=[0x000000009afbf000-0x000000009afff000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem67: type=4, attr=0xf, range=[0x000000009afff000-0x000000009b000000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem68: type=7, attr=0xf, range=[0x0000000100000000-0x000000015f600000) (1526MB)
    Aug 26 09:54:35 machine kernel: efi: mem69: type=0, attr=0x0, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem70: type=0, attr=0x0, range=[0x000000009b000000-0x000000009fa00000) (74MB)
    Aug 26 09:54:35 machine kernel: efi: mem71: type=11, attr=0x8000000000000001, range=[0x00000000e0000000-0x00000000f0000000) (256MB)
    Aug 26 09:54:35 machine kernel: efi: mem72: type=11, attr=0x8000000000000001, range=[0x00000000feb00000-0x00000000feb04000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem73: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem74: type=11, attr=0x8000000000000001, range=[0x00000000fed10000-0x00000000fed1a000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem75: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem76: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    Aug 26 09:54:35 machine kernel: efi: mem77: type=11, attr=0x8000000000000000, range=[0x00000000ffd80000-0x0000000100000000) (2MB)
    Aug 26 09:54:35 machine kernel: SMBIOS 2.7 present.
    Aug 26 09:54:35 machine kernel: DMI: Hewlett-Packard HP Pavilion g6 Notebook PC/183E, BIOS F.25 05/29/2013
    Aug 26 09:54:35 machine kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Aug 26 09:54:35 machine kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Aug 26 09:54:35 machine kernel: AGP: No AGP bridge found
    Aug 26 09:54:35 machine kernel: e820: last_pfn = 0x15f600 max_arch_pfn = 0x400000000
    Aug 26 09:54:35 machine kernel: MTRR default type: uncachable
    Aug 26 09:54:35 machine kernel: MTRR fixed ranges enabled:
    Aug 26 09:54:35 machine kernel: 00000-9FFFF write-back
    Aug 26 09:54:35 machine kernel: A0000-BFFFF uncachable
    Aug 26 09:54:35 machine kernel: C0000-E7FFF write-protect
    Aug 26 09:54:35 machine kernel: E8000-EFFFF write-combining
    Aug 26 09:54:35 machine kernel: F0000-FFFFF write-protect
    Aug 26 09:54:35 machine kernel: MTRR variable ranges enabled:
    Aug 26 09:54:35 machine kernel: 0 base 000000000 mask F80000000 write-back
    Aug 26 09:54:35 machine kernel: 1 base 080000000 mask FE0000000 write-back
    Aug 26 09:54:35 machine kernel: 2 base 09B000000 mask FFF000000 uncachable
    Aug 26 09:54:35 machine kernel: 3 base 09C000000 mask FFC000000 uncachable
    Aug 26 09:54:35 machine kernel: 4 base 0FFC00000 mask FFFC00000 write-protect
    Aug 26 09:54:35 machine kernel: 5 base 100000000 mask F80000000 write-back
    Aug 26 09:54:35 machine kernel: 6 base 15F600000 mask FFFE00000 uncachable
    Aug 26 09:54:35 machine kernel: 7 base 15F800000 mask FFF800000 uncachable
    Aug 26 09:54:35 machine kernel: 8 base 160000000 mask FE0000000 uncachable
    Aug 26 09:54:35 machine kernel: 9 disabled
    Aug 26 09:54:35 machine kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Aug 26 09:54:35 machine kernel: e820: last_pfn = 0x9b000 max_arch_pfn = 0x400000000
    Aug 26 09:54:35 machine kernel: Scanning 1 areas for low memory corruption
    Aug 26 09:54:35 machine kernel: Base memory trampoline at [ffff88000007e000] 7e000 size 24576
    Aug 26 09:54:35 machine kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Aug 26 09:54:35 machine kernel: [mem 0x00000000-0x000fffff] page 4k
    Aug 26 09:54:35 machine kernel: BRK [0x02b24000, 0x02b24fff] PGTABLE
    Aug 26 09:54:35 machine kernel: BRK [0x02b25000, 0x02b25fff] PGTABLE
    Aug 26 09:54:35 machine kernel: BRK [0x02b26000, 0x02b26fff] PGTABLE
    Aug 26 09:54:35 machine kernel: init_memory_mapping: [mem 0x15f400000-0x15f5fffff]
    Aug 26 09:54:35 machine kernel: [mem 0x15f400000-0x15f5fffff] page 2M
    Aug 26 09:54:35 machine kernel: BRK [0x02b27000, 0x02b27fff] PGTABLE
    Aug 26 09:54:35 machine kernel: init_memory_mapping: [mem 0x15c000000-0x15f3fffff]
    Aug 26 09:54:35 machine kernel: [mem 0x15c000000-0x15f3fffff] page 2M
    Aug 26 09:54:35 machine kernel: init_memory_mapping: [mem 0x100000000-0x15bffffff]
    Aug 26 09:54:35 machine kernel: [mem 0x100000000-0x15bffffff] page 2M
    Aug 26 09:54:35 machine kernel: BRK [0x02b28000, 0x02b28fff] PGTABLE
    Aug 26 09:54:35 machine kernel: init_memory_mapping: [mem 0x00100000-0x1fffffff]
    Aug 26 09:54:35 machine kernel: [mem 0x00100000-0x001fffff] page 4k
    Aug 26 09:54:35 machine kernel: [mem 0x00200000-0x1fffffff] page 2M
    Aug 26 09:54:35 machine kernel: init_memory_mapping: [mem 0x20200000-0x40003fff]
    Aug 26 09:54:35 machine kernel: [mem 0x20200000-0x3fffffff] page 2M
    Aug 26 09:54:35 machine kernel: [mem 0x40000000-0x40003fff] page 4k
    Aug 26 09:54:35 machine kernel: BRK [0x02b29000, 0x02b29fff] PGTABLE
    Aug 26 09:54:35 machine kernel: init_memory_mapping: [mem 0x40005000-0x9a0befff]
    Aug 26 09:54:35 machine kernel: [mem 0x40005000-0x401fffff] page 4k
    Aug 26 09:54:35 machine kernel: [mem 0x40200000-0x99ffffff] page 2M
    Aug 26 09:54:35 machine kernel: [mem 0x9a000000-0x9a0befff] page 4k
    Aug 26 09:54:35 machine kernel: init_memory_mapping: [mem 0x9afff000-0x9affffff]
    Aug 26 09:54:35 machine kernel: [mem 0x9afff000-0x9affffff] page 4k
    Aug 26 09:54:35 machine kernel: RAMDISK: [mem 0x37976000-0x37cb2fff]
    Aug 26 09:54:35 machine kernel: ACPI: Early table checksum verification disabled
    Aug 26 09:54:35 machine kernel: ACPI: RSDP 0x000000009AFFE014 000024 (v02 HPQOEM)
    Aug 26 09:54:35 machine kernel: ACPI: XSDT 0x000000009AFFE210 0000AC (v01 HPQOEM SLIC-MPC 00000001 HP 01000013)
    Aug 26 09:54:35 machine kernel: ACPI: FACP 0x000000009AFFB000 00010C (v05 HPQOEM SLIC-MPC 00000001 HP 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: DSDT 0x000000009AFE9000 00E963 (v01 HPQOEM INSYDE 00000000 INTL 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: FACS 0x000000009AFBA000 000040
    Aug 26 09:54:35 machine kernel: ACPI: UEFI 0x000000009AFFD000 000236 (v01 HPQOEM 183E 00000001 HP 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: ASF! 0x000000009AFFC000 0000A5 (v32 HPQOEM 183E 00000001 HP 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: HPET 0x000000009AFFA000 000038 (v01 HPQOEM 183E 00000001 HP 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: APIC 0x000000009AFF9000 00008C (v03 HPQOEM 183E 00000001 HP 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: MCFG 0x000000009AFF8000 00003C (v01 HPQOEM 183E 00000001 HP 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: WDAT 0x000000009AFE8000 000224 (v01 HPQOEM 183E 00000001 HP 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: SSDT 0x000000009AFE7000 000E21 (v01 HPQOEM INSYDE 00001000 INTL 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: BOOT 0x000000009AFE5000 000028 (v01 HPQOEM 183E 00000001 HP 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: ASPT 0x000000009AFE3000 000034 (v07 HPQOEM 183E 00000001 HP 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: DBGP 0x000000009AFE2000 000034 (v01 HPQOEM 183E 00000001 HP 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: FPDT 0x000000009AFE0000 000044 (v01 HPQOEM 183E 00000001 HP 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: MSDM 0x000000009AFDF000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: SSDT 0x000000009AFDE000 000968 (v01 HPQOEM INSYDE 00003000 INTL 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: SSDT 0x000000009AFDD000 000B22 (v01 HPQOEM INSYDE 00003000 INTL 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: SSDT 0x000000009AFDA000 001EED (v01 HPQOEM INSYDE 00001000 INTL 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: BGRT 0x000000009AFDC000 000038 (v01 HPQOEM 183E 00000001 HP 00040000)
    Aug 26 09:54:35 machine kernel: ACPI: Local APIC address 0xfee00000
    Aug 26 09:54:35 machine kernel: No NUMA configuration found
    Aug 26 09:54:35 machine kernel: Faking a node at [mem 0x0000000000000000-0x000000015f5fffff]
    Aug 26 09:54:35 machine kernel: Initmem setup node 0 [mem 0x00000000-0x15f5fffff]
    Aug 26 09:54:35 machine kernel: NODE_DATA [mem 0x15f5f7000-0x15f5fbfff]
    Aug 26 09:54:35 machine kernel: [ffffea0000000000-ffffea00057fffff] PMD -> [ffff88015ac00000-ffff88015ebfffff] on node 0
    Aug 26 09:54:35 machine kernel: Zone ranges:
    Aug 26 09:54:35 machine kernel: DMA [mem 0x00001000-0x00ffffff]
    Aug 26 09:54:35 machine kernel: DMA32 [mem 0x01000000-0xffffffff]
    Aug 26 09:54:35 machine kernel: Normal [mem 0x100000000-0x15f5fffff]
    Aug 26 09:54:35 machine kernel: Movable zone start for each node
    Aug 26 09:54:35 machine kernel: Early memory node ranges
    Aug 26 09:54:35 machine kernel: node 0: [mem 0x00001000-0x00087fff]
    Aug 26 09:54:35 machine kernel: node 0: [mem 0x00100000-0x1fffffff]
    Aug 26 09:54:35 machine kernel: node 0: [mem 0x20200000-0x40003fff]
    Aug 26 09:54:35 machine kernel: node 0: [mem 0x40005000-0x9a0befff]
    Aug 26 09:54:35 machine kernel: node 0: [mem 0x9afff000-0x9affffff]
    Aug 26 09:54:35 machine kernel: node 0: [mem 0x100000000-0x15f5fffff]
    Aug 26 09:54:35 machine kernel: On node 0 totalpages: 1020998
    Aug 26 09:54:35 machine kernel: DMA zone: 64 pages used for memmap
    Aug 26 09:54:35 machine kernel: DMA zone: 23 pages reserved
    Aug 26 09:54:35 machine kernel: DMA zone: 3975 pages, LIFO batch:0
    Aug 26 09:54:35 machine kernel: DMA32 zone: 9787 pages used for memmap
    Aug 26 09:54:35 machine kernel: DMA32 zone: 626367 pages, LIFO batch:31
    Aug 26 09:54:35 machine kernel: Normal zone: 6104 pages used for memmap
    Aug 26 09:54:35 machine kernel: Normal zone: 390656 pages, LIFO batch:31
    Aug 26 09:54:35 machine kernel: Reserving Intel graphics stolen memory at 0x9ba00000-0x9f9fffff
    Aug 26 09:54:35 machine kernel: ACPI: PM-Timer IO Port: 0x408
    Aug 26 09:54:35 machine kernel: ACPI: Local APIC address 0xfee00000
    Aug 26 09:54:35 machine kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Aug 26 09:54:35 machine kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Aug 26 09:54:35 machine kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    Aug 26 09:54:35 machine kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    Aug 26 09:54:35 machine kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    Aug 26 09:54:35 machine kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    Aug 26 09:54:35 machine kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    Aug 26 09:54:35 machine kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    Aug 26 09:54:35 machine kernel: ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    Aug 26 09:54:35 machine kernel: IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
    Aug 26 09:54:35 machine kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Aug 26 09:54:35 machine kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Aug 26 09:54:35 machine kernel: ACPI: IRQ0 used by override.
    Aug 26 09:54:35 machine kernel: ACPI: IRQ2 used by override.
    Aug 26 09:54:35 machine kernel: ACPI: IRQ9 used by override.
    Aug 26 09:54:35 machine kernel: Using ACPI (MADT) for SMP configuration information
    Aug 26 09:54:35 machine kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Aug 26 09:54:35 machine kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    Aug 26 09:54:35 machine kernel: nr_irqs_gsi: 40
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0x00088000-0x000bffff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0x9a0bf000-0x9a4befff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0x9a4bf000-0x9aebefff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0x9aebf000-0x9afbefff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0x9afbf000-0x9affefff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0x9b000000-0x9f9fffff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0xfee01000-0xffd7ffff]
    Aug 26 09:54:35 machine kernel: PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
    Aug 26 09:54:35 machine kernel: e820: [mem 0x9fa00000-0xdfffffff] available for PCI devices
    Aug 26 09:54:35 machine kernel: Booting paravirtualized kernel on bare hardware
    Aug 26 09:54:35 machine kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    Aug 26 09:54:35 machine kernel: PERCPU: Embedded 29 pages/cpu @ffff88015f200000 s86784 r8192 d23808 u262144
    Aug 26 09:54:35 machine kernel: pcpu-alloc: s86784 r8192 d23808 u262144 alloc=1*2097152
    Aug 26 09:54:35 machine kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    Aug 26 09:54:35 machine kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1005020
    Aug 26 09:54:35 machine kernel: Policy zone: Normal
    Aug 26 09:54:35 machine kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-zen root=UUID=09b369ae-e074-442f-ae02-101a7421b569 rw drm.rnodes=1
    Aug 26 09:54:35 machine kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Aug 26 09:54:35 machine kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
    Aug 26 09:54:35 machine kernel: AGP: Checking aperture...
    Aug 26 09:54:35 machine kernel: AGP: No AGP bridge found
    Aug 26 09:54:35 machine kernel: Calgary: detecting Calgary via BIOS EBDA area
    Aug 26 09:54:35 machine kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Aug 26 09:54:35 machine kernel: Memory: 3885380K/4083992K available (5370K kernel code, 890K rwdata, 1696K rodata, 1128K init, 1164K bss, 198612K reserved)
    Aug 26 09:54:35 machine kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    Aug 26 09:54:35 machine kernel: Preemptible hierarchical RCU implementation.
    Aug 26 09:54:35 machine kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Aug 26 09:54:35 machine kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Aug 26 09:54:35 machine kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    Aug 26 09:54:35 machine kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    Aug 26 09:54:35 machine kernel: NR_IRQS:8448 nr_irqs:744 16
    Aug 26 09:54:35 machine kernel: Console: colour dummy device 80x25
    Aug 26 09:54:35 machine kernel: console [tty0] enabled
    Aug 26 09:54:35 machine kernel: allocated 16777216 bytes of page_cgroup
    Aug 26 09:54:35 machine kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Aug 26 09:54:35 machine kernel: hpet clockevent registered
    Aug 26 09:54:35 machine kernel: tsc: Fast TSC calibration using PIT
    Aug 26 09:54:35 machine kernel: tsc: Detected 2494.477 MHz processor
    Aug 26 09:54:35 machine kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4990.82 BogoMIPS (lpj=8314923)
    Aug 26 09:54:35 machine kernel: pid_max: default: 32768 minimum: 301
    Aug 26 09:54:35 machine kernel: ACPI: Core revision 20140424
    Aug 26 09:54:35 machine kernel: ACPI: All ACPI Tables successfully acquired
    Aug 26 09:54:35 machine kernel: Security Framework initialized
    Aug 26 09:54:35 machine kernel: Yama: becoming mindful.
    Aug 26 09:54:35 machine kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Aug 26 09:54:35 machine kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Aug 26 09:54:35 machine kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Aug 26 09:54:35 machine kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    Aug 26 09:54:35 machine kernel: Initializing cgroup subsys memory
    Aug 26 09:54:35 machine kernel: Initializing cgroup subsys devices
    Aug 26 09:54:35 machine kernel: Initializing cgroup subsys freezer
    Aug 26 09:54:35 machine kernel: Initializing cgroup subsys net_cls
    Aug 26 09:54:35 machine kernel: Initializing cgroup subsys blkio
    Aug 26 09:54:35 machine kernel: Initializing cgroup subsys bfqio
    Aug 26 09:54:35 machine kernel: CPU: Physical Processor ID: 0
    Aug 26 09:54:35 machine kernel: CPU: Processor Core ID: 0
    Aug 26 09:54:35 machine kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    Aug 26 09:54:35 machine kernel: mce: CPU supports 7 MCE banks
    Aug 26 09:54:35 machine kernel: CPU0: Thermal monitoring enabled (TM1)
    Aug 26 09:54:35 machine kernel: 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
    Aug 26 09:54:35 machine kernel: Freeing SMP alternatives memory: 20K (ffffffff819fa000 - ffffffff819ff000)
    Aug 26 09:54:35 machine kernel: ftrace: allocating 20549 entries in 81 pages
    Aug 26 09:54:35 machine kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Aug 26 09:54:35 machine kernel: smpboot: CPU0: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz (fam: 06, model: 3a, stepping: 09)
    Aug 26 09:54:35 machine kernel: TSC deadline timer enabled
    Aug 26 09:54:35 machine kernel: Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    Aug 26 09:54:35 machine kernel: ... version: 3
    Aug 26 09:54:35 machine kernel: ... bit width: 48
    Aug 26 09:54:35 machine kernel: ... generic registers: 4
    Aug 26 09:54:35 machine kernel: ... value mask: 0000ffffffffffff
    Aug 26 09:54:35 machine kernel: ... max period: 0000ffffffffffff
    Aug 26 09:54:35 machine kernel: ... fixed-purpose events: 3
    Aug 26 09:54:35 machine kernel: ... event mask: 000000070000000f
    Aug 26 09:54:35 machine kernel: x86: Booting SMP configuration:
    Aug 26 09:54:35 machine kernel: .... node #0, CPUs: #1
    Aug 26 09:54:35 machine kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Aug 26 09:54:35 machine kernel: #2 #3
    Aug 26 09:54:35 machine kernel: x86: Booted up 1 node, 4 CPUs
    Aug 26 09:54:35 machine kernel: smpboot: Total of 4 processors activated (19963.30 BogoMIPS)
    Aug 26 09:54:35 machine kernel: devtmpfs: initialized
    Aug 26 09:54:35 machine kernel: PM: Registering ACPI NVS region [mem 0x9aebf000-0x9afbefff] (1048576 bytes)
    Aug 26 09:54:35 machine kernel: pinctrl core: initialized pinctrl subsystem
    Aug 26 09:54:35 machine kernel: RTC time: 6:54:21, date: 08/26/14
    Aug 26 09:54:35 machine kernel: NET: Registered protocol family 16
    Aug 26 09:54:35 machine kernel: cpuidle: using governor ladder
    Aug 26 09:54:35 machine kernel: cpuidle: using governor menu
    Aug 26 09:54:35 machine kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    Aug 26 09:54:35 machine kernel: ACPI: bus type PCI registered
    Aug 26 09:54:35 machine kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Aug 26 09:54:35 machine kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Aug 26 09:54:35 machine kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    Aug 26 09:54:35 machine kernel: PCI: Using configuration type 1 for base access
    Aug 26 09:54:35 machine kernel: ACPI: Added _OSI(Module Device)
    Aug 26 09:54:35 machine kernel: ACPI: Added _OSI(Processor Device)
    Aug 26 09:54:35 machine kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Aug 26 09:54:35 machine kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Aug 26 09:54:35 machine kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Aug 26 09:54:35 machine kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    Aug 26 09:54:35 machine kernel: ACPI: Dynamic OEM Table Load:
    Aug 26 09:54:35 machine kernel: ACPI: SSDT 0xFFFF880158F0D000 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20120816)
    Aug 26 09:54:35 machine kernel: ACPI: Dynamic OEM Table Load:
    Aug 26 09:54:35 machine kernel: ACPI: SSDT 0xFFFF880158F59000 000303 (v01 PmRef ApIst 00003000 INTL 20120816)
    Aug 26 09:54:35 machine kernel: ACPI: Dynamic OEM Table Load:
    Aug 26 09:54:35 machine kernel: ACPI: SSDT 0xFFFF880158F11E00 000119 (v01 PmRef ApCst 00003000 INTL 20120816)
    Aug 26 09:54:35 machine kernel: ACPI: Interpreter enabled
    Aug 26 09:54:35 machine kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
    Aug 26 09:54:35 machine kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
    Aug 26 09:54:35 machine kernel: ACPI: (supports S0 S3 S4 S5)
    Aug 26 09:54:35 machine kernel: ACPI: Using IOAPIC for interrupt routing
    Aug 26 09:54:35 machine kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Aug 26 09:54:35 machine kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    Aug 26 09:54:35 machine kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    Aug 26 09:54:35 machine kernel: \_SB_.PCI0:_OSC invalid UUID
    Aug 26 09:54:35 machine kernel: _OSC request data:1 1f 0
    Aug 26 09:54:35 machine kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    Aug 26 09:54:35 machine kernel: PCI host bridge to bus 0000:00
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff]
    Aug 26 09:54:35 machine kernel: pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    Aug 26 09:54:35 machine kernel: pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    Aug 26 09:54:35 machine kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Aug 26 09:54:35 machine kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    Aug 26 09:54:35 machine kernel: pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    Aug 26 09:54:35 machine kernel: pci 0000:00:02.0: reg 0x10: [mem 0xc3000000-0xc33fffff 64bit]
    Aug 26 09:54:35 machine kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
    Aug 26 09:54:35 machine kernel: pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f]
    Aug 26 09:54:35 machine kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    Aug 26 09:54:35 machine kernel: pci 0000:00:14.0: reg 0x10: [mem 0xc3600000-0xc360ffff 64bit]
    Aug 26 09:54:35 machine kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
    Aug 26 09:54:35 machine kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
    Aug 26 09:54:35 machine kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    Aug 26 09:54:35 machine kernel: pci 0000:00:16.0: reg 0x10: [mem 0xc3614000-0xc361400f 64bit]
    Aug 26 09:54:35 machine kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    Aug 26 09:54:35 machine kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    Aug 26 09:54:35 machine kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xc3619000-0xc36193ff]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    Aug 26 09:54:35 machine kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    Aug 26 09:54:35 machine kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    Aug 26 09:54:35 machine kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xc3610000-0xc3613fff 64bit]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Aug 26 09:54:35 machine kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
    Aug 26 09:54:35 machine kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    Aug 26 09:54:35 machine kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xc3618000-0xc36183ff]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    Aug 26 09:54:35 machine kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    Aug 26 09:54:35 machine kernel: pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
    Aug 26 09:54:35 machine kernel: pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
    Aug 26 09:54:35 machine kernel: pci 0000:00:1f.2: reg 0x10: [io 0x5088-0x508f]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1f.2: reg 0x14: [io 0x5094-0x5097]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1f.2: reg 0x18: [io 0x5080-0x5087]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x5090-0x5093]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1f.2: reg 0x20: [io 0x5060-0x507f]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xc3617000-0xc36177ff]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Aug 26 09:54:35 machine kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    Aug 26 09:54:35 machine kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xc3615000-0xc36150ff 64bit]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1f.3: reg 0x20: [io 0x5040-0x505f]
    Aug 26 09:54:35 machine kernel: pci 0000:01:00.0: [1002:6840] type 00 class 0x030000
    Aug 26 09:54:35 machine kernel: pci 0000:01:00.0: reg 0x10: [mem 0xa0000000-0xafffffff 64bit pref]
    Aug 26 09:54:35 machine kernel: pci 0000:01:00.0: reg 0x18: [mem 0xc2000000-0xc201ffff 64bit]
    Aug 26 09:54:35 machine kernel: pci 0000:01:00.0: reg 0x20: [io 0x4000-0x40ff]
    Aug 26 09:54:35 machine kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
    Aug 26 09:54:35 machine kernel: pci 0000:01:00.0: supports D1 D2
    Aug 26 09:54:35 machine kernel: pci 0000:01:00.0: System wakeup disabled by ACPI
    Aug 26 09:54:35 machine kernel: pci 0000:00:01.0: PCI bridge to [bus 01-06]
    Aug 26 09:54:35 machine kernel: pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
    Aug 26 09:54:35 machine kernel: pci 0000:00:01.0: bridge window [mem 0xc2000000-0xc2ffffff]
    Aug 26 09:54:35 machine kernel: pci 0000:00:01.0: bridge window [mem 0xa0000000-0xafffffff 64bit pref]
    Aug 26 09:54:35 machine kernel: pci 0000:07:00.0: [1814:3290] type 00 class 0x028000
    Aug 26 09:54:35 machine kernel: pci 0000:07:00.0: reg 0x10: [mem 0xc3510000-0xc351ffff]
    Aug 26 09:54:35 machine kernel: pci 0000:07:00.0: PME# supported from D0 D3hot
    Aug 26 09:54:35 machine kernel: pci 0000:07:00.1: [1814:3298] type 00 class 0x0d1100
    Aug 26 09:54:35 machine kernel: pci 0000:07:00.1: reg 0x10: [mem 0xc3500000-0xc350ffff]
    Aug 26 09:54:35 machine kernel: pci 0000:07:00.1: supports D1
    Aug 26 09:54:35 machine kernel: pci 0000:07:00.1: PME# supported from D0 D1 D3hot
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.0: PCI bridge to [bus 07]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.0: bridge window [mem 0xc3500000-0xc35fffff]
    Aug 26 09:54:35 machine kernel: pci 0000:08:00.0: [10ec:8136] type 00 class 0x020000
    Aug 26 09:54:35 machine kernel: pci 0000:08:00.0: reg 0x10: [io 0x3000-0x30ff]
    Aug 26 09:54:35 machine kernel: pci 0000:08:00.0: reg 0x18: [mem 0xc3404000-0xc3404fff 64bit pref]
    Aug 26 09:54:35 machine kernel: pci 0000:08:00.0: reg 0x20: [mem 0xc3400000-0xc3403fff 64bit pref]
    Aug 26 09:54:35 machine kernel: pci 0000:08:00.0: supports D1 D2
    Aug 26 09:54:35 machine kernel: pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Aug 26 09:54:35 machine kernel: pci 0000:08:00.0: System wakeup disabled by ACPI
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.1: PCI bridge to [bus 08]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.1: bridge window [mem 0xc3400000-0xc34fffff 64bit pref]
    Aug 26 09:54:35 machine kernel: pci 0000:09:00.0: [10ec:5229] type 00 class 0xff0000
    Aug 26 09:54:35 machine kernel: pci 0000:09:00.0: reg 0x10: [mem 0xc1000000-0xc1000fff]
    Aug 26 09:54:35 machine kernel: pci 0000:09:00.0: supports D1 D2
    Aug 26 09:54:35 machine kernel: pci 0000:09:00.0: PME# supported from D1 D2 D3hot
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.2: PCI bridge to [bus 09-0e]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.2: bridge window [mem 0xc1000000-0xc1ffffff]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.2: bridge window [mem 0xc0000000-0xc0ffffff 64bit pref]
    Aug 26 09:54:35 machine kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    Aug 26 09:54:35 machine kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    Aug 26 09:54:35 machine kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    Aug 26 09:54:35 machine kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    Aug 26 09:54:35 machine kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    Aug 26 09:54:35 machine kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    Aug 26 09:54:35 machine kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    Aug 26 09:54:35 machine kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    Aug 26 09:54:35 machine kernel: ACPI: Enabled 4 GPEs in block 00 to 3F
    Aug 26 09:54:35 machine kernel: ACPI : EC: GPE = 0x1d, I/O: command/status = 0x66, data = 0x62
    Aug 26 09:54:35 machine kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Aug 26 09:54:35 machine kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    Aug 26 09:54:35 machine kernel: vgaarb: loaded
    Aug 26 09:54:35 machine kernel: vgaarb: bridge control possible 0000:01:00.0
    Aug 26 09:54:35 machine kernel: vgaarb: no bridge control possible 0000:00:02.0
    Aug 26 09:54:35 machine kernel: PCI: Using ACPI for IRQ routing
    Aug 26 09:54:35 machine kernel: PCI: pci_cache_line_size set to 64 bytes
    Aug 26 09:54:35 machine kernel: e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
    Aug 26 09:54:35 machine kernel: e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    Aug 26 09:54:35 machine kernel: e820: reserve RAM buffer [mem 0x9a0bf000-0x9bffffff]
    Aug 26 09:54:35 machine kernel: e820: reserve RAM buffer [mem 0x9b000000-0x9bffffff]
    Aug 26 09:54:35 machine kernel: e820: reserve RAM buffer [mem 0x15f600000-0x15fffffff]
    Aug 26 09:54:35 machine kernel: NetLabel: Initializing
    Aug 26 09:54:35 machine kernel: NetLabel: domain hash size = 128
    Aug 26 09:54:35 machine kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Aug 26 09:54:35 machine kernel: NetLabel: unlabeled traffic allowed by default
    Aug 26 09:54:35 machine kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    Aug 26 09:54:35 machine kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    Aug 26 09:54:35 machine kernel: Switched to clocksource hpet
    Aug 26 09:54:35 machine kernel: pnp: PnP ACPI init
    Aug 26 09:54:35 machine kernel: ACPI: bus type PNP registered
    Aug 26 09:54:35 machine kernel: system 00:00: [io 0x0680-0x069f] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:00: [io 0x1000-0x100f] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:00: [io 0xffff] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:00: [io 0xffff] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:00: [io 0x0400-0x0453] could not be reserved
    Aug 26 09:54:35 machine kernel: system 00:00: [io 0x0458-0x047f] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:00: [io 0x0500-0x057f] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:00: [io 0x164e-0x164f] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:00: [io 0x0454-0x0457] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:00: [io 0x0380-0x0387] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    Aug 26 09:54:35 machine kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    Aug 26 09:54:35 machine kernel: pnp 00:02: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
    Aug 26 09:54:35 machine kernel: pnp 00:03: Plug and Play ACPI device, IDs SYN1e60 SYN1e00 SYN0002 PNP0f13 (active)
    Aug 26 09:54:35 machine kernel: system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:04: [mem 0xfed90000-0xfed93fff] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
    Aug 26 09:54:35 machine kernel: system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
    Aug 26 09:54:35 machine kernel: system 00:04: [mem 0x9fa00000-0x9fa00fff] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    Aug 26 09:54:35 machine kernel: system 00:05: [mem 0x20000000-0x201fffff] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:05: [mem 0x40004000-0x40004fff] has been reserved
    Aug 26 09:54:35 machine kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
    Aug 26 09:54:35 machine kernel: pnp: PnP ACPI: found 6 devices
    Aug 26 09:54:35 machine kernel: ACPI: bus type PNP unregistered
    Aug 26 09:54:35 machine kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
    Aug 26 09:54:35 machine kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xc2020000-0xc203ffff pref]
    Aug 26 09:54:35 machine kernel: pci 0000:00:01.0: PCI bridge to [bus 01-06]
    Aug 26 09:54:35 machine kernel: pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
    Aug 26 09:54:35 machine kernel: pci 0000:00:01.0: bridge window [mem 0xc2000000-0xc2ffffff]
    Aug 26 09:54:35 machine kernel: pci 0000:00:01.0: bridge window [mem 0xa0000000-0xafffffff 64bit pref]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.0: PCI bridge to [bus 07]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.0: bridge window [mem 0xc3500000-0xc35fffff]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.1: PCI bridge to [bus 08]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.1: bridge window [mem 0xc3400000-0xc34fffff 64bit pref]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.2: PCI bridge to [bus 09-0e]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.2: bridge window [io 0x2000-0x2fff]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.2: bridge window [mem 0xc1000000-0xc1ffffff]
    Aug 26 09:54:35 machine kernel: pci 0000:00:1c.2: bridge window [mem 0xc0000000-0xc0ffffff 64bit pref]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:00: resource 20 [mem 0x9fa00000-0xfeafffff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:01: resource 0 [io 0x4000-0x4fff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:01: resource 1 [mem 0xc2000000-0xc2ffffff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:01: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:07: resource 1 [mem 0xc3500000-0xc35fffff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:08: resource 0 [io 0x3000-0x3fff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:08: resource 2 [mem 0xc3400000-0xc34fffff 64bit pref]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:09: resource 0 [io 0x2000-0x2fff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:09: resource 1 [mem 0xc1000000-0xc1ffffff]
    Aug 26 09:54:35 machine kernel: pci_bus 0000:09: resource 2 [mem 0xc0000000-0xc0ffffff 64bit pref]
    Aug 26 09:54:35 machine kernel: NET: Registered protocol family 2
    Aug 26 09:54:35 machine kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    Aug 26 09:54:35 machine kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    Aug 26 09:54:35 machine kernel: TCP: Hash tables configured (established 32768 bind 32768)
    Aug 26 09:54:35 machine kernel: TCP: reno registered
    Aug 26 09:54:35 machine kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Aug 26 09:54:35 machine kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Aug 26 09:54:35 machine kernel: NET: Registered protocol family 1
    Aug 26 09:54:35 machine kernel: pci 0000:00:02.0: Boot video device
    Aug 26 09:54:35 machine kernel: PCI: CLS 64 bytes, default 64
    Aug 26 09:54:35 machine kernel: Unpacking initramfs...
    Aug 26 09:54:35 machine kernel: Freeing initrd memory: 3316K (ffff880037976000 - ffff880037cb3000)
    Aug 26 09:54:35 machine kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Aug 26 09:54:35 machine kernel: software IO TLB [mem 0x9316c000-0x9716c000] (64MB) mapped at [ffff88009316c000-ffff88009716bfff]
    Aug 26 09:54:35 machine kernel: Simple Boot Flag at 0x44 set to 0x1
    Aug 26 09:54:35 machine kernel: RAPL PMU detected, hw unit 2^-16 Joules, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
    Aug 26 09:54:35 machine kernel: Scanning for low memory corruption every 60 seconds
    Aug 26 09:54:35 machine kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
    Aug 26 09:54:35 machine kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Aug 26 09:54:35 machine kernel: zbud: loaded
    Aug 26 09:54:35 machine kernel: VFS: Disk quotas dquot_6.5.2
    Aug 26 09:54:35 machine kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Aug 26 09:54:35 machine kernel: msgmni has been set to 7694
    Aug 26 09:54:35 machine kernel: Key type big_key registered
    Aug 26 09:54:35 machine kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Aug 26 09:54:35 machine kernel: io scheduler noop registered
    Aug 26 09:54:35 machine kernel: io scheduler deadline registered
    Aug 26 09:54:35 machine kernel: io scheduler cfq registered
    Aug 26 09:54:35 machine kernel: io scheduler bfq registered (default)
    Aug 26 09:54:35 machine kernel: BFQ I/O-scheduler version: v7r5
    Aug 26 09:54:35 machine kernel: pcieport 0000:00:01.0: device [8086:0151] has invalid IRQ; check vendor BIOS
    Aug 26 09:54:35 machine kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    Aug 26 09:54:35 machine kernel: pcieport 0000:00:1c.0: device [8086:1e10] has invalid IRQ; check vendor BIOS
    Aug 26 09:54:35 machine kernel: pcieport 0000:00:1c.1: device [8086:1e12] has invalid IRQ; check vendor BIOS
    Aug 26 09:54:35 machine kernel: pcieport 0000:00:1c.2: device [8086:1e14] has invalid IRQ; check vendor BIOS
    Aug 26 09:54:35 machine kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Aug 26 09:54:35 machine kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Aug 26 09:54:35 machine kernel: efifb: probing for efifb
    Aug 26 09:54:35 machine kernel: efifb: framebuffer at 0xb0000000, mapped to 0xffffc90010800000, using 4160k, total 4160k
    Aug 26 09:54:35 machine kernel: efifb: mode is 1366x768x32, linelength=5504, pages=1
    Aug 26 09:54:35 machine kernel: efifb: scrolling: redraw
    Aug 26 09:54:35 machine kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Aug 26 09:54:35 machine kernel: Console: switching to colour frame buffer device 170x48
    Aug 26 09:54:35 machine kernel: fb0: EFI VGA frame buffer device
    Aug 26 09:54:35 machine kernel: intel_idle: MWAIT substates: 0x21120
    Aug 26 09:54:35 machine kernel: intel_idle: v0.4 model 0x3A
    Aug 26 09:54:35 machine kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
    Aug 26 09:54:35 machine kernel: GHES: HEST is not enabled!
    Aug 26 09:54:35 machine kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Aug 26 09:54:35 machine kernel: Linux agpgart interface v0.103
    Aug 26 09:54:35 machine kernel: rtc_cmos 00:01: RTC can wake from S4
    Aug 26 09:54:35 machine kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    Aug 26 09:54:35 machine kernel: rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
    Aug 26 09:54:35 machine kernel: Intel P-state driver initializing.
    Aug 26 09:54:35 machine kernel: Intel pstate controlling: cpu 0
    Aug 26 09:54:35 machine kernel: Intel pstate controlling: cpu 1
    Aug 26 09:54:35 machine kernel: Intel pstate controlling: cpu 2
    Aug 26 09:54:35 machine kernel: Intel pstate controlling: cpu 3
    Aug 26 09:54:35 machine kernel: ledtrig-cpu: registered to indicate activity on CPUs
    Aug 26 09:54:35 machine kernel: TCP: vegas registered
    Aug 26 09:54:35 machine kernel: TCP: yeah registered
    Aug 26 09:54:35 machine kernel: NET: Registered protocol family 10
    Aug 26 09:54:35 machine kernel: NET: Registered protocol family 17
    Aug 26 09:54:35 machine kernel: registered taskstats version 1
    Aug 26 09:54:35 machine kernel: Magic number: 10:491:924
    Aug 26 09:54:35 machine kernel: rtc_cmos 00:01: setting system clock to 2014-08-26 06:54:21 UTC (1409036061)
    Aug 26 09:54:35 machine kernel: PM: Hibernation image not present or could not be loaded.
    Aug 26 09:54:35 machine kernel: Freeing unused kernel memory: 1128K (ffffffff818e0000 - ffffffff819fa000)
    Aug 26 09:54:35 machine kernel: Write protecting the kernel read-only data: 8192k
    Aug 26 09:54:35 machine kernel: Freeing unused kernel memory: 764K (ffff880002541000 - ffff880002600000)
    Aug 26 09:54:35 machine kernel: Freeing unused kernel memory: 352K (ffff8800027a8000 - ffff880002800000)
    Aug 26 09:54:35 machine kernel: CFS CPU scheduler.
    Aug 26 09:54:35 machine kernel: random: systemd-tmpfile urandom read with 18 bits of entropy available
    Aug 26 09:54:35 machine systemd-udevd[58]: starting version 215
    Aug 26 09:54:35 machine kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    Aug 26 09:54:35 machine kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Aug 26 09:54:35 machine kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Aug 26 09:54:35 machine kernel: ACPI: bus type USB registered
    Aug 26 09:54:35 machine kernel: usbcore: registered new interface driver usbfs
    Aug 26 09:54:35 machine kernel: usbcore: registered new interface driver hub
    Aug 26 09:54:35 machine kernel: usbcore: registered new device driver usb
    Aug 26 09:54:35 machine kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Aug 26 09:54:35 machine kernel: ehci-pci: EHCI PCI platform driver
    Aug 26 09:54:35 machine kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
    Aug 26 09:54:35 machine kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    Aug 26 09:54:35 machine kernel: ehci-pci 0000:00:1a.0: debug port 2
    Aug 26 09:54:35 machine kernel: rtsx_pci 0000:09:00.0: irq 41 for MSI/MSI-X
    Aug 26 09:54:35 machine kernel: rtsx_pci 0000:09:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 41
    Aug 26 09:54:35 machine kernel: SCSI subsystem initialized
    Aug 26 09:54:35 machine kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    Aug 26 09:54:35 machine kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xc3619000
    Aug 26 09:54:35 machine kernel: libata version 3.00 loaded.
    Aug 26 09:54:35 machine kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    Aug 26 09:54:35 machine kernel: hub 1-0:1.0: USB hub found
    Aug 26 09:54:35 machine kernel: hub 1-0:1.0: 2 ports detected
    Aug 26 09:54:35 machine kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
    Aug 26 09:54:35 machine kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    Aug 26 09:54:35 machine kernel: ehci-pci 0000:00:1d.0: debug port 2
    Aug 26 09:54:35 machine kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    Aug 26 09:54:35 machine kernel: ehci-pci 0000:00:1d.0: irq 20, io mem 0xc3618000
    Aug 26 09:54:35 machine kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    Aug 26 09:54:35 machine kernel: hub 2-0:1.0: USB hub found
    Aug 26 09:54:35 machine kernel: hub 2-0:1.0: 2 ports detected
    Aug 26 09:54:35 machine kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    Aug 26 09:54:35 machine kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    Aug 26 09:54:35 machine kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    Aug 26 09:54:35 machine kernel: xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X
    Aug 26 09:54:35 machine kernel: hub 3-0:1.0: USB hub found
    Aug 26 09:54:35 machine kernel: hub 3-0:1.0: 4 ports detected
    Aug 26 09:54:35 machine kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    Aug 26 09:54:35 machine kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    Aug 26 09:54:35 machine kernel: hub 4-0:1.0: USB hub found
    Aug 26 09:54:35 machine kernel: hub 4-0:1.0: 4 ports detected
    Aug 26 09:54:35 machine kernel: ahci 0000:00:1f.2: version 3.0
    Aug 26 09:54:35 machine kernel: ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    Aug 26 09:54:35 machine kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Aug 26 09:54:35 machine kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x11 impl SATA mode
    Aug 26 09:54:35 machine kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    Aug 26 09:54:35 machine kernel: scsi0 : ahci
    Aug 26 09:54:35 machine kernel: scsi1 : ahci
    Aug 26 09:54:35 machine kernel: scsi2 : ahci
    Aug 26 09:54:35 machine kernel: scsi3 : ahci
    Aug 26 09:54:35 machine kernel: scsi4 : ahci
    Aug 26 09:54:35 machine kernel: scsi5 : ahci
    Aug 26 09:54:35 machine kernel: ata1: SATA max UDMA/133 abar m2048@0xc3617000 port 0xc3617100 irq 43
    Aug 26 09:54:35 machine kernel: ata2: DUMMY
    Aug 26 09:54:35 machine kernel: ata3: DUMMY
    Aug 26 09:54:35 machine kernel: ata4: DUMMY
    Aug 26 09:54:35 machine kernel: ata5: SATA max UDMA/133 abar m2048@0xc3617000 port 0xc3617300 irq 43
    Aug 26 09:54:35 machine kernel: ata6: DUMMY
    Aug 26 09:54:35 machine kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
    Aug 26 09:54:35 machine kernel: ata1: SATA l

    It was already hooked, however, I moved it from the last line to this: `HOOKS="colors base udev autodetect fsck modconf block filesystems keyboard"`
    Not a change. It, I guess only works on the root partition.
    I just ran a `fsck /dev/sdaX` from the emergency console after unmounting it. Problem is solved but the bug is, I guess is still there.
    Thank you anyway.

  • Problem with Portal's SLD technical systems setup..

    Hi guys,
    I'm implementing ESS v60.2. and need to setup portal's SLD. When I'm trying to set-up Web AS ABAP system, I can select no Product (in the last step). System response, that the Product has no Components. I understand, that this is probably problem of basis, but...
    Can anyone help, what to do?
    Thanx, Peter

    You should import the CR Content to the SLD to get the list of components. So, you do this by
    Administration > Import(under Content) >  In the Browse choose the path
    <installation Drive >:\usr\sap\J2E\SYS\global\sld\model and choose CR_Content.zip and Press Import CR Content.
    It will take some time like an hr or more to import. Be patient.
    Now, you will see the produts.
    Hope this helps,
    Kumar

  • Hello, I have an iPod touch 5th gen and it continuously loses its wifi connection and also it doesn't show the usage status in the settings. It's got the 6.1.2. Software. Any idea as to what could be the problem?

    I've recently updated the iPod and also restored it. But the problem with the wifi connectivity still prevails. There is also a problem with the battery. After having charged it completely, the usage still doesn't appear in the settings. Any opinions as to what could be the probable problem?

    In settings>general>usage it shows --
    And yes, it shows the same problem when connected to other networks.

  • EStation C510a Zeen applications stop responding problem

    I keep having problems with the Zeen locking up and getting error messages:
    "Activity Internet (in application Internet) is not responding".
    "Activity eReader (in application eReader) is not responding".
    I believe I have also had the problem with Home.
    The error message gives me the options of Force Close and Wait.  Wait generally doesn't fix the problem long term.  I have found Force Close the most helpful.  Afterwards, I have to search for the place I was in the application. 
    This "Freeze up" is very annoying.
    Has anyone found a "fix" for this problem or have any idea of when/if HP is going to issue a fix?  I had read some time ago that HP was going to issue a major update on January 3 that would fix these problems.  I have not yet seen that update.
    Is anyone else having these problems?
    Calling HP support is very time consuming and frustrating.  I may soon be forced to again contact them.

    UPDATE
    I just got off the phone with HP Support and was told that HP no longer supports the Android operating system, which is the probable problem with the applications locking up.  He suggested that I call Google Android support and try to download the newer version of Android to the Zeen tablet.  I don't think that is something I am qualified to do.
    I had been told by HP support, last month, that there would soon be an upgrade from Android 2.1 to 2.2 and that that would solve many problems.  That is apparently never going to happen.
    HP has dropped the price from the original $399.99 to $329.99 and are giving a free $50 gift card with the purchase.  I think it is obvious that HP has washed their hands of the product and are no longer providing future upgrades and only limited support now.  I doubt that we can trust HP to support the eFax or ePrint functions in the future.
    I am considering trying to return my printer to Amazon.

  • BLOB Problems

    Hi,
    Tough problem it seems.
    I have a database with BLOB datatype and various files of various formats like pdf, office, txt.
    Most of these files blob are properly displayed using the following PHP script
    <?
    $conn = OCILogon ("","","");
    $sql = "";
    $stmt = oci_parse($conn, $sql);
    oci_execute($stmt)
    or die ("Unable to execute query");
    while ($row = oci_fetch_array($stmt)) {
    $id = $row['0'];
    $blob = $row['1'];
    $filename = $row['2'];
    header("Content-type: application/octet-stream");
    header("Content-disposition: attachment; filename=$filename");
    echo "$blob -> readfile()";
    OCIlogoff ($conn);
    ?>
    When the display doesn't work, I have the following characters displayed.
    JAL Ø 'Oh3Â.
    Ä4á Bá Øp | €ÏðH
    # a'hÐ !
    C# ¸«ýÿ
    Ã% Ùt¾a1(TM)Læ"Y'Þq9 Nç"Ùôþ A¡Pè"Z5 Ø¥'€ b H ð /áò m@ - ÂÁÀ ª¾à X£öP 0 'P' ª9oZ%¢vk'~P ²ÞooûÕÞ l# ¤°Ü$/ fÂÃ18l^"J » ±õèÌ8Å--+æaùË<0Ý--
    The most probable problem would be the Byte Order Mark problem known from PHP http://bugs.php.net/42312 but I am not sure.
    I just don't get it. The enconding of the database is ISO. Why some documents are absolutely fine, why some are not?
    Any help would be very much appreciated.
    Edited by: user13013984 on 21 avr. 2010 13:10

    Hi
    Thanks for replying. Data storage seems fine, I have a data presentation issue. The binary cannot be read, the file format isn't recognized.
    When I try the SQL you submitted I get this :
    Erreur SQL : ORA-00932: types de données incohérents : NUMBER attendu ; BINARY obtenu
    00932. 00000 - "inconsistent datatypes: expected %s got %s"
    For example, some word documents stored as long raw work perfectly fine, some cannot be read. No txt files can be read. Some Excel files work fine, some don't.
    There are no Office versions differences between them.
    Is there any tool/code capable of reading any long raw datatype?

  • Help Please: Cool Mathematical Probability

    Hi there,
    My assignment is to prove that in a group of 30 people, at least 50% have the same birthdays. And in a group of 50 people, 70% have the same birthdays.
    I have to use Math.random()*365 for every day of the year and store the values in an array of 30 and 50. I have to check of how many times each array has the same numbers. This program has to run 100,000 times
    When you compile and run the program, this is what you should get:
    50% 30 people
    70% 50 people
    This is all I have so far, but I'm stuck and don't know how to check the arrays.
    import jpb.*;
    public class Project5
    public static void main (String []args)
         int[] a = new int[30];
         int[] b = new int[50];
         int ran1 = 0;
         for(int i=0; i<100000; i++)
         for(int cnt=0; cnt<30; cnt++)
              ran1 = (int) Math.random()*365;
              a[cnt]= ran1;

    Well, one the one hand it's a simple probability problem. On the other hand, my statistics is REAL weak. Fortunately, my web skills are high, thus turning up:
    http://www.studyworksonline.com/cda/content/explorations/0,1035,NAV2-76_SEP949,00.html
    Anyway, here's my code. I know it's homework, but it was quick and painless (save for the results which didn't match the original posters, but they match the web site above, so "Works for me!").
    Enjoy!
    Make sure you cite me as a reference when you turn it in!
    import java.util.Arrays;
    import java.util.Random;
    public class BDay
        Random r;
        public BDay()
            r = new Random();
        public boolean matchingBDays(int numberOfPeople)
            int bdayList[] = new int[numberOfPeople];
            int i;
            boolean result = false;
            for(i = 0; i < numberOfPeople; i++) {
                bdayList[i] = r.nextInt(365);
            Arrays.sort(bdayList);
            for(i = 1; i < numberOfPeople; i++) {
                if (bdayList[i] == bdayList[i - 1]) {
                    result = true;
                    break;
            return result;
        public float percentMatching(int iterations, int numberOfPeople)
            float successes = 0;
            float result;
            int i;
            for(i = 0; i < iterations; i++) {
                if (matchingBDays(numberOfPeople)) {
                    successes++;
            result = successes/(float)iterations;
            return result * 100;
        public static void main(String args[])
            BDay b = new BDay();
            System.out.println("100,000 iterations with 25 people:" +
                               b.percentMatching(100000, 25));
            System.out.println("100,000 iterations with 60 people:" +
                               b.percentMatching(100000, 60));

  • ITunes 5 problems, downgrade? ugh..

    You all have heard the story so many times now, and a select few have found solutions, but they haven't shared. I updated to 5.0 and it crashed my computer. I then updated to the new "fix" 5.0.1, which, as you know, fixes nothing. My library is (damaged) and the songs I could save have ! signs by them.
    Now, I know the physical MP3 files are still in tact, in the iTunes file structure. Will someone PLEASE tell me, and the rest of the world what Apple expects us to do? I want to downgrade to 4.9--everything worked fine then.
    These bugs have cause problems in Mail, Safari and the Finder in general. There are probably problems I haven't even noticed yet.
    Someone please tell me how to get my computer to remember my prefs (and not go back to factory default every time I turn it on---and how to make iTunes back to the great program it once was.

    The most-likely reason why your still having problems with your Library in iTunes 5.0.1 is because iTunes 5.0 has probably replaced your previous library. Hopefully iTunes did what it was programed to do and created a folder in the "iTunes" folder (In your account's "Music" folder) named "Previous iTunes Libraries", If so quit iTunes 5.0.1 and delete "iTunes Library" in the "iTunes" folder and replace it with the playlist in the "Previous iTunes Libraries" folder that is named "iTunes 4 Music Library" and rename it "iTunes Library" then open up iTunes 5.0.1 and it should re-update the library. That's what worked for me, though I've yet to experiance any problems in Mail, Safari or Finder. If this doen't work for you it may be something else. I hope this helps a little.
    -- Ben

  • MBP 15,4" Early 2008 - VISTA 64-bit:Wi-Fi issue, BSOD issue, uTorrent issue

    If you noticed following problems under Vista (64-bit and 32-bit) and/or Windows XP SP2/SP3:
    - MBP looses Wi-Fi connection and can not login again to Wi-Fi router (restart needed to solve this)
    - random crashes/BSODs/restarts,
    - problems with uTorrent
    you have a probably problem with stability OS and Broadcom 4321ABGN Wireless Network drivers 4.170.25.15 (bcmwl664.sys - check minidump file (copy from C:\Windows\Minidump to Desktop for example) using Windows Debugger available on MS website: http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx
    Issue is well known in other than Apple products:
    http://forum.tabletpcreview.com/showthread.php?t=20091
    Solution: to install 4.170.77.3 drivers available from:
    http://www.station-drivers.com/page/broadcom.htm
    http://www.x-drivers.com/catalog/drivers/wireless_networks/companies/broadcom/mo dels/index.html
    If setup.exe does not respond install drivers from Hardware Manager (Update driver).
    I did not notice described issue anymore after applying new drivers. This could be also a an issue between Broadcom drivers/OS and uTorrent.
    Regards,

    http://support.apple.com/kb/PH11342
    OS X Mountain Lion: Use Apple Hardware Test
    Kernel Panics? Don't panic too!  

  • Not able to connect remote oracle database over VPN

    I can not connect remote oracle database over VPN. tnsping is ok and it shows the server information of remote database. i can also telnet the 1521 port of remote database server. I can connect the same server when it is located in the same LAN. Please help me out this is very urgent.

    6b6c669e-6baa-45c4-a6dc-444aef2d5e7a wrote:
    I can not connect remote oracle database over VPN. tnsping is ok and it shows the server information of remote database. i can also telnet the 1521 port of remote database server. I can connect the same server when it is located in the same LAN. Please help me out this is very urgent.
    First, this is a forum of volunteers.  There is no "urgent" here.
    "Urgent" means one of two things -
    1) people are dying, or
    2) you have a customer-facing, revenue-producing production system that is down.
    (And to get some perspective on the second case, keep the first in mind.)
    For the first, you call whatever civil emergency service seems appropriate.
    For the second, you open an SR with Oracle - which requires a paid-up support contract. For *them* to consider your problem "urgent", you will need to demonstrate that your problem falls under item #2. I seriously doubt your problem fits that criteria.
    You don't have a support contract?  Now you know the exact dollar figure that your company places on the data.
    That said, you need to understand a few things about your specific problem,
    First, port 1521 is only used by the listener to accept a connection request.  Once it gets that request (and finds that it is for a service (sid) that it knows about, it will fork a server process and tell the requesting client that it can communicate with that server process over some other port .. a randomly chosen port number in the "high" range.  It could be your vpn is blocking that other port, whereas your internal firewall is not.
    But this is just an educated guess since I cannot find "can not connect remote oracle database over VPN" in any error message manual. If you had mentioned the VPN along with an actual oracle error message we could be much more precise in our diagnoses and recommendations.
    ---- edit 22 Sep
    It occurred to me that I just assumed you were using the same client machine in both cases ... a laptop that you use both at work (local network) and home (vpn).  If that assumption is false, there are probably problems with your tns setup on the home (vpn) machine.
    But again, it would be much easier to help if you gave us an actual error message.

  • Error while Connecting Crystal 2008 to SAP.

    Hi Experts,
    We have a trial version of crystal 2008 installed (The SAP integration Kit is also installed) and I am trying to connect to SAP and develop a report on the SAP Cubes. But when I try to make a Connection to SAP, I get the following error:
    Database Connector Error: 'The License key does not include use of the BW Query Driver. Please Contact Business objects for information on how to obtain such a license key.'
    Is this a licensing issue with SAP integration kit or Crystal?
    Please let me know what would be the probable problem and solution for it.
    Thanks for your help in advance!
    Phani.

    hi,
    for SAP Integration Kit license kay updation; follow the steps
    Go to windows start menu>Run>type regedit> HKEY_LOCAL_MACHINE>Softwares>Business Objects>Suite 12.0>SAP>keycode.

  • Sharing iPhoto library between a Mac and a PC

    Anyone have any tips on this one?
    My wife and I would like to share the iPhoto library between her PC laptop and my Mac Pro. What's the best way to go about this?
    Would it be best to put the library up on the wireless drive attached to the Airport Extreme wireless and share that way. I would format the drive for PC so it would be readable from both computers.
    Option 2 is to put the iPhoto library on an external PC formatted drive and and then physically attach it to whatever computer is using the library.
    I know there are probably problems that come with these methods and possibly that it wouldn't work at all. Not sure exactly. Thought I'd check in before I opened a huge can-o-worms.
    Thanks!

    1. iPhoto has no cross-platform capabilities whatsoever.
    2. Putting the iPhoto Library on a disk formatted for PC is a frequent cause of problems. Folks report issue with updating the Library, keywords, accessing the pics in other apps and so on.
    3. Using iPhoto on a wireless connection is also not recommended. Connection dropouts are a fact of life on wireless (even very brief ones.) If one occurs while iPhoto is writing to the Library then the Library will be corrupted.
    4. If you look inside the iPhoto Library Folder you can see how that Library is organised: there are various files, which are the Library itself and some ancillary files. Then you have three core folders
    Originals are the photos as they were downloaded from your camera or scanner.
    (ii) Modified contains edited pics, shots that you have cropped, rotated or changed in any way.
    (iii) Data holds the thumbnails the the app needs to show you the photos in the iPhoto Window.
    Remember: iPhoto depends on the structure as well as the contents of this folder. Moving things, renaming things or otherwise making changes will prevent iPhoto from working and could even cause you to damage or lose your photos.
    Browsing through the Library folder with another app - for instance, whatever you use to view the pics on the Windows machine - can alter the structure of the Library. Another recipe for disaster.
    What you can do:
    1. Use an app that has a cross platform capability such as Microsoft’s Expression
    2. Run a *Referenced Library*:
    Simply go to iPhoto Menu -> Preferences -> Advanced and uncheck 'Copy Files to the iPhoto Library on Import'.
    Now iPhoto will not copy the files, but rather simply reference them on your HD. To do this it will create an alias in the Originals Folder that points to your file. It will still create a thumbnail and, if you modify the pics, a Modified version within the iPhoto Library Folder.
    However, you need to be aware of a number of potential pitfalls using this system.
    1. Import and deleting pics are more complex procedures
    2. You cannot move or rename the files on your system or iPhoto will lose track of them on systems prior to 10.5 and iPhoto 08. Even with the later versions issues can still arise if you move the referenced files to new volumes or between volumes.
    3. Most importantly, migrating to a new disk or computer can be much more complex.
    I don’t recommend it but this will allow you to share the Original files (though not the edited versions.)
    Regards
    TD

Maybe you are looking for

  • Time Capsule (1st Generation) and Airport Express (ver 6.3) issues

    Hi, I am trying to extend the reach of my time capsule with the airport express. I have allowed my Time Capsule Network to be extended, but can not see any option on Airport Express setting for other than "create" or "join" a wireless network. Is it

  • Objects in InDesign files disappear when exported to PDF (CS5.5)

    I have some text that was created to outlines, filled and has a drop shadow applied. When I export the document to pdf, part of the text (the fill) disappears, and all I get is the drop shadow. I tried changing to a non-spot color, I tried removing a

  • New Mac User-questions

    PRINTING: 1. How does one print or save part (or a "selection") of a webpage other than copying it to Word? I know how to print or save part of a Word doc. 2. How do I save orientation (portrait or landscape) when setting up printing presets? When I

  • Problems posting to mobileMe

    MobileMe has taken several steps backwards with this update; 1. when uploading to mobileMe, I can no longer send a CC to another email address at the same time. 2. you are now required to type in a name for each photo before you can publish it. 3. wh

  • My iphone touch screen is freezing

    my iphone touch screen is freezing, it wont let me do my thing on it as fast as I usually go. This phone has so many problems, its ridiculous and overrated.