#1767 closed defect (fixed)

IRC Logs Not Updated Since December

Reported by: Joel Sherrill Owned by: Chris Johns
Priority: normal Milestone: 4.11
Component: tool/website Version: 4.11
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

http://www.rtems.org/irclogs/index.html

I don't know what should be running

Change History (3)

comment:1 Changed on 03/17/11 at 11:36:13 by Joel Sherrill

Owner: changed from Joel Sherrill to Chris Johns

comment:2 Changed on 03/17/11 at 22:07:18 by Chris Johns

Resolution: fixed
Status: newclosed

This is handled by the 'rtems' account on rtems.org. The crontab entries are:

# check that the IRC logger is running every minute

  • * * * * /home/rtems/irclogcheck

# update the IRC logs every 10 minute
0-55/5 * * * * /home/rtems/irc-scripts/irc-html.py -b /home/rtems/static/irclogs -l /home/rtems/supybot/logs/ChannelLogger/freenode/#rtems -t 'RTEMS IRC Log'

Looks like there was no 2011 directory to output into. This is a bug in the script because it should have created the missing output directory. I have not fixed the script rather I just made a number of directories and copied the missing few logs. I then regenerated the logs using:

/home/rtems/irc-scripts/irc-html.py --regen -b /home/rtems/static/irclogs -l /home/rtems/supybot/logs/ChannelLogger/freenode/#rtems -t 'RTEMS IRC Log' -v

comment:3 Changed on 11/24/14 at 18:58:28 by Gedare Bloom

Version: HEAD4.11

Replace Version=HEAD with Version=4.11 for the tickets with Milestone >= 4.11

Note: See TracTickets for help on using tickets.