Provisioning user to AD failing after upgrading AD Connector

Hello,
I am facing issue while provisioning user to AD after i upgraded AD connector from 9.1.1.5 to 9.1.1.7, upgradtion successfull message was shown & when i tried to provision a user to AD it shows CreateUser task is rejected & following is the response shown
Response:     com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks.createADorADAMUser(java.lang.String, bool
Response Description:     Unknown response received .
Error Details
Setting task status... "com.thortech.xl.integration.ActiveDirectory.tcUtilADTasks.createADorADAMUser(java.lang.String, bool" does not correspond to a known Response Code. Using "UNKNOWN".
Above response means its not able to find CreateAD which creates user in AD ?
Thanks,
Rahul
Edited by: Rahul Shah on Jun 12, 2012 9:52 PM

1- Follow the Postupgrade Steps mentioned in the connector documentation.
2- Check if connector has been upgraded successfully and also verify active version from OIM Database table - CIH
3- Check the jar file modified date in OIM database table i.e. oimhome_jars; it should be same as connector modified date in DB table CIH.
4- Modified date in previous step is not correct then upload the jar file using Uploadjar utility available under <Middleware>/Oracle_IDM1/server/bin/
5- Restart OIM and test the provisioning.
Thanks,
Hardew

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.

  • Re: (forte-users) Unstable server ENV after upgrade to Forte30M2.

    I see/suggest a few things:
    1) In your #1, you mention ".... development and test environments which use the
    same Forte 3M installs through links ...". This concerns me. On our UNIX box
    each environment has it's own directory containing it's own install. If your
    environments are some how sharing a node manager, log directory or processes (to
    name a few things) that is a recipe for disaster. They may be competing for
    resources and usually the first one started will win.
    2) I haven't done a lot with compatibility levels, but if an application built
    in dev is to run in test it may be important that node managers and services
    (autocompile, codegen etc.) be at the same level (????).
    3) Check the definition files, to make sure the two environments operate
    independently. If they are both trying to write to the same log file the one
    started up first will work while the second will not as the file will be "busy".
    4) We usually use rpcreate (newer version) to create brand new repositories.
    Than we export/import the source code that we need. Also it is important to
    force compile ALL plans in a workspace at least once after doing the import.
    This will ensure that all of the code is "speaking the same language". The other
    compile, only compiles those pieces of code that changed from the last compile.
    Hope this helps.
    Kelsey PetrychynSaskTel Technical Analyst
    ITM - Technology Solutions - Distributed Computing
    Tel (306) 777 - 4906, Fax (306) 359 - 0857
    Internet:kelsey.petrychynSasktel.sk.ca
    Quality is not job 1. It is the only job!
    "Braja Chattaraj" <forte_brajachotmail.com> on 09/13/2000 03:43:57 PM
    Please respond to chattaraj_braja_NONLILLYlilly.com
    To: forte-userslists.xpedior.com
    cc: (bcc: Kelsey Petrychyn/SaskTel/CA)
    Subject: (forte-users) Unstable server ENV after upgrade to Forte 30M2.
    We are running Forte 3M2 clients and server in our test environment with
    clients on NT and server on Solaris 2.6. Eversince the upgrade from 3L to 3M
    we have been having an unstable environment that does not remain alive for >
    10 mins. These are the details of the Forte installs and server setups :
    1. The server hosts the development and test environments which use the same
    Forte 3M installs through links (same ftcmd, ftexec, nodemgr, etc.). The
    environments are at compatibility levels 0 and 1 respectively.
    2. The two environments have the same definition files (defining the ENV
    variables), though seperate copies and the two environments are hosted on
    different ports on the same server.
    3. While building the new 3M environmnets in DEV and TST, we exported the
    old 3L repositories and imported them into the new 3M repositories and
    deployed the applications.
    While the DEV environment is stable the TST environment is not. This has
    been observed while moving plans between the environments (export and
    import) using fscript commands, deploying the apps after the move using
    fscript, and testing the apps. Sometimes it has come down right after a
    startup. There is no programatic reference to the environment agent in the
    code. So, a programatic shutdown is ruled out.
    Does anybody have a clue or a similar experience ?
    Thanks.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    BRAJA KISHORE CHATTARAJ
    Consultant, Analysts International.
    Work : Sphinx Pharmaceuticals (A division of Eli Lilly & Co.)
    (919) 314-4134
    Home : 1801, Williamsburg Rd., #41H, Durham, NC 27707.
    (919) 463-7802
    E-mail : forte_brajachotmail.com
    Visit us www.analysts.com
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    http://profiles.msn.com.
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

    We found a solution to our issue.Their desktops were in a lockdown environment and the essbase.id file located in the windows directory was locked as well. This file is responsible for assigning ports etc and it couldn't be updated for the 6.5.4p2 upgrade. Once the file was deleted and the user reconnected to Essbase, the essbase.id was reset and they could connect.

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

  • PeopleSoft connector failing after upgrade

    Has anyone heard of the Peoplesoft connector failing to connect after a PeopleTools upgrade? We have 9.1.1.5 of the Peoplesoft User Management Connector installed. Prior to the upgrade of PeopleTools, it was on version 8.50.09 and we were able to connector and provision users. After the upgrade to PeopleTools 8.50.16, we cannot connect. Below is a piece of the log file where we are getting this error:
    DEBUG,18 Apr 2011 11:03:33,015,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader:findClass - Data: loading class - Value: oracle.iam.connectors.psft.usermgmt.integration.PSFTUMUserProxyProvisionManager
    DEBUG,18 Apr 2011 11:03:33,026,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader/findClass entered.
    DEBUG,18 Apr 2011 11:03:33,026,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader:findClass - Data: loading class - Value: psft.pt8.joa.API
    DEBUG,18 Apr 2011 11:03:33,027,[OIMCP.PSFTUM],oracle.iam.connectors.psft.usermgmt.integration.PSFTUMUserProxyProvisionManager : getConnectionWithTimeout:: STARTED
    DEBUG,18 Apr 2011 11:03:33,027,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader/findClass entered.
    DEBUG,18 Apr 2011 11:16:09,519,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader/findClass entered.
    DEBUG,18 Apr 2011 11:16:09,519,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader:findClass - Data: loading class - Value: bea.jolt.JoltVersionException
    DEBUG,18 Apr 2011 11:16:09,522,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader/findClass entered.
    DEBUG,18 Apr 2011 11:16:09,523,[XELLERATE.ADAPTERS],Class/Method: tcADPClassLoader:findClass - Data: loading class - Value: psft.pt8.joa.PSMessage
    ERROR,18 Apr 2011 11:16:09,524,[OIMCP.PSFTUM],====================================================
    ERROR,18 Apr 2011 11:16:09,524,[OIMCP.PSFTUM],oracle.iam.connectors.psft.usermgmt.integration.PSFTUMUserProxyProvisionManager : getConnectionWithTimeout : Unable to connect to Application Server. Try :: 1
    ERROR,18 Apr 2011 11:16:09,524,[OIMCP.PSFTUM],====================================================
    ERROR,18 Apr 2011 11:16:09,524,[OIMCP.PSFTUM],====================================================
    ERROR,18 Apr 2011 11:16:09,524,[OIMCP.PSFTUM],oracle.iam.connectors.psft.usermgmt.integration.PSFTUMUserProxyProvisionManager : getConnectionWithTimeout : Previously created Session Destroyed : 1
    ERROR,18 Apr 2011 11:16:09,524,[OIMCP.PSFTUM],====================================================
    DEBUG,18 Apr 2011 11:16:09,524,[OIMCP.PSFTUM],oracle.iam.connectors.psft.usermgmt.integration.PSFTUMUserProxyProvisionManager : getConnectionWithTimeout:: FINISHED
    INFO,18 Apr 2011 11:16:09,524,[OIMCP.PSFTUM],oracle.iam.connectors.psft.usermgmt.integration.PSFTUMUserProxyProvisionManager : connect : Connect = false
    ERROR,18 Apr 2011 11:16:09,524,[OIMCP.PSFTUM],====================================================
    ERROR,18 Apr 2011 11:16:09,524,[OIMCP.PSFTUM],oracle.iam.connectors.psft.usermgmt.integration.PSFTUMUserProxyProvisionManager : connect : Maximum Retries Reached. exiting........
    ERROR,18 Apr 2011 11:16:09,524,[OIMCP.PSFTUM],====================================================
    DEBUG,18 Apr 2011 11:16:09,524,[OIMCP.PSFTUM],oracle.iam.connectors.psft.usermgmt.integration.PSFTUMUserProxyProvisionManager : closeSession:: STARTED
    DEBUG,18 Apr 2011 11:16:09,525,[OIMCP.PSFTUM],oracle.iam.connectors.psft.usermgmt.integration.PSFTUMUserProxyProvisionManager : closeSession : Session Closed : true
    DEBUG,18 Apr 2011 11:16:09,525,[OIMCP.PSFTUM],oracle.iam.connectors.psft.usermgmt.integration.PSFTUMUserProxyProvisionManager : closeSession:: FINISHED
    ERROR,18 Apr 2011 11:16:09,530,[PSFTUM],====================================================
    ERROR,18 Apr 2011 11:16:09,530,[PSFTUM],oracle.iam.connectors.psft.usermgmt.integration.PSFTUMUserProvisionManager : createUser : Connection Failed
    ERROR,18 Apr 2011 11:16:09,530,[PSFTUM],====================================================
    DEBUG,18 Apr 2011 11:16:09,530,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/setAdpRetVal entered.
    DEBUG,18 Apr 2011 11:16:09,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/getRetValString entered.
    DEBUG,18 Apr 2011 11:16:09,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/getRetValString - Data: class - Value: java.lang.String
    DEBUG,18 Apr 2011 11:16:09,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/getRetValString - Data: poRetVal.toString() - Value: PSFT.CONNECTION_ERROR
    DEBUG,18 Apr 2011 11:16:09,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/getRetValString - Data: Returning:sRetVal - Value: PSFT.CONNECTION_ERROR
    DEBUG,18 Apr 2011 11:16:09,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/getRetValString left.
    DEBUG,18 Apr 2011 11:16:09,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/setAdpRetVal - Data: Setting Adapter Return Value to PSFT.CONNECTION_ERROR - Value:
    DEBUG,18 Apr 2011 11:16:09,531,[XELLERATE.ADAPTERS],Class/Method: tcAdpEvent/setAdpRetVal left.
    OIM: 9.1.0.2
    Any ideas?

    You will have to use the new psjoa jar. See the connector documentation for compatible psjoa jar.

  • 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

  • DVD drive failed after upgrade to 10.4.9

    After upgrading to OS X 10.4.9 I noticed that my internal DVD drive (SuperDrive Pioneer DVR-104) failed.
    I did the delta upgrade and immediately checked the most common "error" of misbehaving eject key. The key did not function at all, even after pressing it for minutes.
    Later I found out that the complete drive failed.
    System Profiler tells me (sorry german output)
    Modell: PIONEER DVD-RW DVR-104
    Version: 0000
    Seriennummer:
    Absteckbares Laufwerk: Nein
    Protokoll: ATAPI
    Einheiten-Nummer: 0
    Socket-Typ: Intern
    Note: no version or serial number!
    DVD player gives the message (translated):
    "no valid DVD drive found [-70012]"
    Toast does not find the drive.
    I did:
    - repair permissions
    - repair drive/file system
    - the combo upgrade
    - reset parameter ram
    - reset all from open firmware
    - reset PMU
    no change
    Do you have any hints besides replacing the drive?
    Maybe it's just a coincidence. I did not use the drive for 2 weeks before
    the upgrade.
    Stefan
    PowerMac G4 Dual 1GHz MDD   Mac OS X (10.4.9)  

    Hi, Welcome to Apple Discussions.
    It sounds like LaunchServices.
    Launch /Utilities/Terminal and copy & paste this at the command line:
    Code:
    <pre class="alt2" style="margin:0px; padding:3px; border:1px inset; width:640px; height:34px; overflow:auto">/System/Library/Frameworks/ApplicationServices.framework/\Frameworks/LaunchServi ces.framework/Support/lsregister \-kill -r -domain local -domain system -domain user</pre>
    Then log out and back in or restart. Let us know.
    -mj
    [email protected]

  • 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

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

  • [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)

  • ISE Admin Access with AD Credentials fails after upgrade 1.2.1 to 1.3.0

    Hello,
    After upgrading ISE VM from 1.2.1 to 1.3.0.876, I can't connect on ISE with AD Credentials (Invalid Username or Password). It worked find before upgrading to 1.3.
    On another ISE VM in 1.3.0.876 version (w/o upgrade) with this kind of configuration, it's OK.
    I have double check the Post-upgrade tasks (particularly rejoining Active Directory). Everything worked find after this upgrade except the admin access with AD credentials.
    I don't use user certificate-based authentication for admin access. So I didn't execute application start ise safe CLI.
    My 802.1x wireless users passed authentication with AD credentials. So the ISE had correctly join my AD.
    I didn't find anything related to this admin access with AD credentials failure in the output of show logging application ise and show logging.
    I don't find anything related to this in bug search on Cisco tools.
    I tried to :
    - update the SID of my Admin AD Group, the result is still the same.
    - delete my admin access with AD credentials configuration then make this configuration again, but still the same error.
    Any ideas on this ? Could I find elements in another log ?
    Regards.

    Dear Markus,
    After logging as user "prdadm"
    su - prdadm
    bssltests% bash-3.00$ ls -a
    .                            .dbenv_bssltests.sh-old      .sapenv_bssltests.sh         startdb.log
    ..                           .dbenv_bssltests.sh-old10    .sapenv_bssltests.sh-new     startsap_.log
    .bash_history                .dbsrc_bssltests.csh         .sapenv_bssltests.sh-old10   startsap_DVEBMGS00.log
    .cshrc                       .dbsrc_bssltests.sh          .sapsrc_bssltests.csh        startsap_DVEBMGS01.log
    .dbenv_bssltests.csh         .login                       .sapsrc_bssltests.sh         stopdb.log
    .dbenv_bssltests.csh-new     .profile                     dev_sapstart                 stopsap_.log
    .dbenv_bssltests.csh-old     .sapenv_bssltests.csh        local.cshrc                  stopsap_DVEBMGS00.log
    .dbenv_bssltests.csh-old10   .sapenv_bssltests.csh-new    local.login                  stopsap_DVEBMGS01.log
    .dbenv_bssltests.sh          .sapenv_bssltests.csh-old    local.profile                trans.log
    .dbenv_bssltests.sh-new      .sapenv_bssltests.csh-old10  sqlnet.log
    bash-3.00$
    bash-3.00$
    I have changed envt settings in .dbenv_bssltests.csh & .dbenv_bssltests.sh
    .sapenv_bssltests.sh & .sapenv_bssltests.csh  [4 files]
    Regards,
    Ankita

  • IDM fails after upgrade to 6.1(1)E3

    Hi,
    I have a pair of ASA 5520s in active/standby with AIP-SSM-20 modules in each one...
    I upgraded one of the sensors this morning to 6.1(1)E3 from 6.0(5)E2, since I upgraded, I'm not able to get to large portions of the new version of IDM. I creates several Java errors...
    I will post several Java Tracebacks in an attached file.
    I get tracebacks when:
    Hitting "Next" on initial setup wizard (1st traceback)
    Trying to look at "Allowed Hosts/Networks" (2nd Traceback)
    Trying to look at "Users" (3rd Traceback)
    It also errors when I try to open most of the options under "Interfaces".
    I get the errors when running IDM in standalone. They all seem to point to a NullPointerException.
    When I access the IPS via ASDM (5.2), I
    can see the "Allowed hosts/networks" and users section, as well as interface information, but I get a different error when trying to look at any signatures / or Event Action Rules (default or not):
    "bb cannot be cast to q"
    These traces are in "tracebacks2.txt".
    Computer is running Vista SP1 (yes, I'm sure Vista is part of the problem, but I dont really have a choice right now ;-))
    Java Web Start 1.6.0_10
    Using JRE version 1.6.0_10 Java HotSpot(TM) Client VM
    I'm going to try updating this sensor to 6.2 and see what happens...

    Same results after upgrading to 6.2(1)E3
    I have also tried clearing IDM cache, ASDM cache etc.

  • 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

Maybe you are looking for