Announcement

Collapse
No announcement yet.

Gaps in feed at 3am for 3 days

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Gaps in feed at 3am for 3 days

    Referring to the attached photo, 3 days ago (Sunday 18z) I switched feeding from a Windows based system to an Rpi, since switching at 3am each day there has been a small break in feeding. As far as I know I haven't had an internet problem.
    Any ideas what might be causing this, could the Pi be set to check for updates and stop feeding? It's not the end of the world as there is hardly any traffic at this time of day but I'm just curious

    PaulFR24-1.jpg

  • #2
    Check if there's anything that run in crontab at 3am:
    Code:
    grep -i cron /var/log/syslog

    Comment


    • #3
      Originally posted by ambro View Post
      Check if there's anything that run in crontab at 3am:
      Code:
      grep -i cron /var/log/syslog
      I tried the above command but the report it gives starts at 6am - I'm not sure if its possible to specify a range of times for the report.
      The original problem still exists - a gap in feeding every day
      Paul

      Comment


      • #4
        Originally posted by paulgul View Post
        I tried the above command but the report it gives starts at 6am - I'm not sure if its possible to specify a range of times for the report.
        The original problem still exists - a gap in feeding every day
        Paul
        What about the fr24feed log? It should be under /var/log/fr24feed or similar

        Comment

        Working...
        X