Network problem (default route?)

Hello, I just installed Solaris 10. After installation my NIC died so I replaced it by a new one. At that point everything went wrong.
The configuration of my internal network is:
router: 192.168.2.1
nameserver: 192.168.2.1
my pc (hurricane): 192.168.2.34
I followed this guid: http://docs.sun.com/app/docs/doc/806-0916/6ja853995?a=view
But for some reason it doesn't work.
I have the following configuration:
ifconfig -aelxl1: <---------->
         inet 192.168.2.34 netmask ffffff00 broadcast 192.168.2.255
cat defaultrouter192.168.2.1
cat hosts127.0.0.1  localhost hurricane hurricane.intern
192.168.2.34 localhost hurricane hurricane.intern
192.168.2.1 router
cat nodename.elxl1hurricane
cat hostname.elxl1hurricane
cat defaultdomainintern
netstat -rv192.168.2.0   255.255.255.0  hurricane  device elxl1
224.0.0.0  240.0.0.0  localhost  lo0
default  0.0.0.0  router
localhost  255.255.255.255  localhost  lo0
telnet router 80Trying 192.168.2.1...
traceroute router1 * *I think the default gateway is not set up properly. But I have no idea why and how to fix it. Doe anyone have a clue or suggestion what might goes wrong here?
Sorry for my bad english, it's not my native language.

initiate a commnad using "route"
route change default x.x.x.x
if that don't work try
route delete default 0.0.0.0
then...
route add default x.x.x.x
also, "route" command is one time thing. unless you add/create a startup script in /etc/rc2.d/S69inet, you have to run this command all the time you boot the system.
route add default x.x.x.x
man the route command.

