[SOLVED] Preventing nonexistent filesystem in fstab from blocking boot

Some years ago I moved out of my parents house, but that didn't exonerate me from being their netadmin. I have an arch box there which provides local fileserver, DHCP, and NAT. It's set up with a RAID5+LVM samba server to give my parents an easy place to back up their local computers and dump photographs.
At one point while I was clear on the other side of the world from them, one of the drives in the RAID5 failed. No problem - the data's safe. But the bigger issue was that it prevented the system from booting. There are entries in fstab to mount filesystems, and when one doesn't exist the whole thing just hangs. Usually when problems occur I just ssh in from wherever I am and fix whatever is wrong. In this case, I had to walk my father through using single user mode and editing fstab with vim over the phone. It sucked.
Is there an elegant way to ensure that when a non-critical filesystem listed in fstab disappears that it does not prevent the system from booting? So far my kludge solution has been to remove the entry from fstab and just mount it manually from rc.local. But that seems like a hack. Is there a better solution?
Thanks,
Sasha
Last edited by kleptophobiac (2011-01-02 04:26:41)

Try using the option 'nofail'.  For example, in fstab:
UUID=669b1bcd-5ae9-4ae9-868c-be327b044e23 /mnt/backup jfs defaults,nofail,noatime,nodiratime,noexec,nosuid 0 2

