Fresh installation fails after upgrade in vm

I just installed arch as a virtualbox guest on my ubuntu host system, and the install runs flawlessly. However, I ran pacman -Syu, upgraded the system, and now it won't boot. The last text I see is loading udev, then the virtual machine aborts. Any idea why this is happening or how I can fix it? This is the third time I've installed the system, and it hasn't worked since, so now I'm hoping there is a better solution. Thanks!
EDIT:  Virtual machine has 512 MB of ram, a 6 GB hard disk and around 800 MB of swap. Any other specs I need to mention? I just loaded a standard base install. Wow, stupid, I forgot the vbox log file. Hope this makes more sense of it!
Log created: 2009-07-12T20:45:57.700588000Z
Executable: /usr/lib/virtualbox/VirtualBox
Arg[0]: /usr/lib/virtualbox/VirtualBox
Arg[1]: --comment
Arg[2]: ArchLinux
Arg[3]: --startvm
Arg[4]: 424bd7d1-a7e7-4be0-927d-8eaaf6f758d8
Crash in patch code ff06af3f (c0307aa8) esp=cfbb1d58
Patch state=4 flags=10c0081 fDirty=4
<NULL>
Last edited by pythonscript (2009-07-12 22:10:37)

This looks like the same problem I've been having with my Arch install inside a VirtualBox VM. It looks like the problem is the new Linux kernel (2.6.30) that was recently released. It looks like the solution to this problem is to install an older version of the kernel until they fix the problem upstream. The thread at http://bbs.archlinux.org/viewtopic.php?id=74787 has some information on how to do this.
Hope this helps get you back on your feet. Sometimes getting Arch up and running can be a little rough, but its still my favorite flavor

