[Bug 1767] IRC Logs Not Updated Since December
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Thu Mar 17 23:07:19 UTC 2011
https://www.rtems.org/bugzilla/show_bug.cgi?id=1767
Chris Johns <chrisj at rtems.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Chris Johns <chrisj at rtems.org> 2011-03-17 18:07:18 CDT ---
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
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list