https://bugs.koozali.org/show_bug.cgi?id=12684

            Bug ID: 12684
           Summary: pppoe not logged anymore
    Classification: Contribs
           Product: SME Contribs
           Version: 10.0
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-smeadmin
          Assignee: contribteam@lists.contribs.org
          Reporter: te...@pialasse.com
        QA Contact: contribteam@lists.contribs.org
  Target Milestone: ---

wan/ppoe log has been moved from messages to wan/current only

@40000000663accd422d820bc sent [IPCP ConfReq id=0x1 <addr x>]
@40000000663accd4239d60d4 rcvd [IPCP ConfReq id=0xba <addr y>]
@40000000663accd4239e1c54 sent [IPCP ConfAck id=0xba <addr y>]
@40000000663accd4239ea50c rcvd [IPCP ConfNak id=0x1 <addr x>]
@40000000663accd4239f25f4 sent [IPCP ConfReq id=0x2 <addr x>]
@40000000663accd429b9b594 rcvd [IPCP ConfAck id=0x2 <addr x>]
@40000000663accd42a037094 local  IP address x
@40000000663accd42a0437cc remote IP address y


so now in message we only get

/var/log/messages-20240512:May  7 20:52:26 atlas pppd[16012]: local  IP address
X
/var/log/messages-20240512:May  7 20:52:26 atlas pppd[16012]: remote IP address
y


hence the current regex does not get the initial connection
if($l =~ /(\w{3}\s{1,2}\d{1,2} [0-9:]{8}) $SystemName pppd\[(\d+)\]: rcvd
\[IPCP ConfAck id=0x\w+ <addr (\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})>\]/o)
{

should be 
if($l =~ /(\w{3}\s{1,2}\d{1,2} [0-9:]{8}) $SystemName pppd\[(\d+)\]: local  IP
address (\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})/o) {

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail contribteam-unsubscr...@lists.contribs.org
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to