Bugs in Mtracks - 2.5.11-20 noted during pre sales trip by Saurabh
Submitted by saurabh on Wed, 2007-02-14 12:20
- Fetchmail
- By default, /etc/init.d/fetchmail has -d 900 irrespective of
time period given - -a and -f options both exist
- By default, /etc/init.d/fetchmail has -d 900 irrespective of
- Mail highlights
- Mail highlights cannot be viewed by default
- Changes to be made
- cd /opt/merce/data
- touch MSGID_DATA
- chown merce.merce MSGID_DATA
- chmod 600 MSGID_DATA
- addition of crons to merce
# (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $) 20 10 * * * /opt/merce/bin/cron/cron.mailhighlights thisweek 25 10 * * * /opt/merce/bin/cron/cron.mailhighlights yesterday 30 10 * * * /opt/merce/bin/cron/cron.mailhighlights thisyear 35 10 * * * /opt/merce/bin/cron/cron.mailhighlights thismonth 40 10 * * * /opt/merce/bin/cron/cron.mailhighlights lastmonth 45 10 * * * /opt/merce/bin/cron/cron.mailhighlights lastweek 20 10 * * * /opt/merce/bin/cron/cron.webhighlights lastweek 25 10 * * * /opt/merce/bin/cron/cron.webhighlights thisweek 30 10 * * * /opt/merce/bin/cron/cron.webhighlights yesterday 35 10 * * * /opt/merce/bin/cron/cron.webhighlights thisyear 40 10 * * * /opt/merce/bin/cron/cron.webhighlights thismonth 45 10 * * * /opt/merce/bin/cron/cron.webhighlights lastmonth
- Mail highlights report generation
- When checked for a time period whose report is not generated it
gives a 403 page not found error instead of report cannot be
generated message.
- When checked for a time period whose report is not generated it
- Site and ad blocking
- When site url is entered and we click on add and activate a
cron runs every 10 minutes which executes
/opt/merce/bin/maint/proxyblock_activate - This program is supposed to add blocked url to
/etc/apache2/proxyblock.conf which does not happen - Changes that I made
- vi /etc/merce/Netconfig.sh
- Existing Proxyblockqfile="$Netdatadir/proxyblock.conf"
- Changed to Proxyblockqfile="$Nettmpdir/proxyblock.conf"
- vi /opt/merce/bin/maint/proxyblock_activate
- Existing PROXYBLOCK_ACTIVATEFLAG=$Netdatadir/$ME
- Changed to PROXYBLOCK_ACTIVATEFLAG=$Nettmpdir/$ME
- Before checking existence of PROXYBLOCK_ACTIVATEFLAG I
touched the file - Which is the correct way to ensure that proxyblocking
works? - Similar method followed for ad blocking
- When site url is entered and we click on add and activate a
- IBM Ethernet controller, Broadcom not supported on SusE Linux 9.1
- IBM Xseries machine change - noted by abhay here
»
- Login to post comments
- Printer-friendly version
- Send to friend
Add/Edit user in Mtracks
When "adding" user; mtracks correctly displays "Date of joining" year from 1937-2007(Current) but when "editing" user information, it displays year in "Date of joining" from 2007.