Similar Messages

  • Losing IPv6 default route

    Hi,
    I've started seeing a problem after upgrading to Yosemite that I lose the IPv6 default route after a while on my MacBook Air. I can restore it but running
    sudo ipconfig set en0 automatic-v6
    in the terminal, but after a while it disappears again. I still have all the IPs and link level routes, just not the default one. Does anyone recognize this problem or know of a workaround? I suppose it could be something with my network setup, but I've never had problems with this before and haven't changed anything except OS version recently. My router is running OpenWRT (barrier breaker pre-release).
    Nothing really relevant in syslog around that time:
    Oct 23 12:03:02 Pers-Air discoveryd[23138] : Basic DNSResolver  dropping message because it doesn't match the one sent Port:0 MsgID:621
    Oct 23 12:03:02 Pers-Air discoveryd[23138] : Basic DNSResolver  dropping message because it doesn't match the one sent Port:0 MsgID:26048
    Oct 23 12:03:02 Pers-Air discoveryd[23138] : Basic DNSResolver  dropping message because it doesn't match the one sent Port:0 MsgID:9984
    Oct 23 12:03:05 Pers-Air kernel[0]: process Google Chrome[1485] caught causing excessive wakeups. Observed wakeups rate (per sec): 158; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 7578605
    Oct 23 12:03:05 Pers-Air com.apple.xpc.launchd[1] (com.apple.ReportCrash[34206]): Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
    Oct 23 12:03:05 Pers-Air ReportCrash[34206]: Invoking spindump for pid=1485 wakeups_rate=158 duration=285 because of excessive wakeups
    Oct 23 12:03:11 Pers-Air spindump[1470]: Saved wakeups_resource.diag report for Google Chrome version 38.0.2125.104 (2125.104) to /Library/Logs/DiagnosticReports/Google Chrome_2014-10-23-120311_Pers-MacBook-Air.wakeups_resource.diag
    Oct 23 12:03:14 Pers-Air discoveryd[23138]: Basic NATTServer Got control URL: http://XXX.XXX.XXX.XXX:5000/ctl/IPConn (ip)
    This is very annoying since I rely on IPv6 for some of my work connections, so I really do need some kind of fix.

    Try running 'nettop -m route' in a terminal window and look for the default IPv6 routes. These are mine for ethernet and wi-fi:
        default -> en0 -> fe80::200:ff:fe00:0%en0
        default -> en1 -> fe80::200:ff:fe00:0%en1
    The problem I see is that the default route keeps disappearing for a short time. If you are also running a ping6 at the time you will see:
        ping6: sendmsg: No route to host
    I'm using a Cisco RV220W router. Each network interface default route drops for a short time and there is no particular timing or other indicator why. This is all happening while the IPv4 network is rock solid. I'm seeing this in Mac OS X 10.9.5.

  • ISCSI boot with Intel NICs added to windows 2008 r2 routing table causes non iscsi traffic to attempt default routes on iscsi networks

    I have a server with Intel 82576 Gigabit Dual Port Nics.  I have configured them to use iSCSI boot the primary looks to 10.0.0.1/24 and the secondary looks to 10.0.1.1/24.  The target is configured correctly.  Everything boots as expected.
     I have added the MPIO feature and configured MPIO for the iscsi initiator as per: http://blogs.technet.com/b/migreene/archive/2009/08/29/3277914.aspx.
     My issue is that the iSCSI networks show up in the routing table like so:
    I did not configure a default route in the Intel setup utility:
    I tried to explicitly remove the 0.0.0.0 entry and leave blank, with no change.  As you can see with the above routing table traffic attempts to travel over these routes:
    C:\Users\Administrator>ping google.com
    Pinging google.com [209.85.145.99] with 32 bytes of data:
    Reply from 10.0.0.201: Destination host unreachable.
    Reply from 10.0.1.201: Destination host unreachable.
    Reply from 209.85.145.99: bytes=32 time=23ms TTL=51
    Reply from 209.85.145.99: bytes=32 time=22ms TTL=51
    Ping statistics for 209.85.145.99:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
    A ping to the outside world first attempts on 10.0.0.x/24 network, then on 10.0.1.x/24 network and then finally on the network the traffic should go over.  I don't want my iSCSI traffic to ever show up with a default route.  How do I get rid of it?
    route delete 0.0.0.0 mask 0.0.0.0 "on-link" results in: The route deletion failed: The parameter is incorrect.
    route delete 0.0.0.0 mask 0.0.0.0 on-link results in: The route deletion failed: The parameter is incorrect.
    route delete 0.0.0.0 deletes all default routes, then I have to add back in the "valid default route" of 192.168.100.6.
    I would like to not have to do a route delete though.

    So I've sort of given up on fixing the gateway assignment in the route for iSCSI boot.  I configured a DHCP server to give out the information required by iSCSI boot and configured the network cards to use DHCP for their configuration.  I insured
    that my DHCP server gave out no default gateway entry.  However, I still got the undesired routes in the routing table.  This makes me assume that there isn't a "fix" for it, only the workaround.
    Here is the script I run on each iSCSI Boot initiator (you would obviously change the ip number to suit your environment):
    @Echo off
    Rem fixes iscsi route problem as shown below:
    Rem IPv4 Route Table
    REM ===========================================================================
    REM Active Routes:
    REM Network Destination Netmask Gateway Interface Metric
    REM 0.0.0.0 0.0.0.0 On-link 10.0.0.200 10255
    REM 0.0.0.0 0.0.0.0 On-link 10.0.1.200 266
    REM 0.0.0.0 0.0.0.0 192.168.100.6 192.168.100.98 266
    REM The top 2 lines are on the iscsi interface and traffic tries to go out it
    REM We need to delete the routes, so we'll just delete all gateway routes and
    REM add back in the one we care about.
    route delete 0.0.0.0 >c:\iscsibootroutefix.log
    route -p add 0.0.0.0 mask 0.0.0.0 192.168.100.6 >>c:\iscsibootroutefix.log
    After running it I get:
    IPv4 Route Table
    ===========================================================================
    Active Routes:
    Network Destination Netmask Gateway Interface Metric
    0.0.0.0 0.0.0.0 192.168.100.6 192.168.100.98 11
    10.0.0.0 255.255.255.0 On-link 10.0.0.200 10255
    10.0.0.1 255.255.255.255 On-link 10.0.0.200 10255
    10.0.0.200 255.255.255.255 On-link 10.0.0.200 10255
    Then I added a task in “task scheduler” of "administrative tools"  that ran as the user “system” “when the computer starts” that runs this script.

  • Problem in configuring IPv6 interface with default  Router lifetime.

    I'm facing Problem in configuring IPv6 interface with default
    Router lifetime through a router advertisement.
    I'm also see an unusual behavior that even after configuring accept_rtadv=0,
    the ipv6 address is configured.
    Please help in out .

    Mac OS 9 does not support IPv6. While you can have IPv6 on your network, a Macintosh running Mac OS 9.2.2 or earlier cannot make connections to services using this network protocol.
    To use IPv6 on a Macintosh, you need Mac OS X 10.1 or later (as far as I know).
    —tonza

  • ASA 5505 - 2 Internet Connections, Problems with the Default Route

    Hey there,
    i have a Problem at a Customer Site at the moment. The customer uses an ASA 5505 with two internet connections attached to it. On the first connection (which is the only one in use at the moment) he has some Static-PAT's from Outside to Inside where he translates different services to the internal servers. He also has a site-2-site VPN terminating there and AnyConnect.
    He now wants to switch the Internet Traffic from Inside to the new Internet Connection. Therefore changing the default route to that new ISPs Gateway. The problem now is, that no traffic recieved on the old "outside" Interface is transmitted back out of that old "outside" Interface. And this happens although the "same-security permit intra-interface" command is set.
    Can you tell me what's wrong here? For every Static-PAT from outside to inside there is also a dynamic PAT from inside to outside. But the ASA seems to ignore this. I have not looked into the Logs yet, was too busy finding the problem because i had no real time window to test on the productive ASA.
    Can it be achieved in any way? Having a default route on the ASA which leads any traffic to the second internet connection while still having connections on the first internet connection where no explicit route can be set? Because connections arrive from random IPs?
    Many thanks for your help in advance!
    Steffen

    Phillip, indeed , I have as well read may comments,it all depends on your environment as they all differ from one another, you best bet is to have a good solid plan for upgrade and fall back. You do have a justification to upgrade for features needed, so I would suggest the following:
    1- Do a search again in forum for ASA code upgrades and look at comments from users that have gone through this process and note their impact in fuctionality if any. I believe this is good resource to collect information .
    2- Very important , look into release notes for a particular version. For example version 8.0, look into open CAVEATS usually at the end of the link page, reading the open bugs gives you clues what has not yet been resolved for that particular code and if in fact could impact you in your environment, it is possible that a particular bug does not realy apply to your environment becuase you have yet not implemented that particualr configuration. Usually we all try to aim towards a GD (General Deployment) code which is what we all understand is most stable but not necesarily means you have to be stack in that code waiting for another GD release, in my personal experience I have upgraded our firewall from 7.2 to 8.0(3) long ago and had no issues, and recently upgraded to 8.0(4)when it was first release in August this year.
    Release notes
    http://www.cisco.com/en/US/products/ps6120/prod_release_notes_list.html
    3- AS a good practice precaution -
    a-Backup firewall configs in clear text as well as via tftp code.
    b-Backup running code and ASDM version code currently running in firewall.
    c- Save the output of " show version " to have as reference for all the feature licenses you currently have running as asll as activation keys - good info to have to compare with after upgrade.
    d- Ensure that the code you will be using to upgrade also uses correct ASDM version code.
    I think with thorough assesment and preparation you can indeed minimize impact.
    Rgds
    Jorge

  • Cannot open your default e-mail folder. Microsoft Exchange is not available. Either there are network problems or the Exchange computer is down for maintenance

    Windows Server 2012 R1 with Exchange 2013 SP1
    Windows XP SP3 with Outlook 2010 (14.0.4760.1000) computer is on the same network, but not a part of the domain. 
    When I try to configure Outlook profile for the user, I manually enter exchange server name and user name. 
    Check User button underlines server name and user name and profile gets created successfully.
    Once I try to open outlook for the user I get
    Cannot open your default e-mail folder. Microsoft Exchange is not available. Either there are network problems or the Exchange computer is down for maintenance
    If I search the content of the log files under
    X:\Program Files\Microsoft\Exchange Server\V15\Logging\RPC Client Access
    I can’t find any records indicating a connection attempt from the client’s IP or references to the version of the outlook used, however I can see a 3 way handshake followed by a 4 RCP packets and then 4 nspi bind requests and responses when outlook opens
    up and then connection is torn down.

    Windows Server 2012 R1 with Exchange 2013 SP1
    Windows XP SP3 with Outlook 2010 (14.0.4760.1000) computer is on the same network, but not a part of the domain. 
    Hi,
    That version of Outlook 2010 (14.0.4760.1000) is not supported with Exchange 2013 and will not be able to connect. It need to be on at least SP1 +
    Outlook 2010 November 2012 update (14.0.6126.5000)
    See: Exchange 2013 System Requirements -
    Client Support
    Martina Miskovic

  • "/network/physical:default" problem in Solaris 10 x86

    I have a problem with network interface on Solaris 10 x86 on HP Proliant ML 370 G4 server.
    The problem is that at the boot time it report some problem with network interface and writes "see svcs -x"
    # svcs -x
    svc:/network/physical:default (physical network interfaces)
    State: maintenance since Mon 21 Mar 2005 09:55:39
    Reason: Start method exited with $SMF_EXIT_ERR_CONFIG.
    See: http://sun.com/msg/SMF-8000-KS
    See: ifconfig(1M)
    See: /etc/svc/volatile/network-physical:default.log
    Impact: 5 dependent services are not running. (Use -v for list.)
    svc:/application/print/server:default (LP print server)
    State: disabled since Mon 21 Mar 2005 09:55:38
    Reason: Disabled by an administrator.
    See: http://sun.com/msg/SMF-8000-05
    See: lpsched(1M)
    Impact: 2 dependent services are not running. (Use -v for list.)
    svcs -v shows that /network/physical:default need maintance
    # ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
         inet 127.0.0.1 netmask ff000000
    # svcs -xv /network/physical:default
    svc:/network/physical:default (physical network interfaces)
    State: maintenance since Mon 21 Mar 2005 09:55:39
    Reason: Start method exited with $SMF_EXIT_ERR_CONFIG.
    See: http://sun.com/msg/SMF-8000-KS
    See: man -M /usr/share/man -s 1M ifconfig
    See: /etc/svc/volatile/network-physical:default.log
    Impact: 5 dependent services are not running:
    svc:/milestone/network:default
    svc:/network/nfs/nlockmgr:default
    svc:/network/nfs/client:default
    svc:/network/nfs/status:default
    svc:/network/ssh:default
    # more /etc/svc/volatile/network-physical:default.log
    [ Mar 21 09:55:37 Enabled. ]
    [ Mar 21 09:55:38 Executing start method ("/lib/svc/method/net-physical") ]
    [ Mar 21 09:55:38 Timeout override by svc.startd.  Using infinite timeout ]
    ifconfig: plumb: eri0: No such file or directory
    moving addresses from failed IPv4 interfaces: eri0 (couldn't move, no alternative interface).
    [ Mar 21 09:55:39 Method "start" exited with status 96 ]
    I have not any eri device in /dev directory
    How can I add a network interface?

    Try elxl0 :-) This is: E L X L - zero :-) instead of: qfe0.
    PS The 0 can increase to 1,2,.. if you have more 3com cards in the system.

  • Import EIGRP default route only with network command

    Hi,
    Does anyone know why I can only import the default route learned by EIGRP (from a CE router) in the VPNV4 table with the command ?network 0.0.0.0? under the address family? Is this the correct behavior?
    router bgp 100
    address-family ipv4 vrf red
    redistribute eigrp 200
    no synchronization
    network 0.0.0.0
    exit-address-family
    PE9(config-router-af)#do show ip route vrf red 0.0.0.0
    Routing entry for 0.0.0.0/0, supernet
    Known via "eigrp 200", distance 90, metric 547840, candidate default path, type internal
    Redistributing via bgp 100, eigrp 200
    Last update from 91.91.91.1 on FastEthernet0/0.91, 00:04:11 ago
    Routing Descriptor Blocks:
    * 91.91.91.1, from 91.91.91.1, 00:04:11 ago, via FastEthernet0/0.91
    Route metric is 547840, traffic share count is 1
    Total delay is 20400 microseconds, minimum bandwidth is 100000 Kbit
    Reliability 255/255, minimum MTU 1500 bytes
    Loading 1/255, Hops 4
    PE9(config-router-af)#do show ip bgp vpnv4 vrf red 0.0.0.0
    % Network not in table
    PE9(config-router-af)#
    PE9(config-router-af)#network 0.0.0.0
    PE9(config-router-af)#
    PE9(config-router-af)#do show ip bgp vpnv4 vrf red 0.0.0.0
    BGP routing table entry for 91:91:0.0.0.0/0, version 1068
    Paths: (1 available, best #1, table red)
    Flag: 0x820
    Advertised to update-groups:
    2
    Local
    91.91.91.1 (via red) from 0.0.0.0 (9.9.9.9)
    Origin IGP, metric 547840, localpref 100, weight 32768, valid, sourced, local, best
    Extended Community: RT:118:118 Cost:pre-bestpath:128:547840
    0x8800:32768:0 0x8801:200:522240 0x8802:65284:25600 0x8803:65281:1500
    mpls labels in/out 28/nolabel
    PE9(config-router-af)#
    Thanks,
    Marcelo

    Hi Marcelo,
    Yes this is normal, a default route unlike any other routes is not redistributed between routing protocols by default, in the case of BGP you have 2 options, either use a network command and make sure that the route is in the routing table (via EIGRP in your case), or use redistribute + default-information originate, you can test this by removing the network command and adding the default-information originate under the address family.
    HTH,
    Mohammed Mahmoud.

  • Default Rout using: ip default-network

    Hello,
    I am a little confused with how to use the ip default-network command to configure a default route. Can someone explain the difference using "ip default-network" and "ip route"?
    Thanks.

    Hello Francisco,
    some protocols support the ip default-network concept:
    instead of simply specifying a default gateway or advertising a default route 0.0.0.0/0, the protocol can send out an advertisement for the IP subnet of the default network with a special flag that says that it can be used as exit point to outside world.
    The protocols that support ip default-network are RIP, IGRP and EIGRP.
    To be noted that the ip default-network have to reference a different major network (class A,B, C) then the one used internally.
    Also EIGRP and IGRP require a network command for the ip subnet for being able to send the IP route with the external flag.
    Hope to help
    Giuseppe

  • 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?

  • Problem of routing between inside and outside on ASA5505

    I have a ASA5505 with mostly factory default configuration. Its license allows only two vlan interfaces (vlan 1 and vlan 2). The default config has interface vlan 1 as inside (security level 100), and interface vlan 2 as outside (security level 0 and using DHCP).
    I only changed interface vlan 1 to IP 10.10.10.1/24. After I plugged in a few hosts to vlan 1 ports and connect port Ethernet0/0 (default in vlan 2) to a live network, here are a couple of issues I found:
    a) One host I plugged in is a PC, and another host is a WAAS WAE device. Both are in vlan 1 ports. I hard coded their IP to 10.10.10.250 and 10.10.10.101, /24 subnet mask, and gateway of 10.10.10.1. I can ping from the PC to WAE but not from WAE to the PC, although the WAE has 10.10.10.250 in its ARP table. They are in the same vlan and same subnet, how could it be? Here are the ping and WAE ARP table.
    WAE#ping 10.10.10.250
    PING 10.10.10.250 (10.10.10.250) from 10.10.10.101 : 56(84) bytes of data.
    --- 10.10.10.250 ping statistics ---
    5 packets transmitted, 0 packets received, 100% packet loss
    WAE#sh arp
    Protocol Address Flags Hardware Addr Type Interface
    Internet 10.10.10.250 Adj 00:1E:37:84:C9:CE ARPA GigabitEthernet1/0
    Internet 10.10.10.10 Adj 00:14:5E:85:50:01 ARPA GigabitEthernet1/0
    Internet 10.10.10.1 Adj 00:1E:F7:7F:6E:7E ARPA GigabitEthernet1/0
    b) None of the hosts in vlan 1 in 10.10.10.0/24 can ping interface vlan 2 (address in 172.26.18.0/24 obtained via DHCP). But on ASA routing table, it has both 10.10.10.0/24 and 172.26.18.0/24, and also a default route learned via DHCP. Is ASA able to route between vlan 1 and vlan 2? (inside and outside). Any changes I can try?
    Here are ASA routing table and config of vlan 1 and vlan 2 (mostly its default).
    ASA# sh route
    Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
    D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
    N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
    E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
    i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
    * - candidate default, U - per-user static route, o - ODR
    P - periodic downloaded static route
    Gateway of last resort is 172.26.18.1 to network 0.0.0.0
    C 172.26.18.0 255.255.255.0 is directly connected, outside
    C 127.1.0.0 255.255.0.0 is directly connected, _internal_loopback
    C 10.10.10.0 255.255.255.0 is directly connected, inside
    d* 0.0.0.0 0.0.0.0 [1/0] via 172.26.18.1, outside
    interface Vlan1
    nameif inside
    security-level 100
    ip address 10.10.10.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address dhcp setroute
    interface Ethernet0/0
    switchport access vlan 2
    All other ports are in vlan 1 by default.

    I should have made the config easier to read. So here is what's on the ASA and the problems I have. The ASA only allows two VLAN interfaces configured (default to Int VLAN 1 - nameif inside, and Int VLAN 2 - nameif outside)
    port 0: in VLAN 2 (outside). DHCP configured. VLAN 2 pulled IP in 172.26.18.0/24, default gateway 172.26.18.1
    port 1-7: in VLAN 1 (inside). VLAN 1 IP is 10.10.10.1. I set all devices IP in VLAN 1 to 10.10.10.0/24, default gateway 10.10.10.1
    I have one PC in port 1 and one WAE device in port 2. PC IP set to 10.10.10.250 and WAE set to 10.10.10.101. PC can ping WAE but WAE can't ping PC. Both can ping default gateway.
    If I can't ping from inside interface to outside interface on ASA, how can I verify inside hosts can get to outside addresses and vise versa? I looked at ASA docs, but didn't find out how to set the routing between inside and outside. They are both connected interfaces, should they route between each other already?
    Thanks a lot

  • Losing IPv6 default route iOS 8.1

    Hi,
    I have a problem with my iPhone 5C losing the IPv6 default route intermittently during the day since the upgrade to iOS 8.x.x.
    Today I got a very close timestamp to when the default route was lost:
    Oct 28 20:16:37 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 470 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    I was visiting http://ipv6-test.com/ and all tests verified OK, a few seconds later I followed the link to their speedtest: http://ipv6-test.com/speedtest/
    "Safari cannot open the page because it could not connect to the server"
    As of writing this post one hour later iOS has not repaired the condition:
    Oct 28 21:16:54 iPhone com.apple.WebKit.Networking[585] <Error>: tcp_connection_destination_prepare_complete 23 connectx to 2001:4810::110.80@0 failed: No route to host
    This iPhone 5C still has this problem when restored to the default factory settings under iOS 8.1 via iTunes.
    Only the default route is lost, not the link, prefix or the routed IPv6 address.
    All other devices (yes, other iOS 8.1 devices) on my network do not have any problem with losing the default route.
    Any thoughts on these logs?
    Oct 28 20:07:25 iPhone Facebook[233] <Warning>: Attempting to badge the application icon but haven't received permission from the user to badge the application
    Oct 28 20:07:30 iPhone kernel[0] <Notice>: 044272.639031 wlan0.A[25993] AppleBCMWLANCore::dumpWmeCounters():  per AC tx counters: 108269 36868 426526 6067, rx counters: 1341536 2833 605 139
    Oct 28 20:07:30 iPhone kernel[0] <Notice>: 044272.639083 wlan0.A[25994] AppleBCMWLANCore::dumpWmeCounters():                AWDL: Tx 2976 0 0 0      Rx: 404 0 0 0
    Oct 28 20:07:33 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:07:45 iPhone kernel[0] <Notice>: 044287.752605 wlan0.A[25995] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:07:46 iPhone wifid[68] <Notice>: WiFi:[436216066.709599]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:07:46 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:07:46 iPhone wifid[68] <Notice>: WiFi:[436216066.837892]: WiFi unquiescing requested by "locationd"
    Oct 28 20:07:49 iPhone wifid[68] <Notice>: WiFi:[436216069.538831]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:07:49 iPhone wifid[68] <Notice>: WiFi:[436216069.695750]: WiFi unquiescing requested by "locationd"
    Oct 28 20:07:53 iPhone wifid[68] <Notice>: WiFi:[436216073.586379]: WiFiLocaleManagerCheckLocale: location service or wifi is off, set locale to default
    Oct 28 20:07:53 iPhone wifid[68] <Notice>: WiFi:[436216073.587098]: new locale:  , locale:
    Oct 28 20:07:56 iPhone wifid[68] <Notice>: WiFi:[436216076.615753]: Client itunesstored set type to background application
    Oct 28 20:07:56 iPhone wifid[68] <Notice>: WiFi:[436216076.616118]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:07:56 iPhone wifid[68] <Notice>: WiFi:[436216076.617374]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd itunesstored networkd
    Oct 28 20:07:56 iPhone wifid[68] <Notice>: WiFi:[436216076.618341]: Already connected to MY_SSID.
    Oct 28 20:08:00 iPhone kernel[0] <Notice>: 044302.830443 wlan0.A[25996] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:08:04 iPhone wifid[68] <Notice>: WiFi:[436216084.762983]: Client itunesstored set type to normal application
    Oct 28 20:08:04 iPhone wifid[68] <Notice>: WiFi:[436216084.763724]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:08:04 iPhone wifid[68] <Notice>: WiFi:[436216084.766117]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:08:05 iPhone kernel[0] <Notice>: 044307.878641 wlan0.A[25997] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:08:05 iPhone kernel[0] <Notice>: 044307.878735 wlan0.A[25998] AppleBCMWLANCore::dumpWmeCounters():  per AC tx counters: 108437 36877 426526 6086, rx counters: 1341703 2833 605 139
    Oct 28 20:08:05 iPhone kernel[0] <Notice>: 044307.878773 wlan0.A[25999] AppleBCMWLANCore::dumpWmeCounters():                AWDL: Tx 2976 0 0 0      Rx: 404 0 0 0
    Oct 28 20:08:30 iPhone kernel[0] <Notice>: 044333.066451 wlan0.A[26000] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:08:30 iPhone wifid[68] <Notice>: WiFi:[436216110.647932]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:08:30 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:08:30 iPhone wifid[68] <Notice>: WiFi:[436216110.779752]: WiFi unquiescing requested by "locationd"
    Oct 28 20:08:35 iPhone kernel[0] <Notice>: 044338.100979 wlan0.A[26001] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:08:49 iPhone wifid[68] <Notice>: WiFi:[436216129.504620]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:08:49 iPhone wifid[68] <Notice>: WiFi:[436216129.613024]: WiFi unquiescing requested by "locationd"
    Oct 28 20:08:56 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:08:57 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:09:11 iPhone kernel[0] <Notice>: AppleBMA282::handleInterrupt2 - INT generated but ACTIVE bit not set.. Should not happen
    Oct 28 20:09:11 iPhone kernel[0] <Notice>: AppleEmbeddedI2CNewAccelerometer::_interruptAction2 -- error from handleInterrupt (device error)
    Oct 28 20:09:11 iPhone wifid[68] <Notice>: WiFi:[436216151.148632]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:09:11 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:09:11 iPhone wifid[68] <Notice>: WiFi:[436216151.269409]: WiFi unquiescing requested by "locationd"
    Oct 28 20:09:30 iPhone wifid[68] <Notice>: WiFi:[436216170.645940]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:09:30 iPhone kernel[0] <Notice>: 044393.395089 wlan0.A[26002] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:09:30 iPhone wifid[68] <Notice>: WiFi:[436216170.975047]: WiFi unquiescing requested by "locationd"
    Oct 28 20:09:35 iPhone kernel[0] <Notice>: 044398.430358 wlan0.A[26003] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:09:53 iPhone wifid[68] <Notice>: WiFi:[436216193.587589]: WiFiLocaleManagerCheckLocale: location service or wifi is off, set locale to default
    Oct 28 20:09:53 iPhone wifid[68] <Notice>: WiFi:[436216193.588305]: new locale:  , locale:
    Oct 28 20:10:27 iPhone wifid[68] <Notice>: WiFi:[436216227.638067]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:10:27 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:10:27 iPhone wifid[68] <Notice>: WiFi:[436216227.760242]: WiFi unquiescing requested by "locationd"
    Oct 28 20:10:35 iPhone wifid[68] <Notice>: WiFi:[436216235.924846]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:10:36 iPhone wifid[68] <Notice>: WiFi:[436216236.076777]: WiFi unquiescing requested by "locationd"
    Oct 28 20:10:58 iPhone wifid[68] <Notice>: WiFi:[436216258.632257]: apsd[82] is a wow client
    Oct 28 20:10:58 iPhone wifid[68] <Notice>: WiFi:[436216258.632674]: UserEventAgent[17] is a wow client
    Oct 28 20:10:58 iPhone wifid[68] <Notice>: WiFi:[436216258.632962]: WoW is Enabled, 2 WoW Clients
    Oct 28 20:11:10 iPhone wifid[68] <Notice>: WiFi:[436216270.605960]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:11:10 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:11:10 iPhone wifid[68] <Notice>: WiFi:[436216270.729778]: WiFi unquiescing requested by "locationd"
    Oct 28 20:11:48 iPhone wifid[68] <Notice>: WiFi:[436216308.885121]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:11:49 iPhone wifid[68] <Notice>: WiFi:[436216309.022275]: WiFi unquiescing requested by "locationd"
    Oct 28 20:11:51 iPhone kernel[0] <Notice>: 044533.946579 wlan0.A[26004] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:11:53 iPhone wifid[68] <Notice>: WiFi:[436216313.588125]: WiFiLocaleManagerCheckLocale: location service or wifi is off, set locale to default
    Oct 28 20:11:53 iPhone wifid[68] <Notice>: WiFi:[436216313.588996]: new locale:  , locale:
    Oct 28 20:12:11 iPhone kernel[0] <Notice>: 044554.058782 wlan0.A[26005] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:12:12 iPhone wifid[68] <Notice>: WiFi:[436216332.451301]: WiFi unquiescing requested by "locationd"
    Oct 28 20:12:12 iPhone wifid[68] <Notice>: WiFi:[436216332.455577]: WiFi unquiescing requested by "locationd"
    Oct 28 20:12:12 iPhone wifid[68] <Notice>: WiFi:[436216332.499218]: WiFi unquiescing requested by "locationd"
    Oct 28 20:12:16 iPhone kernel[0] <Notice>: 044559.094065 wlan0.A[26006] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:12:21 iPhone kernel[0] <Notice>: 044564.129386 wlan0.A[26007] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:12:23 iPhone wifid[68] <Notice>: WiFi:[436216343.165991]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:12:23 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:12:23 iPhone wifid[68] <Notice>: WiFi:[436216343.291768]: WiFi unquiescing requested by "locationd"
    Oct 28 20:12:36 iPhone dataaccessd[137] <Notice>: 0x17674680|EAS|Error|[ASPingTask 0x17559740, conn 0x177243d0, request 0x176e33a0] connection died with error Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost." UserInfo=0x176eb1b0 {NSErrorFailingURLStringKey=https://exchange.ipeer.se/Microsoft-Server-ActiveSync?User=alenor&DeviceId=ApplF 2LLF78EFFT6&DeviceType=iPhone&Cmd=Ping, _kCFStreamErrorCodeKey=-4, NSErrorFailingURLKey=https://exchange.ipeer.se/Microsoft-Server-ActiveSync?User=alenor&DeviceId=ApplF 2LLF78EFFT6&DeviceType=iPhone&Cmd=Ping, NSLocalizedDescription=The network connection was lost., _kCFStreamErrorDomainKey=4, NSUnderlyingError=0x176439b0 "The network connection was lost."}
    Oct 28 20:12:36 iPhone dataaccessd[137] <Notice>: 0x17674680|EAS|Error|ASPingTask failed: Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost." UserInfo=0x176eb1b0 {NSErrorFailingURLStringKey=https://exchange.ipeer.se/Microsoft-Server-ActiveSync?User=alenor&DeviceId=ApplF 2LLF78EFFT6&DeviceType=iPhone&Cmd=Ping, _kCFStreamErrorCodeKey=-4, NSErrorFailingURLKey=https://exchange.ipeer.se/Microsoft-Server-ActiveSync?User=alenor&DeviceId=ApplF 2LLF78EFFT6&DeviceType=iPhone&Cmd=Ping, NSLocalizedDescription=The network connection was lost., _kCFStreamErrorDomainKey=4, NSUnderlyingError=0x176439b0 "The network connection was lost."}
    Oct 28 20:12:49 iPhone wifid[68] <Notice>: WiFi:[436216369.513501]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:12:49 iPhone wifid[68] <Notice>: WiFi:[436216369.614588]: WiFi unquiescing requested by "locationd"
    Oct 28 20:12:52 iPhone wifid[68] <Notice>: WiFi:[436216372.968257]: WiFi unquiescing requested by "locationd"
    Oct 28 20:12:52 iPhone wifid[68] <Notice>: WiFi:[436216372.973601]: WiFi unquiescing requested by "locationd"
    Oct 28 20:12:53 iPhone wifid[68] <Notice>: WiFi:[436216373.010754]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:01 iPhone kernel[0] <Notice>: 044604.372611 wlan0.A[26008] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:13:06 iPhone kernel[0] <Notice>: 044609.406952 wlan0.A[26009] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:13:11 iPhone wifid[68] <Notice>: WiFi:[436216391.608390]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:13:11 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:13:11 iPhone wifid[68] <Notice>: WiFi:[436216391.611592]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:13:11 iPhone wifid[68] <Notice>: WiFi:[436216391.732718]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:22 iPhone kernel[0] <Notice>: 044624.511429 wlan0.A[26010] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:13:32 iPhone wifid[68] <Notice>: WiFi:[436216412.624841]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:32 iPhone wifid[68] <Notice>: WiFi:[436216412.626948]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:32 iPhone wifid[68] <Notice>: WiFi:[436216412.671606]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:36 iPhone wifid[68] <Notice>: WiFi:[436216416.512287]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:36 iPhone wifid[68] <Notice>: WiFi:[436216416.518078]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:36 iPhone wifid[68] <Notice>: WiFi:[436216416.562941]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:48 iPhone Facebook[233] <Warning>: notify name "com.apple.iapd.notify.extendedMode" has been registered 20 times - this may be a leak
    Oct 28 20:13:49 iPhone wifid[68] <Notice>: WiFi:[436216429.497413]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:13:49 iPhone wifid[68] <Notice>: WiFi:[436216429.612193]: WiFi unquiescing requested by "locationd"
    Oct 28 20:13:53 iPhone wifid[68] <Notice>: WiFi:[436216433.587569]: WiFiLocaleManagerCheckLocale: location service or wifi is off, set locale to default
    Oct 28 20:13:53 iPhone wifid[68] <Notice>: WiFi:[436216433.588410]: new locale:  , locale:
    Oct 28 20:14:10 iPhone wifid[68] <Notice>: WiFi:[436216450.660255]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:14:10 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:14:10 iPhone wifid[68] <Notice>: WiFi:[436216450.782845]: WiFi unquiescing requested by "locationd"
    Oct 28 20:14:12 iPhone kernel[0] <Notice>: 044674.731063 wlan0.A[26011] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:14:22 iPhone kernel[0] <Notice>: 044684.766756 wlan0.A[26012] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:14:27 iPhone kernel[0] <Notice>: 044689.801364 wlan0.A[26013] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:14:32 iPhone wifid[68] <Notice>: WiFi:[436216472.725920]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:14:32 iPhone wifid[68] <Notice>: WiFi:[436216472.870591]: WiFi unquiescing requested by "locationd"
    Oct 28 20:14:37 iPhone kernel[0] <Notice>: 044699.836118 wlan0.A[26014] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:14:43 iPhone Facebook[233] <Warning>: Attempting to badge the application icon but haven't received permission from the user to badge the application
    Oct 28 20:14:44 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:14:45 iPhone wifid[68] <Notice>: WiFi:[436216485.123305]: Foreground Network Application exited.
    Oct 28 20:14:45 iPhone wifid[68] <Notice>: WiFi:[436216485.129665]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:14:45 iPhone wifid[68] <Notice>: WiFi:[436216485.132682]: WoW Enabled, Skip starting Disassocation timer
    Oct 28 20:14:45 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:14:45 iPhone backboardd[56] <Warning>: CoreAnimation: updates deferred for too long
    Oct 28 20:14:45 iPhone backboardd[56] <Warning>: CoreAnimation: timed out fence 37fdf
    Oct 28 20:14:46 iPhone Facebook[233] <Warning>: Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates.
    Oct 28 20:14:46 iPhone Messenger[484] <Warning>: Warning: Application delegate received call to -application:didReceiveRemoteNotification:fetchCompletionHandler: but the completion handler was never called.
    Oct 28 20:14:57 iPhone kernel[0] <Notice>: 044719.958314 wlan0.A[26015] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:15:02 iPhone kernel[0] <Notice>: 044724.993675 wlan0.A[26016] AppleBCMWLANCore::dumpWmeCounters():  per AC tx counters: 111091 36885 426556 6173, rx counters: 1344989 3153 633 139
    Oct 28 20:15:02 iPhone kernel[0] <Notice>: 044724.993727 wlan0.A[26017] AppleBCMWLANCore::dumpWmeCounters():                AWDL: Tx 2976 0 0 0      Rx: 404 0 0 0
    Oct 28 20:15:24 iPhone wifid[68] <Notice>: WiFi:[436216524.189458]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:15:24 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:24 iPhone wifid[68] <Notice>: WiFi:[436216524.312581]: WiFi unquiescing requested by "locationd"
    Oct 28 20:15:26 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:27 iPhone wifid[68] <Notice>: WiFi:[436216527.118647]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:15:27 iPhone wifid[68] <Notice>: WiFi:[436216527.119384]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:15:27 iPhone wifid[68] <Notice>: WiFi:[436216527.122205]: Already connected to MY_SSID.
    Oct 28 20:15:32 iPhone kernel[0] <Notice>: 044755.097209 wlan0.A[26018] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:15:37 iPhone kernel[0] <Notice>: 044760.145884 wlan0.A[26019] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:15:38 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:38 iPhone wifid[68] <Notice>: WiFi:[436216538.234456]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:15:38 iPhone wifid[68] <Notice>: WiFi:[436216538.235014]: WoW Enabled, Skip starting Disassocation timer
    Oct 28 20:15:38 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:38 iPhone sharingd[25] <Notice>: 20:15:38.503 : Starting Handoff advertising
    Oct 28 20:15:38 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:39 iPhone sharingd[25] <Notice>: 20:15:39.809 : Starting Handoff advertising
    Oct 28 20:15:41 iPhone sharingd[25] <Notice>: 20:15:41.818 : Stopping Handoff advertising
    Oct 28 20:15:43 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:43 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:43 iPhone wifid[68] <Notice>: WiFi:[436216543.729769]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:15:43 iPhone wifid[68] <Notice>: WiFi:[436216543.731722]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:15:43 iPhone wifid[68] <Notice>: WiFi:[436216543.734373]: Already connected to MY_SSID.
    Oct 28 20:15:47 iPhone kernel[0] <Notice>: xpcproxy[519] Container: /private/var/mobile/Containers/Data/Application/08FB3187-F5B0-4021-B44E-806F026 24C9A (sandbox)
    Oct 28 20:15:47 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:47 iPhone Untappd[519] <Error>: assertion failed: 12B411: libxpc.dylib + 51947 [DBA1E85F-5C4C-3026-9B98-A82D2E332ED6]: 0x7d
    Oct 28 20:15:47 iPhone Unknown[519] <Error>:
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: Multi-tasking -> Device: YES, App: YES
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: Unlimited access to network resources
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: Init FacebookConnect Session
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: [CDVTimer][facebookconnectplugin] 7.930994ms
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: [CDVTimer][file] 6.848991ms
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: [CDVTimer][keyboard] 0.434995ms
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: [CDVTimer][flurry] 0.734031ms
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: [CDVTimer][statusbar] 69.730997ms
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: ---------------
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: Image name LaunchImage-568h
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: [CDVTimer][splashscreen] 25.982976ms
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: [CDVTimer][TotalPluginStartup] 115.081012ms
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: ---------------
    Oct 28 20:15:48 iPhone Untappd[519] <Warning>: Image name LaunchImage-568h
    Oct 28 20:15:49 iPhone wifid[68] <Notice>: WiFi:[436216549.047748]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:15:49 iPhone wifid[68] <Notice>: WiFi:[436216549.048160]: WoW Enabled, Skip starting Disassocation timer
    Oct 28 20:15:49 iPhone Untappd[519] <Warning>: active
    Oct 28 20:15:49 iPhone Untappd[519] <Warning>: Resetting plugins due to page load.
    Oct 28 20:15:49 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:15:49 iPhone Untappd[519] <Warning>: Finished load of: file:///private/var/mobile/Containers/Bundle/Application/1B40BB7F-A0DD-4B7C-BFD 5-94B18CCA2CB4/Untappd.app/www/index.html
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: Setting Flurry version to 2.3.2
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: Starting Flurry Session with key IE1KTJVZACFB8XP3SFXU
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: Flurry: Starting session on Agent Version [Flurry_iOS_138_5.2.0]
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: THREAD WARNING: ['Flurry'] took '49.601807' ms. Plugin should use a background thread.
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: THREAD WARNING: ['GAPlugin'] took '62.182129' ms. Plugin should use a background thread.
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: THREAD WARNING: ['PushPlugin'] took '28.566895' ms. Plugin should use a background thread.
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: Logging Page View
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: THE PAGE IS: #friendsArea
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: history empty
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: mode
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: PAGE => #friendsArea
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: not scrolling
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: {"code":1,"message":"Location services are disabled."}
    Oct 28 20:15:51 iPhone Untappd[519] <Warning>: enabledRemoteNotificationTypes is not supported in iOS 8.0 and later.
    Oct 28 20:15:52 iPhone kernel[0] <Notice>: 044775.223430 wlan0.A[26020] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:15:52 iPhone Untappd[519] <Warning>: PUSH ID IS => 8d98664664c3afc0c5f1d1c26e6857ca7078de9ac3d228476e36a6b6fa5a9f62
    Oct 28 20:15:52 iPhone Untappd[519] <Warning>: push_token=8d98664664c3afc0c5f1d1c26e6857ca7078de9ac3d228476e36a6b6fa5a9f62
    Oct 28 20:15:53 iPhone Untappd[519] <Warning>: AutoComplete is not disabled
    Oct 28 20:15:53 iPhone Untappd[519] <Warning>: 25D79571-CEB0-41EF-A801-9C8F6DC7F494 = 25D79571-CEB0-41EF-A801-9C8F6DC7F494
    Oct 28 20:15:53 iPhone Untappd[519] <Warning>: PUSH SETTUP HAPPENING
    Oct 28 20:15:53 iPhone Untappd[519] <Warning>: MATCH
    Oct 28 20:15:53 iPhone Untappd[519] <Warning>: PE: true
    Oct 28 20:15:53 iPhone Untappd[519] <Warning>: PUSH SETTUP HAPPENING
    Oct 28 20:15:53 iPhone Untappd[519] <Warning>: MATCH
    Oct 28 20:15:53 iPhone Untappd[519] <Warning>: PE: true
    Oct 28 20:15:53 iPhone wifid[68] <Notice>: WiFi:[436216553.595563]: WiFiLocaleManagerCheckLocale: location service or wifi is off, set locale to default
    Oct 28 20:15:53 iPhone wifid[68] <Notice>: WiFi:[436216553.600048]: new locale:  , locale:
    Oct 28 20:15:56 iPhone wifid[68] <Notice>: WiFi:[436216556.046424]: WiFi unquiescing requested by "locationd"
    Oct 28 20:15:56 iPhone wifid[68] <Notice>: WiFi:[436216556.049036]: WiFi unquiescing requested by "locationd"
    Oct 28 20:15:56 iPhone wifid[68] <Notice>: WiFi:[436216556.145981]: WiFi unquiescing requested by "locationd"
    Oct 28 20:15:57 iPhone kernel[0] <Notice>: 044780.258694 wlan0.A[26021] AppleBCMWLANCore::dumpWmeCounters():  per AC tx counters: 111676 36885 426564 6199, rx counters: 1345656 3153 688 139
    Oct 28 20:15:57 iPhone kernel[0] <Notice>: 044780.258744 wlan0.A[26022] AppleBCMWLANCore::dumpWmeCounters():                AWDL: Tx 2976 0 0 0      Rx: 404 0 0 0
    Oct 28 20:16:03 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:04 iPhone wifid[68] <Notice>: WiFi:[436216564.315322]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:04 iPhone wifid[68] <Notice>: WiFi:[436216564.315794]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:16:04 iPhone wifid[68] <Notice>: WiFi:[436216564.320590]: Already connected to MY_SSID.
    Oct 28 20:16:04 iPhone Untappd[519] <Warning>: Killing Any Running ajaxStatment
    Oct 28 20:16:04 iPhone Untappd[519] <Warning>: THREAD WARNING: ['Console'] took '19.487305' ms. Plugin should use a background thread.
    Oct 28 20:16:04 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:05 iPhone wifid[68] <Notice>: WiFi:[436216565.893397]: apsd[82] is a wow client
    Oct 28 20:16:05 iPhone wifid[68] <Notice>: WiFi:[436216565.894446]: UserEventAgent[17] is a wow client
    Oct 28 20:16:05 iPhone wifid[68] <Notice>: WiFi:[436216565.894754]: WoW is Enabled, 2 WoW Clients
    Oct 28 20:16:06 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:06 iPhone sharingd[25] <Notice>: 20:16:06.989 : Starting Handoff advertising
    Oct 28 20:16:07 iPhone wifid[68] <Notice>: WiFi:[436216567.154937]: Foreground Network Application entered.
    Oct 28 20:16:07 iPhone wifid[68] <Notice>: WiFi:[436216567.157772]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:07 iPhone wifid[68] <Notice>: WiFi:[436216567.163564]: problematic networks =  and potentially problematic networks =
    Oct 28 20:16:07 iPhone wifid[68] <Notice>: WiFi:[436216567.167412]: Unblacklisting
    Oct 28 20:16:07 iPhone wifid[68] <Notice>: WiFi:[436216567.214605]: No Change in Background Scan Networks, Skip Re-Programming Background Scan
    Oct 28 20:16:07 iPhone wifid[68] <Notice>:
    Oct 28 20:16:07 iPhone wifid[68] <Notice>: WiFi:[436216567.243546]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:16:07 iPhone wifid[68] <Notice>: WiFi:[436216567.245463]: Already connected to MY_SSID.
    Oct 28 20:16:07 iPhone wifid[68] <Notice>: WiFi:[436216567.246641]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:07 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:08 iPhone syncdefaultsd[521] <Notice>: (Note ) marked "com.me.keyvalueservice" topic as "opportunistic" on <APSConnection: 0x15565c90>
    Oct 28 20:16:09 iPhone syncdefaultsd[521] <Notice>: (Note ) marked "com.me.keyvalueservice" topic as "enabled" on <APSConnection: 0x15565c90>
    Oct 28 20:16:09 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:10 iPhone wifid[68] <Notice>: WiFi:[436216570.176364]: Foreground Network Application exited.
    Oct 28 20:16:10 iPhone wifid[68] <Notice>: WiFi:[436216570.177447]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:10 iPhone wifid[68] <Notice>: WiFi:[436216570.177915]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:16:10 iPhone wifid[68] <Notice>: WiFi:[436216570.179168]: Already connected to MY_SSID.
    Oct 28 20:16:10 iPhone wifid[68] <Notice>: WiFi:[436216570.210621]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:10 iPhone MobileSafari[211] <Warning>: Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates.
    Oct 28 20:16:11 iPhone sharingd[25] <Notice>: 20:16:11.070 : Starting Handoff advertising
    Oct 28 20:16:11 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:11 iPhone wifid[68] <Notice>: WiFi:[436216571.704208]: Foreground Network Application entered.
    Oct 28 20:16:11 iPhone wifid[68] <Notice>: WiFi:[436216571.705459]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:11 iPhone wifid[68] <Notice>: WiFi:[436216571.705762]: problematic networks =  and potentially problematic networks =
    Oct 28 20:16:11 iPhone wifid[68] <Notice>: WiFi:[436216571.706037]: Unblacklisting
    Oct 28 20:16:11 iPhone wifid[68] <Notice>: WiFi:[436216571.707066]: No Change in Background Scan Networks, Skip Re-Programming Background Scan
    Oct 28 20:16:11 iPhone wifid[68] <Notice>:
    Oct 28 20:16:11 iPhone wifid[68] <Notice>: WiFi:[436216571.707530]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:16:11 iPhone wifid[68] <Notice>: WiFi:[436216571.724786]: Already connected to MY_SSID.
    Oct 28 20:16:11 iPhone wifid[68] <Notice>: WiFi:[436216571.727972]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:11 iPhone sharingd[25] <Notice>: 20:16:11.890 : Starting Handoff advertising
    Oct 28 20:16:12 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:12 iPhone sharingd[25] <Notice>: 20:16:12.678 : Starting Handoff advertising
    Oct 28 20:16:18 iPhone mediaserverd[37] <Notice>: '' (pid = 499) setting DiscoveryMode = DiscoveryMode_None, currentDiscoveryMode = DiscoveryMode_PresenceScan
    Oct 28 20:16:18 iPhone MobileSMS[388] <Warning>: Received memory warning.
    Oct 28 20:16:18 iPhone mediaserverd[37] <Notice>: '' (pid = 499) setting DiscoveryMode = DiscoveryMode_None, currentDiscoveryMode = DiscoveryMode_PresenceScan
    Oct 28 20:16:18 iPhone MobilePhone[317] <Warning>: Received memory warning.
    Oct 28 20:16:18 iPhone MobileMail[157] <Warning>: Received memory warning.
    Oct 28 20:16:18 iPhone InCallService[318] <Warning>: Received memory warning.
    Oct 28 20:16:18 iPhone YouTube[470] <Warning>: Received memory warning.
    Oct 28 20:16:18 iPhone MobileSafari[211] <Warning>: Received memory warning.
    Oct 28 20:16:18 iPhone SpringBoard[43] <Warning>: [MPUSystemMediaControls] Updating supported commands for now playing application.
    Oct 28 20:16:18 iPhone SpringBoard[43] <Warning>: [MPUSystemMediaControls] Updating supported commands for now playing application.
    Oct 28 20:16:18 iPhone Facebook[233] <Warning>: Received memory warning.
    Oct 28 20:16:19 iPhone Messenger[484] <Warning>: Received memory warning.
    Oct 28 20:16:21 iPhone sharingd[25] <Notice>: 20:16:21.190 : Starting Handoff advertising
    Oct 28 20:16:26 iPhone syncdefaultsd[521] <Notice>: (Warn ) received memory warning
    Oct 28 20:16:29 iPhone Facebook[233] <Warning>: Received memory warning.
    Oct 28 20:16:29 iPhone sharingd[25] <Notice>: 20:16:29.697 : Starting Handoff advertising
    Oct 28 20:16:29 iPhone Messenger[484] <Warning>: Received memory warning.
    Oct 28 20:16:30 iPhone MobileMail[157] <Warning>: Received memory warning.
    Oct 28 20:16:30 iPhone MobileSMS[388] <Warning>: Received memory warning.
    Oct 28 20:16:31 iPhone MobilePhone[317] <Warning>: Received memory warning.
    Oct 28 20:16:31 iPhone InCallService[318] <Warning>: Received memory warning.
    Oct 28 20:16:32 iPhone YouTube[470] <Warning>: Received memory warning.
    Oct 28 20:16:32 iPhone MobileSafari[211] <Warning>: Received memory warning.
    Oct 28 20:16:32 iPhone kernel[0] <Notice>: 044815.474397 wlan0.A[26023] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:16:32 iPhone kernel[0] <Notice>: 044815.474482 wlan0.A[26024] AppleBCMWLANCore::dumpWmeCounters():  per AC tx counters: 112138 36908 426568 6255, rx counters: 1346179 3159 688 139
    Oct 28 20:16:32 iPhone kernel[0] <Notice>: 044815.474519 wlan0.A[26025] AppleBCMWLANCore::dumpWmeCounters():                AWDL: Tx 2976 0 0 0      Rx: 404 0 0 0
    Oct 28 20:16:33 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:33 iPhone wifid[68] <Notice>: WiFi:[436216593.723295]: Foreground Network Application exited.
    Oct 28 20:16:33 iPhone wifid[68] <Notice>: WiFi:[436216593.725159]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:33 iPhone wifid[68] <Notice>: WiFi:[436216593.725542]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:16:33 iPhone wifid[68] <Notice>: WiFi:[436216593.726588]: Already connected to MY_SSID.
    Oct 28 20:16:33 iPhone wifid[68] <Notice>: WiFi:[436216593.734511]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:33 iPhone MobileSafari[211] <Warning>: Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates.
    Oct 28 20:16:34 iPhone sharingd[25] <Notice>: 20:16:34.393 : Starting Handoff advertising
    Oct 28 20:16:35 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:35 iPhone wifid[68] <Notice>: WiFi:[436216595.710648]: Foreground Network Application entered.
    Oct 28 20:16:35 iPhone wifid[68] <Notice>: WiFi:[436216595.711653]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:35 iPhone wifid[68] <Notice>: WiFi:[436216595.712096]: problematic networks =  and potentially problematic networks =
    Oct 28 20:16:35 iPhone wifid[68] <Notice>: WiFi:[436216595.712562]: Unblacklisting
    Oct 28 20:16:35 iPhone wifid[68] <Notice>: WiFi:[436216595.714158]: No Change in Background Scan Networks, Skip Re-Programming Background Scan
    Oct 28 20:16:35 iPhone wifid[68] <Notice>:
    Oct 28 20:16:35 iPhone wifid[68] <Notice>: WiFi:[436216595.715261]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:16:35 iPhone wifid[68] <Notice>: WiFi:[436216595.716182]: Already connected to MY_SSID.
    Oct 28 20:16:35 iPhone wifid[68] <Notice>: WiFi:[436216595.719960]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:36 iPhone sharingd[25] <Notice>: 20:16:36.303 : Starting Handoff advertising
    Oct 28 20:16:36 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:37 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 470 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:16:38 iPhone kernel[0] <Notice>: 044820.525389 wlan0.A[26026] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:16:41 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 471 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:16:42 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 472 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:16:43 iPhone kernel[0] <Notice>: 044825.560651 wlan0.A[26027] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:16:43 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 473 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:16:43 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 474 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:16:43 iPhone com.apple.xpc.launchd[1] (com.apple.WebKit.WebContent.3A55B0B9-DC27-43B5-AAE3-68F6DD891B97[346]) <Warning>: Service exited with abnormal code: 1
    Oct 28 20:16:43 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 475 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:16:44 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 476 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:16:44 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 477 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:16:44 iPhone sharingd[25] <Notice>: 20:16:44.812 : Starting Handoff advertising
    Oct 28 20:16:46 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:46 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:46 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:46 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:46 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:46 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:46 iPhone wifid[68] <Notice>: WiFi:[436216606.796401]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = TRUE
    Oct 28 20:16:46 iPhone wifid[68] <Notice>: WiFi:[436216606.923678]: WiFi unquiescing requested by "locationd"
    Oct 28 20:16:47 iPhone wifid[68] <Notice>: WiFi:[436216607.153056]: Foreground Network Application exited.
    Oct 28 20:16:47 iPhone wifid[68] <Notice>: WiFi:[436216607.164516]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:47 iPhone wifid[68] <Notice>: WiFi:[436216607.166815]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:16:47 iPhone wifid[68] <Notice>: WiFi:[436216607.168881]: Already connected to MY_SSID.
    Oct 28 20:16:47 iPhone wifid[68] <Notice>: WiFi:[436216607.181322]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:47 iPhone locationd[63] <Notice>: client 'com.facebook.Facebook' stopping significant location changes
    Oct 28 20:16:47 iPhone MobileSafari[211] <Warning>: Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates.
    Oct 28 20:16:48 iPhone sharingd[25] <Notice>: 20:16:48.018 : Starting Handoff advertising
    Oct 28 20:16:49 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:49 iPhone wifid[68] <Notice>: WiFi:[436216609.280303]: Foreground Network Application entered.
    Oct 28 20:16:49 iPhone wifid[68] <Notice>: WiFi:[436216609.287550]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:49 iPhone wifid[68] <Notice>: WiFi:[436216609.287867]: problematic networks =  and potentially problematic networks =
    Oct 28 20:16:49 iPhone wifid[68] <Notice>: WiFi:[436216609.288391]: Unblacklisting
    Oct 28 20:16:49 iPhone wifid[68] <Notice>: WiFi:[436216609.292771]: No Change in Background Scan Networks, Skip Re-Programming Background Scan
    Oct 28 20:16:49 iPhone wifid[68] <Notice>:
    Oct 28 20:16:49 iPhone wifid[68] <Notice>: WiFi:[436216609.293572]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:16:49 iPhone wifid[68] <Notice>: WiFi:[436216609.295339]: Already connected to MY_SSID.
    Oct 28 20:16:49 iPhone wifid[68] <Notice>: WiFi:[436216609.302628]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:16:49 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 478 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:49 iPhone sharingd[25] <Notice>: 20:16:49.908 : Starting Handoff advertising
    Oct 28 20:16:50 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:16:50 iPhone wifid[68] <Notice>: WiFi:[436216610.965387]: WiFi unquiescing requested by "locationd"
    Oct 28 20:16:50 iPhone wifid[68] <Notice>: WiFi:[436216610.968974]: WiFi unquiescing requested by "locationd"
    Oct 28 20:16:50 iPhone wifid[68] <Notice>: WiFi:[436216610.993176]: WiFi unquiescing requested by "locationd"
    Oct 28 20:16:51 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 479 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:51 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 480 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:53 iPhone kernel[0] <Notice>: 044835.604552 wlan0.A[26028] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:16:56 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 481 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:56 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 482 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:56 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 483 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:57 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 484 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:57 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 485 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:57 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 486 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:16:58 iPhone kernel[0] <Notice>: 044840.639680 wlan0.A[26029] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:16:59 iPhone wifid[68] <Notice>: WiFi:[436216619.413475]: WiFi unquiescing requested by "locationd"
    Oct 28 20:16:59 iPhone wifid[68] <Notice>: WiFi:[436216619.414947]: WiFi unquiescing requested by "locationd"
    Oct 28 20:16:59 iPhone wifid[68] <Notice>: WiFi:[436216619.452114]: WiFi unquiescing requested by "locationd"
    Oct 28 20:17:00 iPhone sharingd[25] <Notice>: 20:17:00.384 : Starting Handoff advertising
    Oct 28 20:17:06 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:06 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:06 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:06 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:06 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:08 iPhone wifid[68] <Notice>: WiFi:[436216628.648025]: WiFi unquiescing requested by "locationd"
    Oct 28 20:17:08 iPhone wifid[68] <Notice>: WiFi:[436216628.650258]: WiFi unquiescing requested by "locationd"
    Oct 28 20:17:08 iPhone wifid[68] <Notice>: WiFi:[436216628.686257]: WiFi unquiescing requested by "locationd"
    Oct 28 20:17:08 iPhone sharingd[25] <Notice>: 20:17:08.884 : Starting Handoff advertising
    Oct 28 20:17:17 iPhone sharingd[25] <Notice>: 20:17:17.318 : Starting Handoff advertising
    Oct 28 20:17:17 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:18 iPhone wifid[68] <Notice>: WiFi:[436216638.493981]: Foreground Network Application exited.
    Oct 28 20:17:18 iPhone wifid[68] <Notice>: WiFi:[436216638.499471]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:17:18 iPhone wifid[68] <Notice>: WiFi:[436216638.500122]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:17:18 iPhone wifid[68] <Notice>: WiFi:[436216638.504375]: Already connected to MY_SSID.
    Oct 28 20:17:18 iPhone wifid[68] <Notice>: WiFi:[436216638.511242]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:17:18 iPhone MobileSafari[211] <Warning>: Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates.
    Oct 28 20:17:18 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:19 iPhone sharingd[25] <Notice>: 20:17:19.152 : Starting Handoff advertising
    Oct 28 20:17:21 iPhone sharingd[25] <Notice>: 20:17:21.158 : Stopping Handoff advertising
    Oct 28 20:17:22 iPhone wifid[68] <Notice>: WiFi:[436216642.532919]: WiFi unquiescing requested by "locationd"
    Oct 28 20:17:22 iPhone wifid[68] <Notice>: WiFi:[436216642.538862]: WiFi unquiescing requested by "locationd"
    Oct 28 20:17:22 iPhone wifid[68] <Notice>: WiFi:[436216642.579003]: WiFi unquiescing requested by "locationd"
    Oct 28 20:17:28 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:28 iPhone wifid[68] <Notice>: WiFi:[436216648.423792]: __WiFiManagerCellularTransmitCallback_block_invoke: Cellular Transmit Started = FALSE
    Oct 28 20:17:28 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:28 iPhone wifid[68] <Notice>: WiFi:[436216648.549017]: WiFi unquiescing requested by "locationd"
    Oct 28 20:17:32 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:53 iPhone kernel[0] <Notice>: 044895.929845 wlan0.A[26030] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:17:53 iPhone wifid[68] <Notice>: WiFi:[436216673.587557]: WiFiLocaleManagerCheckLocale: location service or wifi is off, set locale to default
    Oct 28 20:17:53 iPhone wifid[68] <Notice>: WiFi:[436216673.588251]: new locale:  , locale:
    Oct 28 20:17:57 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:17:58 iPhone wifid[68] <Notice>: WiFi:[436216678.421494]: Foreground Network Application entered.
    Oct 28 20:17:58 iPhone wifid[68] <Notice>: WiFi:[436216678.422422]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:17:58 iPhone wifid[68] <Notice>: WiFi:[436216678.422774]: problematic networks =  and potentially problematic networks =
    Oct 28 20:17:58 iPhone wifid[68] <Notice>: WiFi:[436216678.423092]: Unblacklisting
    Oct 28 20:17:58 iPhone wifid[68] <Notice>: WiFi:[436216678.424470]: No Change in Background Scan Networks, Skip Re-Programming Background Scan
    Oct 28 20:17:58 iPhone wifid[68] <Notice>:
    Oct 28 20:17:58 iPhone wifid[68] <Notice>: WiFi:[436216678.425025]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:17:58 iPhone wifid[68] <Notice>: WiFi:[436216678.431011]: Already connected to MY_SSID.
    Oct 28 20:17:58 iPhone wifid[68] <Notice>: WiFi:[436216678.433618]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:17:58 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 487 connectx to 2001:4810::110.80@0 failed: No route to host
    Oct 28 20:17:58 iPhone kernel[0] <Notice>: 044900.975263 wlan0.A[26031] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x0)
    Oct 28 20:17:58 iPhone sharingd[25] <Notice>: 20:17:58.547 : Starting Handoff advertising
    Oct 28 20:17:58 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:18:00 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:18:01 iPhone wifid[68] <Notice>: WiFi:[436216681.228883]: Foreground Network Application exited.
    Oct 28 20:18:01 iPhone wifid[68] <Notice>: WiFi:[436216681.229840]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:18:01 iPhone wifid[68] <Notice>: WiFi:[436216681.230184]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:18:01 iPhone wifid[68] <Notice>: WiFi:[436216681.231215]: Already connected to MY_SSID.
    Oct 28 20:18:01 iPhone wifid[68] <Notice>: WiFi:[436216681.244379]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:18:01 iPhone MobileSafari[211] <Warning>: Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates.
    Oct 28 20:18:01 iPhone sharingd[25] <Notice>: 20:18:01.874 : Starting Handoff advertising
    Oct 28 20:18:02 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:18:03 iPhone wifid[68] <Notice>: WiFi:[436216683.143252]: Foreground Network Application entered.
    Oct 28 20:18:03 iPhone wifid[68] <Notice>: WiFi:[436216683.144161]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:18:03 iPhone wifid[68] <Notice>: WiFi:[436216683.144617]: problematic networks =  and potentially problematic networks =
    Oct 28 20:18:03 iPhone wifid[68] <Notice>: WiFi:[436216683.144891]: Unblacklisting
    Oct 28 20:18:03 iPhone wifid[68] <Notice>: WiFi:[436216683.146070]: No Change in Background Scan Networks, Skip Re-Programming Background Scan
    Oct 28 20:18:03 iPhone wifid[68] <Notice>:
    Oct 28 20:18:03 iPhone wifid[68] <Notice>: WiFi:[436216683.146531]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:18:03 iPhone wifid[68] <Notice>: WiFi:[436216683.153513]: Already connected to MY_SSID.
    Oct 28 20:18:03 iPhone wifid[68] <Notice>: WiFi:[436216683.154134]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:18:03 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 488 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:03 iPhone kernel[0] <Notice>: 044906.007807 wlan0.A[26032] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roaming profile 3 (was 3, flag=0x1)
    Oct 28 20:18:03 iPhone sharingd[25] <Notice>: 20:18:03.607 : Starting Handoff advertising
    Oct 28 20:18:03 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:18:04 iPhone sharingd[25] <Notice>: 20:18:04.110 : Starting Handoff advertising
    Oct 28 20:18:05 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:18:05 iPhone wifid[68] <Notice>: WiFi:[436216685.963283]: Foreground Network Application exited.
    Oct 28 20:18:05 iPhone wifid[68] <Notice>: WiFi:[436216685.964152]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:18:05 iPhone wifid[68] <Notice>: WiFi:[436216685.964676]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:18:05 iPhone wifid[68] <Notice>: WiFi:[436216685.971301]: Already connected to MY_SSID.
    Oct 28 20:18:06 iPhone wifid[68] <Notice>: WiFi:[436216686.024444]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:18:06 iPhone MobileSafari[211] <Warning>: Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates.
    Oct 28 20:18:06 iPhone sharingd[25] <Notice>: 20:18:06.709 : Starting Handoff advertising
    Oct 28 20:18:07 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:18:07 iPhone wifid[68] <Notice>: WiFi:[436216687.788818]: Foreground Network Application entered.
    Oct 28 20:18:07 iPhone wifid[68] <Notice>: WiFi:[436216687.790702]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:18:07 iPhone wifid[68] <Notice>: WiFi:[436216687.791130]: problematic networks =  and potentially problematic networks =
    Oct 28 20:18:07 iPhone wifid[68] <Notice>: WiFi:[436216687.791456]: Unblacklisting
    Oct 28 20:18:07 iPhone wifid[68] <Notice>: WiFi:[436216687.792726]: No Change in Background Scan Networks, Skip Re-Programming Background Scan
    Oct 28 20:18:07 iPhone wifid[68] <Notice>:
    Oct 28 20:18:07 iPhone wifid[68] <Notice>: WiFi:[436216687.793297]: __WiFiManagerSetEnableState: state TRUE, manager->enable.setting TRUE, manager->unlockedSinceBoot TRUE
    Oct 28 20:18:07 iPhone wifid[68] <Notice>: WiFi:[436216687.795417]: Already connected to MY_SSID.
    Oct 28 20:18:07 iPhone wifid[68] <Notice>: WiFi:[436216687.797683]: BG Application: Not Present, BG Daemon: Present. Daemons: UserEventAgent apsd networkd
    Oct 28 20:18:07 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 489 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:07 iPhone sharingd[25] <Notice>: 20:18:07.897 : Starting Handoff advertising
    Oct 28 20:18:08 iPhone locationd[63] <Notice>: Gesture EnabledForTopCLient: 0, EnabledInDaemonSettings: 0
    Oct 28 20:18:08 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 490 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:10 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 491 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:11 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 492 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:12 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 493 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:12 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 494 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:13 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 495 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:13 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 496 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:13 iPhone com.apple.WebKit.Networking[212] <Error>: tcp_connection_destination_prepare_complete 497 connectx to 2001:41d0:8:e8ad::1.80@0 failed: No route to host
    Oct 28 20:18:13 iPhone kernel[0] <Notice>: 044916.077045 wlan0.A[26033] AppleBCMWLANConfigManager::configureRoamingProfile(): Received new roam

    iOS 8.1.2 fixed this problem on my iPhone 5C. I have not had any issues with the default route since the update.
    But yes, toggling Wi-Fi always fixed the problem when I had it. I guess there was some specific Wi-Fi driver issue on iPhone 5C that made iOS unaware of the Router Advertisements and when the lifetime hit zero the default route was deleted.

  • How to set the default route on a RVS4000 to point to a gateway in the LAN

    Hi
    The dialog in the RVS4000 for static routes does not allow to set the default route to point to a gateway in the LAN. Clearly this is either a bug or a feature of the web-interface and not a restriction of the box, which runs some kind of linux. So my question is there a way around this problem rather then defining routes to n-class A networks to cover the internet? Like a terminal access to set the default route?
    Thanks and cheers
    Frank

    Hi David
    Thanks for your reply. I did already the first part and it seems that I presumed wrongly that the RVS4000 can be used as a layer 3 switch, instead it is only a 1-port gateway. Not that there is a technical limitation from the hardware or the OS of the box. It does layer 3 routing e.g. for its VLAN's. The only point to stop it from having the capability which I expect from something called router is to set its default route to the right gateway independant which port might be connected. The reason why I want a LAN port pointing to the gateway and do not use the WAN port without firewall is of course the VLAN capability of the LAN ports. The idea of the RVS is to bundle two nets, including the one where the gateway is on, and send it to a WAP4410N box, which nicely makes them wireless with different SSID's. Actually I have two ports connetced to the core network, if I am forced to have only the WAN port connected to the core, due to this artificial limitation, I would have to reconfigure a bit. Therefore I try to find an easier solution setting the route by "hand".
    Cheers Frank

  • Airport networking problem

    I have two iBooks on a wireless network (d-link router). One is a G4 and everything is great. The G3 however is the problem.
    The G3 connects to the router fine and connects to the internet, so most of the time it is fine. The problems come when I try to connect the two together, for example to stream music through iTunes, share in iPhoto, or to mount the hard drive, try to print, etc. If I go to the network folder on the G3, the G4 will show up but when I try to connect I get "the server is not operational at this time, check the name and ip address" or something like that.
    Now if I go to the network folder on the G4, the G3 will show up and when I try to connect it says "looking up 'computername.local'..." with the spinning beachball of death.
    Also I have problems connecting the two computers directly in a computer to computer network. I create a network on the G4, but when I try to connect to it with the G3 I get "error connecting to network" So it doesn't seem to be the router.
    I am pretty sure the problem is with the G3 because my girlfriend has another G4 iBook essentially identical to mine and her computer can connect perfectly to the G4.
    The most annoying thing is that everything used to work fine and I can't remember changing anything significant on either of the computers.
    So does anybody have any ideas. Please. Thank you.
    Cheers,
    Brandon

    My first post on this forum.
    I am using a Netgear router DG834G, a G3 snow iMac (OS10.3.9) as the base station, and a Dell PC is connected wirelessly to that. No problems at all.
    I now want to connect an indigo Clamshell G3 iBook to the base station.
    The iBook is using Airport and running OS 9.2.2, and shows a strong router signal. The iBook TCP/IP has automatically updated all the values using DHCP, and the Router data page shows the iBook as "Connected", as well as its IP number (192.168.0.4). There is no encryption set up yet.
    The iBook has a pull down window called "Base stations" but the Netgear router is NOT shown in it. The box is empty, so I guess that's why I can't connect! The default base station IP address (which I keep changing to the correct one) is 10.0.1.1. My router is 192.168.0.1. The previous base station IP address still comes up, and I can't change it permanently. I don't have any password when prompted, (I tried the default one "public" ) so is that the main problem or is it something else? I haven't seen this problem mentioned.
    It seems as if I am 99% ready for internet conection
    Thanks for your help. I've spent two days at it.
    iMac G3 snow 600/256   Mac OS X (10.3.9)  

  • Response Groups - Duplicate "Built In" Services - Multiple Default Routing Endpoints

    Hello,
    I have a Lync 2013 deployment that has been migrated from OCS 2007, to OCS 2007 R2, to Lync 2010, and now to Lync 2013. I am including that information as that may be important for the following discussion.
    When the Response Group Service starts, it logs four error messages which I will place at the bottom of this post. The error messages point to duplicate routing endpoints for the same service. Upon review, it appears to me that I have duplicates of the following
    two services, when I look up the below SIP addresses with Get-CSApplicationEndpoint.
    Announcement Service
    RGS Presence Watcher
    My guess is that during one of these migrations, we ended up with a duplicate service. The problem is - how do I get rid of the duplicate, and how do I know which is the duplicate and which I want to keep? Error messages below.
    Lync Server 2013, Response Group Service was not able to establish the application endpoint.
    The following exception occurred when establishing application endpoint associated with 'sip:RtcApplication-9ebda80c-12e1-4db6-b5f3-f0dc9585ad4d@<scrubbed>.com': System.InvalidOperationException - The ChannelDispatcher at 'net.tcp://<server scrubbed>:8404/'
    with contract(s) '"IAgentSignInOut", "IMatchMaking"' is unable to open its IChannelListener..
    Cause: Failed to connect to Front End server or the Front End server is misconfigured.
    Resolution:
    Check the Front End server for errors.
    Application endpoint for Contact object cannot be created.
    The following exception was thrown during application endpoint creation for Contact object 'sip:RtcApplication-8e1e15ac-09d4-4271-b961-6757feabd621@<scrubbed>.com'. The Response Group associated with this endpoint will not be available.
    Exception: System.ArgumentException - Only one default routing endpoint is allowed per platform. The platform already contains a default routing Endpoint.
    Inner Exception: ~
    Cause: Networking problems with the Front End server, or Front End server configuration problems.
    Resolution:
    Check for eventual SIP errors on the Front End servers.
    Lync Server 2013, Response Group Service was not able to establish the application endpoint.
    The following exception occurred when establishing application endpoint associated with 'sip:RtcApplication-11e8fb5c-9847-460c-9e60-0f34834f8b37@<scrubbed>.com': System.InvalidOperationException - The ChannelDispatcher at 'net.tcp://<scrubbed>:8404/'
    with contract(s) '"IAgentSignInOut", "IMatchMaking"' is unable to open its IChannelListener..
    Cause: Failed to connect to Front End server or the Front End server is misconfigured.
    Resolution:
    Check the Front End server for errors.
    Application endpoint for Contact object cannot be created.
    The following exception was thrown during application endpoint creation for Contact object 'sip:RtcApplication-1c871209-add1-40a6-87bb-07884eb879b5@<scrubbed>.com'. The Response Group associated with this endpoint will not be available.
    Exception: System.ArgumentException - Only one default routing endpoint is allowed per platform. The platform already contains a default routing Endpoint.
    Inner Exception: ~
    Cause: Networking problems with the Front End server, or Front End server configuration problems.
    Resolution:
    Check for eventual SIP errors on the Front End servers.

    Hi,
    Have you reviewed this blog? You may check the ownerpoolID in rgsconfig database.
    http://blog.lync2013.org/tag/lync/
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • Lately when I try to access Google 'Shoping' search it comes up for a second and then I get this: (function(){})();(function(){})();

    Can't access Google 'shopping' search. It pulls up for a quick second then gets replaced by this prompt: (function(){})();(function(){})();

  • Purchase requisition delayed

    Hi, In Planning run, I did not get a Purchase requisition automatically created. The scenario is, Material master with safety stock, range of coverage maitained. Planning should have created requisition way early as safety stock was exhausted in the

  • Unexpected Sort Order in Column

    Hi, I would like to put at the end of my view, documents with titles beginning with a special character like ~ or { but it goes always at the top of the view. I was expecting that  ~ or { comes after the letters and numbers. Do you know why or can yo

  • I need help installing my photoshop elements 12!

    I put the photoshop in my computer (Windows computer) and nothing happens. I go to my computer and it says its in there and I click on it but it doesn't help. No auto thing pops up asking me to install it...help please!

  • PSE 10 Organizer NOT RESPONDING

    Organizer has worked for several months.  Two days ago stopped responding.  Got Adobe Tech support to help un-installing and re-installing, but no change.  PSE 9 Organizer works OK.  Thumbnails load okay, but when move slider or try to edit get "Oran