Similar Messages

  • How can I prevent the MediaTracker waitForID method from blocking?

    Hi everyone:
    I am writing an application that deals with various image file formats with the help of the JIMI package (available at http://java.sun.com/products/jimi/). Everything works fine except for the Targa format. When I generate an Image object as follows (url is a valid URL object):
    Image image = Jimi.getImage(url);
    ImageIcon icon = new ImageIcon(image);the program execution blocks at the second line above. I searched the ImageIcon source code for some clues, which led me to the following ImageIcon method (tracker is a MediaTracker object, a static property of ImageIcon):
    (01) protected void loadImage(Image image) {
    (02)   synchronized(tracker) {
    (03)     tracker.addImage(image, 0);
    (04)     try {
    (05)       tracker.waitForID(0, 0);
    (06)     } catch (InterruptedException e) {
    (07)       System.out.println("INTERRUPTED while loading Image");
    (08)     }
    (09)     loadStatus = tracker.statusID(0, false);
    (10)     tracker.removeImage(image, 0);
    (11)
    (12)     width = image.getWidth(imageObserver);
    (13)     height = image.getHeight(imageObserver);
    (14)   }
    (15) }The program blocks at line (05) above. I peeked into the MediaTracker class source code, which brought me to determine that the image loading process never finishes. The symptoms are as follows:
    (1) When I perform a c.checkImage(image, null) where c is some Component, I always get a result of 7, which translates to the following combination of ImageObserver constants:
    WIDTH | HEIGHT | PROPERTIESAs matter of fact, the dimensions are indeed determined correctly. However, when the loading process terminates, the checkImage result includes ALLBITS or FRAMEBITS in case of success, ABORT or ERROR in case of failure. None of these bits is ever turned on whenever I try to load a Targa image.
    (2) When I get to the MediaTracker source code, I see that when none of the four bytes above is set, the internal MediaTracker status has the MediaTracker.LOADING bit turned on (nothing abnormal here). And the waitForID method terminates precisely only when this bit is turned off!
    Logically, if the loading process fails for some reason, I should expect to get an error response so that I can go further in code execution. However, since the loading process never terminates, everything stays blocked at the waitForID method invocation.
    Is there an efficient way to detect such a hidden loading error without letting my program go into the waitForID endless loop? In other words, going back to the first two lines of code of this message, how could I detect that an Image loading process will not terminate before calling the ImageIcon constructor?
    Thanks in advance for any useful help...
    Jean-Fran�ois Morin

    Hi:
    I tried precisely your suggestion before posting my message to the forum yesterday. I just forgot to mention it... Maybe I was afraid of increasing my message length more and more...
    I already know that this solution prevents the MediaTracker from blocking. However...
    (1) If they reach a troublesome image (like a Targa), the users of my application might not be pleased by its freezing for 10 seconds. Actually, this image loading module is part of an architecture for database applications from which my development team and I produce applications for various customers. Images are used, in particular, in Oracle BLOB support.
    (2) If I use a smaller timeout delay, I have no guarantee that any image, whatever its length, will load properly (Targa excluded, of course). According to tests I performed yesterday, I am virtually sure that the 10-second delay will be busted very easily by pictures larger than 1 Mb. I cannot overlook this potential problem: an Oracle BLOB can contain up to 2 terabytes of data!
    On the other side, I don't want to focus too much the attention on the JIMI Targa import filter because I know that a revised version of the JIMI and JAI packages will be part of JDK 1.4. This is why I am trying to figure out what is happening in the MediaTracker and Toolkit classes, which are much more fundamental than the Jimi ones...
    Thanks anyway...
    Best regards,
    Jean-Fran�ois Morin

  • [SOLVED] Prevent a specific USB key from mounting ?

    Hi,
    I have a USB key containing my keyfile to decrypt my hard disk. I'd like to prevent it from being mount by any user except root (to prevent a malicious script running at startup and dumping it or so).
    My problem is that I can specify it in the fstab directly because it is a removable device and the kernel may drop to emergency mode if I put it there. Or maybe there's some option which I don't know ?
    Thanks
    Last edited by doupod (2014-02-14 23:29:33)

    Thanks !

  • [Solved] Graphical display won't start from cold boot.

    I noticed that if I turn on my computer and boot into linux the screen will go black after trying to start the display manager. Rebooting into linux will again display a blank black screen. Switching to TTY's with ctrl-alt-F* doesn't appear to work. If I boot into windows then boot linux the display works.
    I haven't been able to debug much because I can only cause this bug to occur after letting the computer sit off for a while. Shutting the computer down (systemctl poweroff) doesn't cause it, leaving it unplugged for a minute didn't cause it either.
    Today I tested ways to recreate the error without waiting, I don't remember how many things I tried, so I can't include boot logs from a failed boot, I'll grab them next time the bug happens.
    I'm running linux-ck and nvidia drivers installed from the linux-ck unofficial repository mentioned in the linux-ck wiki page.
    - Kernel:     repo-ck/linux-ck-ivybridge 3.12.9-3
    - Graphics: repo-ck/nvidia-ck-ivybridge 331.38-2
    - Display manager: community/lightdm 1:1.8.6-1
    Hardware:
    - ASRock Z77 Extreme4 ATX LGA1155 Motherboard
    - GTX 670 Graphics card.
    Solution:
    This was an issue with windows 8.1 fast start up, which is enabled by default. Instead of performing a clean shutdown windows will hibernate to disk. When linux booted the disks failed to mount.
    I disabled fast startup in windows Control Panel > Power Options > System Settings.
    Last edited by seniorsassycat (2014-02-07 18:56:44)

    So I left my computer off for more than three hours and the display started fine when I turned the computer on. This morning after the computer was off for about eight hours the display wouldn't come on. I have boot logs from a good, and a bad boot.
    Failed Boot
    -- Logs begin at Sun 2013-05-19 13:01:58 EDT, end at Fri 2014-02-07 11:57:16 EST. --
    Feb 07 11:54:25 ragnarok systemd-journal[130]: Runtime journal is using 1.3M (max 393.6M, leaving 590.4M of free 3.8G, current limit 393.6M).
    Feb 07 11:54:25 ragnarok systemd-journal[130]: Runtime journal is using 1.3M (max 393.6M, leaving 590.4M of free 3.8G, current limit 393.6M).
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys cpuset
    Feb 07 11:54:25 ragnarok kernel: Linux version 3.12.9-3-ck (squishy@ease) (gcc version 4.8.2 20131219 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Feb 2 14:51:38 EST 2014
    Feb 07 11:54:25 ragnarok kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=b5bc95f0-b132-4697-b135-7f972efcbf65 rw elevator=bfq resume=/dev/sdb1 init=/usr/lib/systemd/systemd
    Feb 07 11:54:25 ragnarok kernel: e820: BIOS-provided physical RAM map:
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000040005000-0x00000000c98c1fff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000c98c2000-0x00000000c9f4cfff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000c9f4d000-0x00000000ca1ccfff] ACPI NVS
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000ca1cd000-0x00000000ca1d1fff] ACPI data
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000ca1d2000-0x00000000ca214fff] ACPI NVS
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000ca215000-0x00000000cac0afff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000cac0b000-0x00000000caff1fff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000caff2000-0x00000000caffffff] usable
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000cb800000-0x00000000cf9fffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    Feb 07 11:54:25 ragnarok kernel: BIOS-e820: [mem 0x0000000100000000-0x000000022f5fffff] usable
    Feb 07 11:54:25 ragnarok kernel: NX (Execute Disable) protection: active
    Feb 07 11:54:25 ragnarok kernel: SMBIOS 2.7 present.
    Feb 07 11:54:25 ragnarok kernel: DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./Z77 Extreme4, BIOS P1.20 03/08/2012
    Feb 07 11:54:25 ragnarok kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Feb 07 11:54:25 ragnarok kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Feb 07 11:54:25 ragnarok kernel: No AGP bridge found
    Feb 07 11:54:25 ragnarok kernel: e820: last_pfn = 0x22f600 max_arch_pfn = 0x400000000
    Feb 07 11:54:25 ragnarok kernel: MTRR default type: uncachable
    Feb 07 11:54:25 ragnarok kernel: MTRR fixed ranges enabled:
    Feb 07 11:54:25 ragnarok kernel: 00000-9FFFF write-back
    Feb 07 11:54:25 ragnarok kernel: A0000-BFFFF uncachable
    Feb 07 11:54:25 ragnarok kernel: C0000-CFFFF write-protect
    Feb 07 11:54:25 ragnarok kernel: D0000-EBFFF uncachable
    Feb 07 11:54:25 ragnarok kernel: EC000-FFFFF write-protect
    Feb 07 11:54:25 ragnarok kernel: MTRR variable ranges enabled:
    Feb 07 11:54:25 ragnarok kernel: 0 base 000000000 mask E00000000 write-back
    Feb 07 11:54:25 ragnarok kernel: 1 base 200000000 mask FE0000000 write-back
    Feb 07 11:54:25 ragnarok kernel: 2 base 220000000 mask FF0000000 write-back
    Feb 07 11:54:25 ragnarok kernel: 3 base 0E0000000 mask FE0000000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 4 base 0D0000000 mask FF0000000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 5 base 0CC000000 mask FFC000000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 6 base 0CB800000 mask FFF800000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 7 base 22F800000 mask FFF800000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 8 base 22F600000 mask FFFE00000 uncachable
    Feb 07 11:54:25 ragnarok kernel: 9 disabled
    Feb 07 11:54:25 ragnarok kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Feb 07 11:54:25 ragnarok kernel: e820: update [mem 0xcb800000-0xffffffff] usable ==> reserved
    Feb 07 11:54:25 ragnarok kernel: e820: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
    Feb 07 11:54:25 ragnarok kernel: found SMP MP-table at [mem 0x000fcd40-0x000fcd4f] mapped at [ffff8800000fcd40]
    Feb 07 11:54:25 ragnarok kernel: Scanning 1 areas for low memory corruption
    Feb 07 11:54:25 ragnarok kernel: Base memory trampoline at [ffff880000097000] 97000 size 24576
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x00000000-0x000fffff] page 4k
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b11000, 0x01b11fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b12000, 0x01b12fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b13000, 0x01b13fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x22f400000-0x22f5fffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x22f400000-0x22f5fffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b14000, 0x01b14fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x22c000000-0x22f3fffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x22c000000-0x22f3fffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x200000000-0x22bffffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x200000000-0x22bffffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x00100000-0x1fffffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x00100000-0x001fffff] page 4k
    Feb 07 11:54:25 ragnarok kernel: [mem 0x00200000-0x1fffffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x20200000-0x40003fff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x20200000-0x3fffffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: [mem 0x40000000-0x40003fff] page 4k
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b15000, 0x01b15fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: BRK [0x01b16000, 0x01b16fff] PGTABLE
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x40005000-0xc98c1fff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x40005000-0x401fffff] page 4k
    Feb 07 11:54:25 ragnarok kernel: [mem 0x40200000-0xc97fffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: [mem 0xc9800000-0xc98c1fff] page 4k
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0xca215000-0xcac0afff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0xca215000-0xca3fffff] page 4k
    Feb 07 11:54:25 ragnarok kernel: [mem 0xca400000-0xcabfffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: [mem 0xcac00000-0xcac0afff] page 4k
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0xcaff2000-0xcaffffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0xcaff2000-0xcaffffff] page 4k
    Feb 07 11:54:25 ragnarok kernel: init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    Feb 07 11:54:25 ragnarok kernel: [mem 0x100000000-0x1ffffffff] page 2M
    Feb 07 11:54:25 ragnarok kernel: RAMDISK: [mem 0x379f8000-0x37cf3fff]
    Feb 07 11:54:25 ragnarok kernel: ACPI: RSDP 00000000000f0450 00024 (v02 ALASKA)
    Feb 07 11:54:25 ragnarok kernel: ACPI: XSDT 00000000ca1b4078 00074 (v01 ALASKA A M I 01072009 AMI 00010013)
    Feb 07 11:54:25 ragnarok kernel: ACPI: FACP 00000000ca1bdb80 000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
    Feb 07 11:54:25 ragnarok kernel: ACPI: DSDT 00000000ca1b4188 099F2 (v02 ALASKA A M I 00000014 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: FACS 00000000ca1cbf80 00040
    Feb 07 11:54:25 ragnarok kernel: ACPI: APIC 00000000ca1bdc78 00072 (v03 ALASKA A M I 01072009 AMI 00010013)
    Feb 07 11:54:25 ragnarok kernel: ACPI: ASF! 00000000ca1bdcf0 000A5 (v32 INTEL HCG 00000001 TFSM 000F4240)
    Feb 07 11:54:25 ragnarok kernel: ACPI: MCFG 00000000ca1bdd98 0003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000ca1bddd8 004A6 (v01 Intel_ AoacTabl 00001000 INTL 20091112)
    Feb 07 11:54:25 ragnarok kernel: ACPI: AAFT 00000000ca1be280 000C2 (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
    Feb 07 11:54:25 ragnarok kernel: ACPI: HPET 00000000ca1be348 00038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000ca1be380 0036D (v01 SataRe SataTabl 00001000 INTL 20091112)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000ca1be6f0 009AA (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000ca1bf0a0 00A92 (v01 PmRef CpuPm 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Local APIC address 0xfee00000
    Feb 07 11:54:25 ragnarok kernel: [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880226c00000-ffff88022ebfffff] on node 0
    Feb 07 11:54:25 ragnarok kernel: Zone ranges:
    Feb 07 11:54:25 ragnarok kernel: DMA [mem 0x00001000-0x00ffffff]
    Feb 07 11:54:25 ragnarok kernel: DMA32 [mem 0x01000000-0xffffffff]
    Feb 07 11:54:25 ragnarok kernel: Normal [mem 0x100000000-0x22f5fffff]
    Feb 07 11:54:25 ragnarok kernel: Movable zone start for each node
    Feb 07 11:54:25 ragnarok kernel: Early memory node ranges
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0x00001000-0x0009cfff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0x00100000-0x1fffffff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0x20200000-0x40003fff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0x40005000-0xc98c1fff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0xca215000-0xcac0afff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0xcaff2000-0xcaffffff]
    Feb 07 11:54:25 ragnarok kernel: node 0: [mem 0x100000000-0x22f5fffff]
    Feb 07 11:54:25 ragnarok kernel: On node 0 totalpages: 2070113
    Feb 07 11:54:25 ragnarok kernel: DMA zone: 64 pages used for memmap
    Feb 07 11:54:25 ragnarok kernel: DMA zone: 21 pages reserved
    Feb 07 11:54:25 ragnarok kernel: DMA zone: 3996 pages, LIFO batch:0
    Feb 07 11:54:25 ragnarok kernel: DMA32 zone: 12868 pages used for memmap
    Feb 07 11:54:25 ragnarok kernel: DMA32 zone: 823493 pages, LIFO batch:31
    Feb 07 11:54:25 ragnarok kernel: Normal zone: 19416 pages used for memmap
    Feb 07 11:54:25 ragnarok kernel: Normal zone: 1242624 pages, LIFO batch:31
    Feb 07 11:54:25 ragnarok kernel: ACPI: PM-Timer IO Port: 0x408
    Feb 07 11:54:25 ragnarok kernel: ACPI: Local APIC address 0xfee00000
    Feb 07 11:54:25 ragnarok kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Feb 07 11:54:25 ragnarok kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    Feb 07 11:54:25 ragnarok kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    Feb 07 11:54:25 ragnarok kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    Feb 07 11:54:25 ragnarok kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    Feb 07 11:54:25 ragnarok kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Feb 07 11:54:25 ragnarok kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    Feb 07 11:54:25 ragnarok kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Feb 07 11:54:25 ragnarok kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Feb 07 11:54:25 ragnarok kernel: ACPI: IRQ0 used by override.
    Feb 07 11:54:25 ragnarok kernel: ACPI: IRQ2 used by override.
    Feb 07 11:54:25 ragnarok kernel: ACPI: IRQ9 used by override.
    Feb 07 11:54:25 ragnarok kernel: Using ACPI (MADT) for SMP configuration information
    Feb 07 11:54:25 ragnarok kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
    Feb 07 11:54:25 ragnarok kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    Feb 07 11:54:25 ragnarok kernel: nr_irqs_gsi: 40
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xc98c2000-0xc9f4cfff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xc9f4d000-0xca1ccfff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xca1cd000-0xca1d1fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xca1d2000-0xca214fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xcac0b000-0xcaff1fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xcb000000-0xcb7fffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xcb800000-0xcf9fffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xcfa00000-0xf7ffffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    Feb 07 11:54:25 ragnarok kernel: PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    Feb 07 11:54:25 ragnarok kernel: e820: [mem 0xcfa00000-0xf7ffffff] available for PCI devices
    Feb 07 11:54:25 ragnarok kernel: Booting paravirtualized kernel on bare hardware
    Feb 07 11:54:25 ragnarok kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    Feb 07 11:54:25 ragnarok kernel: PERCPU: Embedded 28 pages/cpu @ffff88022f200000 s83840 r8192 d22656 u524288
    Feb 07 11:54:25 ragnarok kernel: pcpu-alloc: s83840 r8192 d22656 u524288 alloc=1*2097152
    Feb 07 11:54:25 ragnarok kernel: pcpu-alloc: [0] 0 1 2 3
    Feb 07 11:54:25 ragnarok kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2037744
    Feb 07 11:54:25 ragnarok kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=b5bc95f0-b132-4697-b135-7f972efcbf65 rw elevator=bfq resume=/dev/sdb1 init=/usr/lib/systemd/systemd
    Feb 07 11:54:25 ragnarok kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Feb 07 11:54:25 ragnarok kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Feb 07 11:54:25 ragnarok kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Feb 07 11:54:25 ragnarok kernel: xsave: enabled xstate_bv 0x7, cntxt size 0x340
    Feb 07 11:54:25 ragnarok kernel: Checking aperture...
    Feb 07 11:54:25 ragnarok kernel: No AGP bridge found
    Feb 07 11:54:25 ragnarok kernel: Calgary: detecting Calgary via BIOS EBDA area
    Feb 07 11:54:25 ragnarok kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Feb 07 11:54:25 ragnarok kernel: Memory: 8055804K/8280452K available (4983K kernel code, 735K rwdata, 1608K rodata, 1108K init, 1264K bss, 224648K reserved)
    Feb 07 11:54:25 ragnarok kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Feb 07 11:54:25 ragnarok kernel: Preemptible hierarchical RCU implementation.
    Feb 07 11:54:25 ragnarok kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Feb 07 11:54:25 ragnarok kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Feb 07 11:54:25 ragnarok kernel: NR_IRQS:8448 nr_irqs:1704 16
    Feb 07 11:54:25 ragnarok kernel: Console: colour dummy device 80x25
    Feb 07 11:54:25 ragnarok kernel: console [tty0] enabled
    Feb 07 11:54:25 ragnarok kernel: allocated 33554432 bytes of page_cgroup
    Feb 07 11:54:25 ragnarok kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Feb 07 11:54:25 ragnarok kernel: hpet clockevent registered
    Feb 07 11:54:25 ragnarok kernel: tsc: Fast TSC calibration failed
    Feb 07 11:54:25 ragnarok kernel: tsc: PIT calibration matches HPET. 1 loops
    Feb 07 11:54:25 ragnarok kernel: tsc: Detected 3399.661 MHz processor
    Feb 07 11:54:25 ragnarok kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6799.32 BogoMIPS (lpj=3399661)
    Feb 07 11:54:25 ragnarok kernel: pid_max: default: 32768 minimum: 301
    Feb 07 11:54:25 ragnarok kernel: Security Framework initialized
    Feb 07 11:54:25 ragnarok kernel: AppArmor: AppArmor disabled by boot time parameter
    Feb 07 11:54:25 ragnarok kernel: Yama: becoming mindful.
    Feb 07 11:54:25 ragnarok kernel: Mount-cache hash table entries: 256
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys memory
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys devices
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys freezer
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys net_cls
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys blkio
    Feb 07 11:54:25 ragnarok kernel: Initializing cgroup subsys bfqio
    Feb 07 11:54:25 ragnarok kernel: CPU: Physical Processor ID: 0
    Feb 07 11:54:25 ragnarok kernel: CPU: Processor Core ID: 0
    Feb 07 11:54:25 ragnarok kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    Feb 07 11:54:25 ragnarok kernel: mce: CPU supports 9 MCE banks
    Feb 07 11:54:25 ragnarok kernel: CPU0: Thermal monitoring enabled (TM1)
    Feb 07 11:54:25 ragnarok kernel: Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 1
    Feb 07 11:54:25 ragnarok kernel: Freeing SMP alternatives memory: 20K (ffffffff819ce000 - ffffffff819d3000)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Core revision 20130725
    Feb 07 11:54:25 ragnarok kernel: ACPI: All ACPI Tables successfully acquired
    Feb 07 11:54:25 ragnarok kernel: ftrace: allocating 20012 entries in 79 pages
    Feb 07 11:54:25 ragnarok kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Feb 07 11:54:25 ragnarok kernel: smpboot: CPU0: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz (fam: 06, model: 3a, stepping: 09)
    Feb 07 11:54:25 ragnarok kernel: TSC deadline timer enabled
    Feb 07 11:54:25 ragnarok kernel: Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    Feb 07 11:54:25 ragnarok kernel: ... version: 3
    Feb 07 11:54:25 ragnarok kernel: ... bit width: 48
    Feb 07 11:54:25 ragnarok kernel: ... generic registers: 8
    Feb 07 11:54:25 ragnarok kernel: ... value mask: 0000ffffffffffff
    Feb 07 11:54:25 ragnarok kernel: ... max period: 0000ffffffffffff
    Feb 07 11:54:25 ragnarok kernel: ... fixed-purpose events: 3
    Feb 07 11:54:25 ragnarok kernel: ... event mask: 00000007000000ff
    Feb 07 11:54:25 ragnarok kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Feb 07 11:54:25 ragnarok kernel: smpboot: Booting Node 0, Processors # 1 # 2 # 3 OK
    Feb 07 11:54:25 ragnarok kernel: Brought up 4 CPUs
    Feb 07 11:54:25 ragnarok kernel: smpboot: Total of 4 processors activated (27197.28 BogoMIPS)
    Feb 07 11:54:25 ragnarok kernel: devtmpfs: initialized
    Feb 07 11:54:25 ragnarok kernel: PM: Registering ACPI NVS region [mem 0xc9f4d000-0xca1ccfff] (2621440 bytes)
    Feb 07 11:54:25 ragnarok kernel: PM: Registering ACPI NVS region [mem 0xca1d2000-0xca214fff] (274432 bytes)
    Feb 07 11:54:25 ragnarok kernel: RTC time: 11:54:24, date: 02/07/14
    Feb 07 11:54:25 ragnarok kernel: NET: Registered protocol family 16
    Feb 07 11:54:25 ragnarok kernel: cpuidle: using governor ladder
    Feb 07 11:54:25 ragnarok kernel: cpuidle: using governor menu
    Feb 07 11:54:25 ragnarok kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    Feb 07 11:54:25 ragnarok kernel: ACPI: bus type PCI registered
    Feb 07 11:54:25 ragnarok kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    Feb 07 11:54:25 ragnarok kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    Feb 07 11:54:25 ragnarok kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    Feb 07 11:54:25 ragnarok kernel: PCI: Using configuration type 1 for base access
    Feb 07 11:54:25 ragnarok kernel: bio: create slab <bio-0> at 0
    Feb 07 11:54:25 ragnarok kernel: ACPI: Added _OSI(Module Device)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Added _OSI(Processor Device)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Feb 07 11:54:25 ragnarok kernel: ACPI: EC: Look up EC in DSDT
    Feb 07 11:54:25 ragnarok kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000c9efa018 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Dynamic OEM Table Load:
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT (null) 0083B (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000c9efba98 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Dynamic OEM Table Load:
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT 00000000c9efcc18 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Dynamic OEM Table Load:
    Feb 07 11:54:25 ragnarok kernel: ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Interpreter enabled
    Feb 07 11:54:25 ragnarok kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
    Feb 07 11:54:25 ragnarok kernel: ACPI: (supports S0 S1 S3 S4 S5)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Using IOAPIC for interrupt routing
    Feb 07 11:54:25 ragnarok kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Feb 07 11:54:25 ragnarok kernel: ACPI: No dock devices found.
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    Feb 07 11:54:25 ragnarok kernel: acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    Feb 07 11:54:25 ragnarok kernel: acpi PNP0A08:00: ACPI _OSC control (0x1c) granted
    Feb 07 11:54:25 ragnarok kernel: PCI host bridge to bus 0000:00
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [bus 00-3e]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:02.0: [8086:0162] type 00 class 0x038000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:14.0: reg 0x10: [mem 0xf7b00000-0xf7b0ffff 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf7b1a000-0xf7b1a00f 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf7b18000-0xf7b183ff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1a.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf7b10000-0xf7b13fff 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: [8086:1e18] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.5: [8086:1e1a] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.5: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: [8086:1e1e] type 01 class 0x060400
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf7b17000-0xf7b173ff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1d.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.0: [8086:1e44] type 00 class 0x060100
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf7b16000-0xf7b167ff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf7b15000-0xf7b150ff 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: [10de:1189] type 00 class 0x030000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xe7ffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xe8000000-0xe9ffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.1: [10de:0e0a] type 00 class 0x040300
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe9ffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: [1b21:0612] type 00 class 0x010601
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x10: [io 0xd050-0xd057]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x14: [io 0xd040-0xd043]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x18: [io 0xd030-0xd037]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x1c: [io 0xd020-0xd023]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x20: [io 0xd000-0xd01f]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: reg 0x24: [mem 0xf7a00000-0xf7a001ff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: bridge window [mem 0xf7a00000-0xf7afffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: [14e4:16b1] type 00 class 0x020000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: reg 0x10: [mem 0xea110000-0xea11ffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: reg 0x18: [mem 0xea100000-0xea10ffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: reg 0x30: [mem 0xf7900000-0xf79007ff pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: bridge window [mem 0xf7900000-0xf79fffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: bridge window [mem 0xea100000-0xea1fffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: [1b21:1080] type 01 class 0x060401
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: System wakeup disabled by ACPI
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.5: PCI bridge to [bus 05-06]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: PCI bridge to [bus 06] (subtractive decode)
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: bridge window [??? 0x00000000 flags 0x0] (subtractive decode)
    Feb 07 11:54:25 ragnarok kernel: pci 0000:07:00.0: [1b21:1042] type 00 class 0x0c0330
    Feb 07 11:54:25 ragnarok kernel: pci 0000:07:00.0: reg 0x10: [mem 0xf7800000-0xf7807fff 64bit]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:07:00.0: PME# supported from D3hot D3cold
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: PCI bridge to [bus 07]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: bridge window [mem 0xf7800000-0xf78fffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: on NUMA node 0
    Feb 07 11:54:25 ragnarok kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
    Feb 07 11:54:25 ragnarok kernel: ACPI: Enabled 4 GPEs in block 00 to 3F
    Feb 07 11:54:25 ragnarok kernel: ACPI: \_SB_.PCI0: notify handler is installed
    Feb 07 11:54:25 ragnarok kernel: Found 1 acpi root devices
    Feb 07 11:54:25 ragnarok kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Feb 07 11:54:25 ragnarok kernel: vgaarb: loaded
    Feb 07 11:54:25 ragnarok kernel: vgaarb: bridge control possible 0000:01:00.0
    Feb 07 11:54:25 ragnarok kernel: PCI: Using ACPI for IRQ routing
    Feb 07 11:54:25 ragnarok kernel: PCI: pci_cache_line_size set to 64 bytes
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0xc98c2000-0xcbffffff]
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0xcac0b000-0xcbffffff]
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
    Feb 07 11:54:25 ragnarok kernel: e820: reserve RAM buffer [mem 0x22f600000-0x22fffffff]
    Feb 07 11:54:25 ragnarok kernel: NetLabel: Initializing
    Feb 07 11:54:25 ragnarok kernel: NetLabel: domain hash size = 128
    Feb 07 11:54:25 ragnarok kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Feb 07 11:54:25 ragnarok kernel: NetLabel: unlabeled traffic allowed by default
    Feb 07 11:54:25 ragnarok kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    Feb 07 11:54:25 ragnarok kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    Feb 07 11:54:25 ragnarok kernel: Switched to clocksource hpet
    Feb 07 11:54:25 ragnarok kernel: pnp: PnP ACPI init
    Feb 07 11:54:25 ragnarok kernel: ACPI: bus type PNP registered
    Feb 07 11:54:25 ragnarok kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:01: [dma 4]
    Feb 07 11:54:25 ragnarok kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x0680-0x069f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x0200-0x020f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0xffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0xffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x0400-0x0453] could not be reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x0458-0x047f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x0500-0x057f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: [io 0x164e-0x164f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:06: [io 0x0454-0x0457] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:07: [io 0x0290-0x029f] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:08: [io 0x04d0-0x04d1] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:09: Plug and Play ACPI device, IDs PNP0c04 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp 00:0a: [dma 0 disabled]
    Feb 07 11:54:25 ragnarok kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed10000-0xfed17fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xff000000-0xffffffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: [mem 0xcfa00000-0xcfa00fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    Feb 07 11:54:25 ragnarok kernel: system 00:0c: [mem 0x20000000-0x201fffff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0c: [mem 0x40004000-0x40004fff] has been reserved
    Feb 07 11:54:25 ragnarok kernel: system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    Feb 07 11:54:25 ragnarok kernel: pnp: PnP ACPI: found 13 devices
    Feb 07 11:54:25 ragnarok kernel: ACPI: bus type PNP unregistered
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xcfb00000-0xcfcfffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xcfd00000-0xcfefffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe9ffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [mem 0xcfb00000-0xcfcfffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.0: bridge window [mem 0xcfd00000-0xcfefffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.3: bridge window [mem 0xf7a00000-0xf7afffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: bridge window [mem 0xf7900000-0xf79fffff]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.4: bridge window [mem 0xea100000-0xea1fffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.5: PCI bridge to [bus 05-06]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: PCI bridge to [bus 07]
    Feb 07 11:54:25 ragnarok kernel: pci 0000:00:1c.7: bridge window [mem 0xf7800000-0xf78fffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 13 [mem 0x000e8000-0x000ebfff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:00: resource 14 [mem 0xcfa00000-0xfeafffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xe9ffffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:02: resource 1 [mem 0xcfb00000-0xcfcfffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:02: resource 2 [mem 0xcfd00000-0xcfefffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:03: resource 1 [mem 0xf7a00000-0xf7afffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:04: resource 1 [mem 0xf7900000-0xf79fffff]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:04: resource 2 [mem 0xea100000-0xea1fffff 64bit pref]
    Feb 07 11:54:25 ragnarok kernel: pci_bus 0000:07: resource 1 [mem 0xf7800000-0xf78fffff]
    Feb 07 11:54:25 ragnarok kernel: NET: Registered protocol family 2
    Feb 07 11:54:25 ragnarok kernel: TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
    Feb 07 11:54:25 ragnarok kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Feb 07 11:54:25 ragnarok kernel: TCP: Hash tables configured (established 65536 bind 65536)
    Feb 07 11:54:25 ragnarok kernel: TCP: reno registered
    Feb 07 11:54:25 ragnarok kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
    Feb 07 11:54:25 ragnarok kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    Feb 07 11:54:25 ragnarok kernel: NET: Registered protocol family 1
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: Boot video device
    Feb 07 11:54:25 ragnarok kernel: PCI: CLS 64 bytes, default 64
    Feb 07 11:54:25 ragnarok kernel: Unpacking initramfs...
    Feb 07 11:54:25 ragnarok kernel: Freeing initrd memory: 3056K (ffff8800379f8000 - ffff880037cf4000)
    Feb 07 11:54:25 ragnarok kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Feb 07 11:54:25 ragnarok kernel: software IO TLB [mem 0xc58c2000-0xc98c2000] (64MB) mapped at [ffff8800c58c2000-ffff8800c98c1fff]
    Feb 07 11:54:25 ragnarok kernel: Scanning for low memory corruption every 60 seconds
    Feb 07 11:54:25 ragnarok kernel: audit: initializing netlink socket (disabled)
    Feb 07 11:54:25 ragnarok kernel: type=2000 audit(1391774064.186:1): initialized
    Feb 07 11:54:25 ragnarok kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Feb 07 11:54:25 ragnarok kernel: zbud: loaded
    Feb 07 11:54:25 ragnarok kernel: VFS: Disk quotas dquot_6.5.2
    Feb 07 11:54:25 ragnarok kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Feb 07 11:54:25 ragnarok kernel: msgmni has been set to 15740
    Feb 07 11:54:25 ragnarok kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Feb 07 11:54:25 ragnarok kernel: io scheduler noop registered
    Feb 07 11:54:25 ragnarok kernel: io scheduler deadline registered
    Feb 07 11:54:25 ragnarok kernel: io scheduler cfq registered
    Feb 07 11:54:25 ragnarok kernel: io scheduler bfq registered (default)
    Feb 07 11:54:25 ragnarok kernel: BFQ I/O-scheduler version: v7
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.7: irq 45 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pci 0000:07:00.0: Signaling PME through PCIe PME interrupt
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.7:pcie01: service driver pcie_pme loaded
    Feb 07 11:54:25 ragnarok kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Feb 07 11:54:25 ragnarok kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    Feb 07 11:54:25 ragnarok kernel: vesafb: mode is 2560x1440x32, linelength=10240, pages=0
    Feb 07 11:54:25 ragnarok kernel: vesafb: scrolling: redraw
    Feb 07 11:54:25 ragnarok kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Feb 07 11:54:25 ragnarok kernel: vesafb: framebuffer at 0xe9000000, mapped to 0xffffc90004100000, using 14400k, total 14400k
    Feb 07 11:54:25 ragnarok kernel: Console: switching to colour frame buffer device 320x90
    Feb 07 11:54:25 ragnarok kernel: fb0: VESA VGA frame buffer device
    Feb 07 11:54:25 ragnarok kernel: intel_idle: MWAIT substates: 0x1120
    Feb 07 11:54:25 ragnarok kernel: intel_idle: v0.4 model 0x3A
    Feb 07 11:54:25 ragnarok kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
    Feb 07 11:54:25 ragnarok kernel: GHES: HEST is not enabled!
    Feb 07 11:54:25 ragnarok kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Feb 07 11:54:25 ragnarok kernel: 00:0a: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    Feb 07 11:54:25 ragnarok kernel: Linux agpgart interface v0.103
    Feb 07 11:54:25 ragnarok kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
    Feb 07 11:54:25 ragnarok kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Feb 07 11:54:25 ragnarok kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Feb 07 11:54:25 ragnarok kernel: mousedev: PS/2 mouse device common for all mice
    Feb 07 11:54:25 ragnarok kernel: rtc_cmos 00:05: RTC can wake from S4
    Feb 07 11:54:25 ragnarok kernel: rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    Feb 07 11:54:25 ragnarok kernel: rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    Feb 07 11:54:25 ragnarok kernel: Intel P-state driver initializing.
    Feb 07 11:54:25 ragnarok kernel: Intel pstate controlling: cpu 0
    Feb 07 11:54:25 ragnarok kernel: Intel pstate controlling: cpu 1
    Feb 07 11:54:25 ragnarok kernel: Intel pstate controlling: cpu 2
    Feb 07 11:54:25 ragnarok kernel: Intel pstate controlling: cpu 3
    Feb 07 11:54:25 ragnarok kernel: drop_monitor: Initializing network drop monitor service
    Feb 07 11:54:25 ragnarok kernel: TCP: cubic registered
    Feb 07 11:54:25 ragnarok kernel: NET: Registered protocol family 10
    Feb 07 11:54:25 ragnarok kernel: NET: Registered protocol family 17
    Feb 07 11:54:25 ragnarok kernel: Key type dns_resolver registered
    Feb 07 11:54:25 ragnarok kernel: registered taskstats version 1
    Feb 07 11:54:25 ragnarok kernel: Magic number: 2:556:933
    Feb 07 11:54:25 ragnarok kernel: pcie_pme 0000:00:1c.3:pcie01: hash matches
    Feb 07 11:54:25 ragnarok kernel: rtc_cmos 00:05: setting system clock to 2014-02-07 11:54:24 UTC (1391774064)
    Feb 07 11:54:25 ragnarok kernel: PM: Checking hibernation image partition /dev/sdb1
    Feb 07 11:54:25 ragnarok kernel: PM: Hibernation image not present or could not be loaded.
    Feb 07 11:54:25 ragnarok kernel: Freeing unused kernel memory: 1108K (ffffffff818b9000 - ffffffff819ce000)
    Feb 07 11:54:25 ragnarok kernel: Write protecting the kernel read-only data: 8192k
    Feb 07 11:54:25 ragnarok kernel: Freeing unused kernel memory: 1148K (ffff8800014e1000 - ffff880001600000)
    Feb 07 11:54:25 ragnarok kernel: Freeing unused kernel memory: 440K (ffff880001792000 - ffff880001800000)
    Feb 07 11:54:25 ragnarok kernel: BFS CPU scheduler v0.444 by Con Kolivas.
    Feb 07 11:54:25 ragnarok systemd-udevd[61]: starting version 208
    Feb 07 11:54:25 ragnarok kernel: SCSI subsystem initialized
    Feb 07 11:54:25 ragnarok kernel: libata version 3.00 loaded.
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:00:1f.2: version 3.0
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:00:1f.2: setting latency timer to 64
    Feb 07 11:54:25 ragnarok kernel: scsi0 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi1 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi2 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi3 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi4 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi5 : ahci
    Feb 07 11:54:25 ragnarok kernel: ata1: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16100 irq 46
    Feb 07 11:54:25 ragnarok kernel: ata2: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16180 irq 46
    Feb 07 11:54:25 ragnarok kernel: ata3: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16200 irq 46
    Feb 07 11:54:25 ragnarok kernel: ata4: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16280 irq 46
    Feb 07 11:54:25 ragnarok kernel: ata5: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16300 irq 46
    Feb 07 11:54:25 ragnarok kernel: ata6: SATA max UDMA/133 abar m2048@0xf7b16000 port 0xf7b16380 irq 46
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:03:00.0: irq 47 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:03:00.0: SSS flag set, parallel bus scan disabled
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:03:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    Feb 07 11:54:25 ragnarok kernel: ahci 0000:03:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs
    Feb 07 11:54:25 ragnarok kernel: scsi6 : ahci
    Feb 07 11:54:25 ragnarok kernel: scsi7 : ahci
    Feb 07 11:54:25 ragnarok kernel: ata7: SATA max UDMA/133 abar m512@0xf7a00000 port 0xf7a00100 irq 47
    Feb 07 11:54:25 ragnarok kernel: ata8: SATA max UDMA/133 abar m512@0xf7a00000 port 0xf7a00180 irq 47
    Feb 07 11:54:25 ragnarok kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata5: SATA link down (SStatus 0 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata3: SATA link down (SStatus 0 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata6: SATA link down (SStatus 0 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata7: SATA link down (SStatus 0 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ATA-9: M4-CT128M4SSD2, 000F, max UDMA/100
    Feb 07 11:54:25 ragnarok kernel: ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ATA-9: WDC WD30EZRX-00DC0B0, 80.00A80, max UDMA/133
    Feb 07 11:54:25 ragnarok kernel: ata2.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata1.00: configured for UDMA/100
    Feb 07 11:54:25 ragnarok kernel: scsi 0:0:0:0: Direct-Access ATA M4-CT128M4SSD2 000F PQ: 0 ANSI: 5
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata2.00: configured for UDMA/133
    Feb 07 11:54:25 ragnarok kernel: sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
    Feb 07 11:54:25 ragnarok kernel: scsi 1:0:0:0: Direct-Access ATA WDC WD30EZRX-00D 80.0 PQ: 0 ANSI: 5
    Feb 07 11:54:25 ragnarok kernel: sd 0:0:0:0: [sda] Write Protect is off
    Feb 07 11:54:25 ragnarok kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Feb 07 11:54:25 ragnarok kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB)
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] 4096-byte physical blocks
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] Write Protect is off
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 07 11:54:25 ragnarok kernel: sda: sda1 sda2 sda3 sda4
    Feb 07 11:54:25 ragnarok kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ATA-8: ST1000DM005 HD103SJ, 1AJ10001, max UDMA/133
    Feb 07 11:54:25 ragnarok kernel: ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata4.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
    Feb 07 11:54:25 ragnarok kernel: ata4.00: configured for UDMA/133
    Feb 07 11:54:25 ragnarok kernel: scsi 3:0:0:0: Direct-Access ATA ST1000DM005 HD10 1AJ1 PQ: 0 ANSI: 5
    Feb 07 11:54:25 ragnarok kernel: sd 3:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    Feb 07 11:54:25 ragnarok kernel: sd 3:0:0:0: [sdc] Write Protect is off
    Feb 07 11:54:25 ragnarok kernel: sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    Feb 07 11:54:25 ragnarok kernel: sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 07 11:54:25 ragnarok kernel: sdb: sdb1 sdb2
    Feb 07 11:54:25 ragnarok kernel: sd 1:0:0:0: [sdb] Attached SCSI disk
    Feb 07 11:54:25 ragnarok kernel: sdc: sdc1 sdc2
    Feb 07 11:54:25 ragnarok kernel: sd 3:0:0:0: [sdc] Attached SCSI disk
    Feb 07 11:54:25 ragnarok kernel: tsc: Refined TSC clocksource calibration: 3400.026 MHz
    Feb 07 11:54:25 ragnarok kernel: ata8: SATA link down (SStatus 0 SControl 300)
    Feb 07 11:54:25 ragnarok kernel: ACPI: bus type USB registered
    Feb 07 11:54:25 ragnarok kernel: usbcore: registered new interface driver usbfs
    Feb 07 11:54:25 ragnarok kernel: usbcore: registered new interface driver hub
    Feb 07 11:54:25 ragnarok kernel: usbcore: registered new device driver usb
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: setting latency timer to 64
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: irq 48 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: hub 1-0:1.0: USB hub found
    Feb 07 11:54:25 ragnarok kernel: hub 1-0:1.0: 4 ports detected
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    Feb 07 11:54:25 ragnarok kernel: hub 2-0:1.0: USB hub found
    Feb 07 11:54:25 ragnarok kernel: hub 2-0:1.0: 4 ports detected
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: xHCI Host Controller
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 3
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: irq 49 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: irq 50 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: irq 51 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: irq 52 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: irq 53 for MSI/MSI-X
    Feb 07 11:54:25 ragnarok kernel: hub 3-0:1.0: USB hub found
    Feb 07 11:54:25 ragnarok kernel: hub 3-0:1.0: 2 ports detected
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: xHCI Host Controller
    Feb 07 11:54:25 ragnarok kernel: xhci_hcd 0000:07:00.0: new USB bus registered, assigned bus number 4
    Feb 07 11:54:25 ragnarok kernel: hub 4-0:1.0: USB hub found
    Feb 07 11:54:25 ragnarok kernel: hub 4-0:1.0: 2 ports detected
    Feb 07 11:54:25 ragnarok kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Feb 07 11:54:25 ragnarok kernel: ehci-pci: EHCI PCI platform driver
    Feb 07 11:54:25 ragnarok kernel: ehci-pci 0000:00:1a.0: setting latency timer to 64
    Feb 07 11:54:25 ragnarok kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
    Feb 07 11:54:25 ragnarok kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus numb

  • Does anyone know of a VI or how to go about writing one that will prevent the computers time/date from being disabled while an application is running.

    Does anyone know of a VI or how to go about writing one that will prevent the computers clock/time from being disabled while an application is running. The time and date can normally be reset while an application is running by clicking on the time/date in the lower right-hand corner of the computer screen. I have an application that runs over several days and it is critical that the time and date of the computer not be changed. Is there an easy way to lock this out from the user? Note that I am what I consider an advanced beginner in LV.
    Thank you,
    Chuck
    Solved!
    Go to Solution.

    That is not something you can do from LabVIEW, as it is an operating system operation, and it will depend on the operating system that you're using. On Windows you can use a group policy to control this. Please Google on "prevent time and date change in windows".
    Also, please try to refrain from stuffing your entire message in the subject block. Keep the subject short, but descriptive enough so it can be understood what you are basically asking. Thanks.

  • In windows live photo gallery it says an error is preventing the photo or video from being displayed

    in windows live photo gallery it keeps saying an error is preventing the photo or video from being displayed

    Hi Frank.
    Thanks for the response.
    Agreed, the pertinent question is why can't my colleague edit the JPG exported by Aperture. It's probably also worth pointing out, the same problem occurs with JPGs exported from iPhoto.
    The Windows software usually plays nicely with JPGs by all acounts, just not the ones I send - which I do via eMail or my public space on Mobile Me incidently.
    So, another key question is: all settings being equal (color profile, quality, etc.) are the JPGs as produced by iPhoto and Aperture indistinguishable from those produced by other apps on other platforms - i.e. does the use of JPG enforce a common standard?
    If that is the case, I suspect ours might be a permissions issue.
    According to the Microsoft support page on editing in Windows Live Photo Gallery, the inability to edit a picture is commonly caused by unsupported file type, or read-only attribute set on the file.
    Unfortunately, he and I are not in the same place, and he's not particularly au-fait with this type of problem solving. Hence, before involving him, I'd like to know:
    1. it's possible (i.e. someone else does it), and,
    2. what's involved (at my end and/or his).
    Thanks again,
    PB

  • Stock from block to quality after UD

    Dear Team
    We want to bring back stock from block to quality and UD is done and we can not do it through mb1b and movement type 349 because QM is activated in material, please help?
    Regards
    Ramesh kumar

    Hi Ramesh,
       I suggest you to go through the below documents. It might be helpful to you in solving the issue.
    https://scn.sap.com/docs/DOC-51243
    Reversal of Usage Decision and Stock Posting of Inspection Lot
    Regards
    Kalyan

  • [SOLVED] grub "unknown filesystem" error for big partition layout

    Last night / this morning I copied the root and swap partitions of an Arch Linux installation (stushiba) I had on an old Toshiba hard drive, as well as the "system reserved" and other partitions of a Windows 8 install (stuzate) on another 500GB hard drive, onto a new 2TB Western Digital hard drive using Gparted via an external Arch environment I run off of a microSD card + adapter (sturling).
    After doing so, I installed GRUB to the new drive to the best of my ability, but when I try to boot the system with just that drive, this is what I see:
    GRUB loading.
    Welcome to GRUB!
    error: unknown filesystem.
    Entering rescue mode...
    grub rescue>
    Running ls doesn't find anything:
    grub rescue> ls
    (hd0) (hd0,msdos4) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1)
    grub rescue> ls (hd0,msdos4)
    (hd0,msdos4): Filesystem is unknown.
    grub rescue> ls (hd0,msdos3)
    (hd0,msdos3): Filesystem is unknown.
    grub rescue> ls (hd0,msdos2)
    (hd0,msdos2): Filesystem is unknown.
    grub rescue> ls (hd0,msdos1)
    (hd0,msdos1): Filesystem is unknown.
    The system should be on (hd0,msdos3) - it's ext4, and, if I insert the old Toshiba hard disk to the system and select that as my boot device in BIOS, it boots from the partition on the old drive's grub menu, into the partition in the new drive (because they have the same UUID), so the partition's definitely readable/bootable. (I've tried both regenerating the grub menu and installing grub from this boot scenario, with no change.)
    (That said, if I enter a console on my system with a working GRUB installation and do an ls on that partition, I get more "unrecognized filesystem" messages.)
    Once the new partition had loaded, I ran
    sudo grub-mkconfig -o /boot/grub/grub.cfg
    and rebooted, but GRUB was still broken.
    I tried fixing this by rebooting into the latest installation media, with only the new hard drive plugged in, and running
    mount /dev/sda3 /mnt
    arch-chroot /mnt
    modprobe dm-mod
    grub-install --recheck /dev/sda
    But that still hasn't fixed anything: I still get the "error: unknown filesystem." message whenever I try to do anything in GRUB.
    My /boot/grub/grub.cfg: http://sprunge.us/RMeD
    Help!
    Last edited by STUART (2013-09-12 01:55:16)

    This is the output when running from sturling (neither partition booted).
    /dev/sda is the new disk, /dev/sdb is the microSD card I'm running the system off of, and /dev/sdc is the old disk.
    [stuart@sturling ~]$ sudo lsblk -f
    NAME FSTYPE LABEL UUID MOUNTPOINT
    sda
    ├─sda1 ntfs System Reserved F24C78CE4C788EDB
    ├─sda2 ntfs F68C7D338C7CF00B
    ├─sda3 ext4 stushiba 1c8533ed-4a3c-4a4c-907b-682bd2313492
    └─sda4 swap 97c30b3e-f763-437b-aa71-0378bef4c017
    sdb
    ├─sdb1 vfat savfat A13A-D130 /vfat
    └─sdb2 ext4 saroot 7434b70f-7028-4a8d-ad78-a4975a98e1a6 /
    sdc
    ├─sdc1 ext4 stushiba 1c8533ed-4a3c-4a4c-907b-682bd2313492
    └─sdc2 swap 97c30b3e-f763-437b-aa71-0378bef4c017
    sr0
    [stuart@sturling ~]$ sudo fdisk -l /dev/sda
    Disk /dev/sda: 2000.4 GB, 2000365289472 bytes, 3906963456 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: dos
    Disk identifier: 0x0005f107
    Device Boot Start End Blocks Id System
    /dev/sda1 2048 718847 358400 7 HPFS/NTFS/exFAT
    /dev/sda2 718848 1937063935 968172544 7 HPFS/NTFS/exFAT
    /dev/sda3 1937063936 3873409023 968172544 83 Linux
    /dev/sda4 3873409024 3906963455 16777216 82 Linux swap / Solaris
    [stuart@sturling ~]$ sudo fdisk -l /dev/sdb
    Disk /dev/sdb: 31.9 GB, 31914983424 bytes, 62333952 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: dos
    Disk identifier: 0x000c314b
    Device Boot Start End Blocks Id System
    /dev/sdb1 2048 8390655 4194304 c W95 FAT32 (LBA)
    /dev/sdb2 * 8390656 62333951 26971648 83 Linux
    [stuart@sturling ~]$ sudo fdisk -l /dev/sdc
    Disk /dev/sdc: 100.0 GB, 100030242816 bytes, 195371568 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk label type: dos
    Disk identifier: 0x8bef8bef
    Device Boot Start End Blocks Id System
    /dev/sdc1 2048 178593791 89295872 83 Linux
    /dev/sdc2 178593792 195371007 8388608 82 Linux swap / Solaris

  • How can I prevent the active Tab Group from changing whenever I close a tab?

    Simply, often I will close a tab in Firefox 4; then, for some reason the active Tab Group changes to some other collection. It usually happens when I close the last tab in my tabs bar, but it has happened after closing other tabs, as well. Would love to prevent Tab Groups from changing automatically. Thank you!

    Hi:
    I tried precisely your suggestion before posting my message to the forum yesterday. I just forgot to mention it... Maybe I was afraid of increasing my message length more and more...
    I already know that this solution prevents the MediaTracker from blocking. However...
    (1) If they reach a troublesome image (like a Targa), the users of my application might not be pleased by its freezing for 10 seconds. Actually, this image loading module is part of an architecture for database applications from which my development team and I produce applications for various customers. Images are used, in particular, in Oracle BLOB support.
    (2) If I use a smaller timeout delay, I have no guarantee that any image, whatever its length, will load properly (Targa excluded, of course). According to tests I performed yesterday, I am virtually sure that the 10-second delay will be busted very easily by pictures larger than 1 Mb. I cannot overlook this potential problem: an Oracle BLOB can contain up to 2 terabytes of data!
    On the other side, I don't want to focus too much the attention on the JIMI Targa import filter because I know that a revised version of the JIMI and JAI packages will be part of JDK 1.4. This is why I am trying to figure out what is happening in the MediaTracker and Toolkit classes, which are much more fundamental than the Jimi ones...
    Thanks anyway...
    Best regards,
    Jean-Fran�ois Morin

  • How prevent OS X backup volume from mounting at boot

    I have 10.6.2 in a bootable GUID partition on my main drive (Bay 1) and another 10.6.2 in a bootable GUID partition on another drive (Bay 3).
    How do I prevent the second bootable partition from mounting when the startup disk is my main drive?
    How do I prevent the first bootable partition from mounting when the startup disk is the partition in Bay 3?
    There disk utilities that cannot fix errors or volume fragmentation (not file fragmentation) on the boot drive.
    Thank you,
    Don

    see this mac os x hint on how to prevent a partition from mounting at startup
    http://www.macosxhints.com/article.php?story=20060930150059172
    you'll need to edit the file /etc/fstab separately on each boot drive.

  • Report for material moved from blocked stock to unrestricted stock

    Hi,
    Is there a standard report in WM showing list and qty of materials moved from blocked stock to unrestricted stock.
    Regards,
    Pratap

    It would have been easy if there was a specific WM movement type for such transfer but due to the reason that the WM 309 is connected to various IM movement types, there is no direct report to get this information.
    Conversely, you may use MB51 with the combination of the WM managed storage location and movement type for your purpose. If there are multiple storage locations assinged to the same warehouse then you may put a range in the selection criteria.

  • How can I prevent my new Mac Air from freezing in Safari

    How can I prevent my new Mac Air from freezing in while using Safari?

    Hi nainmom,
    Thanks for visiting Apple Support Communities.
    I recommend starting with these steps if your iPod nano is not recognized by your Mac:
    iPod not recognized in iTunes and Mac desktop
    http://support.apple.com/kb/ts1410
    Best,
    Jeremy

  • How to prevent a text in script from displaying if its value is zero

    Dear all,
    How to prevent a text in script from displaying if its value is zero
    for eg   Price  = 0.00
    if price is 0 it should'nt appear in output.
    I tried with    if price ne 0.
                       price = &price&
                        endif.
    but it's not working.
    Regards
    Raj
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Jan 20, 2009 8:59 AM

    Hello Nagaraju,
                           What you were doing is partially right.
    The correct format to write in the script is as follows :
    /:  if &PRICE& ne 0.
      &PRICE&
    /:  endif.
    This should work. Let me know how it goes.
    Nayan

  • Help on transferring goods from blocked to sales order stock

    Hi Gurus
    i need your help in this urgent production issue here is the details
    our scenario is make to stock, when delivering and shipping against sales order, the user had some issues in t-code VL10H,
    so user only physically finished the delivery and shipped it, but did not execute it in SAP,
    so the user has put the stock in blocked status against these sales orders.
    can you help me in moving this stock from blocked status and issue against the sales orders in SAP so that we can perform delivery in SAP. and close the sales orders
    appreciate if you can explain the details steps and movement types and t-codes
    thanks a lot in advance for your help and replies

    Chakri,
    You need to read the book on R/3 System SAP Strategies guide to MRP Planning and also Product Costing let me know if you need any help on this.
    Saleem
    Edited by: SYED SALEEM on Mar 9, 2008 6:05 PM

  • Goods Issue against outbound delivery from blocked stock

    Dear All
    I want to do goods issue against outbound delivery created without any reference from blocked stock of my storage location. Is there any way I can achieve this? I know normally SAP allows goods issue from unrestricted stock but my business scenario requires goods issue to be done from blocked stock against outbound delivery.
    Please let me know any solution for this.
    Thanks and Regards
    Satish Kumar

    Hi
    Check this link where similar issue has discussed and its resolved as well. Please try this and update the findings. If possible could you share the background of this strange requirement.
    http://scn.sap.com/thread/1541911
    Thank$

Maybe you are looking for