On Fri, Sep 12, 2008 at 4:40 PM, Dusty Phillips <buchuki@gmail.com> wrote:
reporead does some great stuff with logger (debug and info). Do you know if any of those logged messages are saved?
They're stored in /tmp/archweb_update.log and emailed to me once a day. This is all done in the cron script located at /etc/cron.hourly/update_web_db.sh Looking at it, I noticed lots of this: 2008-09-12 18:02:38 -> INFO: Finished repo parsing 2008-09-12 18:02:38 -> INFO: Starting database updates. 2008-09-12 18:02:38 -> INFO: Updating Arch: x86_64 2008-09-12 18:02:47 -> INFO: Finished updating Arch: x86_64 2008-09-12 18:02:47 -> INFO: Updating Arch: i686 2008-09-12 18:02:47 -> INFO: Removing package kde-l10n-ca from database 2008-09-12 18:02:47 -> INFO: Removing package xalan-java from database 2008-09-12 18:02:47 -> INFO: Removing package fcgi from database 2008-09-12 18:02:47 -> INFO: Removing package enblend-enfuse from database 2008-09-12 18:02:47 -> INFO: Removing package netcdf from database 2008-09-12 18:02:47 -> INFO: Removing package mirage from database 2008-09-12 18:02:47 -> INFO: Removing package glhack from database ..... lots and lots of "Removing package" lines .... I wonder a) why those were removed and b) if that is related to the x86_64 orphaning