Similar Messages

  • Unit test fails after upgrading to Kodo 4.0.0 from 4.0.0-EA4

    I have a group of 6 unit tests failing after upgrading to the new Kodo
    4.0.0 (with BEA) from Kodo-4.0.0-EA4 (with Solarmetric). I'm getting
    exceptions like the one at the bottom of this email. It seems to be an
    interaction with the PostgreSQL driver, though I can't be sure. I
    haven't changed my JDO configuration or the related classes in months
    since I've been focusing on using the objects that have already been
    defined. The .jdo, .jdoquery, and .java code are below the exception,
    just in case there's something wrong in there. Does anyone have advice
    as to how I might debug this?
    Thanks,
    Mark
    Testsuite: edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest
    Tests run: 15, Failures: 0, Errors: 6, Time elapsed: 23.308 sec
    Testcase:
    testGetAllUsersWithFirstName(edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest):
    Caused an ERROR
    The column index is out of range: 2, number of columns: 1.
    <2|false|4.0.0> kodo.jdo.DataStoreException: The column index is out of
    range: 2, number of columns: 1.
    at
    kodo.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4092)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:82)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:66)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:46)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.handleCheckedException(SelectResultObjectProvider.java:176)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.handleCheckedException(QueryImpl.java:2460)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:32)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    at
    edu.ucsc.whisper.core.manager.DefaultUserManager.getAllUsersWithFirstName(DefaultUserManager.java:252)
    NestedThrowablesStackTrace:
    org.postgresql.util.PSQLException: The column index is out of range: 2,
    number of columns: 1.
    at
    org.postgresql.core.v3.SimpleParameterList.bind(SimpleParameterList.java:57)
    at
    org.postgresql.core.v3.SimpleParameterList.setLiteralParameter(SimpleParameterList.java:101)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.bindLiteral(AbstractJdbc2Statement.java:2085)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.setInt(AbstractJdbc2Statement.java:1133)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.PoolConnection$PoolPreparedStatement.setInt(PoolConnection.java:440)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.LoggingConnectionDecorator$LoggingConnection$LoggingPreparedStatement.setInt(LoggingConnectionDecorator.java:1
    257)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at kodo.jdbc.sql.DBDictionary.setInt(DBDictionary.java:980)
    at kodo.jdbc.sql.DBDictionary.setUnknown(DBDictionary.java:1299)
    at kodo.jdbc.sql.SQLBuffer.setParameters(SQLBuffer.java:638)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:539)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:512)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:332)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:301)
    at kodo.jdbc.sql.Union$UnionSelect.execute(Union.java:642)
    at kodo.jdbc.sql.Union.execute(Union.java:326)
    at kodo.jdbc.sql.Union.execute(Union.java:313)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.open(SelectResultObjectProvider.java:98)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.open(QueryImpl.java:2405)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:22)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    --- DefaultUser.java -------------------------------------------------
    public class DefaultUser
    implements User
    /** The account username. */
    private String username;
    /** The account password. */
    private String password;
    /** A flag indicating whether or not the account is enabled. */
    private boolean enabled;
    /** The authorities granted to this account. */
    private Set<Authority> authorities;
    /** Information about the user, including their name and text that
    describes them. */
    private UserInfo userInfo;
    /** The set of organizations where this user works. */
    private Set<Organization> organizations;
    --- DefaultUser.jdo --------------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <sequence name="user_id_seq"
    factory-class="native(Sequence=user_id_seq)"/>
    <class name="DefaultUser" detachable="true"
    table="whisper_user" identity-type="datastore">
    <datastore-identity sequence="user_id_seq" column="userId"/>
    <field name="username">
    <column name="username" length="80" jdbc-type="VARCHAR" />
    </field>
    <field name="password">
    <column name="password" length="40" jdbc-type="CHAR" />
    </field>
    <field name="enabled">
    <column name="enabled" />
    </field>
    <field name="userInfo" persistence-modifier="persistent"
    default-fetch-group="true" dependent="true">
    <extension vendor-name="jpox"
    key="implementation-classes"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    <extension vendor-name="kodo"
    key="type"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    </field>
    <field name="authorities" persistence-modifier="persistent"
    table="user_authorities"
    default-fetch-group="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultAuthority" />
    <join column="userId" delete-action="cascade"/>
    <element column="authorityId" delete-action="cascade"/>
    </field>
    <field name="organizations" persistence-modifier="persistent"
    table="user_organizations" mapped-by="user"
    default-fetch-group="true" dependent="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultOrganization"
    dependent-element="true"/>
    <join column="userId"/>
    <!--<element column="organizationId"/>-->
    </field>
    </class>
    </package>
    </jdo>
    --- DefaultUser.jdoquery ---------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <class name="DefaultUser">
    <query name="UserByUsername"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT UNIQUE FROM edu.ucsc.whisper.core.DefaultUser
    WHERE username==searchName
    PARAMETERS java.lang.String searchName
    ]]></query>
    <query name="DisabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==false
    ]]></query>
    <query name="EnabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==true
    ]]></query>
    <query name="CountUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT count( this ) FROM edu.ucsc.whisper.core.DefaultUser
    ]]></query>
    </class>
    </package>
    </jdo>

    I'm sorry, I have no idea. I suggest sending a test case that
    reproduces the problem to support.

  • SoundBlaster X-Fi Driver Installation Fails After Moving Soundcard to New Slot

    NSoundBlaster X-Fi Driver Installation Fails After Moving Soundcard to New Slot4 I recently moved my X-Fi Elite Pro soundcard to a different PCI slot to accommodate my new large PCIE graphics card.
    Prior to moving the card, my?original SoundBlaster install went fine without any trouble. When I booted up after relocating the card,?it was not detected at all. So I uninstalled my SoundBlaster driver software and?rebooted the computer?thinking that was necessary to clear any hardware configuration settings from the old install. This made no difference. I then discovered my card was not seated properly and corrected it.
    Next I installed the SoundBlaster driver software. The installation proceeded and finished with a request to restart the computer. Once I did, the computer detects my card and starts the hardware installation wizard asking if I want Windows to search online for driver software. It does not recognize the just installed SoundBlaster driver installation. I have a dual boot setup and this happens in both WinXP Pro and Vista 32 Home Premium.
    What's wrong here?

    Forget it folks...couldn't wait for any suggestions so I just cleaned off my hard dri've and reinstalled everything. Works fine.

  • Anybody know why superdrives fail after upgrading os

    anybody know why superdrives fail after upgrading os

    Upgrading the OS often also triggers issues with PRAM.  If the PRAM battery is over 4 years old, then the Superdrive can fail.    If it is under 4 years old, zapping it can fix some issues like these.

  • [SOLVED] Wireless connection fails after upgrade to dhcpcd 6.2.1

    After upgrade of dhcpcd 6.1.0  to 6.2.1 three days ago (pacman -Syu) my wireless connection fails: deauthenticating from ... by local choice (reason=3)
    # uname -a
    Linux localhost 3.12.9-2-ARCH #1 SMP PREEMPT Fri Jan 31 10:22:54 CET 2014 x86_64 GNU/Linux
    # dhcpcd --version
    dhcpcd 6.2.1
    Copyright (c) 2006-2014 Roy Marples
    # dmesg
    [  132.809506] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [  133.863692] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [  134.116365] r8169 0000:02:00.0 eth0: link down
    [  134.116479] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [  135.030954] wlan0: authenticate with a2:05:44:ff:33:a4
    [  135.041929] wlan0: send auth to a2:05:44:ff:33:a4 (try 1/3)
    [  135.045781] wlan0: authenticated
    [  135.045879] ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [  135.046559] wlan0: associate with a2:05:44:ff:33:a4 (try 1/3)
    [  135.049960] wlan0: RX AssocResp from a2:05:44:ff:33:a4 (capab=0x431 status=0 aid=4)
    [  135.050609] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [  135.051337] wlan0: associated
    [  169.302610] wlan0: deauthenticating from a2:05:44:ff:33:a4 by local choice (reason=3)
    [  169.339662] cfg80211: Calling CRDA to update world regulatory domain
    [  169.396876] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [  169.715612] r8169 0000:02:00.0 eth0: link down
    [  169.715702] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    Downgrade to dhcpcd 6.1.0 heals the problem.
    # dhcpcd --version
    dhcpcd 6.1.0
    Copyright (c) 2006-2013 Roy Marples
    In case it is related to ath9k:
    # modinfo ath9k
    filename:       
    /lib/modules/3.12.9-2-ARCH/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko.gz
    I couldn't find a bug report on neither dhcpcd nor ath9k.
    Any idea what I can do to follow up on this?
    Last edited by nocreativity (2014-02-23 08:03:11)

    Here is an extract from journalctl (syslogs are empty):
    Feb 15 17:43:11 localhost dhcpcd[3068]: wlan0: soliciting a DHCP lease
    Feb 15 17:43:11 localhost dhcpcd[3068]: wlan0: IAID ca:59:49:5b
    Feb 15 17:43:11 localhost dhcpcd[3068]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:43:11 localhost dhcpcd[3068]: version 6.2.1 starting
    Feb 15 17:43:10 localhost kernel: wlan0: associated
    Feb 15 17:43:10 localhost kernel: wlan0: RX AssocResp from 00:1a:4f:8d:06:3b (capab=0x451 status=0 aid=2)
    Feb 15 17:43:10 localhost kernel: wlan0: associate with 00:1a:4f:8d:06:3b (try 1/3)
    Feb 15 17:43:10 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    Feb 15 17:43:10 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    Feb 15 17:43:10 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:43:10 localhost kernel: wlan0: authenticated
    Feb 15 17:43:10 localhost kernel: wlan0: send auth to 00:1a:4f:8d:06:3b (try 1/3)
    Feb 15 17:43:10 localhost kernel: wlan0: authenticate with 00:1a:4f:8d:06:3b
    Feb 15 17:43:08 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:43:08 localhost dhcpcd[3050]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: dhcpcd[3050]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:43:08 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:43:08 localhost dhcpcd[3042]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: dhcpcd[3042]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:43:08 localhost dhcpcd[3036]: dhcpcd not running
    Feb 15 17:43:08 localhost wicd[224]: Throttling dhcpcd[3036]: dhcpcd not running
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:41:16 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:40:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:40:22 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:40:21 localhost dhcpcd[2941]: dhcpcd not running
    Feb 15 17:40:21 localhost wicd[224]: dhcpcd[2941]: dhcpcd not running
    Feb 15 17:40:21 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:40:21 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:40:21 localhost dhcpcd[2934]: dhcpcd not running
    Feb 15 17:40:21 localhost wicd[224]: dhcpcd[2934]: dhcpcd not running
    Feb 15 17:40:18 localhost dhcpcd[2915]: exited
    Feb 15 17:40:18 localhost dhcpcd[2915]: timed out
    Feb 15 17:39:48 localhost dhcpcd[2915]: wlan0: soliciting a DHCP lease
    Feb 15 17:39:48 localhost dhcpcd[2915]: wlan0: IAID ca:59:49:5b
    Feb 15 17:39:48 localhost dhcpcd[2915]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:39:48 localhost dhcpcd[2915]: version 6.2.1 starting
    Feb 15 17:39:47 localhost kernel: wlan0: associated
    Feb 15 17:39:47 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=5)
    Feb 15 17:39:47 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:39:47 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:39:47 localhost kernel: wlan0: authenticated
    Feb 15 17:39:47 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:39:47 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:39:45 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:39:45 localhost dhcpcd[2897]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: dhcpcd[2897]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:39:45 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:39:45 localhost dhcpcd[2889]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: dhcpcd[2889]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:39:45 localhost dhcpcd[2883]: dhcpcd not running
    Feb 15 17:39:45 localhost wicd[224]: dhcpcd[2883]: dhcpcd not running
    Feb 15 17:36:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:36:59 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:36:58 localhost dhcpcd[2773]: dhcpcd not running
    Feb 15 17:36:58 localhost wicd[224]: dhcpcd[2773]: dhcpcd not running
    Feb 15 17:36:58 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:36:58 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:36:58 localhost dhcpcd[2766]: dhcpcd not running
    Feb 15 17:36:58 localhost wicd[224]: dhcpcd[2766]: dhcpcd not running
    Feb 15 17:36:56 localhost dhcpcd[2750]: exited
    Feb 15 17:36:56 localhost dhcpcd[2750]: timed out
    Feb 15 17:36:26 localhost dhcpcd[2750]: wlan0: soliciting a DHCP lease
    Feb 15 17:36:26 localhost dhcpcd[2750]: wlan0: IAID ca:59:49:5b
    Feb 15 17:36:26 localhost dhcpcd[2750]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:36:25 localhost dhcpcd[2750]: version 6.2.1 starting
    Feb 15 17:36:24 localhost kernel: wlan0: associated
    Feb 15 17:36:24 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=4)
    Feb 15 17:36:24 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:36:24 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:36:24 localhost kernel: wlan0: authenticated
    Feb 15 17:36:24 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:36:24 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:36:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:36:22 localhost dhcpcd[2730]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: dhcpcd[2730]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:36:22 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:36:22 localhost dhcpcd[2722]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: dhcpcd[2722]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:36:22 localhost dhcpcd[2716]: dhcpcd not running
    Feb 15 17:36:22 localhost wicd[224]: dhcpcd[2716]: dhcpcd not running
    Feb 15 17:35:09 localhost kernel: usb 3-1: dtv_property_legacy_params_sync: doesn't know how to handle a DVBv3 call to delivery system 0
    Feb 15 17:33:49 localhost kernel: usb 3-1: dtv_property_legacy_params_sync: doesn't know how to handle a DVBv3 call to delivery system 0
    Feb 15 17:33:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:33:36 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:33:36 localhost dhcpcd[2625]: dhcpcd not running
    Feb 15 17:33:36 localhost wicd[224]: dhcpcd[2625]: dhcpcd not running
    Feb 15 17:33:35 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:33:35 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:33:35 localhost dhcpcd[2617]: dhcpcd not running
    Feb 15 17:33:35 localhost wicd[224]: dhcpcd[2617]: dhcpcd not running
    Feb 15 17:33:32 localhost dhcpcd[2602]: exited
    Feb 15 17:33:32 localhost dhcpcd[2602]: timed out
    Feb 15 17:33:02 localhost dhcpcd[2602]: wlan0: soliciting a DHCP lease
    Feb 15 17:33:02 localhost dhcpcd[2602]: wlan0: IAID ca:59:49:5b
    Feb 15 17:33:02 localhost dhcpcd[2602]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:33:02 localhost dhcpcd[2602]: version 6.2.1 starting
    Feb 15 17:33:01 localhost kernel: wlan0: associated
    Feb 15 17:33:01 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:33:01 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:33:01 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:33:01 localhost kernel: wlan0: authenticated
    Feb 15 17:33:01 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:33:01 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:32:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:32:59 localhost dhcpcd[2583]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: dhcpcd[2583]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:32:59 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:32:59 localhost dhcpcd[2575]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: dhcpcd[2575]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:32:59 localhost dhcpcd[2569]: dhcpcd not running
    Feb 15 17:32:59 localhost wicd[224]: dhcpcd[2569]: dhcpcd not running
    Feb 15 17:30:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:30:13 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:30:12 localhost dhcpcd[2489]: dhcpcd not running
    Feb 15 17:30:12 localhost wicd[224]: dhcpcd[2489]: dhcpcd not running
    Feb 15 17:30:12 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:30:12 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:30:12 localhost dhcpcd[2481]: dhcpcd not running
    Feb 15 17:30:12 localhost wicd[224]: dhcpcd[2481]: dhcpcd not running
    Feb 15 17:30:09 localhost dhcpcd[2447]: exited
    Feb 15 17:30:09 localhost dhcpcd[2447]: timed out
    Feb 15 17:29:39 localhost dhcpcd[2447]: wlan0: soliciting a DHCP lease
    Feb 15 17:29:39 localhost dhcpcd[2447]: wlan0: IAID ca:59:49:5b
    Feb 15 17:29:39 localhost dhcpcd[2447]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:29:39 localhost dhcpcd[2447]: version 6.2.1 starting
    Feb 15 17:29:38 localhost kernel: wlan0: associated
    Feb 15 17:29:38 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:29:38 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:29:38 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:29:38 localhost kernel: wlan0: authenticated
    Feb 15 17:29:38 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:29:38 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:29:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:29:36 localhost dhcpcd[2429]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: dhcpcd[2429]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:29:36 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:29:36 localhost dhcpcd[2421]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: dhcpcd[2421]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:29:36 localhost dhcpcd[2415]: dhcpcd not running
    Feb 15 17:29:36 localhost wicd[224]: dhcpcd[2415]: dhcpcd not running
    Feb 15 17:26:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:26:50 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:26:49 localhost dhcpcd[2323]: dhcpcd not running
    Feb 15 17:26:49 localhost wicd[224]: dhcpcd[2323]: dhcpcd not running
    Feb 15 17:26:49 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:26:49 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:26:49 localhost dhcpcd[2316]: dhcpcd not running
    Feb 15 17:26:49 localhost wicd[224]: dhcpcd[2316]: dhcpcd not running
    Feb 15 17:26:46 localhost dhcpcd[2288]: exited
    Feb 15 17:26:46 localhost dhcpcd[2288]: timed out
    Feb 15 17:26:16 localhost dhcpcd[2288]: wlan0: soliciting a DHCP lease
    Feb 15 17:26:16 localhost dhcpcd[2288]: wlan0: IAID ca:59:49:5b
    Feb 15 17:26:16 localhost dhcpcd[2288]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:26:16 localhost dhcpcd[2288]: version 6.2.1 starting
    Feb 15 17:26:15 localhost kernel: wlan0: associated
    Feb 15 17:26:15 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:26:15 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:26:15 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:26:15 localhost kernel: wlan0: authenticated
    Feb 15 17:26:15 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:26:15 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:26:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:26:13 localhost dhcpcd[2269]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: dhcpcd[2269]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:26:13 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:26:13 localhost dhcpcd[2261]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: dhcpcd[2261]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:26:13 localhost dhcpcd[2255]: dhcpcd not running
    Feb 15 17:26:13 localhost wicd[224]: dhcpcd[2255]: dhcpcd not running
    Feb 15 17:25:07 localhost kernel: usb 3-1: dtv_property_legacy_params_sync: doesn't know how to handle a DVBv3 call to delivery system 0
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Throttling autoreconnect
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:25:06 localhost wicd[224]: Starting automatic reconnect process
    Feb 15 17:23:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:23:27 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:23:26 localhost dhcpcd[2174]: dhcpcd not running
    Feb 15 17:23:26 localhost wicd[224]: dhcpcd[2174]: dhcpcd not running
    Feb 15 17:23:26 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:23:26 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:23:26 localhost dhcpcd[2166]: dhcpcd not running
    Feb 15 17:23:26 localhost wicd[224]: dhcpcd[2166]: dhcpcd not running
    Feb 15 17:23:23 localhost dhcpcd[2151]: exited
    Feb 15 17:23:23 localhost dhcpcd[2151]: timed out
    Feb 15 17:22:53 localhost dhcpcd[2151]: wlan0: soliciting a DHCP lease
    Feb 15 17:22:53 localhost dhcpcd[2151]: wlan0: IAID ca:59:49:5b
    Feb 15 17:22:53 localhost dhcpcd[2151]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:22:53 localhost dhcpcd[2151]: version 6.2.1 starting
    Feb 15 17:22:52 localhost kernel: wlan0: associated
    Feb 15 17:22:52 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:22:52 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:22:52 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:22:52 localhost kernel: wlan0: authenticated
    Feb 15 17:22:52 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:22:52 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:22:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:22:50 localhost dhcpcd[2132]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: dhcpcd[2132]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:22:50 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:22:50 localhost dhcpcd[2124]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: dhcpcd[2124]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:22:50 localhost dhcpcd[2118]: dhcpcd not running
    Feb 15 17:22:50 localhost wicd[224]: dhcpcd[2118]: dhcpcd not running
    Feb 15 17:20:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:20:04 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:20:03 localhost dhcpcd[2028]: dhcpcd not running
    Feb 15 17:20:03 localhost wicd[224]: dhcpcd[2028]: dhcpcd not running
    Feb 15 17:20:03 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:20:03 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:20:03 localhost dhcpcd[2020]: dhcpcd not running
    Feb 15 17:20:03 localhost wicd[224]: dhcpcd[2020]: dhcpcd not running
    Feb 15 17:20:00 localhost dhcpcd[2003]: exited
    Feb 15 17:20:00 localhost dhcpcd[2003]: timed out
    Feb 15 17:19:30 localhost dhcpcd[2003]: wlan0: soliciting a DHCP lease
    Feb 15 17:19:30 localhost dhcpcd[2003]: wlan0: IAID ca:59:49:5b
    Feb 15 17:19:30 localhost dhcpcd[2003]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:19:30 localhost dhcpcd[2003]: version 6.2.1 starting
    Feb 15 17:19:29 localhost kernel: wlan0: associated
    Feb 15 17:19:29 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:19:29 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:19:29 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:19:29 localhost kernel: wlan0: authenticated
    Feb 15 17:19:29 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:19:29 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:19:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:19:27 localhost dhcpcd[1985]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: dhcpcd[1985]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:19:27 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:19:27 localhost dhcpcd[1977]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: dhcpcd[1977]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:19:27 localhost dhcpcd[1971]: dhcpcd not running
    Feb 15 17:19:27 localhost wicd[224]: dhcpcd[1971]: dhcpcd not running
    Feb 15 17:16:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:16:41 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:16:40 localhost dhcpcd[1871]: dhcpcd not running
    Feb 15 17:16:40 localhost wicd[224]: dhcpcd[1871]: dhcpcd not running
    Feb 15 17:16:40 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:16:40 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:16:40 localhost dhcpcd[1863]: dhcpcd not running
    Feb 15 17:16:40 localhost wicd[224]: dhcpcd[1863]: dhcpcd not running
    Feb 15 17:16:37 localhost dhcpcd[1848]: exited
    Feb 15 17:16:37 localhost dhcpcd[1848]: timed out
    Feb 15 17:16:07 localhost dhcpcd[1848]: wlan0: soliciting a DHCP lease
    Feb 15 17:16:07 localhost dhcpcd[1848]: wlan0: IAID ca:59:49:5b
    Feb 15 17:16:07 localhost dhcpcd[1848]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:16:07 localhost dhcpcd[1848]: version 6.2.1 starting
    Feb 15 17:16:06 localhost kernel: wlan0: associated
    Feb 15 17:16:06 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:16:06 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:16:06 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:16:06 localhost kernel: wlan0: authenticated
    Feb 15 17:16:06 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:16:06 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:16:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:16:04 localhost dhcpcd[1829]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: dhcpcd[1829]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:16:04 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:16:04 localhost dhcpcd[1821]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: dhcpcd[1821]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:16:04 localhost dhcpcd[1815]: dhcpcd not running
    Feb 15 17:16:04 localhost wicd[224]: dhcpcd[1815]: dhcpcd not running
    Feb 15 17:13:18 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:13:18 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:13:17 localhost dhcpcd[1723]: dhcpcd not running
    Feb 15 17:13:17 localhost wicd[224]: dhcpcd[1723]: dhcpcd not running
    Feb 15 17:13:17 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:13:17 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:13:17 localhost dhcpcd[1716]: dhcpcd not running
    Feb 15 17:13:17 localhost wicd[224]: dhcpcd[1716]: dhcpcd not running
    Feb 15 17:13:14 localhost dhcpcd[1697]: exited
    Feb 15 17:13:14 localhost dhcpcd[1697]: timed out
    Feb 15 17:12:44 localhost dhcpcd[1697]: wlan0: soliciting a DHCP lease
    Feb 15 17:12:44 localhost dhcpcd[1697]: wlan0: IAID ca:59:49:5b
    Feb 15 17:12:44 localhost dhcpcd[1697]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:12:44 localhost dhcpcd[1697]: version 6.2.1 starting
    Feb 15 17:12:43 localhost kernel: wlan0: associated
    Feb 15 17:12:43 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:12:43 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:12:43 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:12:43 localhost kernel: wlan0: authenticated
    Feb 15 17:12:43 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:12:43 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:12:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:12:41 localhost dhcpcd[1679]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: dhcpcd[1679]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:12:41 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:12:41 localhost dhcpcd[1671]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: dhcpcd[1671]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:12:41 localhost dhcpcd[1665]: dhcpcd not running
    Feb 15 17:12:41 localhost wicd[224]: dhcpcd[1665]: dhcpcd not running
    Feb 15 17:09:55 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:09:55 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:09:54 localhost dhcpcd[1567]: dhcpcd not running
    Feb 15 17:09:54 localhost wicd[224]: dhcpcd[1567]: dhcpcd not running
    Feb 15 17:09:54 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:09:54 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:09:54 localhost dhcpcd[1558]: dhcpcd not running
    Feb 15 17:09:54 localhost wicd[224]: dhcpcd[1558]: dhcpcd not running
    Feb 15 17:09:51 localhost dhcpcd[1539]: exited
    Feb 15 17:09:51 localhost dhcpcd[1539]: timed out
    Feb 15 17:09:21 localhost dhcpcd[1539]: wlan0: soliciting a DHCP lease
    Feb 15 17:09:21 localhost dhcpcd[1539]: wlan0: IAID ca:59:49:5b
    Feb 15 17:09:21 localhost dhcpcd[1539]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:09:21 localhost dhcpcd[1539]: version 6.2.1 starting
    Feb 15 17:09:20 localhost kernel: wlan0: associated
    Feb 15 17:09:20 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:09:20 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:09:20 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:09:20 localhost kernel: wlan0: authenticated
    Feb 15 17:09:20 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:09:20 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:09:19 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:09:19 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:09:19 localhost dhcpcd[1521]: dhcpcd not running
    Feb 15 17:09:19 localhost wicd[224]: dhcpcd[1521]: dhcpcd not running
    Feb 15 17:09:19 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:09:19 localhost dhcpcd[1515]: dhcpcd not running
    Feb 15 17:09:19 localhost wicd[224]: dhcpcd[1515]: dhcpcd not running
    Feb 15 17:09:18 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:09:18 localhost dhcpcd[1509]: dhcpcd not running
    Feb 15 17:09:18 localhost wicd[224]: dhcpcd[1509]: dhcpcd not running
    Feb 15 17:09:18 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:09:18 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:09:17 localhost dhcpcd[1501]: dhcpcd not running
    Feb 15 17:09:17 localhost wicd[224]: dhcpcd[1501]: dhcpcd not running
    Feb 15 17:09:17 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:09:17 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:09:17 localhost dhcpcd[1494]: dhcpcd not running
    Feb 15 17:09:17 localhost wicd[224]: dhcpcd[1494]: dhcpcd not running
    Feb 15 17:09:11 localhost dhcpcd[1476]: exited
    Feb 15 17:09:11 localhost dhcpcd[1476]: timed out
    Feb 15 17:08:41 localhost dhcpcd[1476]: wlan0: soliciting a DHCP lease
    Feb 15 17:08:41 localhost dhcpcd[1476]: wlan0: IAID ca:59:49:5b
    Feb 15 17:08:41 localhost dhcpcd[1476]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:08:41 localhost dhcpcd[1476]: version 6.2.1 starting
    Feb 15 17:08:40 localhost kernel: wlan0: associated
    Feb 15 17:08:40 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:08:40 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:08:40 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:08:40 localhost kernel: wlan0: authenticated
    Feb 15 17:08:40 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:08:40 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:08:39 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:08:39 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:08:39 localhost dhcpcd[1458]: dhcpcd not running
    Feb 15 17:08:39 localhost wicd[224]: dhcpcd[1458]: dhcpcd not running
    Feb 15 17:08:39 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:08:39 localhost dhcpcd[1452]: dhcpcd not running
    Feb 15 17:08:39 localhost wicd[224]: dhcpcd[1452]: dhcpcd not running
    Feb 15 17:08:38 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:08:38 localhost dhcpcd[1446]: dhcpcd not running
    Feb 15 17:08:38 localhost wicd[224]: dhcpcd[1446]: dhcpcd not running
    Feb 15 17:08:38 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:08:38 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:08:37 localhost dhcpcd[1438]: dhcpcd not running
    Feb 15 17:08:37 localhost wicd[224]: dhcpcd[1438]: dhcpcd not running
    Feb 15 17:08:37 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:08:37 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:08:37 localhost dhcpcd[1431]: dhcpcd not running
    Feb 15 17:08:37 localhost wicd[224]: dhcpcd[1431]: dhcpcd not running
    Feb 15 17:08:37 localhost kernel: wlan0: associated
    Feb 15 17:08:37 localhost kernel: wlan0: RX AssocResp from a2:05:43:f9:33:a4 (capab=0x431 status=0 aid=2)
    Feb 15 17:08:37 localhost kernel: wlan0: associate with a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:08:37 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:08:37 localhost kernel: wlan0: authenticated
    Feb 15 17:08:37 localhost kernel: wlan0: send auth to a2:05:43:f9:33:a4 (try 1/3)
    Feb 15 17:08:37 localhost kernel: wlan0: authenticate with a2:05:43:f9:33:a4
    Feb 15 17:08:37 localhost kernel: wlan0: deauthenticating from 00:1a:4f:8d:06:3b by local choice (reason=3)
    Feb 15 17:08:31 localhost dhcpcd[1280]: exited
    Feb 15 17:08:31 localhost dhcpcd[1280]: timed out
    Feb 15 17:08:01 localhost dhcpcd[1280]: wlan0: soliciting a DHCP lease
    Feb 15 17:08:01 localhost dhcpcd[1280]: wlan0: IAID ca:59:49:5b
    Feb 15 17:08:01 localhost dhcpcd[1280]: DUID 00:01:00:01:19:8e:1d:14:00:08:ca:59:49:5b
    Feb 15 17:08:01 localhost dhcpcd[1280]: version 6.2.1 starting
    Feb 15 17:08:00 localhost kernel: wlan0: associated
    Feb 15 17:08:00 localhost kernel: wlan0: RX AssocResp from 00:1a:4f:8d:06:3b (capab=0x451 status=0 aid=1)
    Feb 15 17:08:00 localhost kernel: wlan0: associate with 00:1a:4f:8d:06:3b (try 1/3)
    Feb 15 17:08:00 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    Feb 15 17:08:00 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    Feb 15 17:08:00 localhost kernel: ath9k 0000:04:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    Feb 15 17:08:00 localhost kernel: wlan0: authenticated
    Feb 15 17:08:00 localhost kernel: wlan0: send auth to 00:1a:4f:8d:06:3b (try 1/3)
    Feb 15 17:08:00 localhost kernel: wlan0: authenticate with 00:1a:4f:8d:06:3b
    Feb 15 17:07:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:07:59 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:07:59 localhost dhcpcd[1250]: dhcpcd not running
    Feb 15 17:07:59 localhost wicd[224]: dhcpcd[1250]: dhcpcd not running
    Feb 15 17:07:59 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:07:59 localhost dhcpcd[1244]: dhcpcd not running
    Feb 15 17:07:59 localhost wicd[224]: dhcpcd[1244]: dhcpcd not running
    Feb 15 17:07:58 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: wlan0 error: No such file or directory
    Feb 15 17:07:58 localhost dhcpcd[1234]: dhcpcd not running
    Feb 15 17:07:58 localhost wicd[224]: dhcpcd[1234]: dhcpcd not running
    Feb 15 17:07:58 localhost wicd[224]: Failed to connect to non-global ctrl_ifname: eth0 error: No such file or directory
    Feb 15 17:07:58 localhost kernel: r8169 0000:02:00.0 eth0: link down
    Feb 15 17:07:57 localhost dhcpcd[1224]: dhcpcd not running
    Feb 15 17:07:57 localhost wicd[224]: dhcpcd[1224]: dhcpcd not running
    Feb 15 17:07:57 localhost kernel: cfg80211: Calling CRDA to update world regulatory domain
    Feb 15 17:07:57 localhost kernel: wlan0: deauthenticating from a2:05:43:f9:33:a4 by local choice (reason=3)
    Feb 15 17:07:57 localhost dhcpcd[1217]: dhcpcd not running
    Feb 15 17:07:57 localhost wicd[224]: dhcpcd[1217]: dhcpcd not running
    Feb 15 17:07:53 localhost dhcpcd[655]: exited
    Feb 15 17:07:53 localhost dhcpcd[655]: timed out
    Feb 15 17:07:34 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:34 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:34 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:34 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Feb 15 17:07:32 localhost gnome-session[686]: ** (nm-applet:913): WARNING **: fetch_connections_done: error fetching connections: (32) Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory..
    Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service'
    Feb 15 17:07:32 localhost gnome-session[686]: ** (nm-applet:913): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:32 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:29 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Feb 15 17:07:29 localhost dbus[227]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Feb 15 17:07:28 localhost dhcpcd[655]: wlan0: soliciting a DHCP lease
    Feb 15 17:07:28 localhost dhcpcd[655]: wlan0: DHCP lease expired
    Feb 15 17:07:26 localhost dhcpcd[655]: wlan0: reject NAK via 192.168.178.1
    Feb 15 17:07:25 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Feb 15 17:07:25 localhost dbus[227]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Feb 15 17:07:25 localhost dbus[227]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Feb 15 17:07:25 localhost dbus[227]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    I will try the lastst code installation 2morrow and let you know the results. Thanx for your involvement!
    Moderator edit [ewaller] Changed BBCode quote tags to code tags
    Last edited by ewaller (2014-02-16 20:19:55)

  • Data Protector backup integration fails after upgrade to Oracle 11.2.0.2

    After upgrading a system from Oracle 10.2.0.2 to 11.2.0.2, the Data Protector backup integration fails with error
    [Normal] From: BSM@<dp_cell_server>.<domain> "<sap_host>_<SID>_Online"  Time: 28.04.2011 09:10:21
         Backup session 2011/04/28-74 started.
    [Normal] From: BSM@<dp_cell_server>.<domain> "<sap_host>_<SID>_Online"  Time: 28.04.2011 09:10:21
         OB2BAR application on "<sap_host>.<domain>" successfully started.
    /usr/sap/<SID>/SYS/exe/run/brbackup: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    [Major] From: OB2BAR_OMNISAP@pervs<SID>.<domain> "OMNISAP"  Time: 04/28/11 09:10:21
         BRBACKUP /usr/sap/<SID>/SYS/exe/run/brbackup -t online -d util_file_online -c -m all -u system/******** returned 127
    /usr/sap/<SID>/SYS/exe/run/brarchive: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    [Major] From: OB2BAR_OMNISAP@pervs<SID>.<domain> "OMNISAP"  Time: 04/28/11 09:10:21
         BRARCHIVE /usr/sap/<SID>/SYS/exe/run/brarchive -d util_file -s -c -u system/******** returned 127
    [Normal] From: BSM@<dp_cell_server>.<domain> "<sap_host>_<SID>_Online"  Time: 28.04.2011 09:10:22
         OB2BAR application on "<sap_host>.<domain>" disconnected.
    [Critical] From: BSM@<dp_cell_server>.<domain> "<sap_host>_<SID>_Online"  Time: 28.04.2011 09:10:22
         None of the Disk Agents completed successfully.
         Session has failed.
    We checked the configuration, tried linking /oracle/client/11x_64 to 10x_64, removing the link and renewing the 10x_64 oracle client, but still Data Protector can't find the library libclntsh.so.10.1. A new system which was installed with Oracle 11.2.0.2 doesn't have any problems with online backups.
    Any help is appreciated!

    Hi,
    did you create the other link according to the upgrade guide (point 5.5) ?
    You need to create this link so that BR*Tools
    (which is linked to the Oracle 10.2 client)
    can use the newer Oracle 11.2 clients.
    After the software installation has finished,
    create a symbolic link in $ORACLE_HOME/lib as follows:
    cd $ORACLE_HOME/lib
    ln u2013s libnnz11.so libnnz10.so
    or (HP-UX)
    ln u2013s libnnz11.sl libnnz10.sl
    Volker
    Second part: For the DP job, there can be set different environment settings inside the DP job.
    Did you check if there are still relicts from the previous release ?
    You could integrate a small pre-exec script into the job and let it plot the output of
    id
    env
    set
    to a logfile, just to see which values the backup is using.
    Edited by: Volker Borowski on Apr 29, 2011 10:12 AM

  • Z_IMPORT_MASTER_DATA_LOAD fails after upgrade to BPC 7.5

    Hi,
    After an upgrade from BPC 7.0 (for NW) to BPC 7.5, the process chain Z_IMPORT_MASTER_DATA_LOAD fails. This is a standard process chain and we have used it to import Employee-masterdata from BW to BPC. This has been working perfectly fine for a long time, but after the upgrade it fails with the error message: u201CJob or process BPCMALDNW, waiting for event RSPROCESS D5PUFX4O5T78XRI7YVDC1LGBL is unknownu201D. Details of the error message are:
    Job or process BPCMALDNW, waiting for event RSPROCESS D5PUFX4O5T78XRI7YVDC1LGBL is unknown
    Message no. RSPC002
    Diagnosis
    Job BPCMALDNW has been started because of event RSPROCESS D5PUFX4O5T78XRI7YVDC1LGBL. This job is not, however, known in the active version of the process chain.
    System Response
    The job has been terminated.
    It is the variants u201CClear BPC tablesu201D and u201CConvertu201D that fail, but they do not give any error message that makes sense.
    Does anyone know what is causing this problem? Can the process chain not be used in BPC 7.0 and do we have to use the process chain /CPMB/IMPORT_MASTER instead?
    Thanks for your help.
    Best Regards,
    Linda Solberg

    Hi Rohit,
    Yes you will need to re-create your custom packages. Please see Note 1294591 - Support SQL 2008 (DM):
    [Addtional Info]
    If you need to upgrade SQL 2005 dtsx packages to SQL 2008, customized packages must be created in SQL 2008 BIDS(Business Intelligence Development Studio). The steps are the same with SQL 2005. To do this, you should copy BPC Task DLLs for SQL 2008 to Tasks folder under SQL 2008 BIDS installation folder
    If you use packages provided from ApShell, you can copy packages from ApShell instead created in SQL 2008 BIDS after upgrading to SQL 2008.
    *Note: you should modify package as your application structure such as dimension when you copy package from an application to others and, between the applications, the structure are different.
    Also, for information on migration steps to apply to support packages before SP01, see the Planning and Consolidation 7.5 M Upgrade Guide, available on SAP Service Marketplace at http://service.sap.com/instguidesEPM-BPC > 7.5, version for the Microsoft platform.
    Thanks
    John

  • Snow Leopard 'Installation Failed' using Upgrade Disk

    I have a Mac Pro Quad 2.66 machine and can't get Snow Leopard to install. I originally ran the installer and was asked if I wanted to run the other updates that were cued in Software Update first. I approved running the updates first, then the Snow Leopard upgrade install took over. Part way in it restarted the machine and then hung on the gray apple logo startup screen. No disk activity, nothing.
    I then attempted to reboot and couldn't get past the startup screen, that is until I pulled the system hard drive. Once it was disconnected it booted fine off the CD, but I was prompted with a "10.6 can't be installed unless a 10.5 or later system is found" or something to that effect. I rebooted again after shutting down and reconnecting the system drive. Again it booted off the CD but wouldn't let me install because 10.5 or later was 'not found'. I then did an archive and install of 10.5 onto the machine which got it up and running again. I then ran the 10.6 installer again and it looked to be a-ok until it rebooted and continued the install. It got to 33 minutes remaining and then gave a "Installation Failed" message. I re-ran the update installer a few times and it always gives the same message.
    The 10.5 installation is still intact and runs fine. Disk Utility finds no problems or permissions issues. There is plenty of HD space. Everything seems like it's fine. To test that I didn't have a 'bad disk' as Apple has been telling some people I ran the upgrade on a new Macbook Pro 13". No sweat, installed flawlessly.
    So here I sit with a Mac Pro that WILL NOT allow an install of 10.6. Argh. Makes no sense, but seeing all the other reports of the same issues makes me feel better as I'm not the only one.
    Two things bother me: 1) The upgrade disk does not have a provision for an Archive and Install which is a pain in the butt since it requires doing a clean 10.5 install before doing the 10.6 upgrade, and 2) That a number of people seem to be having the same issue and that there has been no response from Apple yet.
    As a side note, after having the issue I did find the Apple Knowledge Base article ( http://support.apple.com/kb/TS2990 ) detailing the problems that arise from allowing the Software Update updates to install before letting 10.6 do its thing. The KB article of course says "If you have already upgraded to Mac OS X v10.6 and are experiencing this issue, reinstall Mac OS X v10.6". Of course there is no way to reinstall 10.6 if you have an upgrade disk... You have to reinstall 10.5 and then run the upgrade which might be why it's still not working.
    I've also zapped the PRAM and tried installing in safe mode.
    So what's the deal Apple?
    Message was edited by: johnnydanger

    Ahhh yes, I did. That's what I get for reading the boards so late!
    I'd still try another SL disc if at all possible.
    You could also try putting the SL disc in the MBP's optical drive, booting the MBP in target disk mode and connecting the two via Firewire, then booting the Mac Pro using the option key & running the install that way.
    The SL install discs are picky beasts and it may be that yours just doesn't like the disc drive in your computer.
    ~Lyssa

  • Template Installer Error - after upgrade to  SP8 from NW04s SP4

    Hi,
    After upgrading our NW04s SP4 to SP8 we are encountering the following error when we run template installer.
    Element 'SAPConfigLib.J2E.Unclassified.configureCms':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException: <Localization failed: ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle', ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!157-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
    -:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.96
    -:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41
    Element 'SAPConfigLib.J2E.Unclassified.configureCms':Error during executing Java Reflection:null
    What is the issue and the workaround?
    thanks,
    Suparna

    Hi Suparna,
    The fix for this issue is available in Service Marketplace. Please apply the latest LMTOOLS patch available. This should rectify your problem.
    Best Regards,
    Rishi

  • Task sequence fails after upgrading to 2012 R2 and MDT 2013

    After upgrading to 2012 R2, my task sequence fails after the Setup Windows and ConfigMGR & Restart Computer. Instead of continuing to run the task sequence and load up the MDT Toolkit Package, it just stops at the Windows 7 login screen.
    Do I need to create new toolkit & settings packages with MDT 2013 settings? Or do I just need to create a new task sequence?
    I can't figure out what log to look at on the VM that I am imaging. If someone can point it out maybe there's some useful information. Thanks.
    My task sequence

    It sounds a lot like that it could be failing at the client installation. Please take a look at the client installation logs.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude
    Here are the log files from c:\windows\ccmsetup\logs .. I took a glance and things run with success 0 which should mean no error right? The system also has the client installed with the CU2 patch.
    Client Logs
    Searched a bit online and people are saying it's due to the incorrect boot image. I was using a WinPE 5.0 I created on this TS but I'm going to make another and see where it goes.
    This was the solution.

  • Managed Server Startup failed after upgrade to 11.1.1.6 from 11.1.1.4

    We tried to upgrade from SOA Suite 11.1.1.4 to 11.1.1.6.
    After upgrade when we tried to start our managed servers we get the below error. Did anyone ran into this? If so how did you resolve it?.
    Its still referring to some Weblogic 10.3.4 libraries. We were not able to find out where..
    <Mar 22, 2012 3:21:29 PM CDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_1034_WLStub
    java.lang.AssertionError: java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_1034_WLStub
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRootNamingNodeStub(WLInitialContextFactoryDelegate.java:610)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:577)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:482)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:376)
    at weblogic.jndi.Environment.getContext(Environment.java:315) Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_1034_WLStub at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) Truncated. see log file for complete stacktrace>
    The WebLogic Server encountered a critical failure
    Reason: Failed to load stub for class class weblogic.server.RemoteLifeCycleOperationsImpl
    Exception in thread "Main Thread" java.lang.AssertionError: Failed to load stub for class class weblogic.server.RemoteLifeCycleOperationsImpl at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:145) at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:124) at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:427) at weblogic.jndi.Environment.getInitialReference(Environment.java:245) at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote(ServerLifeCycleRuntime.java:1083) at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime.java:429) at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:415)
    at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:206) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:482) at weblogic.Server.main(Server.java:71)
    Thanks,
    Jp

    Hi,
    I found an oracle note with the next solution:
    Add -Xverify:none to the JVM Arguments in the WebLogic console if you're using Node Manager to start managed servers:
    1. Go into WebLogic Console
    2. Navigate to Environment> Servers> [Sever_name]> Server Start> Arguments
    3. Add -Xverify:none to the arguments
    4. Restart the WebLogic server
    5. Retest the issue.
    6. Migrate the solution as appropriate to other environments.
    Or
    If you're not using Node Manager to start managed servers:
    Edit the WebLogic start-up script to add -Xverify:none to the JVM arguments
    See if it works for you
    Arik

  • Vpn fails after upgrade to 10.8.5

    After upgrading from SL to Mountain Lion the Apple vpn client connections fail. They were connecting fine before the upgrade. They also work fine from other computers (Windows) on my network to the same addresses, so the remote side is functioning, and there have been no changes on the remote side.
    The error message is "The L2TP-VPN server did not respond. Try reconnecting. If the problem continues, verify your settings and contact your Administrator." The Console messages indicate the server does in fact respond, but there is a problem with Phase 1 IKE. Message lines are pasted here with the IP addresses masked (the addresses are correct though).
    10/12/13 5:33:39.340 PM configd[18]: SCNC: start, triggered by SystemUIServer, type L2TP, status 0
    10/12/13 5:33:39.360 PM pppd[2104]: pppd 2.4.2 (Apple version 596.15.2) started by admin, uid 503
    10/12/13 5:33:39.363 PM pppd[2104]: L2TP connecting to server '999.999.999.999' (999.999.999.999)...
    10/12/13 5:33:39.363 PM pppd[2104]: IPSec connection started
    10/12/13 5:33:39.379 PM racoon[2105]: Connecting.
    10/12/13 5:33:39.380 PM racoon[2105]: IPSec Phase1 started (Initiated by me).
    10/12/13 5:33:39.380 PM racoon[2105]: IKE Packet: transmit success. (Initiator, Main-Mode message 1).
    10/12/13 5:33:39.465 PM racoon[2105]: IKE Packet: receive success. (Initiator, Main-Mode message 2).
    10/12/13 5:33:39.469 PM racoon[2105]: IKE Packet: transmit success. (Initiator, Main-Mode message 3).
    10/12/13 5:33:39.583 PM racoon[2105]: IKE Packet: receive success. (Initiator, Main-Mode message 4).
    10/12/13 5:33:39.588 PM racoon[2105]: IKE Packet: transmit success. (Initiator, Main-Mode message 5).
    10/12/13 5:33:42.671 PM racoon[2105]: IKE Packet: transmit success. (Phase1 Retransmit).
    10/12/13 5:33:45.754 PM racoon[2105]: IKE Packet: transmit success. (Phase1 Retransmit).
    10/12/13 5:33:45.760 PM racoon[2105]: Received retransmitted packet from 999.999.999.999[500].
    10/12/13 5:33:48.839 PM racoon[2105]: IKE Packet: transmit success. (Phase1 Retransmit).
    10/12/13 5:33:57.752 PM racoon[2105]: Received retransmitted packet from 999.999.999.999[500].
    10/12/13 5:34:00.832 PM racoon[2105]: IKE Packet: transmit success. (Phase1 Retransmit).
    10/12/13 5:34:09.465 PM pppd[2104]: IPSec connection failed
    10/12/13 5:34:09.466 PM racoon[2105]: IPSec disconnecting from server 999.999.999.999
    About the configuration -- the apple client is using preshared key with ppp user/password auth. The user/password and psk all work in other clients, have re-entered them many times, have deleted then recreated the connection in Network Preferences. Have restarted the racoon service, and even rebooted several times.
    Googled around and found a number of reports of similar problem after upgrade to Lion or Mountain Lion, haven't found anything that works so far. Have disabled my antivirus, have rebooted network router, have changed access control in Keychain Access to allow access from all applications. Can't change the remote side configuration because of other users, need to find a way to solve this on my client side. I do have backups that would allow me to roll back to Snow Leopard, but does anyone have any other solution, would like to have a better alternative. Appreciate any/all suggestions, thanks.

    Thanks again, good point. I wasn't doing this on first few tries but eventually realized I needed to clean up Keychain Access because of all the duplicates I created (orphans) so yes I did delete connection and corresponding keychains then recreate then change access. Along the way I noticed that every time I later applied a change to an existing connection setting I had to return to Keychain Access and change the access control settings again, they revert back to 'confirm' from 'all access' at each change. So even if it worked for me I realize it isn't a permanent fix.
    And iCloud is 'inactive', so I guess Back to My Mac is disabled too, I don't know that app but assume so since it needs iCloud. Is there a better way to be sure it can't interfere? I do think I'm getting some phase 1 traffic out and back to the remote server evidenced by the console log, so seems the ports are not being blocked.

  • Integration of APEX in OBIEE 11g fails after upgrade to APEX 4.2.1

    I used a document from the german APEX forum to integrate Oracle Business Intelligence 11g (OBIEE) with APEX.
    After login in OBIEE a APEX page will be called without login in APEX.
    The Document is called "APEX in Oracle Business Intelligence (Oracle BI) integrieren"
    http://www.oracle.com/webfolder/technetwork/de/community/apex/tipps/biee-apex/index.html
    In APEX 4.0 this worked great. After login in OBIEE I could call a APEX page without new login.
    But after upgrading to APEX 4.2.1 now the APEX login mask is displayed.
    OBIEE uses this function to create a APEX session and store the APEX session-id and username in the table apex_biee_session:
    -- Function GET_APEX_SESSION_ID
    -- sets up an APEX session for a BIEE user
    FUNCTION get_apex_session_id (p_username IN VARCHAR2,p_days_valid IN NUMBER DEFAULT 1) RETURN VARCHAR2
    IS
    pragma autonomous_transaction;
    l_session_id NUMBER;
    l_valid_to DATE;
    l_count NUMBER;
    l_password VARCHAR2(4000);
    BEGIN
    l_valid_to := SYSDATE + NVL(p_days_valid,1);
    -- Let us delete expired records:
    BEGIN
    DELETE FROM apex_biee_session
    WHERE valid_to < TRUNC(SYSDATE,'DD');
    COMMIT;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN NULL;
    END;
    -- get next APEX session id:
    l_session_id := apex_custom_auth.get_next_session_id;
    -- Insert the BIEE user and the APEX session id in table APEX_BIEE_SESSION
    INSERT INTO apex_biee_session (username, sessioN_id, valid_to)
    VALUES (UPPER(p_username),l_session_id,l_valid_to);
    COMMIT;
    -- define an APEX user session:
    apex_custom_auth.define_user_session(
    p_user => UPPER(p_username),
    p_session_id => l_session_id);
    htmldb_application.g_unrecoverable_error := TRUE; -- tell apex engine to quit
    RETURN l_session_id;
    EXCEPTION
    WHEN OTHERS THEN RETURN '-99';
    END get_apex_session_id;
    CREATE TABLE "APEX_BIEE_SESSION"
    (     "USERNAME"     VARCHAR2(60),
         "SESSION_ID"     NUMBER,
         "VALID_TO"     DATE,
         CONSTRAINT "APEX_BIEE_SESSION_PK" PRIMARY KEY ("USERNAME","SESSION_ID")
    In APEX this page sentry function is called:
    -- Function PAGE_SENTRY
    -- used as page sentry function in APEX applications
    FUNCTION page_sentry RETURN BOOLEAN
    IS
    l_current_sid NUMBER;
    l_biee_userid VARCHAR2(255);
    l_cookie owa_cookie.cookie;
    l_c_value VARCHAR2(255) := NULL;
    l_cookie_tom owa_cookie.cookie;
    l_c_value_tom VARCHAR2(255) := NULL;
    l_session_id NUMBER;
    l_biee_auth     VARCHAR2(1) := 'N';
    BEGIN
    BEGIN
    -- If normal APEX user authentication is used, cookie LOGIN_USERNAME_COOKIE will be used
    l_cookie_tom := owa_cookie.get('LOGIN_USERNAME_COOKIE');
    l_c_value_tom := l_cookie_tom.vals(1);
    l_biee_userid := UPPER(l_cookie_tom.vals(1));
    EXCEPTION
    WHEN OTHERS THEN NULL;
    END;
    l_session_id := apex_custom_auth.get_session_id; -- in APEX 4.2.1 this returns NULL
    -- Do we have a record in table APEX_BIEE_SESSION with the current session id
    BEGIN
    SELECT UPPER(username) INTO l_biee_userid
    FROM apex_biee_session
    WHERE session_id = l_session_id AND valid_to > SYSDATE;
    l_biee_auth := 'Y';
    EXCEPTION
    WHEN NO_DATA_FOUND THEN l_biee_userid := 'Failed';
    END;
    IF l_biee_userid = 'Failed' THEN
    IF l_c_value_tom IS NULL THEN
    l_biee_userid := NULL;
    ELSE
    l_biee_userid := UPPER(l_c_value_tom);
    END IF;
    END IF;
    -- If l_biee_userid is NULL we need to call the APEX login page (done by RETURN FALSE)
    IF l_biee_userid IS NULL THEN
    RETURN FALSE;
    END IF;
    IF l_biee_auth = 'N' THEN
    l_current_sid := apex_custom_auth.get_session_id_from_cookie;
    ELSE
    l_current_sid := l_session_id;
    END IF;
    -- This is the built-in part of the session verification
    IF apex_custom_auth.is_session_valid THEN
    wwv_flow.g_instance := l_current_sid;
    IF apex_custom_auth.get_username IS NULL THEN
    apex_custom_auth.define_user_session(
    p_user => UPPER(l_biee_userid),
    p_session_id => l_current_sid);
    RETURN TRUE;
    ELSE
    IF UPPER(l_biee_userid) = UPPER(apex_custom_auth.get_username) THEN
    apex_custom_auth.define_user_session(
    p_user =>UPPER(l_biee_userid),
    p_session_id =>l_current_sid);
    RETURN TRUE;
    ELSE -- username mismatch. Unset the session cookie and redirect back here to take other branch
    apex_custom_auth.logout(
    p_this_app=>v('APP_ID'),
    p_next_app_page_sess=>v('APP_ID')||':'||nvl(v('APP_PAGE_ID'),0)||':'||l_current_sid);
    wwv_flow.g_unrecoverable_error := true; -- tell htmldb engine to quit
    RETURN FALSE;
    END IF;
    END IF;
    ELSE -- application session cookie not valid; we need a new apex session
    IF l_biee_auth <> 'Y' THEN
    l_session_id := apex_custom_auth.get_next_session_id;
    END IF;
    apex_custom_auth.define_user_session(
    p_user => l_biee_userid,
    p_session_id => l_session_id);
    wwv_flow.g_unrecoverable_error := true; -- tell htmldb engine to quit
    IF owa_util.get_cgi_env('REQUEST_METHOD') = 'GET' THEN
    wwv_flow_custom_auth.remember_deep_link(
    p_url=>'f?'||wwv_flow_utilities.url_decode2(owa_util.get_cgi_env('QUERY_STRING')));
    ELSE
    wwv_flow_custom_auth.remember_deep_link(
    p_url=>'f?p='||
    TO_CHAR(wwv_flow.g_flow_id)||':'||
    TO_CHAR(nvl(wwv_flow.g_flow_step_id,0))||':'||
    TO_CHAR(wwv_flow.g_instance));
    END IF;
    apex_custom_auth.post_login( -- register session in htmldb sessions table, set cookie, redirect back
    p_uname => l_biee_userid,
    p_app_page => wwv_flow.g_flow_id||':'||nvl(wwv_flow.g_flow_step_id,0));
    RETURN FALSE;
    END IF;
    END page_sentry;
    The problem seems to be that in line "l_session_id := apex_custom_auth.get_session_id;" the call of apex_custom_auth.get_session_id is returning NULL in APEX 4.2.1.
    In APEX 4.0 the call of apex_custom_auth.get_session_id returned the APEX session id.
    What can I do to get this working again ?
    Kind Regards,
    Markus
    Edited by: asmodius1 on Jan 10, 2013 2:06 PM

    Hi,
    this integration relies on session fixation, that's an insecure practice which is not allowed anymore since 4.1:
    http://en.wikipedia.org/wiki/Session_fixation
    Since the cookie value for the session id is missing, Apex rejects the session id and sets it to null, before calling the sentry function.
    If you absolutely want to use this kind of integration, you will have to parse the value of owa_util.get_cgi_env('QUERY_STRING') in the sentry function to get the session id. To make it a bit more secure, the row in APEX_BIEE_SESSION should only be valid for a very short time (e.g. 1 sec). A person from Oracle Support contacted me about possible improvements to this authentication a few weeks ago. I replied with the following suggestions:
    I would at least add a Y/N flag (e.g. SESSION_JOINED_BY_APEX) to the
    APEX_BIEE_SESSION table. The page sentry should only accept the session
    without an accompanying cookie if the flag is still N. It has to set it
    to Y afterwards. This way, you ensure that the session joining without
    cookie can only be done once. Maybe there should also be an alternative
    way to log in to APEX, e.g. via page 101. Currently, this authentication
    only accepts session IDs that were generated via OBIEE.
    Users could log out of APEX or the APEX session could expire. Therefore,
    the APEX app should have a post logout procedure that deletes the row in
    the OBIEE session table. On the OBIEE side, APEX_SESSION_ID should
    therefore be initialized on each request. The initialization code should
    also check APEX_WORKSPACE_SESSIONS to make sure the session still
    exists.
    Regards,
    Christian

  • System recovery fails after upgrade to Win 8.1 on Satellite L75D-A7283

    My elderly uncle forgot the password to his Win 8 user account sometime after upgrading to Win 8.1. He was the administrator, we haven't been able to get Microsoft to reset the account, so I thought to roll back the computer to its factory installation of Win 8.
    However, when I try to do that, I get as far as the Reset your PC screen and find that the only target OS is Win 8.1, not the original Win 8. Ok, I accept that. But after choosing to restore Win 8.1, it says "Unable to reset your PC. A required drive partition is missing."
    I have examined the disk by removing it and attaching it to another computer and find that both the original Win 8 recovery partition and the new Win 8.1 GPT recovery partition are both there. They just don't seem to be accessible.
    It seems that the Win 8.1 upgrade has made the original factory recovery partition inaccessible, which is not particularly helpful. We have no recovery disks to work from, so I think my only recourse is to try to get a Win 8 factory recovery disk from Toshiba, but I wondered if anyone else has a suggestion? Thanks.

    Satellite L75D-A7283
    It's my understanding the upgrade does not modify any other partitions while upgrading Windows itself. Seems likely something else is wrong.
    If you did not create recovery media before and cannot do so now, then obtain it from Toshiba. Scroll down to Get Recovery Media here.
    All the information in the section Recovering the Internal Storage Drive, which begins on p. 53 of the User's Guide, should still be applicable.
       Satellite/Satellite Pro L40/L50/L70/S40/S50/S70 - A Series User’s Guide
    -Jerry

  • YC_GEN app engine failed after upgrading from EPM 8.9 to 9.1 Rev1

    we tried upgrading our EPM 8.9 + tools 8.49.23 application to EPM 9.1 + tools 8.53.08. After upgrading when we tried to run the YC_GEN app engine it failed with the below error.
    Error:
    17449 20.26.27 0.000111 321: &ln_1 = &lbi_1.Execute();
    17450 20.26.27 0.017373 ErrorReturn-> 2 - Interlink Definition: Execution failed. (122,2) DERIVED_CG_BAT.CG_BATCH_PRV.FieldFormula Name:LoadDepends PCPC:27203 Statement:321
    Called from:YC_GEN_TBLS.MAIN.GBL.default.1900-01-01.UpdDpnds.OnExecute Statement:2
    17451 20.26.27 0.000080 <<< end-ext Nest=01 LoadDepends DERIVED_CG_BAT.CG_BATCH_PRV.FieldFormula Dur=2.480543 CPU=1.190000 Cycles=94840
    17452 20.26.27 0.000028 <<< end Nest=00 YC_GEN_TBLS.MAIN.GBL.default.1900-01-01.UpdDpnds.OnExecute Dur=2.486408 CPU=1.190000 Cycles=94874
    17453 20.26.27 0.008761 Database Options: override_connection_reset: 0
    we tried using libpsfidrvr.so file which delivered with EPM as well as with tools both is not working.

    I resolved my issue. Renamed search.sqlite and reinstalled Firefox 9.0.1
    All default search engines are now available.

Maybe you are looking for

  • Skype account balance not showing on android

    My account balance shows a few dollars when view online but the balance shown in my profile on my device shows zero???

  • Layering AS effects in app design

    whats up guys? relatively new to the forum and flash in general. Very well adept to pretty much every other adobe CS program. That said, I have a small project Im doing for school I needed some help with if you dont mind. Im designing this sort of th

  • Can't register my ipad 2

    when i try to register my ipad in itunes a message pops up saying "Could not complete itunes store request. The store may be busy." how do i stop this message popping up so i can register my ipad??

  • Mapping tables during interfacing...

    Hi, Our team has to select option from mapping tables location while working on interfacig object development. We are using Biztalk as middleware. Depending on your past xperiences I would like to have your suggestions if the mapping table should res

  • Can't  install Adobe Photoshop Elements 10

    I ALWAYS get the error: Error 1935. An error occurred during installation of assembly point.. I'm running Windows 7 64bit. Fed up with Adobe products now.