[7.890][BUG][OPEN] Errant error messages

Hi,
Today I received 2 error messages advising my internet was down then up.

The ISP hasn't recorded any changes, there is nothing logged in the ASG log file for the PPPoE connection.

Then there is inevitable http proxy restart message after external link goes down.

Ian M

Extracts from the mail messages

[fw1-on-house.dnsalias.net][WARN-032] Internet uplink is down
Your internet uplink Big Bad World is down!

There are now 0 uplink interfaces up and 1 uplink interfaces down.

[fw1-on-house.dnsalias.net][WARN-033] Internet uplink is up again
Your internet uplink Big Bad World is up again!

There are now 1 uplink interfaces up and 0 uplink interfaces down.
  • Astaro Beta Report
    --------------------------------
    Version: 7.890
    Type: BUG
    State: OPEN
    Reporter: RFCat_vk
    Contributor:  
    MantisID: 
    Target version: 
    Fixed in version: 
    --------------------------------

  • Hi Ian,

    the Internet Monitoring state is (luckily for cable modem users / people with access routers) not determined by the state of the uplink interface (PPPoE up/down) but is analyzed by the fact - correct me if I'm wrong dev-folks - that either the Up2Date servers or the DNS root servers are reachable.

    So, could it be that there was a slight "hickup" in your ISPs network at that time?

    Christian
  • any other hints that you can give us, like when did it happen, are there any log entries besides the http proxy restart?
  • Hi,
    the only hint I can give is that 1221:xx down and 1222:xx up.

    I still can't search the http log or the fall back log they are way to large.
    The extracts below occur often in similar form.
    2010:03:17-12:22:37 fw1-on-house confd[15354]:  I Storage::commit:344() => id="3100" severity="info" sys="System" sub="confd" name="internal commit" user="system" srcip="127.0.0.1" sid="NSyzhtLATJJqNDsIDvOB" facility="system" client="service_monitor" storage="/cfg"
    2010:03:17-12:22:37 fw1-on-house confd[3912]:  I main::top-level:460() => id="310a" severity="info" sys="System" sub="confd" name="object changed" class="interface" type="pppoe" ref="REF_DefaultInternal" objname="Big Bad World" user="system" srcip="127.0.0.1" sid="NSyzhtLATJJqNDsIDvOB" facility="system" client="service_monitor" pid="15354" attr_link="1" oldattr_link="0"
    2010:03:17-12:22:38 fw1-on-house confd[3912]:  I main::top-level:562() => id="310n" severity="info" sys="System" sub="confd" name="applied changes" user="system" srcip="127.0.0.1" sid="NSyzhtLATJJqNDsIDvOB" facility="system" client="service_monitor" pid="15354" version="485" storage="/cfg"

    Still searching.

    Up2date log shows up2date ran at 1219



    Ian M
  • This might be due to the fact that SvenS enabled some debugging on your system. Please keep an eye on this, but if it doesn't happen again, we'll have a hard time hunting this one down.
  • this might help you when looking at large logs:

    grep -C 10 "Internet uplink is " /var/log/mdw.log


    the -C stands for "context" and displays n lines around the line containing "Internet uplink"