Metadata checksum

Can someone explain the metadata checksum process?  I understand it using the MD5 Algorithm to calculate the checksum which is incompatible with FIPS. 
Work around is to remove the Metadata Checksum from the .ispac files.
We don't understand the purpose of the Metadata Checksum, and whether or not removing it will generate a security risk.
We are in the process of upgrading from SQL Server 2008 R2 SP2 to SQL Server 2012 SP2.  We encountered an issue in running an ETL under SQL Server 2012 SP2 that worked successfully under SQL Server 2008 R2 SP2.
DJ

Hi DJ,
I didn't find any official documentation to explain "MetaDataCheckSum" property. I realized you encountered the same issue which describe in MS Connect site below:
Script Component is incompatible with FIPS system:
https://connect.microsoft.com/SQLServer/feedback/details/764122/script-component-is-incompatible-with-fips-system
For this issue, I would suggest opening a case with Microsoft Customer Support Services (CSS) (http://support.microsoft.com), so that a dedicated Support Professional can assist you in a more efficient manner.
Thanks for your understanding.
If you have any feedback on our support, please click
here.
Elvis Long
TechNet Community Support

Similar Messages

  • Public-yum ol6_latest Metadata file does not match checksum

    Update: public-yum is working today and manual checksum is matching as well.
    I am trying to apply the latest Oracle Linux 6 patches to a fresh 6.4 install from the public-yum.  I am able to successfully apply the latest Oracle Linux 6 UEK from the ol6_UEK_latest repository on public-yum.  I am unable to access the ol6_latest repository on public-yum because I receive a "Metadata file does not match checksum" error.  I have attempted to manually verify the checksum and receive a mismatch as well.  See below for more details.
    Thanks,
    Erick
    $ ### clean up yum cache directory
    $ yum clean all
    Loaded plugins: refresh-packagekit, security
    Cleaning repos: ol6_UEK_latest ol6_latest
    Cleaning up Everything
    $ ### attempt to check for updates
    $ yum check-update
    Loaded plugins: refresh-packagekit, security
    ol6_UEK_latest                                                                           | 1.2 kB     00:00
    ol6_UEK_latest/primary                                                                   | 8.0 MB     00:00
    ol6_UEK_latest                                                                                          183/183
    ol6_latest                                                                               | 1.4 kB     00:00
    ol6_latest/primary                                                                       |  29 MB     00:02
    http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
    Trying other mirror.
    ol6_latest/primary                                                                       |  29 MB     00:02
    http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
    Trying other mirror.
    Error: failure: repodata/primary.xml.gz from ol6_latest: [Errno 256] No more mirrors to try.
    $ ### manually verify checksum by downloading gz for UEK repository
    $ wget http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/latest/x86_64/repodata/primary.xml.gz
    --2013-06-13 09:49:17--  http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/latest/x86_64/repodata/primary.xml.gz
    Connecting to 10.87.79.250:8080... connected.
    Proxy request sent, awaiting response... 200 OK
    Length: 8409269 (8.0M) [application/x-gzip]
    Saving to: “primary.xml.gz”
    100%[======================================================================>] 8,409,269   11.1M/s   in 0.7s
    2013-06-13 09:49:18 (11.1 MB/s) - “primary.xml.gz” saved [8409269/8409269]
    $ ### now download xml for UEK repository
    $ wget http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/latest/x86_64/repodata/repomd.xml
    --2013-06-13 09:52:14--  http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/latest/x86_64/repodata/repomd.xml
    Connecting to 10.87.79.250:8080... connected.
    Proxy request sent, awaiting response... 200 OK
    Length: 1240 (1.2K) [text/xml]
    Saving to: “repomd.xml”
    100%[======================================================================>] 1,240       --.-K/s   in 0s
    2013-06-13 09:52:14 (106 MB/s) - “repomd.xml” saved [1240/1240]
    $ ### get published checksum from xml
    $ grep -nA1 primary.xml repomd.xml
    16:    <location href="repodata/primary.xml.gz"/>
    17-    <checksum type="sha">c8fc85aa170c9da4a04e8a58ab594f67c319e874</checksum>
    $ ### generate checksum for gz
    $ sha1sum primary.xml.gz
    c8fc85aa170c9da4a04e8a58ab594f67c319e874  primary.xml.gz
    $ ### UEK checksums match, clean up UEK files from directory
    $ rm primary.xml.gz repomd.xml
    $ ### manually verify checksum by downloading gz for ol6 repository
    $ wget http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/repodata/primary.xml.gz
    --2013-06-13 10:04:59--  http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/repodata/primary.xml.gz
    Connecting to 10.87.79.250:8080... connected.
    Proxy request sent, awaiting response... 200 OK
    Length: 30474994 (29M) [application/x-gzip]
    Saving to: “primary.xml.gz”
    100%[======================================================================>] 30,474,994  6.64M/s   in 4.5s
    2013-06-13 10:05:04 (6.40 MB/s) - “primary.xml.gz” saved [30474994/30474994]
    $ ### now download xml for ol6 repository
    $ wget http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/repodata/repomd.xml
    --2013-06-13 10:05:10--  http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/x86_64/repodata/repomd.xml
    Connecting to 10.87.79.250:8080... connected.
    Proxy request sent, awaiting response... 200 OK
    Length: 1429 (1.4K) [text/xml]
    Saving to: “repomd.xml”
    100%[======================================================================>] 1,429       --.-K/s   in 0s
    2013-06-13 10:05:10 (55.7 MB/s) - “repomd.xml” saved [1429/1429]
    $ ### get published checksum from xml
    $ grep -nA1 primary.xml repomd.xml
    16:    <location href="repodata/primary.xml.gz"/>
    17-    <checksum type="sha">c8b3d8c353045b6e96f1eb6ed519c5d6e75faad3</checksum>
    $ ### generate checksum for gz
    $ sha1sum primary.xml.gz
    47c33491455170c1460646ab3652e40087a4aa19  primary.xml.gz
    $ ### ol6 checksums do not match, clean up ol6 files from directory
    $ rm primary.xml.gz repomd.xml
    $
    Message was edited by: esigfrid

    Thank you for your advice.  Currently public-yum is working again for my two systems (without any changes on my side).  If I run into this problem again I will give it a try.
    Erick

  • MD5 Checksum & additional Metadata?

    I've been asked to supply a Pro Res 422 HQ file with its associated MD5 Checksum and additional metadata.
    Can anybody explain how to do this? I'm aware I can export an XML file, but I can find no mentionof MD5 Checksum (what does this mean exactly)?

    MD5 is a security measure to show that a transmitted file has arrived intact and has not been tampered with.
    You create a file and read out it's MD5 (a string of letters and numbers) that uniquely identifies it.
    Send that to the recipients -in an email for example.
    They then download the video, read its MD5 and compare with the information in your email.
    If both are identical, the file is intact.
    More: http://en.wikipedia.org/wiki/MD5
    You can read the md5 using Terminal, but it's a bit fiddly. This free utility might help: http://www.macupdate.com/app/mac/21726/md5

  • Several errors of the form [drm:.... ] *ERROR*, especially checksum

    Hello to all,
    I am new to Arch Linux and not that experienced in Linux. But I want to learn more. In fact, I have learned a lot since I switched from Fedora to Arch.
    I will straight away go to my problem:
    As indicated in the subject, I have noticed several errors concerning [drm:....] this morning when I booted and checked my system with journalctl -b.
    I do not know how long these errors are there because I yesterday used journalctl for the first time.
    Here is the result of journalctl -b:
    -- Logs begin at Mi 2013-03-13 19:24:10 CET, end at Fr 2013-05-17 10:19:37 CEST. --
    Mai 17 08:07:45 Nathan systemd-journal[113]: Allowing runtime journal files to grow to 193.3M.
    Mai 17 08:07:45 Nathan kernel: Initializing cgroup subsys cpuset
    Mai 17 08:07:45 Nathan kernel: Initializing cgroup subsys cpu
    Mai 17 08:07:45 Nathan kernel: Linux version 3.9.2-1-ARCH (nobody@thomas) (gcc version 4.8.0 20130502 (prerelease) (GCC) ) #1 SMP PREEMPT Sat May 11 20:31:08 CEST 2013
    Mai 17 08:07:45 Nathan kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=65820d33-ca90-4ed3-9b9e-e26a75f9331f ro quiet
    Mai 17 08:07:45 Nathan kernel: e820: BIOS-provided physical RAM map:
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008dfff] usable
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x000000000008e000-0x000000000008ffff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009fbff] usable
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x000000000009fc00-0x00000000000fffff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x0000000040200000-0x000000008ad33fff] usable
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x000000008ad34000-0x000000008ad5efff] ACPI NVS
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x000000008ad5f000-0x000000008afa1fff] ACPI data
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x000000008afa2000-0x000000008affefff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x000000008afff000-0x000000008affffff] ACPI data
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x000000008b000000-0x000000008f9fffff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
    Mai 17 08:07:45 Nathan kernel: BIOS-e820: [mem 0x0000000100000000-0x000000016fdfffff] usable
    Mai 17 08:07:45 Nathan kernel: NX (Execute Disable) protection: active
    Mai 17 08:07:45 Nathan kernel: SMBIOS 2.4 present.
    Mai 17 08:07:45 Nathan kernel: DMI: Apple Inc. MacBookAir4,2/Mac-742912EFDBEE19B3, BIOS MBA41.88Z.0077.B0F.1201241549 01/24/2012
    Mai 17 08:07:45 Nathan kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Mai 17 08:07:45 Nathan kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Mai 17 08:07:45 Nathan kernel: No AGP bridge found
    Mai 17 08:07:45 Nathan kernel: e820: last_pfn = 0x16fe00 max_arch_pfn = 0x400000000
    Mai 17 08:07:45 Nathan kernel: MTRR default type: write-back
    Mai 17 08:07:45 Nathan kernel: MTRR fixed ranges enabled:
    Mai 17 08:07:45 Nathan kernel: 00000-9FFFF write-back
    Mai 17 08:07:45 Nathan kernel: A0000-BFFFF uncachable
    Mai 17 08:07:45 Nathan kernel: C0000-DFFFF write-protect
    Mai 17 08:07:45 Nathan kernel: E0000-FFFFF uncachable
    Mai 17 08:07:45 Nathan kernel: MTRR variable ranges enabled:
    Mai 17 08:07:45 Nathan kernel: 0 base 0C0000000 mask FC0000000 uncachable
    Mai 17 08:07:45 Nathan kernel: 1 base 0A0000000 mask FE0000000 uncachable
    Mai 17 08:07:45 Nathan kernel: 2 base 090000000 mask FF0000000 uncachable
    Mai 17 08:07:45 Nathan kernel: 3 base 08C000000 mask FFC000000 uncachable
    Mai 17 08:07:45 Nathan kernel: 4 base 08B800000 mask FFF800000 uncachable
    Mai 17 08:07:45 Nathan kernel: 5 disabled
    Mai 17 08:07:45 Nathan kernel: 6 disabled
    Mai 17 08:07:45 Nathan kernel: 7 disabled
    Mai 17 08:07:45 Nathan kernel: 8 disabled
    Mai 17 08:07:45 Nathan kernel: 9 disabled
    Mai 17 08:07:45 Nathan kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Mai 17 08:07:45 Nathan kernel: e820: last_pfn = 0x8ad34 max_arch_pfn = 0x400000000
    Mai 17 08:07:45 Nathan kernel: Scanning 1 areas for low memory corruption
    Mai 17 08:07:45 Nathan kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
    Mai 17 08:07:45 Nathan kernel: reserving inaccessible SNB gfx pages
    Mai 17 08:07:45 Nathan kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Mai 17 08:07:45 Nathan kernel: [mem 0x00000000-0x000fffff] page 4k
    Mai 17 08:07:45 Nathan kernel: BRK [0x01b30000, 0x01b30fff] PGTABLE
    Mai 17 08:07:45 Nathan kernel: BRK [0x01b31000, 0x01b31fff] PGTABLE
    Mai 17 08:07:45 Nathan kernel: BRK [0x01b32000, 0x01b32fff] PGTABLE
    Mai 17 08:07:45 Nathan kernel: init_memory_mapping: [mem 0x16fc00000-0x16fdfffff]
    Mai 17 08:07:45 Nathan kernel: [mem 0x16fc00000-0x16fdfffff] page 2M
    Mai 17 08:07:45 Nathan kernel: BRK [0x01b33000, 0x01b33fff] PGTABLE
    Mai 17 08:07:45 Nathan kernel: init_memory_mapping: [mem 0x16c000000-0x16fbfffff]
    Mai 17 08:07:45 Nathan kernel: [mem 0x16c000000-0x16fbfffff] page 2M
    Mai 17 08:07:45 Nathan kernel: init_memory_mapping: [mem 0x100000000-0x16bffffff]
    Mai 17 08:07:45 Nathan kernel: [mem 0x100000000-0x16bffffff] page 2M
    Mai 17 08:07:45 Nathan kernel: BRK [0x01b34000, 0x01b34fff] PGTABLE
    Mai 17 08:07:45 Nathan kernel: init_memory_mapping: [mem 0x00100000-0x1fffffff]
    Mai 17 08:07:45 Nathan kernel: [mem 0x00100000-0x001fffff] page 4k
    Mai 17 08:07:45 Nathan kernel: [mem 0x00200000-0x1fffffff] page 2M
    Mai 17 08:07:45 Nathan kernel: init_memory_mapping: [mem 0x20200000-0x3fffffff]
    Mai 17 08:07:45 Nathan kernel: [mem 0x20200000-0x3fffffff] page 2M
    Mai 17 08:07:45 Nathan kernel: init_memory_mapping: [mem 0x40200000-0x8ad33fff]
    Mai 17 08:07:45 Nathan kernel: [mem 0x40200000-0x8abfffff] page 2M
    Mai 17 08:07:45 Nathan kernel: [mem 0x8ac00000-0x8ad33fff] page 4k
    Mai 17 08:07:45 Nathan kernel: RAMDISK: [mem 0x37a56000-0x37d22fff]
    Mai 17 08:07:45 Nathan kernel: ACPI: RSDP 00000000000fe020 00024 (v02 APPLE )
    Mai 17 08:07:45 Nathan kernel: ACPI: XSDT 000000008ad8e1c0 000AC (v01 APPLE Apple00 00000060 01000013)
    Mai 17 08:07:45 Nathan kernel: ACPI: FACP 000000008ad8c000 000F4 (v04 APPLE Apple00 00000060 Loki 0000005F)
    Mai 17 08:07:45 Nathan kernel: ACPI: DSDT 000000008ad81000 05050 (v01 APPLE MacBookA 00040001 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: FACS 000000008ad3e000 00040
    Mai 17 08:07:45 Nathan kernel: ACPI: HPET 000000008ad8b000 00038 (v01 APPLE Apple00 00000001 Loki 0000005F)
    Mai 17 08:07:45 Nathan kernel: ACPI: APIC 000000008ad8a000 000BC (v02 APPLE Apple00 00000001 Loki 0000005F)
    Mai 17 08:07:45 Nathan kernel: ACPI: SBST 000000008ad88000 00030 (v01 APPLE Apple00 00000001 Loki 0000005F)
    Mai 17 08:07:45 Nathan kernel: ACPI: ECDT 000000008ad87000 00053 (v01 APPLE Apple00 00000001 Loki 0000005F)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad7d000 00024 (v01 APPLE SmcDppt 00001000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad7b000 006CA (v01 APPLE UsbSD 00001000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad77000 00159 (v02 APPLE IGHda 00001000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad73000 015EB (v02 APPLE SsdtIGPU 00001000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad72000 00506 (v01 PmRef Cpu0Ist 00003000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad71000 009B1 (v01 PmRef CpuPm 00003000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad70000 00315 (v01 PmRef Cpu0Tst 00003000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad6f000 0037A (v01 PmRef ApTst 00003000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: MCFG 000000008ad89000 0003C (v01 APPLE Apple00 00000001 Loki 0000005F)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad80000 000FA (v01 SataRe SataPri 00001000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad7f000 000D0 (v01 SataRe SataSec 00001000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad7e000 00032 (v01 Apple SsdtS3 00001000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: Local APIC address 0xfee00000
    Mai 17 08:07:45 Nathan kernel: No NUMA configuration found
    Mai 17 08:07:45 Nathan kernel: Faking a node at [mem 0x0000000000000000-0x000000016fdfffff]
    Mai 17 08:07:45 Nathan kernel: Initmem setup node 0 [mem 0x00000000-0x16fdfffff]
    Mai 17 08:07:45 Nathan kernel: NODE_DATA [mem 0x16fdf8000-0x16fdfcfff]
    Mai 17 08:07:45 Nathan kernel: [ffffea0000000000-ffffea0005bfffff] PMD -> [ffff88016b400000-ffff88016f3fffff] on node 0
    Mai 17 08:07:45 Nathan kernel: Zone ranges:
    Mai 17 08:07:45 Nathan kernel: DMA [mem 0x00001000-0x00ffffff]
    Mai 17 08:07:45 Nathan kernel: DMA32 [mem 0x01000000-0xffffffff]
    Mai 17 08:07:45 Nathan kernel: Normal [mem 0x100000000-0x16fdfffff]
    Mai 17 08:07:45 Nathan kernel: Movable zone start for each node
    Mai 17 08:07:45 Nathan kernel: Early memory node ranges
    Mai 17 08:07:45 Nathan kernel: node 0: [mem 0x00001000-0x0008dfff]
    Mai 17 08:07:45 Nathan kernel: node 0: [mem 0x00090000-0x0009efff]
    Mai 17 08:07:45 Nathan kernel: node 0: [mem 0x00100000-0x1fffffff]
    Mai 17 08:07:45 Nathan kernel: node 0: [mem 0x20200000-0x3fffffff]
    Mai 17 08:07:45 Nathan kernel: node 0: [mem 0x40200000-0x8ad33fff]
    Mai 17 08:07:45 Nathan kernel: node 0: [mem 0x100000000-0x16fdfffff]
    Mai 17 08:07:45 Nathan kernel: On node 0 totalpages: 1025744
    Mai 17 08:07:45 Nathan kernel: DMA zone: 64 pages used for memmap
    Mai 17 08:07:45 Nathan kernel: DMA zone: 156 pages reserved
    Mai 17 08:07:45 Nathan kernel: DMA zone: 3996 pages, LIFO batch:0
    Mai 17 08:07:45 Nathan kernel: DMA32 zone: 8805 pages used for memmap
    Mai 17 08:07:45 Nathan kernel: DMA32 zone: 563508 pages, LIFO batch:31
    Mai 17 08:07:45 Nathan kernel: Normal zone: 7160 pages used for memmap
    Mai 17 08:07:45 Nathan kernel: Normal zone: 458240 pages, LIFO batch:31
    Mai 17 08:07:45 Nathan kernel: ACPI: PM-Timer IO Port: 0x408
    Mai 17 08:07:45 Nathan kernel: ACPI: Local APIC address 0xfee00000
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0xff] disabled)
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0xff] disabled)
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0xff] disabled)
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0xff] disabled)
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
    Mai 17 08:07:45 Nathan kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
    Mai 17 08:07:45 Nathan kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Mai 17 08:07:45 Nathan kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Mai 17 08:07:45 Nathan kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Mai 17 08:07:45 Nathan kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Mai 17 08:07:45 Nathan kernel: ACPI: IRQ0 used by override.
    Mai 17 08:07:45 Nathan kernel: ACPI: IRQ2 used by override.
    Mai 17 08:07:45 Nathan kernel: ACPI: IRQ9 used by override.
    Mai 17 08:07:45 Nathan kernel: Using ACPI (MADT) for SMP configuration information
    Mai 17 08:07:45 Nathan kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Mai 17 08:07:45 Nathan kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    Mai 17 08:07:45 Nathan kernel: nr_irqs_gsi: 40
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 000000000008e000 - 0000000000090000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 0000000040000000 - 0000000040200000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 000000008ad34000 - 000000008ad5f000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 000000008ad5f000 - 000000008afa2000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 000000008afa2000 - 000000008afff000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 000000008afff000 - 000000008b000000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 000000008b000000 - 000000008fa00000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 000000008fa00000 - 00000000e0000000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fec01000 - 00000000fed00000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fed00000 - 00000000fed04000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fed04000 - 00000000fed10000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000fee01000 - 00000000ff800000
    Mai 17 08:07:45 Nathan kernel: PM: Registered nosave memory: 00000000ff800000 - 0000000100000000
    Mai 17 08:07:45 Nathan kernel: e820: [mem 0x8fa00000-0xdfffffff] available for PCI devices
    Mai 17 08:07:45 Nathan kernel: Booting paravirtualized kernel on bare hardware
    Mai 17 08:07:45 Nathan kernel: setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    Mai 17 08:07:45 Nathan kernel: PERCPU: Embedded 28 pages/cpu @ffff88016fa00000 s85824 r8192 d20672 u262144
    Mai 17 08:07:45 Nathan kernel: pcpu-alloc: s85824 r8192 d20672 u262144 alloc=1*2097152
    Mai 17 08:07:45 Nathan kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    Mai 17 08:07:45 Nathan kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1009559
    Mai 17 08:07:45 Nathan kernel: Policy zone: Normal
    Mai 17 08:07:45 Nathan kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=65820d33-ca90-4ed3-9b9e-e26a75f9331f ro quiet
    Mai 17 08:07:45 Nathan kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Mai 17 08:07:45 Nathan kernel: __ex_table already sorted, skipping sort
    Mai 17 08:07:45 Nathan kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
    Mai 17 08:07:45 Nathan kernel: Checking aperture...
    Mai 17 08:07:45 Nathan kernel: No AGP bridge found
    Mai 17 08:07:45 Nathan kernel: Calgary: detecting Calgary via BIOS EBDA area
    Mai 17 08:07:45 Nathan kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Mai 17 08:07:45 Nathan kernel: Memory: 3955240k/6027264k available (4981k kernel code, 1924288k absent, 147736k reserved, 3968k data, 1092k init)
    Mai 17 08:07:45 Nathan kernel: SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    Mai 17 08:07:45 Nathan kernel: Preemptible hierarchical RCU implementation.
    Mai 17 08:07:45 Nathan kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Mai 17 08:07:45 Nathan kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Mai 17 08:07:45 Nathan kernel: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
    Mai 17 08:07:45 Nathan kernel: NR_IRQS:4352 nr_irqs:744 16
    Mai 17 08:07:45 Nathan kernel: Console: colour dummy device 80x25
    Mai 17 08:07:45 Nathan kernel: console [tty0] enabled
    Mai 17 08:07:45 Nathan kernel: allocated 16777216 bytes of page_cgroup
    Mai 17 08:07:45 Nathan kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Mai 17 08:07:45 Nathan kernel: hpet clockevent registered
    Mai 17 08:07:45 Nathan kernel: tsc: Fast TSC calibration using PIT
    Mai 17 08:07:45 Nathan kernel: tsc: Detected 1699.863 MHz processor
    Mai 17 08:07:45 Nathan kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3401.38 BogoMIPS (lpj=5666210)
    Mai 17 08:07:45 Nathan kernel: pid_max: default: 32768 minimum: 301
    Mai 17 08:07:45 Nathan kernel: Security Framework initialized
    Mai 17 08:07:45 Nathan kernel: AppArmor: AppArmor disabled by boot time parameter
    Mai 17 08:07:45 Nathan kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Mai 17 08:07:45 Nathan kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Mai 17 08:07:45 Nathan kernel: Mount-cache hash table entries: 256
    Mai 17 08:07:45 Nathan kernel: Initializing cgroup subsys cpuacct
    Mai 17 08:07:45 Nathan kernel: Initializing cgroup subsys memory
    Mai 17 08:07:45 Nathan kernel: Initializing cgroup subsys devices
    Mai 17 08:07:45 Nathan kernel: Initializing cgroup subsys freezer
    Mai 17 08:07:45 Nathan kernel: Initializing cgroup subsys net_cls
    Mai 17 08:07:45 Nathan kernel: Initializing cgroup subsys blkio
    Mai 17 08:07:45 Nathan kernel: CPU: Physical Processor ID: 0
    Mai 17 08:07:45 Nathan kernel: CPU: Processor Core ID: 0
    Mai 17 08:07:45 Nathan kernel: mce: CPU supports 7 MCE banks
    Mai 17 08:07:45 Nathan kernel: CPU0: Thermal monitoring enabled (TM1)
    Mai 17 08:07:45 Nathan kernel: [117B blob data]
    Mai 17 08:07:45 Nathan kernel: Freeing SMP alternatives: 20k freed
    Mai 17 08:07:45 Nathan kernel: ACPI: Core revision 20130117
    Mai 17 08:07:45 Nathan kernel: ACPI: All ACPI Tables successfully acquired
    Mai 17 08:07:45 Nathan kernel: ftrace: allocating 19539 entries in 77 pages
    Mai 17 08:07:45 Nathan kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Mai 17 08:07:45 Nathan kernel: smpboot: CPU0: Intel(R) Core(TM) i5-2557M CPU @ 1.70GHz (fam: 06, model: 2a, stepping: 07)
    Mai 17 08:07:45 Nathan kernel: TSC deadline timer enabled
    Mai 17 08:07:45 Nathan kernel: Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
    Mai 17 08:07:45 Nathan kernel: perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
    Mai 17 08:07:45 Nathan kernel: ... version: 3
    Mai 17 08:07:45 Nathan kernel: ... bit width: 48
    Mai 17 08:07:45 Nathan kernel: ... generic registers: 4
    Mai 17 08:07:45 Nathan kernel: ... value mask: 0000ffffffffffff
    Mai 17 08:07:45 Nathan kernel: ... max period: 000000007fffffff
    Mai 17 08:07:45 Nathan kernel: ... fixed-purpose events: 3
    Mai 17 08:07:45 Nathan kernel: ... event mask: 000000070000000f
    Mai 17 08:07:45 Nathan kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Mai 17 08:07:45 Nathan kernel: smpboot: Booting Node 0, Processors #1 #2 #3
    Mai 17 08:07:45 Nathan kernel: Brought up 4 CPUs
    Mai 17 08:07:45 Nathan kernel: smpboot: Total of 4 processors activated (13604.52 BogoMIPS)
    Mai 17 08:07:45 Nathan kernel: devtmpfs: initialized
    Mai 17 08:07:45 Nathan kernel: PM: Registering ACPI NVS region [mem 0x8ad34000-0x8ad5efff] (176128 bytes)
    Mai 17 08:07:45 Nathan kernel: RTC time: 6:07:41, date: 05/17/13
    Mai 17 08:07:45 Nathan kernel: NET: Registered protocol family 16
    Mai 17 08:07:45 Nathan kernel: ACPI: bus type PCI registered
    Mai 17 08:07:45 Nathan kernel: PCI: MMCONFIG for domain 0000 [bus 00-97] at [mem 0xe0000000-0xe97fffff] (base 0xe0000000)
    Mai 17 08:07:45 Nathan kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe97fffff] reserved in E820
    Mai 17 08:07:45 Nathan kernel: PCI: Using configuration type 1 for base access
    Mai 17 08:07:45 Nathan kernel: bio: create slab <bio-0> at 0
    Mai 17 08:07:45 Nathan kernel: ACPI: Added _OSI(Module Device)
    Mai 17 08:07:45 Nathan kernel: ACPI: Added _OSI(Processor Device)
    Mai 17 08:07:45 Nathan kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Mai 17 08:07:45 Nathan kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Mai 17 08:07:45 Nathan kernel: ACPI: EC: EC description table is found, configuring boot EC
    Mai 17 08:07:45 Nathan kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad39190 00781 (v01 PmRef Cpu0Cst 00003001 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: Dynamic OEM Table Load:
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT (null) 00781 (v01 PmRef Cpu0Cst 00003001 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad3a710 003A4 (v01 PmRef ApIst 00003000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: Dynamic OEM Table Load:
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT (null) 003A4 (v01 PmRef ApIst 00003000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT 000000008ad38d90 00119 (v01 PmRef ApCst 00003000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: Dynamic OEM Table Load:
    Mai 17 08:07:45 Nathan kernel: ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20100915)
    Mai 17 08:07:45 Nathan kernel: ACPI: Interpreter enabled
    Mai 17 08:07:45 Nathan kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130117/hwxface-568)
    Mai 17 08:07:45 Nathan kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130117/hwxface-568)
    Mai 17 08:07:45 Nathan kernel: ACPI: (supports S0 S3 S4 S5)
    Mai 17 08:07:45 Nathan kernel: ACPI: Using IOAPIC for interrupt routing
    Mai 17 08:07:45 Nathan kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Mai 17 08:07:45 Nathan kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-97] only partially covers this bridge
    Mai 17 08:07:45 Nathan kernel: PCI host bridge to bus 0000:00
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: root bus resource [mem 0x8fa00000-0xfeafffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:02.0: reg 10: [mem 0xa0000000-0xa03fffff 64bit]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:02.0: reg 18: [mem 0x90000000-0x9fffffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:02.0: reg 20: [io 0x2000-0x203f]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:16.0: reg 10: [mem 0xa0607100-0xa060710f 64bit]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1a.0: [8086:1c2c] type 00 class 0x0c0300
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1a.0: reg 20: [io 0x2140-0x215f]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1a.7: [8086:1c2d] type 00 class 0x0c0320
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1a.7: reg 10: [mem 0xa0606c00-0xa0606fff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1a.7: System wakeup disabled by ACPI
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1b.0: reg 10: [mem 0xa0600000-0xa0603fff 64bit]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1d.0: [8086:1c27] type 00 class 0x0c0300
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1d.0: reg 20: [io 0x20e0-0x20ff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1d.7: [8086:1c26] type 00 class 0x0c0320
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1d.7: reg 10: [mem 0xa0606800-0xa0606bff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.0: [8086:1c4d] type 00 class 0x060100
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.2: [8086:1c01] type 00 class 0x01018f
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.2: reg 10: [io 0x2168-0x216f]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.2: reg 14: [io 0x217c-0x217f]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.2: reg 18: [io 0x2160-0x2167]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.2: reg 1c: [io 0x2178-0x217b]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.2: reg 20: [io 0x2060-0x206f]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.2: reg 24: [io 0xffe0-0xffef]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.3: reg 10: [mem 0xa0607000-0xa06070ff 64bit]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1f.3: reg 20: [io 0xefa0-0xefbf]
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: [8086:151a] type 01 class 0x060400
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: supports D1 D2
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: PCI bridge to [bus 03-97]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: bridge window [mem 0xa0700000-0xa49fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: bridge window [mem 0xa4a00000-0xa89fffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:00.0: [8086:151a] type 01 class 0x060400
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:00.0: supports D1 D2
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: [8086:151a] type 01 class 0x060400
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: supports D1 D2
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: PME# supported from D0 D1 D2 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: [8086:151a] type 01 class 0x060400
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: supports D1 D2
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: PME# supported from D0 D1 D2 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: PCI bridge to [bus 04-67]
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: bridge window [mem 0xa0700000-0xa09fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:05:00.0: [8086:151a] type 00 class 0x088000
    Mai 17 08:07:45 Nathan kernel: pci 0000:05:00.0: reg 10: [mem 0xa0700000-0xa073ffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:05:00.0: reg 14: [mem 0xa0740000-0xa0740fff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:05:00.0: supports D1 D2
    Mai 17 08:07:45 Nathan kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:00.0: bridge window [mem 0xa0700000-0xa07fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: PCI bridge to [bus 06-36]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: bridge window [mem 0xa0800000-0xa08fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: PCI bridge to [bus 37-67]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: bridge window [mem 0xa0900000-0xa09fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.0: bridge window [mem 0xa0500000-0xa05fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:02:00.0: [14e4:4353] type 00 class 0x028000
    Mai 17 08:07:45 Nathan kernel: pci 0000:02:00.0: reg 10: [mem 0xa0400000-0xa0403fff 64bit]
    Mai 17 08:07:45 Nathan kernel: pci 0000:02:00.0: supports D1 D2
    Mai 17 08:07:45 Nathan kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    Mai 17 08:07:45 Nathan kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.1: bridge window [mem 0xa0400000-0xa04fffff]
    Mai 17 08:07:45 Nathan kernel: acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    Mai 17 08:07:45 Nathan kernel: acpi PNP0A08:00: ACPI _OSC control (0x19) granted
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    Mai 17 08:07:45 Nathan kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    Mai 17 08:07:45 Nathan kernel: ACPI: Enabled 3 GPEs in block 00 to 3F
    Mai 17 08:07:45 Nathan kernel: acpi root: \_SB_.PCI0 notify handler is installed
    Mai 17 08:07:45 Nathan kernel: Found 1 acpi root devices
    Mai 17 08:07:45 Nathan kernel: ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    Mai 17 08:07:45 Nathan kernel: ACPI: No dock devices found.
    Mai 17 08:07:45 Nathan kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Mai 17 08:07:45 Nathan kernel: vgaarb: loaded
    Mai 17 08:07:45 Nathan kernel: vgaarb: bridge control possible 0000:00:02.0
    Mai 17 08:07:45 Nathan kernel: PCI: Using ACPI for IRQ routing
    Mai 17 08:07:45 Nathan kernel: PCI: pci_cache_line_size set to 64 bytes
    Mai 17 08:07:45 Nathan kernel: e820: reserve RAM buffer [mem 0x0008e000-0x0008ffff]
    Mai 17 08:07:45 Nathan kernel: e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
    Mai 17 08:07:45 Nathan kernel: e820: reserve RAM buffer [mem 0x8ad34000-0x8bffffff]
    Mai 17 08:07:45 Nathan kernel: e820: reserve RAM buffer [mem 0x16fe00000-0x16fffffff]
    Mai 17 08:07:45 Nathan kernel: NetLabel: Initializing
    Mai 17 08:07:45 Nathan kernel: NetLabel: domain hash size = 128
    Mai 17 08:07:45 Nathan kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Mai 17 08:07:45 Nathan kernel: NetLabel: unlabeled traffic allowed by default
    Mai 17 08:07:45 Nathan kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    Mai 17 08:07:45 Nathan kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    Mai 17 08:07:45 Nathan kernel: Switching to clocksource hpet
    Mai 17 08:07:45 Nathan kernel: pnp: PnP ACPI init
    Mai 17 08:07:45 Nathan kernel: ACPI: bus type PNP registered
    Mai 17 08:07:45 Nathan kernel: pnp 00:00: [dma 4]
    Mai 17 08:07:45 Nathan kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    Mai 17 08:07:45 Nathan kernel: pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    Mai 17 08:07:45 Nathan kernel: system 00:02: [mem 0xfed00000-0xfed003ff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:02: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    Mai 17 08:07:45 Nathan kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    Mai 17 08:07:45 Nathan kernel: system 00:04: [io 0x1000-0x100f] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:04: [io 0x0400-0x047f] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:04: [io 0x0500-0x057f] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mai 17 08:07:45 Nathan kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    Mai 17 08:07:45 Nathan kernel: pnp 00:06: Plug and Play ACPI device, IDs APP0001 (active)
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xfed10000-0xfed17fff] could not be reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xff000000-0xffffffff] could not be reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
    Mai 17 08:07:45 Nathan kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mai 17 08:07:45 Nathan kernel: system 00:08: [mem 0x20000000-0x201fffff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:08: [mem 0x40000000-0x401fffff] has been reserved
    Mai 17 08:07:45 Nathan kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
    Mai 17 08:07:45 Nathan kernel: pnp: PnP ACPI: found 9 devices
    Mai 17 08:07:45 Nathan kernel: ACPI: bus type PNP unregistered
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: bridge window [io 0x1000-0x0fff] to [bus 06-36] add_size 1000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 06-36] add_size 200000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: bridge window [io 0x1000-0x0fff] to [bus 37-67] add_size 1000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 37-67] add_size 200000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: bridge window [io 0x1000-0x0fff] to [bus 04-67] add_size 2000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04-67] add_size 400000
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 400000
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 2000
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: BAR 15: assigned [mem 0xa4a00000-0xa4dfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: BAR 13: can't assign io (size 0x2000)
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: BAR 15: assigned [mem 0xa4a00000-0xa4dfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: BAR 13: can't assign io (size 0x2000)
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: BAR 15: assigned [mem 0xa4a00000-0xa4bfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: BAR 15: assigned [mem 0xa4c00000-0xa4dfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: BAR 13: can't assign io (size 0x1000)
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: BAR 13: can't assign io (size 0x1000)
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: BAR 15: assigned [mem 0xa4a00000-0xa4bfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: BAR 13: can't assign io (size 0x1000)
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: BAR 15: assigned [mem 0xa4c00000-0xa4dfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: BAR 13: can't assign io (size 0x1000)
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:00.0: bridge window [mem 0xa0700000-0xa07fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: PCI bridge to [bus 06-36]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: bridge window [mem 0xa0800000-0xa08fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: bridge window [mem 0xa4c00000-0xa4dfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: PCI bridge to [bus 37-67]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: bridge window [mem 0xa0900000-0xa09fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: bridge window [mem 0xa4a00000-0xa4bfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: PCI bridge to [bus 04-67]
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: bridge window [mem 0xa0700000-0xa09fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:03:00.0: bridge window [mem 0xa4a00000-0xa4dfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: PCI bridge to [bus 03-97]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: bridge window [mem 0xa0700000-0xa49fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:01.0: bridge window [mem 0xa4a00000-0xa89fffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.0: bridge window [mem 0xa0500000-0xa05fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.1: bridge window [mem 0xa0400000-0xa04fffff]
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:03.0: enabling device (0000 -> 0002)
    Mai 17 08:07:45 Nathan kernel: pci 0000:04:04.0: enabling device (0000 -> 0002)
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:1c.0: enabling device (0000 -> 0002)
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: resource 7 [mem 0x8fa00000-0xfeafffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:03: resource 1 [mem 0xa0700000-0xa49fffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:03: resource 2 [mem 0xa4a00000-0xa89fffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:04: resource 1 [mem 0xa0700000-0xa09fffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:04: resource 2 [mem 0xa4a00000-0xa4dfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:05: resource 1 [mem 0xa0700000-0xa07fffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:06: resource 1 [mem 0xa0800000-0xa08fffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:06: resource 2 [mem 0xa4c00000-0xa4dfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:37: resource 1 [mem 0xa0900000-0xa09fffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:37: resource 2 [mem 0xa4a00000-0xa4bfffff 64bit pref]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:01: resource 1 [mem 0xa0500000-0xa05fffff]
    Mai 17 08:07:45 Nathan kernel: pci_bus 0000:02: resource 1 [mem 0xa0400000-0xa04fffff]
    Mai 17 08:07:45 Nathan kernel: NET: Registered protocol family 2
    Mai 17 08:07:45 Nathan kernel: TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    Mai 17 08:07:45 Nathan kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    Mai 17 08:07:45 Nathan kernel: TCP: Hash tables configured (established 32768 bind 32768)
    Mai 17 08:07:45 Nathan kernel: TCP: reno registered
    Mai 17 08:07:45 Nathan kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    Mai 17 08:07:45 Nathan kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    Mai 17 08:07:45 Nathan kernel: NET: Registered protocol family 1
    Mai 17 08:07:45 Nathan kernel: pci 0000:00:02.0: Boot video device
    Mai 17 08:07:45 Nathan kernel: PCI: CLS 256 bytes, default 64
    Mai 17 08:07:45 Nathan kernel: Unpacking initramfs...
    Mai 17 08:07:45 Nathan kernel: Freeing initrd memory: 2868k freed
    Mai 17 08:07:45 Nathan kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Mai 17 08:07:45 Nathan kernel: software IO TLB [mem 0x86d34000-0x8ad34000] (64MB) mapped at [ffff880086d34000-ffff88008ad33fff]
    Mai 17 08:07:45 Nathan kernel: Scanning for low memory corruption every 60 seconds
    Mai 17 08:07:45 Nathan kernel: audit: initializing netlink socket (disabled)
    Mai 17 08:07:45 Nathan kernel: type=2000 audit(1368770861.326:1): initialized
    Mai 17 08:07:45 Nathan kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Mai 17 08:07:45 Nathan kernel: VFS: Disk quotas dquot_6.5.2
    Mai 17 08:07:45 Nathan kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Mai 17 08:07:45 Nathan kernel: msgmni has been set to 7730
    Mai 17 08:07:45 Nathan kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Mai 17 08:07:45 Nathan kernel: io scheduler noop registered
    Mai 17 08:07:45 Nathan kernel: io scheduler deadline registered
    Mai 17 08:07:45 Nathan kernel: io scheduler cfq registered (default)
    Mai 17 08:07:45 Nathan kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    Mai 17 08:07:45 Nathan kernel: pcieport 0000:03:00.0: irq 41 for MSI/MSI-X
    Mai 17 08:07:45 Nathan kernel: pcieport 0000:04:00.0: irq 42 for MSI/MSI-X
    Mai 17 08:07:45 Nathan kernel: pcieport 0000:04:03.0: irq 43 for MSI/MSI-X
    Mai 17 08:07:45 Nathan kernel: pcieport 0000:04:04.0: irq 44 for MSI/MSI-X
    Mai 17 08:07:45 Nathan kernel: vesafb: mode is 1024x768x32, linelength=4096, pages=0
    Mai 17 08:07:45 Nathan kernel: vesafb: scrolling: redraw
    Mai 17 08:07:45 Nathan kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Mai 17 08:07:45 Nathan kernel: vesafb: framebuffer at 0x90000000, mapped to 0xffffc9000a000000, using 3072k, total 3072k
    Mai 17 08:07:45 Nathan kernel: Console: switching to colour frame buffer device 128x48
    Mai 17 08:07:45 Nathan kernel: fb0: VESA VGA frame buffer device
    Mai 17 08:07:45 Nathan kernel: intel_idle: MWAIT substates: 0x21120
    Mai 17 08:07:45 Nathan kernel: intel_idle: v0.4 model 0x2A
    Mai 17 08:07:45 Nathan kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
    Mai 17 08:07:45 Nathan kernel: GHES: HEST is not enabled!
    Mai 17 08:07:45 Nathan kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Mai 17 08:07:45 Nathan kernel: Linux agpgart interface v0.103
    Mai 17 08:07:45 Nathan kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
    Mai 17 08:07:45 Nathan kernel: tsc: Refined TSC clocksource calibration: 1700.009 MHz
    Mai 17 08:07:45 Nathan kernel: Switching to clocksource tsc
    Mai 17 08:07:45 Nathan kernel: i8042: No controller found
    Mai 17 08:07:45 Nathan kernel: mousedev: PS/2 mouse device common for all mice
    Mai 17 08:07:45 Nathan kernel: rtc_cmos 00:05: RTC can wake from S4
    Mai 17 08:07:45 Nathan kernel: rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    Mai 17 08:07:45 Nathan kernel: rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    Mai 17 08:07:45 Nathan kernel: Intel P-state driver initializing.
    Mai 17 08:07:45 Nathan kernel: Intel pstate controlling: cpu 0
    Mai 17 08:07:45 Nathan kernel: Intel pstate controlling: cpu 1
    Mai 17 08:07:45 Nathan kernel: Intel pstate controlling: cpu 2
    Mai 17 08:07:45 Nathan kernel: Intel pstate controlling: cpu 3
    Mai 17 08:07:45 Nathan kernel: cpuidle: using governor ladder
    Mai 17 08:07:45 Nathan kernel: cpuidle: using governor menu
    Mai 17 08:07:45 Nathan kernel: EFI Variables Facility v0.08 2004-May-17
    Mai 17 08:07:45 Nathan kernel: drop_monitor: Initializing network drop monitor service
    Mai 17 08:07:45 Nathan kernel: TCP: cubic registered
    Mai 17 08:07:45 Nathan kernel: NET: Registered protocol family 10
    Mai 17 08:07:45 Nathan kernel: NET: Registered protocol family 17
    Mai 17 08:07:45 Nathan kernel: Key type dns_resolver registered
    Mai 17 08:07:45 Nathan kernel: PM: Hibernation image not present or could not be loaded.
    Mai 17 08:07:45 Nathan kernel: registered taskstats version 1
    Mai 17 08:07:45 Nathan kernel: Magic number: 13:967:114
    Mai 17 08:07:45 Nathan kernel: Freeing unused kernel memory: 1092k freed
    Mai 17 08:07:45 Nathan kernel: Write protecting the kernel read-only data: 8192k
    Mai 17 08:07:45 Nathan kernel: Freeing unused kernel memory: 1152k freed
    Mai 17 08:07:45 Nathan kernel: Freeing unused kernel memory: 420k freed
    Mai 17 08:07:45 Nathan systemd-udevd[56]: starting version 203
    Mai 17 08:07:45 Nathan kernel: ACPI: bus type USB registered
    Mai 17 08:07:45 Nathan kernel: usbcore: registered new interface driver usbfs
    Mai 17 08:07:45 Nathan kernel: usbcore: registered new interface driver hub
    Mai 17 08:07:45 Nathan kernel: usbcore: registered new device driver usb
    Mai 17 08:07:45 Nathan kernel: SCSI subsystem initialized
    Mai 17 08:07:45 Nathan kernel: ACPI: bus type ATA registered
    Mai 17 08:07:45 Nathan kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Mai 17 08:07:45 Nathan kernel: libata version 3.00 loaded.
    Mai 17 08:07:45 Nathan kernel: ehci-pci: EHCI PCI platform driver
    Mai 17 08:07:45 Nathan kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1a.7: setting latency timer to 64
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1a.7: debug port 2
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1a.7: cache line size of 256 is not supported
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1a.7: irq 23, io mem 0xa0606c00
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    Mai 17 08:07:45 Nathan kernel: hub 1-0:1.0: USB hub found
    Mai 17 08:07:45 Nathan kernel: hub 1-0:1.0: 6 ports detected
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1d.7: setting latency timer to 64
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1d.7: debug port 2
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1d.7: cache line size of 256 is not supported
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1d.7: irq 22, io mem 0xa0606800
    Mai 17 08:07:45 Nathan kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Mai 17 08:07:45 Nathan kernel: hub 2-0:1.0: USB hub found
    Mai 17 08:07:45 Nathan kernel: hub 2-0:1.0: 8 ports detected
    Mai 17 08:07:45 Nathan kernel: ata_piix 0000:00:1f.2: version 2.13
    Mai 17 08:07:45 Nathan kernel: ata_piix 0000:00:1f.2: MAP [
    Mai 17 08:07:45 Nathan kernel: P0 P2 P1 P3 ]
    Mai 17 08:07:45 Nathan kernel: ata_piix 0000:00:1f.2: setting latency timer to 64
    Mai 17 08:07:45 Nathan kernel: scsi0 : ata_piix
    Mai 17 08:07:45 Nathan kernel: scsi1 : ata_piix
    Mai 17 08:07:45 Nathan kernel: ata1: SATA max UDMA/133 cmd 0x2168 ctl 0x217c bmdma 0x2060 irq 19
    Mai 17 08:07:45 Nathan kernel: ata2: SATA max UDMA/133 cmd 0x2160 ctl 0x2178 bmdma 0x2068 irq 19
    Mai 17 08:07:45 Nathan kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
    Mai 17 08:07:45 Nathan kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
    Mai 17 08:07:45 Nathan kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    Mai 17 08:07:45 Nathan kernel: uhci_hcd 0000:00:1a.0: irq 21, io base 0x00002140
    Mai 17 08:07:45 Nathan kernel: hub 3-0:1.0: USB hub found
    Mai 17 08:07:45 Nathan kernel: hub 3-0:1.0: 2 ports detected
    Mai 17 08:07:45 Nathan kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Mai 17 08:07:45 Nathan kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Mai 17 08:07:45 Nathan kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    Mai 17 08:07:45 Nathan kernel: uhci_hcd 0000:00:1d.0: irq 19, io base 0x000020e0
    Mai 17 08:07:45 Nathan kernel: hub 4-0:1.0: USB hub found
    Mai 17 08:07:45 Nathan kernel: hub 4-0:1.0: 2 ports detected
    Mai 17 08:07:45 Nathan kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: hub 1-1:1.0: USB hub found
    Mai 17 08:07:45 Nathan kernel: hub 1-1:1.0: 3 ports detected
    Mai 17 08:07:45 Nathan kernel: usb 1-2: new high-speed USB device number 3 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: hub 2-1:1.0: USB hub found
    Mai 17 08:07:45 Nathan kernel: hub 2-1:1.0: 2 ports detected
    Mai 17 08:07:45 Nathan kernel: usb 1-1.1: new full-speed USB device number 4 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: hub 1-1.1:1.0: USB hub found
    Mai 17 08:07:45 Nathan kernel: hub 1-1.1:1.0: 3 ports detected
    Mai 17 08:07:45 Nathan kernel: usb 1-1.2: new full-speed USB device number 5 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: ata2.00: failed to resume link (SControl 0)
    Mai 17 08:07:45 Nathan kernel: hidraw: raw HID events driver (C) Jiri Kosina
    Mai 17 08:07:45 Nathan kernel: usbcore: registered new interface driver usbhid
    Mai 17 08:07:45 Nathan kernel: usbhid: USB HID core driver
    Mai 17 08:07:45 Nathan kernel: input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
    Mai 17 08:07:45 Nathan kernel: apple 0003:05AC:024D.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1a.7-1.2/input0
    Mai 17 08:07:45 Nathan kernel: usb 2-1.1: new high-speed USB device number 3 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: apple 0003:05AC:024D.0002: hidraw1: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1a.7-1.2/input1
    Mai 17 08:07:45 Nathan kernel: Initializing USB Mass Storage driver...
    Mai 17 08:07:45 Nathan kernel: scsi2 : usb-storage 2-1.1:1.0
    Mai 17 08:07:45 Nathan kernel: usbcore: registered new interface driver usb-storage
    Mai 17 08:07:45 Nathan kernel: USB Mass Storage support registered.
    Mai 17 08:07:45 Nathan kernel: ata1.01: failed to resume link (SControl 0)
    Mai 17 08:07:45 Nathan kernel: usb 1-1.1.1: new full-speed USB device number 6 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Mai 17 08:07:45 Nathan kernel: ata1.01: SATA link down (SStatus 0 SControl 0)
    Mai 17 08:07:45 Nathan kernel: ata1.00: ATA-8: APPLE SSD SM128C, AXM09A1Q, max UDMA/133
    Mai 17 08:07:45 Nathan kernel: ata1.00: 236978176 sectors, multi 16: LBA48 NCQ (depth 0/32)
    Mai 17 08:07:45 Nathan kernel: usb 1-1.1.2: new full-speed USB device number 7 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: ata1.00: configured for UDMA/133
    Mai 17 08:07:45 Nathan kernel: scsi 0:0:0:0: Direct-Access ATA APPLE SSD SM128C AXM0 PQ: 0 ANSI: 5
    Mai 17 08:07:45 Nathan kernel: usb 1-1.1.3: new full-speed USB device number 8 using ehci-pci
    Mai 17 08:07:45 Nathan kernel: ata2.01: failed to resume link (SControl 0)
    Mai 17 08:07:45 Nathan kernel: ata2.00: SATA link down (SStatus 0 SControl 0)
    Mai 17 08:07:45 Nathan kernel: ata2.01: SATA link down (SStatus 0 SControl 0)
    Mai 17 08:07:45 Nathan kernel: sd 0:0:0:0: [sda] 236978176 512-byte logical blocks: (121 GB/113 GiB)
    Mai 17 08:07:45 Nathan kernel: sd 0:0:0:0: [sda] Write Protect is off
    Mai 17 08:07:45 Nathan kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Mai 17 08:07:45 Nathan kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Mai 17 08:07:45 Nathan kernel: sda: sda1 sda2
    Mai 17 08:07:45 Nathan kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Mai 17 08:07:45 Nathan kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    Mai 17 08:07:45 Nathan systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Mai 17 08:07:45 Nathan systemd[1]: Set hostname to <Nathan>.
    Mai 17 08:07:45 Nathan kernel: scsi 2:0:0:0: Direct-Access APPLE SD Card Reader 2.00 PQ: 0 ANSI: 0
    Mai 17 08:07:45 Nathan kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
    Mai 17 08:07:45 Nathan systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    Mai 17 08:07:45 Nathan systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Remote File Systems.
    Mai 17 08:07:45 Nathan systemd[1]: Reached target Remote File Systems.
    Mai 17 08:07:45 Nathan systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    Mai 17 08:07:45 Nathan systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Device-mapper event daemon FIFOs.
    Mai 17 08:07:45 Nathan systemd[1]: Listening on Device-mapper event daemon FIFOs.
    Mai 17 08:07:45 Nathan systemd[1]: Starting LVM2 metadata daemon socket.
    Mai 17 08:07:45 Nathan systemd[1]: Listening on LVM2 metadata daemon socket.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Delayed Shutdown Socket.
    Mai 17 08:07:45 Nathan systemd[1]: Listening on Delayed Shutdown Socket.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Mai 17 08:07:45 Nathan systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Encrypted Volumes.
    Mai 17 08:07:45 Nathan systemd[1]: Reached target Encrypted Volumes.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Mai 17 08:07:45 Nathan systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Paths.
    Mai 17 08:07:45 Nathan systemd[1]: Reached target Paths.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Journal Socket.
    Mai 17 08:07:45 Nathan systemd[1]: Listening on Journal Socket.
    Mai 17 08:07:45 Nathan systemd[1]: Mounting Debug File System...
    Mai 17 08:07:45 Nathan systemd[1]: Started Set Up Additional Binary Formats.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Setup Virtual Console...
    Mai 17 08:07:45 Nathan systemd[1]: Starting Apply Kernel Variables...
    Mai 17 08:07:45 Nathan systemd[1]: Mounting Huge Pages File System...
    Mai 17 08:07:45 Nathan systemd[1]: Mounting POSIX Message Queue File System...
    Mai 17 08:07:45 Nathan systemd[1]: Starting Load Kernel Modules...
    Mai 17 08:07:45 Nathan systemd[1]: Starting Create static device nodes in /dev...
    Mai 17 08:07:45 Nathan systemd[1]: Starting Journal Service...
    Mai 17 08:07:45 Nathan systemd[1]: Started Journal Service.
    Mai 17 08:07:45 Nathan systemd[1]: Starting udev Kernel Socket.
    Mai 17 08:07:45 Nathan systemd[1]: Listening on udev Kernel Socket.
    Mai 17 08:07:45 Nathan systemd[1]: Starting udev Control Socket.
    Mai 17 08:07:45 Nathan systemd[1]: Listening on udev Control Socket.
    Mai 17 08:07:45 Nathan systemd[1]: Starting udev Coldplug all Devices...
    Mai 17 08:07:45 Nathan systemd[1]: Starting Swap.
    Mai 17 08:07:45 Nathan systemd[1]: Reached target Swap.
    Mai 17 08:07:45 Nathan systemd[1]: Started File System Check on Root Device.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Remount Root and Kernel File Systems...
    Mai 17 08:07:45 Nathan systemd[1]: Mounting Temporary Directory...
    Mai 17 08:07:45 Nathan systemd[1]: Expecting device dev-disk-by\x2duuid-168d8e59\x2db7eb\x2d4af3\x2da286\x2dddb662307a59.device...
    Mai 17 08:07:45 Nathan kernel: cfg80211: Calling CRDA to update world regulatory domain
    Mai 17 08:07:45 Nathan systemd-udevd[120]: starting version 204
    Mai 17 08:07:45 Nathan kernel: lib80211: common routines for IEEE802.11 drivers
    Mai 17 08:07:45 Nathan kernel: lib80211_crypt: registered algorithm 'NULL'
    Mai 17 08:07:45 Nathan systemd-journal[113]: Journal started
    Mai 17 08:07:45 Nathan systemd-sysctl[108]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    Mai 17 08:07:45 Nathan systemd[1]: Started Apply Kernel Variables.
    Mai 17 08:07:45 Nathan systemd[1]: Started Create static device nodes in /dev.
    Mai 17 08:07:45 Nathan systemd[1]: Starting udev Kernel Device Manager...
    Mai 17 08:07:45 Nathan systemd[1]: Started udev Kernel Device Manager.
    Mai 17 08:07:45 Nathan systemd[1]: Started udev Coldplug all Devices.
    Mai 17 08:07:45 Nathan systemd[1]: Mounted Debug File System.
    Mai 17 08:07:45 Nathan systemd[1]: Mounted Temporary Directory.
    Mai 17 08:07:45 Nathan kernel: wl: module license 'Mixed/Proprietary' taints kernel.
    Mai 17 08:07:45 Nathan kernel: Disabling lock debugging due to kernel taint
    Mai 17 08:07:45 Nathan kernel: input: PC Speaker as /devices/platform/pcspkr/input/input1
    Mai 17 08:07:45 Nathan kernel: ACPI: Requesting acpi_cpufreq
    Mai 17 08:07:45 Nathan kernel: INFO @wl_cfg80211_attach : Registered CFG80211 phy
    Mai 17 08:07:45 Nathan kernel: ACPI: AC Adapter [ADP1] (on-line)
    Mai 17 08:07:45 Nathan kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
    Mai 17 08:07:45 Nathan kernel: ACPI: Lid Switch [LID0]
    Mai 17 08:07:45 Nathan kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
    Mai 17 08:07:45 Nathan kernel: ACPI: Power Button [PWRB]
    Mai 17 08:07:45 Nathan kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
    Mai 17 08:07:45 Nathan kernel: ACPI: Sleep Button [SLPB]
    Mai 17 08:07:45 Nathan systemd[1]: Mounted Huge Pages File System.
    Mai 17 08:07:45 Nathan systemd[1]: Mounted POSIX Message Queue File System.
    Mai 17 08:07:45 Nathan kernel: ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20130117/utaddress-251)
    Mai 17 08:07:45 Nathan kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Mai 17 08:07:45 Nathan kernel: ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20130117/utaddress-251)
    Mai 17 08:07:45 Nathan kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Mai 17 08:07:45 Nathan kernel: ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20130117/utaddress-251)
    Mai 17 08:07:45 Nathan kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Mai 17 08:07:45 Nathan kernel: ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20130117/utaddress-251)
    Mai 17 08:07:45 Nathan kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Mai 17 08:07:45 Nathan kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
    Mai 17 08:07:45 Nathan kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
    Mai 17 08:07:45 Nathan kernel: ACPI: Power Button [PWRF]
    Mai 17 08:07:45 Nathan systemd[1]: Started Remount Root and Kernel File Systems.
    Mai 17 08:07:45 Nathan systemd[1]: Starting Local File Systems (Pre).
    Mai 17 08:07:45 Nathan systemd[1]: Reached target Local File Systems (Pre).
    Mai 17 08:07:45 Nathan systemd[1]: Starting Load Random Seed...
    Mai 17 08:07:45 Nathan kernel: EXT4-fs (sda1): re-mounted. Opts: data=ordered
    Mai 17 08:07:45 Nathan systemd[1]: Started Load Random Seed.
    Mai 17 08:07:45 Nathan kernel: ACPI Warning: 0x000000000000efa0-0x000000000000efbf SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130117/utaddress-251)
    Mai 17 08:07:45 Nathan kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Mai 17 08:07:45 Nathan kernel: microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x1a
    Mai 17 08:07:45 Nathan systemd-modules-load[111]: Inserted module 'wl'
    Mai 17 08:07:45 Nathan systemd[1]: Started Load Kernel Modules.
    Mai 17 08:07:45 Nathan systemd[1]: Mounted FUSE Control File System.
    Mai 17 08:07:45 Nathan systemd[1]: Mounting Configuration File System...
    Mai 17 08:07:45 Nathan kernel: lib80211_crypt: registered algorithm 'TKIP'
    Mai 17 08:07:45 Nathan kernel: eth0: Broadcom BCM4353 802.11 Hybrid Wireless Controller 5.100.82.112
    Mai 17 08:07:45 Nathan kernel: [drm] Initialized drm 1.1.0 20060810
    Mai 17 08:07:45 Nathan kernel: mei 0000:00:16.0: setting latency timer to 64
    Mai 17 08:07:45 Nathan kernel: mei 0000:00:16.0: irq 45 for MSI/MSI-X
    Mai 17 08:07:45 Nathan systemd[1]: Mounted Configuration File System.
    Mai 17 08:07:45 Nathan kernel: microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x1a
    Mai 17 08:07:45 Nathan kernel: microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x1a
    Mai 17 08:07:45 Nathan kernel: microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x1a
    Mai 17 08:07:45 Nathan kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Mai 17 08:07:45 Nathan systemd[1]: Found device APPLE_SSD_SM128C.
    Mai 17 08:07:45 Nathan systemd[1]: Starting File System Check on /dev/disk/by-uuid/168d8e59-b7eb-4af3-a286-ddb662307a59...
    Mai 17 08:07:45 Nathan kernel: ACPI: Battery Slot [BAT0] (battery present)
    Mai 17 08:07:45 Nathan kernel: snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    Mai 17 08:07:45 Nathan systemd[1]: Started Setup Virtual Console.
    Mai 17 08:07:45 Nathan kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    Mai 17 08:07:45 Nathan kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    Mai 17 08:07:45 Nathan kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    Mai 17 08:07:45 Nathan kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    Mai 17

    ewaller wrote:For the record, drm and EDID both have to do with your display system and have nothing do to with networking.drm is Direct Rendering M...  Okay, I don't know what the M means.  (not to be confused with Digital Rights Management)
    EDID is Extended Display Identification Data, information stored about you display's capabilities and geometry that are read by the video driver so provide automatic configuration.  The checksum error meant that there were inconsistencies in the data read.  No idea why.
    Edit,
    Oh, and welcome to Arch
    Thank you for the info and for the welcome. I will read more about EDID and drm.
    WonderWoofy wrote:I would also like to extend a welcome to the Arch forums and community.
    With journalctl, you have certainly discovered a powerful debugging tool.  It will no doublt come in handy along your learning adventures here.
    I will admit being very impressed by your use of code tags in a first post as a new Arch Linux user.  Bravo sir!
    Thank you also for your welcome and your advises. I  saw from other posts that the people here use some special style of representing code, so I searched a bit and clicked here and there and clicked on the BBCode link below the 'Quick post'-window and voila found the help site of the forum.
    Unfortunately, the errors came back this morning:
    Mai 18 08:22:29 Nathan kernel: [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)!
    Mai 18 08:22:29 Nathan kernel: [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)!
    Mai 18 08:22:29 Nathan kernel: iTCO_vendor_support: vendor-support=0
    Mai 18 08:22:29 Nathan kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    Mai 18 08:22:29 Nathan kernel: iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
    Mai 18 08:22:29 Nathan systemd-udevd[139]: renamed network interface eth0 to wlp2s0
    Mai 18 08:22:29 Nathan systemd-sysctl[590]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    Mai 18 08:22:29 Nathan kernel: [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 250
    Mai 18 08:22:29 Nathan kernel: Raw EDID:
    Mai 18 08:22:29 Nathan kernel: 00 ff ff ff ff ff ff 00 10 df 9c 00 00 00 00 1a
    Mai 18 08:22:29 Nathan kernel: 15 01 04 95 1d 12 78 02 ef 05 97 57 54 92 27 22
    Mai 18 08:22:29 Nathan kernel: 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01 01
    Mai 18 08:22:29 Nathan kernel: 01 01 01 01 01 c2 23 a0 d4 50 84 1a 30 40 2a 36
    Mai 18 08:22:29 Nathan kernel: 00 1e b3 10 00 00 18 00 00 00 10 00 00 00 00 00
    Mai 18 08:22:29 Nathan kernel: iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
    Mai 18 08:22:29 Nathan systemd-udevd[139]: renamed network interface eth0 to wlp2s0
    Mai 18 08:22:29 Nathan systemd-sysctl[590]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    Mai 18 08:22:29 Nathan kernel: [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 250
    Mai 18 08:22:29 Nathan kernel: Raw EDID:
    Mai 18 08:22:29 Nathan kernel: 00 ff ff ff ff ff ff 00 10 df 9c 00 00 00 00 1a
    Mai 18 08:22:29 Nathan kernel: 15 01 04 95 1d 12 78 02 ef 05 97 57 54 92 27 22
    Mai 18 08:22:29 Nathan kernel: 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01 01
    Mai 18 08:22:29 Nathan kernel: 01 01 01 01 01 c2 23 a0 d4 50 84 1a 30 40 2a 36
    Mai 18 08:22:29 Nathan kernel: 00 1e b3 10 00 00 18 00 00 00 10 00 00 00 00 00
    Mai 18 08:22:29 Nathan kernel: 00 00 00 00 00 00 00 00 00 00 00 00 fe 00 4c 50
    Mai 18 08:22:29 Nathan kernel: 31 33 33 57 50 31 2d 54 4a 41 33 00 00 00 fc 00
    Mai 18 08:22:29 Nathan kernel: 43 6f 6c 6f 72 20 4c 43 44 0a 20 20 20 00 7e 00
    Mai 18 08:22:29 Nathan kernel: usb 1-1.1.2: USB disconnect, device number 7
    Mai 18 08:22:29 Nathan kernel: [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)!
    Mai 18 08:22:29 Nathan systemd-logind[335]: Watching system buttons on /dev/input/event1 (Lid Switch)
    Mai 18 08:22:29 Nathan systemd-logind[335]: Watching system buttons on /dev/input/event2 (Power Button)
    Mai 18 08:22:29 Nathan systemd[1]: Starting Bluetooth.
    Mai 18 08:22:29 Nathan systemd[1]: Reached target Bluetooth.
    Mai 18 08:22:29 Nathan systemd-logind[335]: Watching system buttons on /dev/input/event3 (Sleep Button)
    Mai 18 08:22:29 Nathan systemd-logind[335]: Watching system buttons on /dev/input/event4 (Power Button)
    Mai 18 08:22:29 Nathan kernel: [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)!
    Mai 18 08:22:30 Nathan kernel: [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)!
    Mai 18 08:22:30 Nathan kernel: [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)!
    Mai 18 08:22:30 Nathan kernel: [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)!
    Mai 18 08:22:30 Nathan kernel: [drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 8
    Mai 18 08:22:30 Nathan kernel: Raw EDID:
    Mai 18 08:22:30 Nathan kernel: 00 ff ff ff ff ff ff 00 06 10 df 9c 00 00 00 00
    Mai 18 08:22:30 Nathan kernel: 1a 15 01 04 95 1d 12 78 02 ef 05 97 57 54 92 27
    Mai 18 08:22:30 Nathan kernel: 22 50 54 00 00 00 01 01 01 01 01 01 01 01 01 01
    Mai 18 08:22:30 Nathan kernel: 01 01 01 01 01 c2 23 a0 d4 50 84 1a 30 40 2a 36
    Mai 18 08:22:30 Nathan kernel: 00 1e b3 10 00 00 18 00 00 00 10 00 00 00 00 00
    Mai 18 08:22:30 Nathan kernel: 00 00 00 00 00 00 00 00 00 00 00 00 fe 00 4c 50
    Mai 18 08:22:30 Nathan kernel: 31 33 33 57 50 31 2d 54 4a 41 33 00 00 00 fc 00
    Mai 18 08:22:30 Nathan kernel: 43 6c 6f 72 20 4c 43 44 20 20 20 00 00 00 00 00
    I will search the net a bit and will report here what I have found on this issue.
    Edit,
    oh, and if someone here has an idea, I would be happy to 'hear' it.
    Last edited by Rhodan@Nathan (2013-05-18 08:20:22)

  • Crazy Metadata Errors Hope system is secure?  Is this a install bug or what

    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: @(#)PROGRAM:Install  PROJECT:Install-846
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: @(#)PROGRAM:IA  PROJECT:InstallAssistant-469.5
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Hardware: MacBookPro8,1 @ 2.30 GHz (x 4), 4096 MB RAM
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Running OS Build: Mac OS X 10.9.1 (13B42)
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: DYLD_NO_FIX_PREBINDING=1
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: __CF_USER_TEXT_ENCODING=0x0:0:0
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: PWD=/
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: SHLVL=1
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: __OSINSTALL_ENVIRONMENT=1
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: CI_DEFAULT_OPENCL_USAGE=0
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: OS_INSTALL=1
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: _=/System/Library/CoreServices/Language Chooser.app/Contents/MacOS/Language Chooser
    Jan  3 20:02:01 localhost Install OS X Mavericks[376]: Env: __CHECKFIX1436934=1
    Jan  3 20:02:03 localhost Install OS X Mavericks[376]: OSInstallChunkedDownload loaded...
    Jan  3 20:02:03 localhost Install OS X Mavericks[376]: OSInstallChunkedDownload loaded...
    Jan  3 20:02:04 localhost OSIESpringboard[373]: LSExceptions [0x7ffc58429910] unloaded
    Jan  3 20:02:05 localhost Install OS X Mavericks[376]: Checking Software Update catalog URL https://swscan.apple.com/content/catalogs/others/index-10.9-mountainlion-lion-sn owleopard-leopard.merged-1.sucatalog
    Jan  3 20:02:05 localhost Install OS X Mavericks[376]: Can not connect to /var/run/systemkeychaincheck.socket: No such file or directory
    Jan  3 20:02:06 localhost Install OS X Mavericks[376]: Could not add SWU product
    Jan  3 20:02:13 localhost Install OS X Mavericks[376]: LSExceptions [0x7ffdb3c07e40] unloaded
    Jan  3 20:02:14 localhost Unknown[357]: 2014-01-03 20:02:14.017 Install OS X Mavericks[376:1003] Couldn't find app store version, falling back to hardcoded
    Jan  3 20:02:15 localhost Unknown[357]: 2014-01-03 20:02:15.638 Install OS X Mavericks[376:870f] ERROR: number of bytes written -1 was less than the requested amount 928542.
    Jan  3 20:02:15 localhost Unknown[357]: 2014-01-03 20:02:15.639 Install OS X Mavericks[376:870f] ERROR: failed to write cached response to /var/root/Library/Caches/com.apple.InstallAssistant.Mavericks. Falling back to old persistent store mechanism.
    Jan  3 20:02:15 localhost Install OS X Mavericks[376]: Using product <IAPisaSource: 0x7ffdb3d8c370> at distance 25
    Jan  3 20:02:15 localhost Install OS X Mavericks[376]: Using product <OSInstallESDProduct> based on distribution at /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/OSInstall_AppStore.mpkg at distance 5
    Jan  3 20:02:15 localhost Install OS X Mavericks[376]: JS: installCheckScript threw exception TypeError: 'null' is not an object (evaluating 'my.target.systemVersion')
    Jan  3 20:02:15 localhost Install OS X Mavericks[376]: No available package ref for compatibility update. Ignoring.
    Jan  3 20:02:33 localhost Unknown[357]: 2014-01-03 20:02:33.698 Install OS X Mavericks[376:d46f] NSPersistentUIManager was unable to writev to persistent state file: 28 (No space left on device)
    Jan  3 20:02:33 localhost Unknown[357]: 2014-01-03 20:02:33.701 Install OS X Mavericks[376:d46f] -[NSPersistentUIWindowSnapshotter writeWindowSnapshot:length:width:height:bytesPerRow:toFile:inDirectory:encrypti ngWithKey:uuid:checksum:isUserWaitingImpatientlyForThisThingToFinish:]: 0 == ftruncate(fd, finalFileSize) failed on line 759: No space left on device
    Jan  3 20:02:33 localhost Unknown[357]: 2014-01-03 20:02:33.701 Install OS X Mavericks[376:d46f] -[NSPersistentUIWindowSnapshotter writeWindowSnapshot:length:width:height:bytesPerRow:toFile:inDirectory:encrypti ngWithKey:uuid:checksum:isUserWaitingImpatientlyForThisThingToFinish:]: 0 == ftruncate(fd, fileLength) failed on line 830: No space left on device
    Jan  3 20:02:59 localhost Install OS X Mavericks[376]: Created IATool object:b3e59c50
    Jan  3 20:03:00 localhost Install OS X Mavericks[376]: No available package ref for compatibility update. Ignoring.
    Jan  3 20:03:00 localhost Install OS X Mavericks[376]: Preventing machine sleep.
    Jan  3 20:03:00 localhost Install OS X Mavericks[376]: Using product IA_PKSecureNetEnabledProduct <file:///Volumes/Maxox/OS%20X%20Install%20Data/> at distance 5
    Jan  3 20:03:00 localhost Install OS X Mavericks[376]: Using mutable product path: /Volumes/Maxox/OS X Install Data
    Jan  3 20:03:00 localhost Install OS X Mavericks[376]: No available package ref for compatibility update. Ignoring.
    Jan  3 20:03:00 localhost Install OS X Mavericks[376]: No available package ref for compatibility update. Ignoring.
    Jan  3 20:03:00 localhost Install OS X Mavericks[376]: No available package ref for compatibility update. Ignoring.
    Jan  3 20:03:00 localhost Install OS X Mavericks[376]: Retrieving 1 packages (5.290 GB)
    Jan  3 20:03:27 localhost Unknown[357]: 2014-01-03 20:03 Install OS X Mavericks[376] (CarbonCore.framework) FSEventStreamStart: ERROR: FSEvents_connect() => Unknown service name (1102)
    Jan  3 20:03:27 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:03:27 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:03:27 localhost Unknown[357]: 2014-01-03 20:03:27.880 Install OS X Mavericks[376:2003] Metadata.framework [Error]: couldn't get the client port
    Jan  3 20:03:28 localhost Install OS X Mavericks[376]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    Jan  3 20:03:30 localhost Install OS X Mavericks[376]: CoreServices logging is enabled,
    Jan  3 20:03:30 localhost Install OS X Mavericks[376]: SFL Favorites initialized.
    Jan  3 20:03:36 localhost Unknown[357]: 2014-01-03 20:03:36.032 Install OS X Mavericks[376:303] Metadata.framework [Error]: MDPlistContainerRef _MDCopyCompleteFlatSchema(int): couldn't fetch complete schema from server ((ipc/send) invalid destination port)
    Jan  3 20:04:11 localhost Install OS X Mavericks[376]: Sending Installer Log to Apple...
    Jan  3 20:04:11 localhost Install OS X Mavericks[376]: User Contact: [email protected]
    Jan  3 20:04:11 localhost Install OS X Mavericks[376]: User Comment:
    Jan  3 20:04:11 localhost Install OS X Mavericks[376]: Unable to submit Crash Reporter log in OS Install environment!
    Jan  3 20:04:11 localhost Install OS X Mavericks[376]: Sent Installer Log to Apple.
    Jan  3 20:06:15 localhost Unknown[357]: 2014-01-03 20:06 Install OS X Mavericks[376] (CarbonCore.framework) FSEventStreamStart: ERROR: FSEvents_connect() => Unknown service name (1102)
    Jan  3 20:06:15 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:06:15 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:06:15 localhost Unknown[357]: 2014-01-03 20:06:15.416 Install OS X Mavericks[376:fdcf] Metadata.framework [Error]: couldn't get the client port
    Jan  3 20:06:15 localhost Install OS X Mavericks[376]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    Jan  3 20:08:01 localhost Unknown[357]: 2014-01-03 20:08 Install OS X Mavericks[376] (CarbonCore.framework) FSEventStreamStart: ERROR: FSEvents_connect() => Unknown service name (1102)
    Jan  3 20:08:01 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:08:01 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:08:01 localhost Unknown[357]: 2014-01-03 20:08:01.987 Install OS X Mavericks[376:e327] Metadata.framework [Error]: couldn't get the client port
    Jan  3 20:08:01 localhost Install OS X Mavericks[376]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    Jan  3 20:10:21 localhost configd[113]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "µàÎ∑".
    Jan  3 20:10:22 localhost OSIESpringboard[373]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "µàÎ∑".
    Jan  3 20:10:22 localhost OSIESpringboard[373]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "µàÎ∑".
    Jan  3 20:10:22 localhost OSIESpringboard[373]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "µàÎ∑".
    Jan  3 20:10:28 localhost configd[113]: FIXME: IOUnserialize has detected a string that is not valid UTF-8, "µàÎ∑".
    Jan  3 20:10:49 localhost Unknown[357]: 2014-01-03 20:10 Install OS X Mavericks[376] (CarbonCore.framework) FSEventStreamStart: ERROR: FSEvents_connect() => Unknown service name (1102)
    Jan  3 20:10:49 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:10:49 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:10:49 localhost Unknown[357]: 2014-01-03 20:10:49.177 Install OS X Mavericks[376:8aeb] Metadata.framework [Error]: couldn't get the client port
    Jan  3 20:10:49 localhost Install OS X Mavericks[376]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    Jan  3 20:26:02 localhost Unknown[357]: 2014-01-03 20:26 Install OS X Mavericks[376] (CarbonCore.framework) FSEventStreamStart: ERROR: FSEvents_connect() => Unknown service name (1102)
    Jan  3 20:26:02 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:26:02 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:26:02 localhost Unknown[357]: 2014-01-03 20:26:02.760 Install OS X Mavericks[376:8aeb] Metadata.framework [Error]: couldn't get the client port
    Jan  3 20:26:02 localhost Install OS X Mavericks[376]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    Jan  3 20:48:47 localhost Unknown[357]: 2014-01-03 20:48 Install OS X Mavericks[376] (CarbonCore.framework) FSEventStreamStart: ERROR: FSEvents_connect() => Unknown service name (1102)
    Jan  3 20:48:47 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:48:47 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 20:48:47 localhost Unknown[357]: 2014-01-03 20:48:47.833 Install OS X Mavericks[376:f377] Metadata.framework [Error]: couldn't get the client port
    Jan  3 20:48:47 localhost Install OS X Mavericks[376]: Folder Manager is being asked to create a folder (docs) while running as uid 0
    Jan  3 20:50:34 localhost Install OS X Mavericks[376]: Sending Installer Log to Apple...
    Jan  3 20:50:34 localhost Install OS X Mavericks[376]: User Contact: [email protected]
    Jan  3 20:50:34 localhost Install OS X Mavericks[376]: User Comment: apple ID
    Jan  3 20:50:34 localhost Install OS X Mavericks[376]: User Comment: installer log
    Jan  3 20:50:34 localhost Install OS X Mavericks[376]: Unable to submit Crash Reporter log in OS Install environment!
    Jan  3 20:50:34 localhost Install OS X Mavericks[376]: Sent Installer Log to Apple.
    Jan  3 21:03:48 localhost storeagent[377]: SUAppStoreUpdateController: XPC error in __77-[SUAppStoreUpdateController _queryForAvailableUpdatesWithCompletionHandler:]_block_invoke (Error Domain=NSCocoaErrorDomain Code=4099 "Couldn’t communicate with a helper application." (The connection was invalidated from the other process or the connection name was invalid.) UserInfo=0x7f97d2c611d0 {NSDebugDescription=The connection was invalidated from the other process or the connection name was invalid.})
    Jan  3 21:03:48 localhost storeagent[377]: SUAppStoreUpdateController: Service connection invalidated!
    Jan  3 21:03:48 localhost Install OS X Mavericks[376]: IAPisaDownload: finished
    Jan  3 21:03:48 localhost Install OS X Mavericks[376]: Moved download assets into mutable product... /Volumes/Maxox/OS X Install Data/mzps4946682012419507071.pkg => /Volumes/Maxox/OS X Install Data/InstallESD.dmg.partial
    Jan  3 21:03:53 localhost Unknown[357]: 2014-01-03 21:03 Install OS X Mavericks[376] (CarbonCore.framework) FSEventStreamStart: ERROR: FSEvents_connect() => Unknown service name (1102)
    Jan  3 21:03:53 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 21:03:53 localhost Install OS X Mavericks[376]: Connection to sharingd became invalid
    Jan  3 21:03:53 localhost Unknown[357]: 2014-01-03 21:03:53.525 Install OS X Mavericks[376:10e7f] Metadata.framework [Error]: couldn't get the client port
    Jan  3 21:03:53 localhost Install OS X Mavericks[376]: Folder Manager is being asked to create a folder (docs) while running as uid 0

    No gcc bug; it's a bug in your program.  From what I can tell, the char array `C' is designed to hold a string like "01:15:48" which is 8 characters.  Hence, it needs to be declared as `char C[9]' to have room for the terminating \0.  `char C[8]' causes sscanf to smash your stack, as it writes the \0 byte somewhere else.  Making that change fixed the program on my computer.  Too bad valgrind can't detect that sort of error.

  • How to use ADD_METADEF to add a custom metadata field

    Hi All,
    I am trying to add a custom metadata field to check in profile, and this I want to do using RIDC library through my java program. I have tried the following code, but some how I could not see its getting added to Information Fields and also to Standard check in profile.
    Can you let me know what am I missing?
                myIdcClient = myIdcClientManager.createClient("idc://XXXX:4444"); // just commented out
                IdcContext myIdcContext = new IdcContext("weblogic", "weblogic1");
                ServiceResponse myServiceResponse = null;
                  DataBinder myRequestDataBinder = myIdcClient.createBinder();
                    myRequestDataBinder.putLocal("IdcService", "UPDATE_OPTION_LIST");
                    myRequestDataBinder.putLocal("dKey", "xLocationList123");
                  myRequestDataBinder.putLocal("OptionListString", "Madrid\nTokyo\nLondon\nWashington");
                    myServiceResponse = myIdcClient.sendRequest(myIdcContext, myRequestDataBinder);
                    myRequestDataBinder = myIdcClient.createBinder();
                    myRequestDataBinder.putLocal("IdcService", "ADD_METADEF");
                    myRequestDataBinder.putLocal("dName", "xLocations123123");
                    myRequestDataBinder.putLocal("dIsRequired", "0");
                    myRequestDataBinder.putLocal("dOptionListKey", "xLocationList123");
                    myRequestDataBinder.putLocal("dOptionListType", "choice");
                    myRequestDataBinder.putLocal("dIsOptionList", "1");                    
                    myRequestDataBinder.putLocal("dIsSearchable", "1");
                    myRequestDataBinder.putLocal("dIsEnabled", "1");
                    myRequestDataBinder.putLocal("dType", "Text");
                    myRequestDataBinder.putLocal("FieldName", "xLocations123123");
                    myRequestDataBinder.putLocal("dCaption", "Locations");
                    myServiceResponse = myIdcClient.sendRequest(myIdcContext, myRequestDataBinder);
                    myRequestDataBinder = myIdcClient.createBinder();
                    //IdcService=UPDATE_META_TABLE
                    myRequestDataBinder = myIdcClient.createBinder();
                    myRequestDataBinder.putLocal("IdcService", "UPDATE_META_TABLE");
                    myServiceResponse = myIdcClient.sendRequest(myIdcContext, myRequestDataBinder);
                    myRequestDataBinder = myIdcClient.createBinder();
                    myRequestDataBinder.putLocal("IdcService", "START_SEARCH_INDEX");
                    myRequestDataBinder.putLocal("IsRebuild", "1");
                    myServiceResponse = myIdcClient.sendRequest(myIdcContext, myRequestDataBinder);
                    myRequestDataBinder = myIdcClient.createBinder();
                    myRequestDataBinder.putLocal("IdcService", "PUBLISH_SCHEMA");
                    myServiceResponse = myIdcClient.sendRequest(myIdcContext, myRequestDataBinder);
    Thanks in advance.

    Try calling the following code:
    import static intradoc.shared.MetaFieldUtils.hasDocMetaDef;
    import static intradoc.shared.MetaFieldUtils.updateMetaDataFromProps;
    import intradoc.common.ServiceException;
    import intradoc.data.DataBinder;
    import intradoc.data.DataException;
    import intradoc.data.Workspace;
        protected static void addMetadataFields(final Workspace workspace, final DataBinder binder) {
            traceVerbose("Start addMetadataFields");
            // Parameters for metadata field
            final String[] parameters = new String[] { "dsdComponentName", "dComponentName", "dsdVersion", "dType", "dIsRequired", "dIsEnabled", "dIsSearchable", "dIsOptionList", "dOptionListKey", "dOptionListType", "dDefaultValue", "dOrder", "dIsPlaceholderField", "dsdCheckFlag",
                    "dsdDisableOnUninstall" };
            // Common values for primary and alternate field values
            final String[] values = new String[] { "ComponentName", ComponentName, "build_1_20131206", "BigText", "0", "1", "1", "0", "", "", "", "2500", "0", "", "" };
            // Primary file checksum field parameters and values
            final Properties field = new Properties();
            for (int i = 0; i < parameters.length; i++) {
                field.put(parameters[i], values[i]);
            // Setup primary file specific parameters
            field.put("dName", "Metadata field name");
            field.put("dCaption", "Metadata field caption");
            try {
                // Name of metadata field
                final String fieldName = field.getProperty("dName");
                trace("dName: " + fieldName);
                if (fieldName != null && fieldName.length() > 0 && !hasDocMetaDef(fieldName)) {
                    try {
                        updateMetaDataFromProps(workspace, null, field, fieldName, true);
                        trace("Successfully added metadata field " + fieldName);
                    } catch (final ServiceException e) {
                        warn("Metadata field " + fieldName + " was not installed.", e);
                    } catch (final DataException e) {
                        warn("Metadata field " + fieldName + " was not installed.", e);
                } else {
                    trace("Metadata field already exists; will not modify");
            } finally {
                traceVerbose("End addMetadataFields");
    Jonathan
    http://jonathanhult.com

  • Aperture and Canon 5D mark II import problem: copyright and author metadata

    After importing RAW images to Aperture, I missing my name and copyright info in metadata, everything els is there; lens, focal length, shutter sped... I try several methods from camera direct, from memory card, using EOS software to HD and to Aperture. Nothing works. Did anybody have same problem?

    Ah. I didn't know that.
    This type of information is defined typically in IPTC, not EXIF. Aperture probably ignores those EXIF fields; in general if it gets EXIF data it doesn't understand, I think it ignores it.
    As to your other comment about making this data unmodifiable -- it's not really possible to make it immutable. EXIF in general is a lot harder to modify than IPTC, but unless the file is encrypted and self-checksumming, a person with a sector editor (or an application designed to change EXIF) will get around this.
    I don't think there's yet a standard way to really "protect" full-sized image files, at least for JPEG or TIFF files.

  • Problem with adding russian descriptions to profile and metadata

    when I try to add russian description (cyrylic) by copying from txt file russian letters into metadata (by manage metadata) i get only "?" sign instead off each russian letter. Have anyone problem like this?
    thanks for reply

    hi,
    have tried your suggestion but still have the same problem.
    If I create a user without the odob field in it, then the user creates no problem but doesn't contain the MUserAux custom class.
    If I create a user with odob then i get the following message
    IAM-2050243 : Orchestration process with id 18056, failed with error message IAM-3010201 : LDAP create event failed : Entry cn=sonofbob,cn=users,cn=aims,dc=eohhs,dc=gov violates the Directory Server schema configuration because it includes attribute odob which is not allowed by any of the objectclasses defined in that entry.
    What's interesting is that the manual refers to the following MBean to do the import / export:
    used oracle.mds.lcm, Server:oim_server1, Application:*oim*, MDSAppRuntime
    we don't have this mbean installed, though we have
    oracle.mds.lcm, Server:oim_server1, Application:*OIMAppmetadata*, MDSAppRuntime
    and
    oracle.mds.lcm, Server:oim_server1, Application:*OIMMetadata*, MDSAppRuntime
    I exported LDAPUser.xml from both of these MBeans to different destinations - the created subfolder path structure was the same for each:
    /oim/metadata/iam-features-ldap-sync/LDAPUser.xml
    modified one of the files to update as recommended in previous reply then reimported it. and ran PurgeCache.sh all
    to be doubly sure i then restarted OIM_Server1
    Following this I reexported using the other mbean and redid the checksums - I expected them to be the same but they weren't, which leads me to wonder if there is another mbean Application: OIM which is missing from our system?
    Or is there a periodic sync process for these 2 MBeans?
    Or some other behind the scenes sync process that might be broken on our system?
    any useful ideas really really appreciated!

  • How to save metadata in .xmp also for .jpgs?

    In LR 2.5, I have selected "save the metadata in .xmp files" in the Catalog Settings, and I have NOT selected "include develop settings inside jpeg, tiff, ...  I notice however that the metadata is saved in .xmp files only for photos in RAW format (which for me is .ORF, the Olympus RAW format).
    In jpegs, the metadata seems to be saved in the jpeg.  This is not ideal in my situation, because when I back up photos using rsync (or the time machine), all jpegs where I have modified metadata will be backed up again, causing a lot of data to be backed up, when a tiny .xmp would in fact be enough.  Is there a way to ensure that the jpegs per se are not touched, and all information is stored in sidecar .xmp files?
    Second question: if I select "store all metadata in xmp", when is this stored?  Whenever I make a change?  Or do I have to explicitly select the command "save metadata" for a folder?
    Many thanks! Luca.

    A reason RAWs are the only ones with XMP sidecars and JPGs don't, besides the fact it is easy to save metadata in JPGs compared to RAWs, is that when a camera shoots RAW + JPG both files have the same name except for the extension and so when an XMP with the same name except for the extension exists, it wouldn't be clear whether its metadata was for the RAW or for the JPG. 
    I am on a PC, so am not sure how TimeMachine works, but a well-done backup stores file differences, not the entire file, for each cycle, and also uses block-checksums to see what parts of the files have changed, so it doesn't need to read the entire backup file, nor store entire files as part of the backup process.
    There is a Save Metadata to Files command and there is a Automatically Save Metadata... preference.  Either one writes things out to the XMP for RAWs or the image files themselves for formats that support this.  I usually have Automatically Save Metadata... enabled but I also explicitly write it out to the files before doing things like purging files off my main work drive and moving them off to a backup device because LR seems to do the Automatic Save Metadata... operation in the background and it's never clear when it is finished.

  • Checksum validation failed for some Xtext Maven artifacts and corresponding problems

    Hi
    I've been noticing some Checksum validation warnings during the build
    for some Xtext Maven artifacts, e.g.,
    [INFO] Downloading:
    https://repo.maven.apache.org/maven2/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml
    [INFO] Downloading:
    https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml
    [WARNING] Checksum validation failed: Checksum validation failed,
    expected 872cc77705d19d8f59e22b784036430356246697 but is
    56dfb41a5a16e797f052660debc509bd44d10880 for
    https://repo.maven.apache.org/maven2/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml
    [INFO] Downloaded:
    https://repo.maven.apache.org/maven2/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml
    (649 B at 3.2 KB/sec)
    [INFO] Downloaded:
    https://oss.sonatype.org/content/repositories/snapshots/org/eclipse/xtext/org.eclipse.xtext.util/maven-metadata.xml
    (380 B at 0.9 KB/sec)
    [INFO] Downloading:
    https://repo.maven.apache.org/maven2/org/eclipse/xtext/org.eclipse.xtext.util/2.8.3/org.eclipse.xtext.util-2.8.3.pom
    [WARNING] Checksum validation failed: Checksum validation failed,
    expected 25d651226b11727df3b99a6325e989f4e08c82ee but is
    453418e3e74ace9b69e7c34094ee712f81c55991 for
    https://repo.maven.apache.org/maven2/org/eclipse/xtext/org.eclipse.xtext.util/2.8.3/org.eclipse.xtext.util-2.8.3.pom
    similar for org.eclipse.xtext.dependencies, org.eclipse.xtext.xbase.lib
    This hasn't prevented the build from completing so far; but now that I
    started to play with some mwe2 custom generator fragments in my DSL,
    when running the mwe2 workflow during the build it fails with such
    exception, which I guess might be related:
    java.lang.SecurityException: class
    "org.eclipse.xtext.util.XtextSwitch"'s signer information does not match
    signer information of other classes in the same package
    can it be related?
    thanks in advance
    Lorenzo
    Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
    HOME: http://www.lorenzobettini.it
    Xtext Book:
    http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book

    We have the same problem for weeks now. Seems, that there is really a wrong checksum in the maven repo.

  • Any suggestions on extending operational/processing metadata for DI

    Although the DI Mgt Console has some nifty looking graphics it is a little light on providing the production or operational detail some of my clients need to check. Having a dashboard and exception reporting for regularly scheduled production is a great way to instill confidence in the ETL systems. Not only job performance but more importantly sources read and the resulting source target row counts, inserts, updates, checksums. etc. on a tablle by table basis and by subject groupings from SOR to ODS (if there), DW, data marts and other downstream feeds works great. Also exception reporting for "suspended" or "flagged" records has also be a part of many DW production systems. Okay, any suggestions on hos to do this in DI?
    I have added some data integration operational tables that collect statistcs on the above that either are not collected by DI or are tough to get or deciper. I have used other ETL tools such as INFA, DataStage, ODI, and OWB. Have either used their metadata or extended in a similar fashion.
    Has anyone else done this? Any samples? Or is there a base of information buried in the DI repository just waiting to be tapped?
    Thanks in advance.
    Edited by: Richard Sherman on Jul 25, 2008 12:17 AM
    Edited by: Richard Sherman on Jul 25, 2008 12:18 AM

    Thanks. I have added a few tables to supplement the DI schema to enable some dashboards and exception handling for one of my clients who has several dozen customres of their own that they perfrom business processes for via a couple of hosted appliactions. We are writing the DW/BI environment for them. Some of the benefits they provide to their customers is providing data consistency and completeness so operational perfromance is key to them. They need source/target row counts, checksums, inserts/updates and "suspended" rows by reason, etc.
    I have extended several ETL products' metadata repositories to support various clients over the years. I generally keep those extensions to a minimum set of data and functionality needed to support operational aspects of their DW/BI/CPM implementations. fyi: I designed and built a metadata respository for a large vendor many years ago so I understand metadata fairly well and appreciate how one can get quite carried away in it if you are not careful.

  • My iTunes library and metadata/ID3 tags issue

    Since 2010, iTunes is the only media player I use to play music. My library consists of music purchased from the iTunes Store, CD rips and stuff many artists these days release as freebies on the internet to promote a new album. Also, M4A and MP3 are the only formats I use so far.
    Since iTunes, I really got into editing my library's metadata tags by hand, in order to create a custom archive which serves my preferences best. I should mention that besides iTunes being the only software I use to play my music library, it's also the only software I use to edit their metadata. Also, before iTunes – when my library was on different media players – I never bothered with editing them.
    A few days ago, I found how a lot of people in forums complain about the way iTunes edits and stores metadata. So, I experimented and moved a few of my songs to other media players after editing their tags within iTunes. And indeed the tags and/or artwork were often displayed messed up and/or incorrect, some times partially and some times completely.
    Some people were referring to the version of the ID3 tags being the issue, while others suggested using the "convert ID3 tags" feature. I myself am a little bit confused. "Converting the ID3 tags" wasn't available for my M4A files and once I performed it for my MP3's I didn't know which setting I should apply or what version to choose. I chose one version randomly but I'm not sure what happened.
    My goal is to make my music library able to play and display my custom metadata on the majority of the popular media players. I hope that firstly this is possible and that secondly it won't be a solution which requires me going through every single song individually.
    I really hope that all those years work on my library wasn't for nothing.
    I'm using a MacBook running Snow Leopard 10.6.8 and my iTunes version is 10.7
    While my music library is more important that my iTunes version, I do like iTunes 10 more than 11.
    I apologize for any grammar mistakes, since English is not my first language. Thank you all for your time and any suggestion is welcome.

    itsjamesd wrote:
    Hello turingtest2 and thank you for your reply.
    In response to "a possible cause of problems is multiple embedded tags", what exactly does that mean and how can I avoid doing it in the future?
    Anything ripped with iTunes should get a single tag. If multiple tags in some of your older mp3 rips are the cause of the problems when you try to access the files elsewhere then you should apply the suggested remedy selectively, not to the whole library indiscriminately. Once fixed you shouldn't have the problem again unless you use different ripping software. If so check the options to ensure you generate a single ID3v2.3 tag. Downloads from elsewhere are pot luck.
    If I use Convert ID3 Tags>None before converting to v2.3 as you suggested, how many times is "several times" and why do I have to do it more than once? Also, what are your thoughts on 'v2.3 vs. v2.4'?
    Several is at least two, but more could be needed if a file has both v1 and v2 tags in multiple languages. If there are two tags, the first conversion to none should remove the first one, and the second conversion the second. Experiment, And stick to v2.3.
    In response to "the process removes any embedded art but otherwise preserves the data that iTunes knows". All fields excluding cover art remain the same? Does that mean that I will have to start from scratch and apply new cover art individually for each album? That would be too time consuming given the fact that I embed custom art.
    Yes, everything but artwork is held in the iTunes database and is restored with the final Convert ID3 Tags... v2.3. Use Doug's scripts SaveAlbumArtJpeg before you start and RestoreArtworkFromAlbumFolder afterwards to save and the restore your existing artwork.
    Also, what happens with my M4A files' metadata? ID3 tags are only used for MP3's, right?
    Yes, m4a/aac files have a different tag mechanism. Multiple ID3 tags is just one possible issue that you might have. You said:
    So, I experimented and moved a few of my songs to other media players after editing their tags within iTunes. And indeed the tags and/or artwork were often displayed messed up and/or incorrect, some times partially and some times completely.
    It might be worth going into some more detail about exactly what differences you noticed. iTunes can automatically associate (instead of embedding) artwork when it can match the album in the store which could be why some tracks didn't get artwork.
    tt2

  • Importing to iTunes moves previously proper files to unknown folder.  Metadata missing inside of iTunes.  Help!

    I've been having problems with iTunes for a long time now and have yet to find the solution. 
    I store my complete library on my external hard drive.  When I import a CD into the iTunes on my Mac that had previously been imported on another computer, my iTunes refuses to recognize the artist and album information.  It only recognizes the track number and track name. 
    I had imported tracks on a PC in WMA format, and converted them using iTunes on my PC to WAV.  They showed up in my iTunes on my PC just fine that way.  I then copied the new WAV files in their proper Artist/Album/Tracks folders from my PC's iTunes Media folder to my external drive.  When I import those files now on my external drive to iTunes on my Mac, the files move to Unknown Artist folder on my external drive.  I've got preferences set to place files in my external drive's music folder.  What can I do differently?
    I've tried "Keep iTunes Media folder organized" which then immediately takes files out of my organized locations and moves them to the Unknown Arist folder even when I'm not importing.  I've also tried "Copy files to iTunes Media folder when adding to library."  I tried just importing directly from a flash drive hoping it would copy files that were moments ago recognized correctly on my PC's iTunes to my external drive's Music folder correctly.  Doesn't work.  Still imports songs to iTunes with no artist or album data and places them in the annoying Unknown Artist folder on my external drive.
    When I import a disc directly to iTunes (sending it to the computer's iTunes Media folder when my external isn't connected), it recognized the data correctly.  Then if I connect my external and copy the files from the computer's internal drive to my external Music folder, delete the files in iTunes, and then import the files from their new location, they are then unrecognized as having Artist and Album information.  A few years ago I had no issue moving files this way and everything stayed organized.  I'm guessing Apple fudged something up in an update?
    What the heck?  Is there a different program I could use (whether on PC or Mac) that would import the disc information and keep the metadata attached and fix my issues?  I eventually will need to transfer my external drive's files to another drive, as externals are not permanent storage solutions, so when I eventually import all my music in iTunes again I won't have the time or the energy to rename every track independently.  Why doesn't the information recognized by iTunes remain associated with that file when I move the file to another location and reimport to iTunes?
    Any help would be sincerely appreciated.  This has been a long struggle for me with no answers and my music collection is extremely important to me.

    There have many reports here of large adds not running to completion. Sometimes it will die on a certain troublesome file, and sometimes there is no obvious reason.
    Since you have verified that the individual files seem to be fine, the workaround is to add the folders in smaller batches.

  • Restoring my photos and metadata after hard drive format. yep, I'm THAT guy

    Hi guys,
    Unfortunately my 17,000 photo aperture library (master files stored externally to the aperture library - ie referenced) was accidently deleted (long story) in a drive consolidating effort around my house.
    The good news is that I was able to recover the images using a file recovery program.
    My problem is that the files once recovered have a new filename different from the original (ie instead of IMG_4345 it is J1928731-1323). The metadata for the photo from EXIF is still present and I am able to sort the photos based on photo date time group once re-imported into aperture. Since the filename is not the same as the original, I am unable to reconnect the files to restore the individual metadata changes to each image made in aperture.
    I have been able to 'mirror' my original library ie, for each project there are the correct order and number of images in the recovered project folders.
    My question is:
    1. Is there a way to force a file re-connect with an image with a different filename?
    2. Failing Q1, is there a way to select a group of images all with different metadata and paste it to another group of images where the number of images between the two groups is equal? Lift & stamping each individual photo is VERY painful...
    Any help would be fantastic
    Message was edited by: matt_hornet to ellaborate the problem

    matt_hornet wrote:
    Unfortunately my 17,000 photo aperture library (master files stored externally to the aperture library - ie referenced) was accidently deleted (long story) in a drive consolidating effort around my house.
    Ouch. You have my sympathies!
    My question is:
    1. Is there a way to force a file re-connect with an image with a different filename?
    As far as I remember, File>Manage Referenced Files... will do this if you Alt/Option-click the Reconnect Now button. It's still going to be a mammoth task, but faster than copying all the metadata to new imports...
    Ian

  • Logical systems for modeldata and RFC metadata

    Hi All,
    I want to know how I can display the my own created logical system names under the drop-down menu when i have to select the logical system names for modeldata and rfc metadata. I don't want to them to be written instead i want them to be one of the options in the drop down menu, as we have them in the FLIGHT_LIST_INIT example found in the sample applications and examples.
    Thanks in advance
    Srikant

    Hi,
       While creating SLD for your R/3 systems give the desired name of wht u want instead of logical name.
    For configuring the same refer the link below :-
    http://help.sap.com/saphelp_erp2004/helpdata/en/29/e0b75c2b7d40c5bfbda82e905b701c/frameset.htm
    Regards,
    guru

Maybe you are looking for

  • A better way than a global temp table to reuse a distinct select?

    I get the impression from other threads that global temp tables are frowned upon so I'm wondering if there is a better way to simplify what I need to do. I have some values scattered about a table with a relatively large number of records. I need to

  • ACR v4.1 vs v4.0: baseline high ISO NR - Part 1

    Hi there, I have been participating in a couple of threads in both this forum and the Lightroom forum with regards to additional "baseline" noise-reduction that appears to be happening on high ISO Canon files. To start, here are the links to the othe

  • Messed up my locale

    So I noticed this today Summary: Please manually delete /etc/profile.d/locale.sh before updating. If . /etc/rc.conf fails in your login shell, please read the full announcement. and deleted locale.sh . Now my system does not recognize greek character

  • Text message wont delete

    I was sending a text message earlier & it froze up so i closed the app & when i opened it back up & said it was sent to unknown & when i try to delete it, it will delete but then come right back...is there anything i can do? it is very frustrating!

  • Unable to successfuly test webservice through SOAP UI while the FM works

    Hi, We have recently upgraded to EHP6. We created a few function modules through which web services were created. Now when we test the FM's they work perfectly fine whereas some of the webservices are not responding correctly when being tested thriou