TimerThread problem after setting system time

Hi,
We are creating an application where we schedule some jobs in timer thread. Say I have scheduled a job after one hour and in between I have changed the system time. Then timer thread excecutions are not happening properly. While resetting the system time we are restting the JVM time also by Calender.setTime(Date). Please tell me what went wrong in this case.
Thanks in advance,
Champak

Did you check this bug report:
[java.util.Timer.scheduleAtFixedRate() fails if the system time is changed |http://bugs.sun.com/view_bug.do?bug_id=4290274]
javachampak wrote:
... While resetting the system time we are restting the JVM time also by Calender.setTime(Date). ...
This does not reset the jvm time, it sets the time of this calendar instance as described in the javadoc.

Similar Messages

  • Even after setting system preferences to Never accept cookies and having deleted all cookies, Safari continues to add cookies.  I've tried to reset safari but the problem persists.  How can make safari Never accept cookies.

    I'm having a problem with cookies on Safari.
    Even after setting system preferences to Never accept cookies and having deleted all cookies, Safari continues to add cookies.  I've tried to Reseting Safari several time but the problem persists.  This is occurring under two different user logins one of whom is an administrator the other a standard user.  How can I get safari to Never accept cookies?  This is a recent problem because in the past it used to work properly. Any idea what might be going on here?

    Hi David:
    I did read (yesterday in another thread) about a similar problem.  I cannot test it myself as I accept cookies (from sites I visit) and do not want to delete all of mine for a test.
    I do not know whether it meets your requirements, but you could turn on private browsing.  I use that (or Microsoft's variant on IE) when I use public computers.
    Barry

  • Set system time to myrio programmatically synchrinized with GPS

    Hello,
    I have succesfully connected the PMOD GPS to my RIO and i extract the time and date string from the NMEA sentence in the following format:
    Time: HH:MMS
    Date: DD/MM/YY
    I would like to synchronize myrio system time to the GPS time. I have tried to use the nisyscfglvlib: Set Time.vi. For test purposes i try to set the time using a time stamp constant like the attached picture. However, when i run this code i get the following error. Where i can find this library and how do i add it to myrio? I
    LabVIEW:  Failed to load shared library nisyscfg.*:nisyscfg_lv_sysapiPropertySetString:C    . Ensure that the library is present on the RT target. Use either MAX to install NI software or FTP to transfer custom libraries to the RT target.
    LabVIEW:  Failed to load shared library nisyscfg.*:nisyscfg_lv_rmcfgPropertyGetItem:C    . Ensure that the library is present on the RT target. Use either MAX to install NI software or FTP to transfer custom libraries to the RT target.
    Is there another way to set the time of myrio programmatically?
    Thank you,
    Christos
    Attachments:
    set system time.JPG ‏14 KB

    Hi ckyamaha, 
    Below is an example on how to set a real time system's time using the System Configuration API.  
    https://decibel.ni.com/content/docs/DOC-20082
    It sounds like you may need to include the library on your myRIO when you configure it in NI-MAX.  If you haven't already installed the System Configuration API, you can do so from this link: https://decibel.ni.com/content/docs/DOC-13216
    You can add the library to your myRIO in the Add/Remove Software menu in NI-MAX.  Instructions for installing software using NI-MAX can be found here: http://zone.ni.com/reference/en-XX/help/373925A-01/myriohelp/myrio_advanced_config/
    Regards,
    Kelly B.
    Applications Engineering
    National Instruments

  • Synchronize system time and set system time zone in SAP

    Hi,
    How to Synchronize system time and set system time zone in any SAP system?

    Nabarun -
    Setting of the system time may be different depending on your enviroment and systems.  (Windows, AIX, etc)
    Windows enviroment you can use a time server or net time command, I believe its simialr with UNIX but I do not know that command.
    Setting the time zone in SAP is done through the IMG in client 000.  You can get there with transaction SPRO.
    Once in the IMG, navigate to:
    SAP Netweaver
    General settings
    Time Zones
    Maintain Time Zones (here you can define the time zone settings/rules)
    Then go to:
    SAP Netweaver
    General settings
    Time Zones
    Maintain System Settings
    There you can change the time zones for the system.
    Hope this helps.
    Regards,
    Zecher

  • After setting the time properties to 2 sec

    Hi all,
    after setting the time properties to 2 sec teh movie runs on its own after publishing
    and doesn't stop at the designated stops
    can i hold the movie to a frame for 2 sec in another way?
    tia
    Herman

    If you just want to kill time, insert this Lingo :
    t = the ticks + 1000 * N  -- where N = number of seconds to pause
    repeat while the ticks  < t
    end repeat
    The only drawback is that Director won't accept any interaction while the loop executes

  • Setting System time

    How to set system time using java?
    When I use VC ++, I can call as.....
    char sz[MAX_PATH + 1];
         int len = GetSystemDirectory(sz, MAX_PATH);
         sz[len ++] = '\\';
         sz[len] = '\x0';
         strcpy(sz + len, "timedate.cpl");
         ShellExecute(NULL, "open", "control", sz, "", SW_SHOW);
    thus I can set the system time using Day/Time Dialog..
    But how can we set the system time in java?
    Have a same time dialog for us to use?
    Or what is the API or class we can set the system time
    directly?

    You can use Runtime.exec() to do this in a very similar way. You should not need to worry about getting the system directory since it should be on the path.
    Chuck

  • Network problems after update; system reinstall not fixing it.

    Hello, first post here ^^
    Sorry if I write with a bit of engrish. I'm very tired ^^"
    My brother's laptop, a Portuguese Classmate PC (aka "Magalhães", version MG2 -- unfortunately, I can't find the corresponding international version, but have a picture) doesn't has any network at all, be it wired or wireless, with the updates of 3/August/2011 installed. I think the problem is udev.
    I have no problems when using an installation media, at least for wired network.
    Even after reinstalling, I still have no network.
    Wired
    The problem with wired, is that the eth0 interface is gone. Have tried network and NetworkManager, and it's just gone. In the output of ifconfig I only have the loopback interface (and would have wlan0, if I had the firmware for the wireless card installed).
    Wired problem solved! Sorry, I actually searched the Internet for a solution and couldn't find anything useful, and only now noticed there's already a thread here about it. I should have searched this forum, instead of the Internet... sorry!
    Wireless
    Previously, I only had to install the rtl8192se chipset drivers from AUR.
    But now, with the latest updates, the kernel [size=1](or the udev, I don't know which it is)[/size]was constantly giving me errors through tty, regarding to wifi. It could scan for networks, but not connect. I have tried with WPA and no security, result was the same.
    Config files and logs
    /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="pt_PT.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="localtime"
    TIMEZONE="Europe/Lisbon"
    KEYMAP="pt-latin1 pt-latin9 euro"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=(mii r8169 pcspkr snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-codec snd-hda-intel soundcore)
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="MTomas"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If something other takes care of your hardware clock (ntpd, dual-boot...)
    # you should disable 'hwclock' here.
    DAEMONS=(syslog-ng dbus network netfs @openntpd crond cups alsa gdm)
    hwdetect --show-net
    NET : ppp_generic slhc rfkill
    dmesg (sorry about the very long output, I don't really know whats' useful or not...)
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.39-ARCH (thomas@evey) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Sat Jul 9 14:57:41 CEST 2011
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz26 root=/dev/disk/by-uuid/f2bdff34-f924-4065-ad3d-051016d84be2 rootfstype=ext4 ro add_efi_memmap
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
    [ 0.000000] BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000003f5c0000 (usable)
    [ 0.000000] BIOS-e820: 000000003f5c0000 - 000000003f5cc000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000003f5cc000 - 000000003f5cf000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000003f5cf000 - 0000000040000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI present.
    [ 0.000000] DMI: Intel Corporation Intel powered classmate PC/Intel powered classmate PC, BIOS BPPNV20L.90A.0008.2010.0909.1822 09/09/2010
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x3f5c0 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask 0C0000000 write-back
    [ 0.000000] 1 base 03F600000 mask 0FFE00000 uncachable
    [ 0.000000] 2 base 03F800000 mask 0FF800000 uncachable
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [ffff8800000f7d40] f7d40
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-000000003f5c0000
    [ 0.000000] 0000000000 - 003f400000 page 2M
    [ 0.000000] 003f400000 - 003f5c0000 page 4k
    [ 0.000000] kernel direct mapping tables up to 3f5c0000 @ 3f5bd000-3f5c0000
    [ 0.000000] RAMDISK: 37c12000 - 37e01000
    [ 0.000000] ACPI: RSDP 00000000000f7d10 00024 (v02 PTLTD )
    [ 0.000000] ACPI: XSDT 000000003f5c5013 00074 (v01 JPSCSA _JPSCSA_ 06040000 LTP 00000000)
    [ 0.000000] ACPI: FACP 000000003f5cbc60 000F4 (v03 INTEL 06040000 PTL 00000002)
    [ 0.000000] ACPI: DSDT 000000003f5c61a9 05A43 (v01 INTEL BEARG31A 06040000 MSFT 03000001)
    [ 0.000000] ACPI: FACS 000000003f5cefc0 00040
    [ 0.000000] ACPI: TCPA 000000003f5cbd54 00032 (v01 Phoeni x 06040000 TL 00000000)
    [ 0.000000] ACPI: MCFG 000000003f5cbd86 0003C (v01 PTLTD MCFG 06040000 LTP 00000000)
    [ 0.000000] ACPI: HPET 000000003f5cbdc2 00038 (v01 PTLTD HPETTBL 06040000 LTP 00000001)
    [ 0.000000] ACPI: APIC 000000003f5cbdfa 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
    [ 0.000000] ACPI: BOOT 000000003f5cbe62 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    [ 0.000000] ACPI: SLIC 000000003f5cbe8a 00176 (v01 JPSCSA _JPSCSA_ 06040000 LTP 00000000)
    [ 0.000000] ACPI: SSDT 000000003f5c5609 0025F (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    [ 0.000000] ACPI: SSDT 000000003f5c5563 000A6 (v01 PmRef Cpu1Tst 00003000 INTL 20050624)
    [ 0.000000] ACPI: SSDT 000000003f5c5087 004DC (v02 PmRef CpuPm 00003000 INTL 20050624)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-000000003f5c0000
    [ 0.000000] NUMA: Using 63 for the hash shift.
    [ 0.000000] Initmem setup node 0 0000000000000000-000000003f5c0000
    [ 0.000000] NODE_DATA [000000003f5b8000 - 000000003f5bcfff]
    [ 0.000000] [ffffea0000000000-ffffea0000dfffff] PMD -> [ffff88003dc00000-ffff88003e9fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009d
    [ 0.000000] 0: 0x00000100 -> 0x0003f5c0
    [ 0.000000] On node 0 totalpages: 259405
    [ 0.000000] DMA zone: 56 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3920 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 3493 pages used for memmap
    [ 0.000000] DMA32 zone: 251931 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
    [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
    [ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000e4000
    [ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003f200000 s83136 r8192 d23360 u1048576
    [ 0.000000] pcpu-alloc: s83136 r8192 d23360 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 255851
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz26 root=/dev/disk/by-uuid/f2bdff34-f924-4065-ad3d-051016d84be2 rootfstype=ext4 ro add_efi_memmap
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 1011404k/1038080k available (4019k kernel code, 460k absent, 26216k reserved, 3335k data, 712k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:2304
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 8388608 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 1662.531 MHz processor.
    [ 0.003340] Calibrating delay loop (skipped), value calculated using timer frequency.. 3326.60 BogoMIPS (lpj=5541770)
    [ 0.003531] pid_max: default: 32768 minimum: 301
    [ 0.003952] Security Framework initialized
    [ 0.004047] AppArmor: AppArmor disabled by boot time parameter
    [ 0.004419] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.007667] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.008243] Mount-cache hash table entries: 256
    [ 0.009502] Initializing cgroup subsys ns
    [ 0.009600] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.009736] Initializing cgroup subsys cpuacct
    [ 0.009925] Initializing cgroup subsys memory
    [ 0.010064] Initializing cgroup subsys devices
    [ 0.010158] Initializing cgroup subsys freezer
    [ 0.010249] Initializing cgroup subsys net_cls
    [ 0.010340] Initializing cgroup subsys blkio
    [ 0.010565] CPU: Physical Processor ID: 0
    [ 0.010656] CPU: Processor Core ID: 0
    [ 0.010743] mce: CPU supports 5 MCE banks
    [ 0.010839] CPU0: Thermal monitoring handled by SMI
    [ 0.010849] using mwait in idle threads.
    [ 0.012451] ACPI: Core revision 20110316
    [ 0.023363] ftrace: allocating 15966 entries in 63 pages
    [ 0.026783] Setting APIC routing to flat
    [ 0.027287] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.061420] CPU0: Intel(R) Atom(TM) CPU N455 @ 1.66GHz stepping 0a
    [ 0.063329] APIC calibration not consistent with PM-Timer: 359ms instead of 100ms
    [ 0.063329] APIC delta adjusted to PM-Timer: 1039059 (3740601)
    [ 0.063329] Performance Events: PEBS fmt0+, Atom events, Intel PMU driver.
    [ 0.063329] ... version: 3
    [ 0.063329] ... bit width: 40
    [ 0.063329] ... generic registers: 2
    [ 0.063329] ... value mask: 000000ffffffffff
    [ 0.063329] ... max period: 000000007fffffff
    [ 0.063329] ... fixed-purpose events: 3
    [ 0.063329] ... event mask: 0000000700000003
    [ 0.080180] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.106732] Booting Node 0, Processors #1 Ok.
    [ 0.106880] smpboot cpu 1: start_ip = 98000
    [ 0.006666] CPU0: Thermal monitoring enabled (TM1)
    [ 0.203381] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.210009] Brought up 2 CPUs
    [ 0.210112] Total of 2 processors activated (6652.11 BogoMIPS).
    [ 0.210657] devtmpfs: initialized
    [ 0.217499] PM: Registering ACPI NVS region at 3f5cc000 (12288 bytes)
    [ 0.221762] print_constraints: dummy:
    [ 0.222075] NET: Registered protocol family 16
    [ 0.222464] ACPI: bus type pci registered
    [ 0.222965] PCI: MMCONFIG for domain 0000 [bus 00-10] at [mem 0xe0000000-0xe10fffff] (base 0xe0000000)
    [ 0.223102] PCI: MMCONFIG at [mem 0xe0000000-0xe10fffff] reserved in E820
    [ 0.225887] PCI: Using configuration type 1 for base access
    [ 0.226974] bio: create slab <bio-0> at 0
    [ 0.229126] ACPI: EC: Look up EC in DSDT
    [ 0.237091] ACPI: SSDT 000000003f5c5ed2 00203 (v02 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.237853] ACPI: Dynamic OEM Table Load:
    [ 0.238022] ACPI: SSDT (null) 00203 (v02 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.238519] ACPI: SSDT 000000003f5c5868 005E5 (v02 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.239233] ACPI: Dynamic OEM Table Load:
    [ 0.239401] ACPI: SSDT (null) 005E5 (v02 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.240151] ACPI: SSDT 000000003f5c60d5 000D4 (v02 PmRef Cpu1Ist 00003000 INTL 20050624)
    [ 0.240891] ACPI: Dynamic OEM Table Load:
    [ 0.241061] ACPI: SSDT (null) 000D4 (v02 PmRef Cpu1Ist 00003000 INTL 20050624)
    [ 0.241466] ACPI: SSDT 000000003f5c5e4d 00085 (v02 PmRef Cpu1Cst 00003000 INTL 20050624)
    [ 0.242187] ACPI: Dynamic OEM Table Load:
    [ 0.242357] ACPI: SSDT (null) 00085 (v02 PmRef Cpu1Cst 00003000 INTL 20050624)
    [ 0.243484] ACPI: Interpreter enabled
    [ 0.243588] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.243922] ACPI: Using IOAPIC for interrupt routing
    [ 0.255265] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
    [ 0.263625] ACPI: No dock devices found.
    [ 0.263714] HEST: Table not found.
    [ 0.263800] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.265505] ACPI Error: [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS (20110316/dsfield-143)
    [ 0.265765] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88003d1b1a50), AE_ALREADY_EXISTS (20110316/psparse-536)
    [ 0.266086] ACPI: Marking method _OSC as Serialized because of AE_ALREADY_EXISTS error
    [ 0.266668] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
    [ 0.270174] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.270276] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.270400] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
    [ 0.270524] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
    [ 0.270647] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
    [ 0.270772] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
    [ 0.270898] pci_root PNP0A08:00: host bridge window [mem 0x40000000-0xf7ffffff]
    [ 0.271021] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xfdff]
    [ 0.271118] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
    [ 0.271263] pci 0000:00:00.0: [8086:a010] type 0 class 0x000600
    [ 0.271320] pci 0000:00:02.0: [8086:a011] type 0 class 0x000300
    [ 0.271335] pci 0000:00:02.0: reg 10: [mem 0xf0200000-0xf027ffff]
    [ 0.271346] pci 0000:00:02.0: reg 14: [io 0x18d0-0x18d7]
    [ 0.271356] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff pref]
    [ 0.271366] pci 0000:00:02.0: reg 1c: [mem 0xf0000000-0xf00fffff]
    [ 0.271410] pci 0000:00:02.1: [8086:a012] type 0 class 0x000380
    [ 0.271424] pci 0000:00:02.1: reg 10: [mem 0xf0280000-0xf02fffff]
    [ 0.271531] pci 0000:00:1b.0: [8086:27d8] type 0 class 0x000403
    [ 0.271559] pci 0000:00:1b.0: reg 10: [mem 0xf0500000-0xf0503fff 64bit]
    [ 0.271649] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.271659] pci 0000:00:1b.0: PME# disabled
    [ 0.271694] pci 0000:00:1c.0: [8086:27d0] type 1 class 0x000604
    [ 0.271793] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.271802] pci 0000:00:1c.0: PME# disabled
    [ 0.271842] pci 0000:00:1c.1: [8086:27d2] type 1 class 0x000604
    [ 0.271935] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.271944] pci 0000:00:1c.1: PME# disabled
    [ 0.271983] pci 0000:00:1c.2: [8086:27d4] type 1 class 0x000604
    [ 0.272082] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.272091] pci 0000:00:1c.2: PME# disabled
    [ 0.272136] pci 0000:00:1d.0: [8086:27c8] type 0 class 0x000c03
    [ 0.272197] pci 0000:00:1d.0: reg 20: [io 0x1820-0x183f]
    [ 0.272257] pci 0000:00:1d.1: [8086:27c9] type 0 class 0x000c03
    [ 0.272338] pci 0000:00:1d.1: reg 20: [io 0x1840-0x185f]
    [ 0.272398] pci 0000:00:1d.2: [8086:27ca] type 0 class 0x000c03
    [ 0.272459] pci 0000:00:1d.2: reg 20: [io 0x1860-0x187f]
    [ 0.272511] pci 0000:00:1d.3: [8086:27cb] type 0 class 0x000c03
    [ 0.272596] pci 0000:00:1d.3: reg 20: [io 0x1880-0x189f]
    [ 0.272670] pci 0000:00:1d.7: [8086:27cc] type 0 class 0x000c03
    [ 0.272701] pci 0000:00:1d.7: reg 10: [mem 0xf0504000-0xf05043ff]
    [ 0.272808] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.272817] pci 0000:00:1d.7: PME# disabled
    [ 0.272848] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
    [ 0.272944] pci 0000:00:1f.0: [8086:27bc] type 0 class 0x000601
    [ 0.273056] pci 0000:00:1f.0: [Firmware Bug]: TigerPoint LPC.BM_STS cleared
    [ 0.273215] pci 0000:00:1f.2: [8086:27c1] type 0 class 0x000106
    [ 0.273244] pci 0000:00:1f.2: reg 10: [io 0x18e8-0x18ef]
    [ 0.273259] pci 0000:00:1f.2: reg 14: [io 0x18dc-0x18df]
    [ 0.273274] pci 0000:00:1f.2: reg 18: [io 0x18e0-0x18e7]
    [ 0.273289] pci 0000:00:1f.2: reg 1c: [io 0x18d8-0x18db]
    [ 0.273304] pci 0000:00:1f.2: reg 20: [io 0x18c0-0x18cf]
    [ 0.273334] pci 0000:00:1f.2: reg 24: [mem 0xf0504400-0xf05047ff]
    [ 0.273383] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.273391] pci 0000:00:1f.2: PME# disabled
    [ 0.273418] pci 0000:00:1f.3: [8086:27da] type 0 class 0x000c05
    [ 0.273494] pci 0000:00:1f.3: reg 20: [io 0x18a0-0x18bf]
    [ 0.273613] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.273709] pci 0000:00:1c.0: bridge window [io 0x0000-0x0000] (disabled)
    [ 0.273718] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.273730] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.273884] pci 0000:03:00.0: [10ec:8136] type 0 class 0x000200
    [ 0.273955] pci 0000:03:00.0: reg 10: [io 0x2000-0x20ff]
    [ 0.274076] pci 0000:03:00.0: reg 18: [mem 0xf0520000-0xf0520fff 64bit pref]
    [ 0.274148] pci 0000:03:00.0: reg 20: [mem 0xf0510000-0xf051ffff 64bit pref]
    [ 0.274199] pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.274363] pci 0000:03:00.0: supports D1 D2
    [ 0.274368] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.274387] pci 0000:03:00.0: PME# disabled
    [ 0.274568] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 0.274663] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
    [ 0.274672] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.274685] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff 64bit pref]
    [ 0.274782] pci 0000:04:00.0: [10ec:8172] type 0 class 0x000280
    [ 0.274812] pci 0000:04:00.0: reg 10: [io 0x3000-0x30ff]
    [ 0.274832] pci 0000:04:00.0: reg 14: [mem 0xf0100000-0xf0103fff]
    [ 0.274954] pci 0000:04:00.0: supports D1 D2
    [ 0.274960] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.274970] pci 0000:04:00.0: PME# disabled
    [ 0.280025] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
    [ 0.280144] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
    [ 0.280152] pci 0000:00:1c.2: bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.280164] pci 0000:00:1c.2: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.280266] pci 0000:00:1e.0: PCI bridge to [bus 11-11] (subtractive decode)
    [ 0.280369] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.280378] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.280390] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.280397] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.280404] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.280411] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    [ 0.280417] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.280424] pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    [ 0.280431] pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    [ 0.280438] pci 0000:00:1e.0: bridge window [mem 0x40000000-0xf7ffffff] (subtractive decode)
    [ 0.280445] pci 0000:00:1e.0: bridge window [io 0x0d00-0xfdff] (subtractive decode)
    [ 0.280451] pci 0000:00:1e.0: bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
    [ 0.280490] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.280660] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    [ 0.280757] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
    [ 0.280849] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
    [ 0.280941] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
    [ 0.281235] ACPI Error: [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS (20110316/dsfield-143)
    [ 0.281497] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88003d1b1a50), AE_ALREADY_EXISTS (20110316/psparse-536)
    [ 0.281828] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.282049] ACPI Error: [CAPB] Namespace lookup failure, AE_ALREADY_EXISTS (20110316/dsfield-143)
    [ 0.282310] ACPI Error: Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88003d1b1a50), AE_ALREADY_EXISTS (20110316/psparse-536)
    [ 0.282632] Unable to assume _OSC PCIe control. Disabling ASPM
    [ 0.297275] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    [ 0.297984] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 7 10 11 12 14 15)
    [ 0.298679] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 11 12 14 15)
    [ 0.299375] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    [ 0.300108] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    [ 0.300923] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
    [ 0.301740] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    [ 0.302444] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    [ 0.303298] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.303339] vgaarb: loaded
    [ 0.303656] PCI: Using ACPI for IRQ routing
    [ 0.303746] PCI: pci_cache_line_size set to 64 bytes
    [ 0.303778] pci 0000:00:1b.0: address space collision: [mem 0xf0500000-0xf0503fff 64bit] conflicts with PCI Bus 0000:03 [mem 0xf0500000-0xf05fffff 64bit pref]
    [ 0.303990] pci 0000:00:1d.7: address space collision: [mem 0xf0504000-0xf05043ff] conflicts with PCI Bus 0000:03 [mem 0xf0500000-0xf05fffff 64bit pref]
    [ 0.304159] pci 0000:00:1f.2: address space collision: [mem 0xf0504400-0xf05047ff] conflicts with PCI Bus 0000:03 [mem 0xf0500000-0xf05fffff 64bit pref]
    [ 0.304389] reserve RAM buffer: 000000000009dc00 - 000000000009ffff
    [ 0.304395] reserve RAM buffer: 000000003f5c0000 - 000000003fffffff
    [ 0.304709] NetLabel: Initializing
    [ 0.304793] NetLabel: domain hash size = 128
    [ 0.304878] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.304991] NetLabel: unlabeled traffic allowed by default
    [ 0.305112] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    [ 0.305216] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    [ 0.305468] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
    [ 0.316700] Switching to clocksource hpet
    [ 0.319651] Switched to NOHz mode on CPU #0
    [ 0.319806] Switched to NOHz mode on CPU #1
    [ 0.333572] pnp: PnP ACPI init
    [ 0.333697] ACPI: bus type pnp registered
    [ 0.335270] pnp 00:00: [bus 00-3f]
    [ 0.335277] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.335283] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.335289] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.335295] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 0.335301] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 0.335307] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 0.335312] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 0.335318] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 0.335324] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 0.335329] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 0.335335] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 0.335341] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 0.335346] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 0.335352] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 0.335358] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 0.335363] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 0.335369] pnp 00:00: [mem 0x40000000-0xf7ffffff window]
    [ 0.335375] pnp 00:00: [io 0x0d00-0xfdff window]
    [ 0.335381] pnp 00:00: [mem 0x00000000 window]
    [ 0.335386] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.335514] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.335756] pnp 00:01: [io 0x0010-0x001f]
    [ 0.335763] pnp 00:01: [io 0x0024-0x0025]
    [ 0.335768] pnp 00:01: [io 0x0028-0x0029]
    [ 0.335773] pnp 00:01: [io 0x002c-0x002d]
    [ 0.335778] pnp 00:01: [io 0x0030-0x0031]
    [ 0.335783] pnp 00:01: [io 0x0034-0x0035]
    [ 0.335788] pnp 00:01: [io 0x0038-0x0039]
    [ 0.335793] pnp 00:01: [io 0x003c-0x003d]
    [ 0.335798] pnp 00:01: [io 0x0072-0x0077]
    [ 0.335803] pnp 00:01: [io 0x0080]
    [ 0.335808] pnp 00:01: [io 0x0090-0x009f]
    [ 0.335813] pnp 00:01: [io 0x00a4-0x00a5]
    [ 0.335818] pnp 00:01: [io 0x00a8-0x00a9]
    [ 0.335823] pnp 00:01: [io 0x00ac-0x00ad]
    [ 0.335827] pnp 00:01: [io 0x00b0-0x00b5]
    [ 0.335832] pnp 00:01: [io 0x00b8-0x00b9]
    [ 0.335837] pnp 00:01: [io 0x00bc-0x00bd]
    [ 0.335842] pnp 00:01: [io 0x0800-0x080f]
    [ 0.335848] pnp 00:01: [io 0x1000-0x107f]
    [ 0.335853] pnp 00:01: [io 0x1180-0x11bf]
    [ 0.335858] pnp 00:01: [io 0x002e-0x002f]
    [ 0.335869] pnp 00:01: [io 0x04d0-0x04d1]
    [ 0.335874] pnp 00:01: [io 0xfe00]
    [ 0.335879] pnp 00:01: [io 0x0068-0x0077]
    [ 0.335884] pnp 00:01: [io 0x0200-0x020f]
    [ 0.335889] pnp 00:01: [mem 0xe0000000-0xefffffff]
    [ 0.335895] pnp 00:01: [mem 0xfed14000-0xfed17fff]
    [ 0.335900] pnp 00:01: [mem 0xf8000000-0xfbffffff]
    [ 0.335906] pnp 00:01: [mem 0xfef00000-0xfeffffff]
    [ 0.336082] system 00:01: [io 0x0800-0x080f] has been reserved
    [ 0.336183] system 00:01: [io 0x1000-0x107f] has been reserved
    [ 0.336278] system 00:01: [io 0x1180-0x11bf] has been reserved
    [ 0.336373] system 00:01: [io 0x04d0-0x04d1] has been reserved
    [ 0.336468] system 00:01: [io 0xfe00] has been reserved
    [ 0.336560] system 00:01: [io 0x0200-0x020f] has been reserved
    [ 0.336656] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.336798] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
    [ 0.336897] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.336996] system 00:01: [mem 0xfef00000-0xfeffffff] has been reserved
    [ 0.337098] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.337130] pnp 00:02: [io 0x0000-0x000f]
    [ 0.337136] pnp 00:02: [io 0x0081-0x008f]
    [ 0.337141] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.337147] pnp 00:02: [dma 4]
    [ 0.337215] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.337242] pnp 00:03: [io 0x00f0-0x00fe]
    [ 0.337263] pnp 00:03: [irq 13]
    [ 0.337336] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.337431] pnp 00:04: [io 0x0070-0x0071]
    [ 0.337445] pnp 00:04: [irq 8]
    [ 0.337513] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.338017] pnp 00:05: [io 0x03f8-0x03ff]
    [ 0.338032] pnp 00:05: [irq 4]
    [ 0.338239] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.338320] pnp 00:06: [io 0x0061]
    [ 0.338392] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.338454] pnp 00:07: [mem 0xfed40000-0xfed44fff]
    [ 0.338534] pnp 00:07: Plug and Play ACPI device, IDs WEC1000 PNP0c31 (active)
    [ 0.338562] pnp 00:08: [io 0x0060]
    [ 0.338567] pnp 00:08: [io 0x0064]
    [ 0.338581] pnp 00:08: [irq 1]
    [ 0.338653] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.338686] pnp 00:09: [irq 12]
    [ 0.338759] pnp 00:09: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.339063] pnp 00:0a: [mem 0xff800000-0xffffffff]
    [ 0.339151] pnp 00:0a: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.339574] pnp: PnP ACPI: found 11 devices
    [ 0.339666] ACPI: ACPI bus type pnp unregistered
    [ 0.349216] pci 0000:00:1c.1: BAR 14: assigned [mem 0x40000000-0x400fffff]
    [ 0.349328] pci 0000:00:1b.0: BAR 0: assigned [mem 0x40100000-0x40103fff 64bit]
    [ 0.349464] pci 0000:00:1b.0: BAR 0: set to [mem 0x40100000-0x40103fff 64bit] (PCI address [0x40100000-0x40103fff])
    [ 0.349606] pci 0000:00:1d.7: BAR 0: assigned [mem 0x40104000-0x401043ff]
    [ 0.349710] pci 0000:00:1d.7: BAR 0: set to [mem 0x40104000-0x401043ff] (PCI address [0x40104000-0x401043ff])
    [ 0.349849] pci 0000:00:1f.2: BAR 5: assigned [mem 0x40104400-0x401047ff]
    [ 0.349950] pci 0000:00:1f.2: BAR 5: set to [mem 0x40104400-0x401047ff] (PCI address [0x40104400-0x401047ff])
    [ 0.350115] pci 0000:00:1c.2: BAR 15: assigned [mem 0x40200000-0x403fffff 64bit pref]
    [ 0.350248] pci 0000:00:1c.0: BAR 14: assigned [mem 0x40400000-0x405fffff]
    [ 0.350352] pci 0000:00:1c.0: BAR 15: assigned [mem 0x40600000-0x407fffff 64bit pref]
    [ 0.350483] pci 0000:00:1c.0: BAR 13: assigned [io 0x4000-0x4fff]
    [ 0.350580] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
    [ 0.350673] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
    [ 0.350773] pci 0000:00:1c.0: bridge window [mem 0x40400000-0x405fffff]
    [ 0.350874] pci 0000:00:1c.0: bridge window [mem 0x40600000-0x407fffff 64bit pref]
    [ 0.351009] pci 0000:03:00.0: BAR 6: assigned [mem 0xf0540000-0xf055ffff pref]
    [ 0.351133] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
    [ 0.351225] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
    [ 0.351324] pci 0000:00:1c.1: bridge window [mem 0x40000000-0x400fffff]
    [ 0.351425] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff 64bit pref]
    [ 0.351558] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
    [ 0.351649] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
    [ 0.351749] pci 0000:00:1c.2: bridge window [mem 0xf0100000-0xf01fffff]
    [ 0.351850] pci 0000:00:1c.2: bridge window [mem 0x40200000-0x403fffff 64bit pref]
    [ 0.351981] pci 0000:00:1e.0: PCI bridge to [bus 11-11]
    [ 0.352070] pci 0000:00:1e.0: bridge window [io disabled]
    [ 0.352164] pci 0000:00:1e.0: bridge window [mem disabled]
    [ 0.352258] pci 0000:00:1e.0: bridge window [mem pref disabled]
    [ 0.352370] pci 0000:00:1c.0: enabling device (0000 -> 0003)
    [ 0.352482] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.352586] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.352607] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.352709] pci 0000:00:1c.1: setting latency timer to 64
    [ 0.352728] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.352830] pci 0000:00:1c.2: setting latency timer to 64
    [ 0.352844] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.352853] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.352859] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.352865] pci_bus 0000:00: resource 6 [mem 0x000d0000-0x000d3fff]
    [ 0.352871] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.352877] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 0.352883] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff]
    [ 0.352890] pci_bus 0000:00: resource 10 [mem 0x40000000-0xf7ffffff]
    [ 0.352896] pci_bus 0000:00: resource 11 [io 0x0d00-0xfdff]
    [ 0.352902] pci_bus 0000:00: resource 12 [mem 0xfed40000-0xfed44fff]
    [ 0.352908] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff]
    [ 0.352914] pci_bus 0000:02: resource 1 [mem 0x40400000-0x405fffff]
    [ 0.352921] pci_bus 0000:02: resource 2 [mem 0x40600000-0x407fffff 64bit pref]
    [ 0.352927] pci_bus 0000:03: resource 0 [io 0x2000-0x2fff]
    [ 0.352933] pci_bus 0000:03: resource 1 [mem 0x40000000-0x400fffff]
    [ 0.352940] pci_bus 0000:03: resource 2 [mem 0xf0500000-0xf05fffff 64bit pref]
    [ 0.352946] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff]
    [ 0.352952] pci_bus 0000:04: resource 1 [mem 0xf0100000-0xf01fffff]
    [ 0.352959] pci_bus 0000:04: resource 2 [mem 0x40200000-0x403fffff 64bit pref]
    [ 0.352966] pci_bus 0000:11: resource 4 [io 0x0000-0x0cf7]
    [ 0.352972] pci_bus 0000:11: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.352978] pci_bus 0000:11: resource 6 [mem 0x000d0000-0x000d3fff]
    [ 0.352984] pci_bus 0000:11: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.352990] pci_bus 0000:11: resource 8 [mem 0x000d8000-0x000dbfff]
    [ 0.352996] pci_bus 0000:11: resource 9 [mem 0x000e0000-0x000e3fff]
    [ 0.353002] pci_bus 0000:11: resource 10 [mem 0x40000000-0xf7ffffff]
    [ 0.353009] pci_bus 0000:11: resource 11 [io 0x0d00-0xfdff]
    [ 0.353015] pci_bus 0000:11: resource 12 [mem 0xfed40000-0xfed44fff]
    [ 0.353230] NET: Registered protocol family 2
    [ 0.353666] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.354759] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
    [ 0.356562] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.357461] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.357565] TCP reno registered
    [ 0.357677] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.357790] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.358526] NET: Registered protocol family 1
    [ 0.358655] pci 0000:00:02.0: Boot video device
    [ 0.358843] PCI: CLS 32 bytes, default 64
    [ 0.358970] Unpacking initramfs...
    [ 0.422600] Freeing initrd memory: 1980k freed
    [ 0.424221] Simple Boot Flag at 0x36 set to 0x1
    [ 0.425202] audit: initializing netlink socket (disabled)
    [ 0.425328] type=2000 audit(1312465475.423:1): initialized
    [ 0.426137] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.431274] VFS: Disk quotas dquot_6.5.2
    [ 0.431768] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.432308] msgmni has been set to 1979
    [ 0.433016] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.433243] io scheduler noop registered
    [ 0.433398] io scheduler deadline registered
    [ 0.433626] io scheduler cfq registered (default)
    [ 0.433955] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.434029] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.434158] pcieport 0000:00:1c.1: setting latency timer to 64
    [ 0.434222] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    [ 0.434347] pcieport 0000:00:1c.2: setting latency timer to 64
    [ 0.434410] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
    [ 0.434777] intel_idle: MWAIT substates: 0x20220
    [ 0.434799] intel_idle: v0.4 model 0x1C
    [ 0.434803] intel_idle: lapic_timer_reliable_states 0x2
    [ 0.434847] Marking TSC unstable due to TSC halts in idle states deeper than C2
    [ 0.435010] ERST: Table is not found!
    [ 0.435250] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.456560] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.674724] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.727052] Linux agpgart interface v0.103
    [ 0.727338] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    [ 0.731303] i8042: Detected active multiplexing controller, rev 1.1
    [ 0.734370] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.734541] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 0.734705] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 0.734863] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 0.735024] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 0.735354] mousedev: PS/2 mouse device common for all mice
    [ 0.753576] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.753717] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.753983] cpuidle: using governor ladder
    [ 0.754335] cpuidle: using governor menu
    [ 0.754959] TCP cubic registered
    [ 0.755047] NET: Registered protocol family 17
    [ 0.755152] Registering the dns_resolver key type
    [ 0.755524] PM: Hibernation image not present or could not be loaded.
    [ 0.755541] registered taskstats version 1
    [ 0.756395] rtc_cmos 00:04: setting system clock to 2011-08-04 13:44:36 UTC (1312465476)
    [ 0.756612] Initializing network drop monitor service
    [ 0.760092] Freeing unused kernel memory: 712k freed
    [ 0.760552] Write protecting the kernel read-only data: 6144k
    [ 0.761521] Freeing unused kernel memory: 60k freed
    [ 0.768916] Freeing unused kernel memory: 784k freed
    [ 0.773948] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.824947] udevd[74]: starting version 173
    [ 0.877923] SCSI subsystem initialized
    [ 0.935196] libata version 3.00 loaded.
    [ 0.956774] ahci 0000:00:1f.2: version 3.0
    [ 0.956824] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 0.957043] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 0.957186] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    [ 0.957352] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
    [ 0.957485] ahci 0000:00:1f.2: setting latency timer to 64
    [ 0.964648] scsi0 : ahci
    [ 0.965831] scsi1 : ahci
    [ 0.966239] scsi2 : ahci
    [ 0.966607] scsi3 : ahci
    [ 0.967366] ata1: SATA max UDMA/133 abar m1024@0x40104400 port 0x40104500 irq 43
    [ 0.967524] ata2: SATA max UDMA/133 abar m1024@0x40104400 port 0x40104580 irq 43
    [ 0.967680] ata3: SATA max UDMA/133 abar m1024@0x40104400 port 0x40104600 irq 43
    [ 0.967831] ata4: SATA max UDMA/133 abar m1024@0x40104400 port 0x40104680 irq 43
    [ 1.286817] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.286986] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.287140] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.287285] ata2: SATA link down (SStatus 0 SControl 300)
    [ 1.296743] ata1.00: ATA-8: SAMSUNG HM250HI, 2AC101C4, max UDMA/133
    [ 1.296845] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.306650] ata1.00: configured for UDMA/133
    [ 1.307168] scsi 0:0:0:0: Direct-Access ATA SAMSUNG HM250HI 2AC1 PQ: 0 ANSI: 5
    [ 1.361599] usbcore: registered new interface driver usbfs
    [ 1.361788] usbcore: registered new interface driver hub
    [ 1.362029] usbcore: registered new device driver usb
    [ 1.362890] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    [ 1.363254] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.363390] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.363491] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.371359] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.371567] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 1.371722] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 1.371734] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 1.371971] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
    [ 1.393443] ehci_hcd 0000:00:1d.7: using broken periodic workaround
    [ 1.393567] ehci_hcd 0000:00:1d.7: debug port 1
    [ 1.397557] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
    [ 1.397596] ehci_hcd 0000:00:1d.7: irq 23, io mem 0x40104000
    [ 1.410069] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.410565] hub 1-0:1.0: USB hub found
    [ 1.410687] hub 1-0:1.0: 8 ports detected
    [ 1.418573] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
    [ 1.420139] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.436350] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.436604] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 1.436912] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.436925] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.437083] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 1.450137] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001820
    [ 1.450657] hub 2-0:1.0: USB hub found
    [ 1.450776] hub 2-0:1.0: 2 ports detected
    [ 1.451206] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.451346] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 1.451358] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.451506] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
    [ 1.466851] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00001840
    [ 1.467375] hub 3-0:1.0: USB hub found
    [ 1.467491] hub 3-0:1.0: 2 ports detected
    [ 1.467949] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.468100] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 1.468111] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.468263] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    [ 1.476847] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
    [ 1.477389] hub 4-0:1.0: USB hub found
    [ 1.477506] hub 4-0:1.0: 2 ports detected
    [ 1.477926] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
    [ 1.478068] uhci_hcd 0000:00:1d.3: setting latency timer to 64
    [ 1.478080] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 1.478233] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    [ 1.486815] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00001880
    [ 1.487337] hub 5-0:1.0: USB hub found
    [ 1.487454] hub 5-0:1.0: 2 ports detected
    [ 1.720183] usb 1-4: new high speed USB device number 2 using ehci_hcd
    [ 2.310090] usb 1-7: new high speed USB device number 3 using ehci_hcd
    [ 3.346515] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
    [ 3.346624] EXT4-fs (sda2): write access will be enabled during recovery
    [ 3.481722] EXT4-fs (sda2): orphan cleanup on readonly fs
    [ 3.481844] EXT4-fs (sda2): ext4_orphan_cleanup: deleting unreferenced inode 1572970
    [ 3.481970] EXT4-fs (sda2): ext4_orphan_cleanup: deleting unreferenced inode 1572968
    [ 3.482041] EXT4-fs (sda2): ext4_orphan_cleanup: deleting unreferenced inode 923116
    [ 3.482090] EXT4-fs (sda2): ext4_orphan_cleanup: deleting unreferenced inode 1572948
    [ 3.482130] EXT4-fs (sda2): 4 orphan inodes deleted
    [ 3.482225] EXT4-fs (sda2): recovery complete
    [ 4.287281] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.547177] udevd[278]: starting version 173
    [ 5.875278] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 5.875984] ACPI: AC Adapter [AC0] (off-line)
    [ 5.881017] ACPI: acpi_idle yielding to intel_idle
    [ 5.888339] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A08:00/PNP0C0D:00/input/input1
    [ 5.939985] ACPI: Lid Switch [LID]
    [ 5.940983] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/PNP0C0C:00/input/input2
    [ 5.941147] ACPI: Power Button [PWRB]
    [ 5.941583] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    [ 5.941763] ACPI: Sleep Button [SLPB]
    [ 5.942546] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 5.942697] ACPI: Power Button [PWRF]
    [ 5.943413] thermal LNXTHERM:00: registered as thermal_zone0
    [ 5.943529] ACPI: Thermal Zone [TZ01] (24 C)
    [ 5.972400] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 5.972588] ACPI: Battery Slot [BAT1] (battery present)
    [ 5.995124] agpgart-intel 0000:00:00.0: Intel GMA3150 Chipset
    [ 5.995453] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
    [ 5.995846] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
    [ 5.999895] iTCO_vendor_support: vendor-support=0
    [ 6.012373] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    [ 6.124751] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 6.125083] iTCO_wdt: Found a NM10 TCO device (Version=2, TCOBASE=0x1060)
    [ 6.125348] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 6.190412] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 6.194157] tpm_tis 00:07: 1.2 TPM (device-id 0xFE, rev-id 70)
    [ 6.215082] Initializing USB Mass Storage driver...
    [ 6.215469] usbcore: registered new interface driver usb-storage
    [ 6.215586] USB Mass Storage support registered.
    [ 6.267697] usb 1-7: USB disconnect, device number 3
    [ 6.269402] Linux media interface: v0.10
    [ 6.271745] scsi4 : usb-storage 1-7:1.0
    [ 6.278594] usbcore: registered new interface driver ums-realtek
    [ 6.324583] usbcore: registered new interface driver uas
    [ 6.361274] Linux video capture interface: v2.00
    [ 6.416800] uvcvideo: Found UVC 1.00 device USB Camera (5986:02a8)
    [ 6.435626] input: USB Camera as /devices/pci0000:00/0000:00:1d.7/usb1/1-4/1-4:1.0/input/input5
    [ 6.435979] usbcore: registered new interface driver uvcvideo
    [ 6.436094] USB Video Class driver (v1.0.0)
    [ 6.516768] [drm] Initialized drm 1.1.0 20060810
    [ 6.632026] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 6.657529] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 6.657663] i915 0000:00:02.0: setting latency timer to 64
    [ 6.729787] i915 0000:00:02.0: irq 44 for MSI/MSI-X
    [ 6.729799] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 6.729904] [drm] Driver supports precise vblank timestamp query.
    [ 6.805456] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 6.805960] [drm] initialized overlay support
    [ 6.965295] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000
    [ 7.013599] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input6
    [ 7.142190] fbcon: inteldrmfb (fb0) is primary device
    [ 7.190534] Console: switching to colour frame buffer device 128x37
    [ 7.197352] fb0: inteldrmfb frame buffer device
    [ 7.197461] drm: registered panic notifier
    [ 7.197660] ACPI Exception: AE_NOT_FOUND, Evaluating _DOD (20110316/video-1148)
    [ 7.198144] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
    [ 7.198602] ACPI: Video Device [IGD0] (multi-head: yes rom: no post: no)
    [ 7.199927] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 8.736636] EXT4-fs (sda2): re-mounted. Opts: (null)
    [ 8.833668] EXT3-fs: barriers not enabled
    [ 8.856596] kjournald starting. Commit interval 5 seconds
    [ 8.859646] EXT3-fs (sda4): using internal journal
    [ 8.862624] EXT3-fs (sda4): mounted filesystem with ordered data mode
    [ 9.026943] Adding 2096444k swap on /dev/sda6. Priority:-1 extents:1 across:2096444k
    [ 18.281512] NET: Registered protocol family 10
    [ 21.591928] EXT4-fs (sda2): re-mounted. Opts: commit=600
    [ 35.750474] fuse init (API version 7.16)
    [ 201.029607] PPP generic driver version 2.4.2
    [ 3255.955029] EXT4-fs (sda2): re-mounted. Opts: commit=0
    [10041.892469] usb 1-1: new high speed USB device number 4 using ehci_hcd
    [10042.021338] scsi5 : usb-storage 1-1:1.0
    [10043.026686] scsi 5:0:0:0: Direct-Access TOSHIBA MK1234GSX PQ: 0 ANSI: 2
    [10043.031863] sd 5:0:0:0: Attached scsi generic sg1 type 0
    [10043.036190] sd 5:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/111 GiB)
    [10043.041825] sd 5:0:0:0: [sdb] Write Protect is off
    [10043.045147] sd 5:0:0:0: [sdb] Mode Sense: 38 00 00 00
    [10043.045157] sd 5:0:0:0: [sdb] Assuming drive cache: write through
    [10043.052676] sd 5:0:0:0: [sdb] Assuming drive cache: write through
    [10043.064806] sdb: sdb1
    [10043.071939] sd 5:0:0:0: [sdb] Assuming drive cache: write through
    [10043.075091] sd 5:0:0:0: [sdb] Attached SCSI disk
    [10089.898154] EXT3-fs (sdb): error: can't find ext3 filesystem on dev sdb.
    [10089.913066] EXT4-fs (sdb): VFS: Can't find ext4 filesystem
    [10089.936439] FAT: invalid media value (0xb9)
    [10089.939320] VFS: Can't find a valid FAT filesystem on dev sdb.
    EDIT: ls -l /etc/modprobe.d
    total 16
    -rw-r--r-- 1 root root 30 Ago 4 04:57 blacklist_net.conf
    -rw-r--r-- 1 root root 182 Ago 4 04:57 blacklist_sound.conf
    -rw-r--r-- 1 root root 55 Jun 25 15:30 modprobe.conf
    -rw-r--r-- 1 root root 196 Abr 8 11:08 usb-load-ehci-first.conf
    Thanks in advance for any help.
    Last edited by JohnTH (2011-08-04 16:31:18)

    The kernel outputs many error messages when I start NetwrokManager, and persists even when I stop it
    Here is part of a dmesg:
    [ 587.134444] rtl8192_SetWirelessMode(), wireless_mode:10, bEnableHT = 1
    [ 587.135365] InitializeAdapter8192SE(): Set MRC settings on as default!!
    [ 587.136337] HW_VAR_MRC: Turn on 1T1R MRC!
    [ 587.553458] pwrdown, 0x6(BIT6)=f1
    [ 589.566485] pwrdown, 0x6(BIT6)=f1
    [ 591.573163] pwrdown, 0x6(BIT6)=f1
    [ 593.579828] pwrdown, 0x6(BIT6)=f1
    [ 595.586517] pwrdown, 0x6(BIT6)=f1
    [ 597.593183] pwrdown, 0x6(BIT6)=f1
    [ 599.599777] pwrdown, 0x6(BIT6)=f1
    [ 601.606490] pwrdown, 0x6(BIT6)=f1
    [ 603.613185] pwrdown, 0x6(BIT6)=f1
    [ 605.619843] pwrdown, 0x6(BIT6)=f1
    [ 607.626506] pwrdown, 0x6(BIT6)=f1
    [ 609.633150] pwrdown, 0x6(BIT6)=f1
    [ 611.639785] pwrdown, 0x6(BIT6)=f1
    [ 613.646491] pwrdown, 0x6(BIT6)=f1
    [ 615.653171] pwrdown, 0x6(BIT6)=f1
    [ 617.659839] pwrdown, 0x6(BIT6)=f1
    [ 619.666513] pwrdown, 0x6(BIT6)=f1
    [ 621.673175] pwrdown, 0x6(BIT6)=f1
    [ 623.679774] pwrdown, 0x6(BIT6)=f1
    [ 625.686507] pwrdown, 0x6(BIT6)=f1
    [ 627.693176] pwrdown, 0x6(BIT6)=f1
    [ 629.699826] pwrdown, 0x6(BIT6)=f1
    [ 631.706480] pwrdown, 0x6(BIT6)=f1
    [ 633.713169] pwrdown, 0x6(BIT6)=f1
    [ 635.719785] pwrdown, 0x6(BIT6)=f1
    [ 637.726499] pwrdown, 0x6(BIT6)=f1
    [ 639.733146] pwrdown, 0x6(BIT6)=f1
    [ 641.739824] pwrdown, 0x6(BIT6)=f1
    [ 643.746489] pwrdown, 0x6(BIT6)=f1
    [ 645.753149] pwrdown, 0x6(BIT6)=f1
    [ 647.010241] pwrdown, 0x6(BIT6)=f1
    [ 647.135295] rtl8192_SetWirelessMode(), wireless_mode:10, bEnableHT = 1
    [ 647.136216] InitializeAdapter8192SE(): Set MRC settings on as default!!
    [ 647.137240] HW_VAR_MRC: Turn on 1T1R MRC!
    [ 647.753447] pwrdown, 0x6(BIT6)=f1
    [ 649.766491] pwrdown, 0x6(BIT6)=f1
    [ 651.773160] pwrdown, 0x6(BIT6)=f1
    [ 653.779830] pwrdown, 0x6(BIT6)=f1
    Can somebody help me?

  • DB2 Transaction log Problem after set db manuell to Rollforward

    Hello,
    I have a problem when set the db2 manuell in rollforward mode. After I set the command db2rfpen ON E35 my database (E35) is in rollforward mode.
    Now I can see with command "db2 rollforward db E35 query status" the Last committed transaction
    but the timestamp of the Last committed transaction is 2106-02-07-06.28.15.000000 UTC
    but we do not have year 2106!!
    did someone have similar issue or a solution for my problem??
    Is it possible to manuell update the table via SQL? But I dont know which table i should update..
    Thanks in advanced.
    Robin

    Hi,
    following output of db2 get snapshot for all databases because db2 get snapshot for database E35 does not work..
    there I think the timestamp is also ok. Thanks for your help!
    regards
    Robin
                  Database Snapshot
    Database name                              = E35
    Database path                              = /db2/E35/db2e35/NODE0000/SQL00001/MEMBER0000/
    Input database alias                       =
    Database status                            = Active
    Catalog database partition number          = 0
    Catalog network node name                  = srvnetapp07
    Operating system running at database server= LINUXAMD64
    Location of the database                   = Local
    First database connect timestamp           = 08/11/2014 12:16:58.594371
    Last reset timestamp                       =
    Last backup timestamp                      = 08/08/2014 09:57:42.000000
    Snapshot timestamp                         = 08/11/2014 12:17:46.494342
    Number of automatic storage paths          = 4
    Automatic storage path                     = /db2/E35/sapdata1
          Node number                          = 0
          State                                = In Use
          File system ID                       = 64782
          Storage path free space (bytes)      = 23376351232
          File system used space (bytes)       = 3045990400
          File system total space (bytes)      = 26422341632
    Automatic storage path                     = /db2/E35/sapdata2
          Node number                          = 0
          State                                = In Use
          File system ID                       = 64783
          Storage path free space (bytes)      = 23376351232
          File system used space (bytes)       = 3045990400
          File system total space (bytes)      = 26422341632
    Automatic storage path                     = /db2/E35/sapdata3
          Node number                          = 0
          State                                = In Use
          File system ID                       = 64784
          Storage path free space (bytes)      = 23376351232
          File system used space (bytes)       = 3045990400
          File system total space (bytes)      = 26422341632
    Automatic storage path                     = /db2/E35/sapdata4
          Node number                          = 0
          State                                = In Use
          File system ID                       = 64785
          Storage path free space (bytes)      = 23376351232
          File system used space (bytes)       = 3045990400
          File system total space (bytes)      = 26422341632
    High water mark for connections            = 13
    Application connects                       = 9
    Secondary connects total                   = 11
    Applications connected currently           = 1
    Appls. executing in db manager currently   = 0
    Agents associated with applications        = 11
    Maximum agents associated with applications= 13
    Maximum coordinating agents                = 13
    Number of Threshold Violations             = 0
    Locks held currently                       = 29
    Lock waits                                 = 2
    Time database waited on locks (ms)         = 56
    Lock list memory in use (Bytes)            = 77568
    Deadlocks detected                         = 0
    Lock escalations                           = 0
    Exclusive lock escalations                 = 0
    Agents currently waiting on locks          = 0
    Lock Timeouts                              = 0
    Number of indoubt transactions             = 0
    Total Private Sort heap allocated          = 0
    Total Shared Sort heap allocated           = 6
    Shared Sort heap high water mark           = 245
    Post threshold sorts (shared memory)       = 0
    Total sorts                                = 2
    Total sort time (ms)                       = 2
    Sort overflows                             = 0
    Active sorts                               = 0
    Buffer pool data logical reads             = 68507
    Buffer pool data physical reads            = 1312
    Buffer pool temporary data logical reads   = 0
    Buffer pool temporary data physical reads  = 0
    Asynchronous pool data page reads          = 899
    Buffer pool data writes                    = 0
    Asynchronous pool data page writes         = 0
    Buffer pool index logical reads            = 52871
    Buffer pool index physical reads           = 449
    Buffer pool temporary index logical reads  = 0
    Buffer pool temporary index physical reads = 0
    Asynchronous pool index page reads         = 0
    Buffer pool index writes                   = 0
    Asynchronous pool index page writes        = 0
    Buffer pool xda logical reads              = 0
    Buffer pool xda physical reads             = 0
    Buffer pool temporary xda logical reads    = 0
    Buffer pool temporary xda physical reads   = 0
    Buffer pool xda writes                     = 0
    Asynchronous pool xda page reads           = 0
    Asynchronous pool xda page writes          = 0
    Total buffer pool read time (milliseconds) = 4912
    Total buffer pool write time (milliseconds)= 0
    Total elapsed asynchronous read time       = 3219
    Total elapsed asynchronous write time      = 0
    Asynchronous data read requests            = 454
    Asynchronous index read requests           = 0
    Asynchronous xda read requests             = 0
    No victim buffers available                = 0
    LSN Gap cleaner triggers                   = 0
    Dirty page steal cleaner triggers          = 0
    Dirty page threshold cleaner triggers      = 0
    Time waited for prefetch (ms)              = 982
    Unread prefetch pages                      = 0
    Direct reads                               = 986
    Direct writes                              = 2
    Direct read requests                       = 77
    Direct write requests                      = 1
    Direct reads elapsed time (ms)             = 243
    Direct write elapsed time (ms)             = 0
    Database files closed                      = 0
    Host execution elapsed time                = 5.785568
    Commit statements attempted                = 16
    Rollback statements attempted              = 2
    Dynamic statements attempted               = 6950
    Static statements attempted                = 23
    Failed statement operations                = 0
    Select SQL statements executed             = 6936
    Xquery statements executed                 = 0
    Update/Insert/Delete statements executed   = 6
    DDL statements executed                    = 0
    Inactive stmt history memory usage (bytes) = 0
    Internal automatic rebinds                 = 0
    Internal rows deleted                      = 0
    Internal rows inserted                     = 0
    Internal rows updated                      = 0
    Internal commits                           = 21
    Internal rollbacks                         = 0
    Internal rollbacks due to deadlock         = 0
    Number of MDC table blocks pending cleanup = 0
    Rows deleted                               = 0
    Rows inserted                              = 0
    Rows updated                               = 13838
    Rows selected                              = 13897
    Rows read                                  = 141752
    Binds/precompiles attempted                = 0
    Log space available to the database (Bytes)= 333797877
    Log space used by the database (Bytes)     = 26523
    Maximum secondary log space used (Bytes)   = 0
    Maximum total log space used (Bytes)       = 37070
    Secondary logs allocated currently         = 0
    Log pages read                             = 0
    Log read time (sec.ns)                     = 0.000000000
    Log pages written                          = 13
    Log write time (sec.ns)                    = 0.006250000
    Number write log IOs                       = 9
    Number read log IOs                        = 0
    Number partial page log IOs                = 7
    Number log buffer full                     = 0
    Log data found in buffer                   = 0
    Log to be redone for recovery (Bytes)      = 26523
    Log accounted for by dirty pages (Bytes)   = 26523
    Node number                                = 0
    File number of first active log            = 90
    File number of last active log             = 94
    File number of current active log          = 90
    File number of log being archived          = Not applicable
    Package cache lookups                      = 6955
    Package cache inserts                      = 20
    Package cache overflows                    = 0
    Package cache high water mark (Bytes)      = 1026593
    Application section lookups                = 20824
    Application section inserts                = 29
    Catalog cache lookups                      = 740
    Catalog cache inserts                      = 55
    Catalog cache overflows                    = 0
    Catalog cache high water mark              = 429098
    Catalog cache statistics size              = 0
    Workspace Information
    Number of hash joins                       = 4
    Number of hash loops                       = 0
    Number of hash join overflows              = 0
    Number of small hash join overflows        = 0
    Post threshold hash joins (shared memory)  = 0
    Active hash joins                          = 0
    Number of OLAP functions                   = 0
    Number of OLAP function overflows          = 0
    Active OLAP functions                      = 0
    Statistic fabrications                          = 0
    Synchronous runstats                            = 0
    Asynchronous runstats                           = 0
    Total statistic fabrication time (milliseconds) = 0
    Total synchronous runstats time (milliseconds)  = 0
    Memory usage for database:
      Node number                                  = 0
        Memory Pool Type                           = Backup/Restore/Util Heap
           Current size (bytes)                    = 65536
           High water mark (bytes)                 = 65536
           Configured size (bytes)                 = 204800000
      Node number                                  = 0
        Memory Pool Type                           = Package Cache Heap
           Current size (bytes)                    = 1179648
           High water mark (bytes)                 = 1179648
           Configured size (bytes)                 = 472317952
      Node number                                  = 0
        Memory Pool Type                           = Other Memory
           Current size (bytes)                    = 196608
           High water mark (bytes)                 = 196608
           Configured size (bytes)                 = 20971520
      Node number                                  = 0
        Memory Pool Type                           = Catalog Cache Heap
           Current size (bytes)                    = 524288
           High water mark (bytes)                 = 524288
           Configured size (bytes)                 = 10485760
      Node number                                  = 0
        Memory Pool Type                           = Buffer Pool Heap
           Secondary ID                            = 1
           Current size (bytes)                    = 494010368
           High water mark (bytes)                 = 494010368
           Configured size (bytes)                 = 494010368
      Node number                                  = 0
        Memory Pool Type                           = Buffer Pool Heap
           Secondary ID                            = System 32k buffer pool
           Current size (bytes)                    = 1835008
           High water mark (bytes)                 = 1835008
           Configured size (bytes)                 = 1835008
      Node number                                  = 0
        Memory Pool Type                           = Buffer Pool Heap
           Secondary ID                            = System 16k buffer pool
           Current size (bytes)                    = 1572864
           High water mark (bytes)                 = 1572864
           Configured size (bytes)                 = 1572864
      Node number                                  = 0
        Memory Pool Type                           = Buffer Pool Heap
           Secondary ID                            = System 8k buffer pool
           Current size (bytes)                    = 1441792
           High water mark (bytes)                 = 1441792
           Configured size (bytes)                 = 1441792
      Node number                                  = 0
        Memory Pool Type                           = Buffer Pool Heap
           Secondary ID                            = System 4k buffer pool
           Current size (bytes)                    = 1376256
           High water mark (bytes)                 = 1376256
           Configured size (bytes)                 = 1376256
      Node number                                  = 0
        Memory Pool Type                           = Shared Sort Heap
           Current size (bytes)                    = 2359296
           High water mark (bytes)                 = 3932160
           Configured size (bytes)                 = 40435712
      Node number                                  = 0
        Memory Pool Type                           = Lock Manager Heap
           Current size (bytes)                    = 159645696
           High water mark (bytes)                 = 159645696
           Configured size (bytes)                 = 159711232
      Node number                                  = 0
        Memory Pool Type                           = Database Heap
           Current size (bytes)                    = 87687168
           High water mark (bytes)                 = 87687168
           Configured size (bytes)                 = 119472128
      Node number                                  = 0
        Memory Pool Type                           = Application Heap
           Secondary ID                            = 107
           Current size (bytes)                    = 65536
           High water mark (bytes)                 = 65536
           Configured size (bytes)                 = 1048576
      Node number                                  = 0
        Memory Pool Type                           = Application Heap
           Secondary ID                            = 106
           Current size (bytes)                    = 65536
           High water mark (bytes)                 = 65536
           Configured size (bytes)                 = 1048576
      Node number                                  = 0
        Memory Pool Type                           = Application Heap
           Secondary ID                            = 105
           Current size (bytes)                    = 65536
           High water mark (bytes)                 = 65536
           Configured size (bytes)                 = 1048576
      Node number                                  = 0
        Memory Pool Type                           = Application Heap
           Secondary ID                            = 104
           Current size (bytes)                    = 65536
           High water mark (bytes)                 = 65536
           Configured size (bytes)                 = 1048576
      Node number                                  = 0
        Memory Pool Type                           = Application Heap
           Secondary ID                            = 103
           Current size (bytes)                    = 65536
           High water mark (bytes)                 = 65536
           Configured size (bytes)                 = 1048576
      Node number                                  = 0
        Memory Pool Type                           = Application Heap
           Secondary ID                            = 102
           Current size (bytes)                    = 65536
           High water mark (bytes)                 = 65536
           Configured size (bytes)                 = 1048576
      Node number                                  = 0
        Memory Pool Type                           = Application Heap
           Secondary ID                            = 101
           Current size (bytes)                    = 196608
           High water mark (bytes)                 = 196608
           Configured size (bytes)                 = 1048576
      Node number                                  = 0
        Memory Pool Type                           = Application Heap
           Secondary ID                            = 100
           Current size (bytes)                    = 65536
           High water mark (bytes)                 = 65536
           Configured size (bytes)                 = 1048576
      Node number                                  = 0
        Memory Pool Type                           = Application Heap
           Secondary ID                            = 99
           Current size (bytes)                    = 65536
           High water mark (bytes)                 = 65536
           Configured size (bytes)                 = 1048576
      Node number                                  = 0
        Memory Pool Type                           = Application Heap
           Secondary ID                            = 98
           Current size (bytes)                    = 65536
           High water mark (bytes)                 = 65536
           Configured size (bytes)                 = 1048576
      Node number                                  = 0
        Memory Pool Type                           = Application Heap
           Secondary ID                            = 97
           Current size (bytes)                    = 131072
           High water mark (bytes)                 = 131072
           Configured size (bytes)                 = 1048576
      Node number                                  = 0
        Memory Pool Type                           = Applications Shared Heap
           Current size (bytes)                    = 458752
           High water mark (bytes)                 = 458752
           Configured size (bytes)                 = 81920000

  • How to set system time from Terminal while booted from 10.6.3 server install disk?

    I'm installing from a 10.6.3 server install disc onto a Mac Mini.  However, the battery on this Mac Mini is pretty much dead, forcing the system time back to 1/1/2001.  Through some research, this has created a problem in that I cannot move beyond the Welcome screen during setup of OS X server.  It looks like the binary has issues with the system time being older. 
    But I'm stuck in that I don't know how to adjust the system time from the Terminal Utility on the boot CD.  Can anyone help? 

    Hey, i just run in to something similar, tonight while trying to fix a computer.
    The user set the time and date on his computer to 1998 and computer locked everything including time and date in system preferences, and his user account basicly making him from administrator to guest. he could not almost any program properly that required administrator privilages.
    to fix this we used this comand in terminal " sudo date 201703162014 "    todays time and date
    20:17 03/16 2014
    we tryed everything and this fixed in 2 seconds
    ps: when you type sudo in terminal it whil give you a warning the improper use of this command is bad.... click continue.otherwhise you will not be able to execute the command.
    thanks again for this post and have a great day

  • Problem after migration from time machine

    I recently changed the hard disk in my macbook to a bigger one,
    and then used migration assistant and my time machine backup to restore the system.
    Everything seems to work just fine except aperture.
    about 90% of my projects do not show any thumbnails, just outlined gray boxes with a file name
    when I click on them I get to see the photo in question but when I click "show master" aperture says "master image offline" (and does not show the photo anymore)
    my Library is referenced and the masters are located on the computers hard disk itself (not on an external one) and they are all there !
    (i.e. they were perfectly transfered from time machine)
    when I first opened aperture after the migration I got a message that the library was corrupted, I clicked repair and this produced a recovered folder
    with a recovered project which as far as I can see is empty ?
    I tried the 3 trouble shooting tools (repair permissions, repair database and rebuild database) none of which changed anything
    I was going to try to restore the library file from time machine but now time machine says that I do not have permission to acces the pictures folder !?
    (at least not on any backup older than the last one, which was done after the system was migrated)
    I am starting to get stuck here, I found several references online to the same problem but no real solution.
    Any ideas?

    OK, so I did a clean install of snow leopard from the installation DVD and then used setup assistant to restore from time machine.
    Since time machine had already made backups after I migrated for the first time it basically restored the system
    to its previous state (with aperture not working properly), it did however restore the admin account which I had already deleted.
    This allowed me to access my older time machine backups.
    When I tried to restore the aperture library file (after first deleting the current one and emptying the trash)
    I got a window saying copying 0kb from 10,68GB that just hung there
    after checking my user account I found an aperture library file of about 6GB, I deleted this and did the restore again and let the window saying copying 0kb of 10,68GB run for half an hour, I then found an aperture library file in my account of 11GB. I opened aperture and guess what? exactly the same as before! no thumbnails and no access to masters except for about 10 projects (in fact every time I try this aperture makes previews for exactly 608 photos !?
    I might try to copy the libary file from the old hard disk if I find something to mount it, but I am starting tho think that i will just have to reimport the entire library, and forget about the versions and be thankfull that I at least saved the masters :-(

  • BPM Worklist Problem After Setting Frontend Host and Port

    Hi all,
    I was following the EDG for SOA 11.1.1.5 and was encountering a problem with the BPM Worklist after setting the Frontend Host and Port. We have a topology that includes a load balancer that terminates SSL, two OHS instances, and two SOA instances on separate VMs. When BPM Worklist was loading, it was calling webservices internally through the load balancer, but WebLogic was expecting them as http://. It was not able to resolve the HTTPS port that was being sent from the load balancer through the 80 to 443 redirect.
    What the current EDG does not tell you, is that you have to also turn on "Enable Weblogic Plug-In" for WebLogic to use the OHS plug-in. I did it at the domain level, as all traffic will go through the load balancer. This essentially tells WebLogic that all URLs are https://
    Here is an exerpt from the SOA.out log file:
    <Sep 8, 2011 9:32:06 PM PDT> <Error> <oracle.soa.services.workflow.worklist> <BEA-000000> <<.> Service error.
    Internal Error; Service error occurs in IdentityService in method lookupUser.
    Refer to the log file that is configured for oracle.soa.services.identity for more details on this error and contact Oracle Support Services
    ORABPEL-10585
    Service error.
    Internal Error; Service error occurs in IdentityService in method lookupUser.
    Refer to the log file that is configured for oracle.soa.services.identity for more details on this error and contact Oracle Support Services
    Caused By: javax.xml.soap.SOAPException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    What it is also missing, is that you should also set the SOA Infrastructure ServerURL mbean for the load balancer, to match the frontend host and port. Do this through Fusion Middleware Contol. Otherwise, you could encounter URL mismatches.
    I hope this helps someone else.
    I've asked Oracle to add this to the EDG for SOA. It's in the IDM guide, but not in any other EDGs.

    Thanks Josh. It helped me infact in 11.1.1.4 Enable Weblogic Plug-In is not required. But 11.1.1.5 I thing it is mandatory. Oracle should have a clear documentaion.

  • No Internet access after setting up time capsule

    I am setting an airport time capsule. After setting up new network, I no longer have Internet access and can not set up the time capsule. I have tried to cycle the power on my model but no luck. Any ideas?

    Disconnect all connections from the Time Capsule except the AC power cord.
    With the Time Capsule powered on for a few minutes, hold in the reset button on the back of the device for 10-12 seconds and release
    Allow a full minute for the Time Capsule to restart to a slow, blinking amber light
    Connect an Ethernet cable from one of the LAN <--> ports on the Actiontec modem/router to the WAN "O" port on the Time Capsule
    Open up AirPort Utility
    Click on Other WiFi Devices
    Click on Time Capsule
    The utility will display a window that looks similar to the illustration below, excep that there will be a picture of the Time Capsule instead of an AirPort Express
    Network Name......Enter a name that you want to call the wireless network
    Base Station Name....Enter a name that you want to call the Time Capsule
    Password......Enter a password that will be used for both the wireless and device name
    Verify the password
    Click Next
    When you see the the message of Setup Complete, click Done
    Now you can select the new network that you created and enter the password to connect
    Try to keep the Actionec modem/router and Time Capsule at least 6-8 feet (or 2 meters) apart from each other to help minimimize the chances of wireless interference between them.

  • Program to Set System Time in Java

    Is there any way to set the system time through Java. If there is can you help me some information.
    Regards,
    Shivakumar Thota

    Hey Hey,
    You could run Runtime.exec() to execute a command such as VBScipt to do it.
    Other than that you may have to take a look at Java Native Interface(JNI) that will basically take control of doing anything you need.
    Also, You may want to post this in "New To Java" or some other forum other than Java Web Start. You'll get more people to help ya.
    Hope this helped,
    --Ryan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Set system time in both unix and NT

    i need to write a software to be run on the 2 platforms to set the system time if anyone know how to go about doing it please guide me along and provide me some code.
    thanks in advance

    You cannot set the system time using pure Java, so I guess you'll have to use JNI or Runtime.exec().
    If you use JNI, you'll have to set up a native method and the build a different DLL for each platform. From my point of view this is the cleanest way.
    Using exec() requieres to detect the system your program is running on, and then call the appropiate external program or command.

  • Time dead after changing system time

    Hi,
    I have read many posts on this but still can't find a perfect solution.
    1. tried using thread.sleep(1000) to cause a method to run every 1 sec.. but after reading online.. it seems to be a lousy design as it depends on the system cpu speed. sometimes it will stop for more than 1 sec.
    2. tried :
    private ScheduledExecutorService scheduler
    private ScheduledFuture task
    public classname(){
    scheduler = Executors.newSingleThreadScheduledExecutor();
    task = scheduler.scheduleAtFixedRate(methodToRun,1,1,TimeUnit.SECONDS)
    This works but if i changed the system time for multiple times, it will just stop my program...
    Did i use ScheduledExecutorService or thread right ?

    after reading online.. it seems to be a lousy design as it depends on the system cpu speed.God help us! Where on earth did you read that? It depends on the system clock, and it isn't guaranteed to retun in exactly the time specified.
    sometimes it will stop for more than 1 sec.That's what its specification says.
    This works but if i changed the system time for multiple times, it will just stop my program...No, it won't 'stop' your program, it will foul up the executor until it adjusts to the new time.
    There is nothing in standard Java that guarantees exact timing. If you need that you need a real-time version of Java. But probably you don't need that at all. Impossible to say without some context.

Maybe you are looking for