[8.163][NOTABUG][CLOSED] SSL errors on AAA

Hi All

Whilst my wireless connection dropped today I 've noticed that there were few SSL error logs on the AAA end

2011:04:14-17:48:45 *****  argos[6586]: [argos_cmd]: Failed to read from SSL socket: 0 5

2011:04:14-17:48:45 *****  argos[6586]: [argos_listen]: New connection from 192.168.2.1
2011:04:14-17:48:45 *****  argos[6586]: [auth_aua]: User wingman authenticated [REF_DefaultSuperAdminGroup]
2011:04:14-17:49:12 *****  argos[6586]: [argos_cmd]: Failed to read from SSL socket: -1 5
2011:04:14-17:50:22 *****  argos[6586]: [argos_cmd]: Failed to read from SSL socket: -1 5

2011:04:14-17:50:22 *****  argos[6586]: [set_del4]: Can't find set REF_DefaultSuperAdminGroupNetwork
2011:04:14-17:50:22 *****  argos[6586]: [set_del4]: Can't find set REF_DefaultSuperAdminNetwork
2011:04:14-17:50:22 *****  argos[6586]: [resolve_del]: Can't find IPv4 address for deletion
2011:04:14-17:50:24 *****  argos[6586]: [argos_listen]: New connection from 192.168.2.1
2011:04:14-17:50:24 *****  argos[6586]: [auth_aua]: User wingman authenticated [REF_DefaultSuperAdminGroup]


Thanks
  • Astaro Beta Report
    --------------------------------
    Version: 8.163
    Type: NOTABUG
    State: CLOSED
    Reporter: wingman
    Contributor: 
    MantisID: 
    Target version: 
    Fixed in version: 
    --------------------------------

  • Whilst my wireless connection dropped ...


    Well, if you got disconnected from the ASG, you also get disconnected from the services running on the ASG, including the AAA (argos). That's what you see in the logs.

    In this case, this is nothing to worry about.
  • Kai I dont think this is the case and my proof is below. According to the logs

    2011:04:14-17:48:45 *****  argos[6586]: [argos_listen]: New connection from 192.168.2.1
    2011:04:14-17:48:45 *****  argos[6586]: [auth_aua]: User wingman authenticated [REF_DefaultSuperAdminGroup]
    2011:04:14-17:49:12 *****  argos[6586]: [argos_cmd]: Failed to read from SSL socket: -1 5
    2011:04:14-17:50:22 *****  argos[6586]: [argos_cmd]: Failed to read from SSL socket: -1 5


    The system can see my new connection (therefore wireless is already up) and authenticates me fine. However, After the authentication I am getting the failed to read error with SSL socket.
  • Those "read errors" can as well be from a previous connection, that is just timing out in that very moment. Do you experience any real errors, not just log file entries? If not, just ignore it. We're already logging too much information (yes there's still debugging code in the beta), just to be able to do a diagnosis after an error occurred. We will reduce the logging later in the beta, but until then, please don't hunt for log messages, okay?
  • I don't have any real errors at the moment (even though I am not sure what a "real" error would be since I don't know how the application works. It might be -for example- that if SSL connection fails ,then it tries HTTP connection) . No more logs message hunting (unless something obvious [:D])