From owner-freebsd-questions@freebsd.org Mon Oct 22 01:37:07 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5DE5FD79EF for ; Mon, 22 Oct 2018 01:37:06 +0000 (UTC) (envelope-from doctor@doctor.nl2k.ab.ca) Received: from doctor.nl2k.ab.ca (doctor.nl2k.ab.ca [204.209.81.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04CDE80814 for ; Mon, 22 Oct 2018 01:37:05 +0000 (UTC) (envelope-from doctor@doctor.nl2k.ab.ca) Received: from doctor by doctor.nl2k.ab.ca with local (Exim 4.91 (FreeBSD)) (envelope-from ) id 1gEP9M-0005P8-VY for freebsd-questions@freebsd.org; Sun, 21 Oct 2018 19:36:56 -0600 Date: Sun, 21 Oct 2018 19:36:56 -0600 From: The Doctor To: freebsd-questions@freebsd.org Subject: Anyone seen a cron bomb before? Message-ID: <20181022013656.GA20110@doctor.nl2k.ab.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Oct 2018 01:37:07 -0000 This is so much o a cron bomb that the swap run out. Very annoying!! MY Crontab is # /etc/crontab - root's crontab for FreeBSD # # $FreeBSD: releng/11.2/etc/crontab 194170 2009-06-14 06:37:19Z brian $ # SHELL=/bin/sh PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/sbin # #minute hour mday month wday who command # #*/5 * * * * root /usr/libexec/atrun # # Save some entropy so that /dev/random can re-seed on boot. * 23 * * * operator /usr/libexec/save-entropy # # Rotate log files every hour, if necessary. 0 * * * * root newsyslog # # Perform daily/weekly/monthly maintenance. 1 3 * * * root periodic daily 15 4 * * 6 root periodic weekly 30 5 1 * * root periodic monthly # # Adjust the time zone if the CMOS clock keeps local time, as opposed to # UTC time. See adjkerntz(8) for details. 1,31 0-5 * * * root adjkerntz -a #other stuff #*/5 * * * * root cd /var/spool/exim/msglog/;/usr/local/sbin/exim -M 1e*;/usr/local/sbin/exim -v -q 15 * * * * root /usr/local/sbin/eximstats -html=/usr/local/www/apache24/data/eximstats.html /var/log/exim/mainlog 0 3 * * * root /bin/sh /etc/google 48 * * * * root /usr/local/bin/freshclam #15 * * * * root /usr/sbin/service mysql-server restart;/usr/local/sbin/apachectl restart > /dev/null 2>&1 #*/5 * * * * root /usr/local/bin/mysql --one-database mysql --user=root --password=LyndaX69!! < /usr/home/doctor/mysqldump20181011 > /dev/null 2>&1 0,45,59 4 * * * root /usr/sbin/service exim restart;/usr/sbin/service dovecot restart; /usr/local/sbin/rotate -b -r 3 /var/log/httpd/error_log;/usr/local/sbin/apachectl restart 3 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "ftp.nk.ca" -o /usr/local/www/apache24/data/ftp_stats/usage -t CurrentFTPstats /var/log/pureftpd.log > /dev/null 2>&1 3 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.nk.ca" -o /usr/local/www/apache24/data/usage -t Currentstats /var/log/httpd/access_log > /dev/null 2>&1 4 * * * * root /usr/bin/nice -20 /usr/local/bin/analog +A +C"HOSTNAME NetKnow" +O/usr/local/www/apache24/data/analog/index.html /var/log/httpd/access_log > /dev/null 2>&1 4 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "secure.nl2k.ab.ca" -o /usr/local/www/apache24/SSLconf/docs/usage -t Currentstats /var/log/httpd/secure_Access_log > /dev/null 2>&1 4 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.mmwglobal.com" -o /usr/home/kellyb/html/usage -t Currentstats /var/log/httpd/mmwglobal-access_log > /dev/null 2>&1 5 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "secure.nl2k.ab.ca" -o /usr/local/www/apache24/SSLconf/docs/usage/transfer -t Currentstats /var/log/httpd/transfer_log > /dev/null 2>&1 6 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.buffetroyale.com" -o /usr/home/mbarnes/html/buffetroyale/usage -t Currentstats /var/log/httpd/buffetroyal-access_log > /dev/null 2>&1 6 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.mblightning.com" -o /usr/home/mblight/html/usage -t Currentstats /var/log/httpd/mblightning-access_log > /dev/null 2>&1 9 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.massageresultscourses.com" -o /usr/home/free/html/massage/usage -t Currentstats /var/log/httpd/massageresultscourses-access_log > /dev/null 2>&1 10 * * * * root /usr/bin/nice -20 /usr/local/bin/analog +A +C"HOSTNAME MAssage Results Courses" +O/usr/home/free/html/massage/analog/index.html /var/log/httpd/massageresultscourses-access_log > /dev/null 2>&1 9 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.virtualtruckroute.com" -o /usr/home/summit/html/virtualtruckroute/usage -t Currentstats /var/log/httpd/virtualtruckroute-access_log > /dev/null 2>&1 9 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.northernoutdoorsman.com" -o /usr/home/summit/html/northernoutdoorsman/usage -t Currentstats /var/log/httpd/northernoutdoorsman-access_log > /dev/null 2>&1 9 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.acachockey.info" -o /usr/home/summit/html/acachockey/usage -t Currentstats /var/log/httpd/acachockey-access_log > /dev/null 2>&1 10 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.zippclamp.com" -o /var/www/SSLconf/docs/davidb/html/usage -t Currentstats /var/log/httpd/zippclamp-access_log > /dev/null 2>&1 11 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.eagle-insurance.com" -o /usr/home/eagleins/html/usage -t Currentstats /var/log/httpd/eagle-ins-access_log > /dev/null 2>&1 13 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.proflamefireplaces.ca" -o /usr/home/aboo/html/proflame/usage -t Currentstats /var/log/httpd/proflamefireplace-access_log > /dev/null 2>&1 14 * * * * root /usr/bin/nice -20 /usr/local/bin/analog +A +C"HOSTNAME ProFlame" +O/usr/home/aboo/html/proflame/analog/index.html /var/log/httpd/proflamefireplace-access_log > /dev/null 2>&1 14 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.sdf.ca" -o /usr/home/andkon/html/usage -t Currentstats /var/log/httpd/sdf-access_log > /dev/null 2>&1 14 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.seedcentre.com" -o /usr/home/knattrass/html/usage -t Currentstats /var/log/httpd/seedcentre-access_log > /dev/null 2>&1 14 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.amhfinancial.ca" -o /usr/home/amh/html/usage -t Currentstats /var/log/httpd/amhfinancial-access_log > /dev/null 2>&1 14 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.brinkmann.ca" -o /usr/home/bhbrinkmann/html/usage -t Currentstats /var/log/httpd/brinkmann-access_log > /dev/null 2>&1 15 * * * * root /usr/bin/nice -20 /usr/local/bin/analog +A +C"HOSTNAME AMHFinancial" +O/usr/home/amh/html/analog/index.html /var/log/httpd/amhfinancial-access_log > /dev/null 2>&1 15 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.precisionceramics.com" -o /usr/home/precision/html/usage -t Currentstats /var/log/httpd/precision-access_log > /dev/null 2>&1 19 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.albertadogs.com" -o /usr/home/mparish/html/usage -t Currentstats /var/log/httpd/albertadogs-access_log > /dev/null 2>&1 22 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.leungsauto.ca" -o /usr/home/aboo/html/leungs/usage -t Currentstats /var/log/httpd/leungsauto-access_log > /dev/null 2>&1 22 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.afragranceforall.com" -o /usr/home/debster/html/usage -t Currentstats /var/log/httpd/afragranceforall-access_log > /dev/null 2>&1 23 * * * * root /usr/bin/nice -20 /usr/local/bin/analog +A +C"HOSTNAME LeungsAuto" +O/usr/home/aboo/html/leungs/analog/index.html /var/log/httpd/leungsauto-access_log > /dev/null 2>&1 23 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.bodysoothe.com" -o /usr/home/bodysoothe/html/usage -t Currentstats /var/log/httpd/bodysoothe-access_log > /dev/null 2>&1 25 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.beaverlodgemotorinn.com" -o /usr/home/aha/html/BeaverlodgeInn/usage -t Currentstats /var/log/httpd/beaverlodgemotorinn-access_log > /dev/null 2>&1 26 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.rusticboergoats.com" -o /usr/home/rusticwood/html/usage -t Currentstats /var/log/httpd/rusticboergoats-access_log > /dev/null 2>&1 26 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.mysteries4you.com" -o /usr/home/mysteries/html/usage -t Currentstats /var/log/httpd/mysteries4you-access_log > /dev/null 2>&1 #27 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.stalbertinn.com" -o /usr/home/michaele/html/usage -t Currentstats /var/log/httpd/stalbertinn-access_log > /dev/null 2>&1 27 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.bestwesternwaysideinn.com" -o /usr/home/netlawr/html/wayside/usage -t Currentstats /var/log/httpd/bestwesternwaysideinn-access_log > /dev/null 2>&1 27 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.ukrainian-philately.info" -o /usr/home/vesna/html/usage -t Currentstats /var/log/httpd/ukrainian-philately-access_log > /dev/null 2>&1 30 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.coveredshelters.com" -o /usr/home/netlawr/html/aurora/usage -t Currentstats /var/log/httpd/coveredshelters-access_log > /dev/null 2>&1 31 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.snorefree2.com" -o /usr/home/aboo/html/snorefree2/usage -t Currentstats /var/log/httpd/snorefree2-access_log > /dev/null 2>&1 31 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.nbsapparel.com" -o /usr/home/nbs/html/usage -t Currentstats /var/log/httpd/nbsapparel-access_log > /dev/null 2>&1 31 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.linkedproductions.com" -o /usr/home/production/html/usage -t Currentstats /var/log/httpd/linkedproductions-access_log > /dev/null 2>&1 31 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.regisplazahotel.com" -o /usr/home/regis/html/usage -t Currentstats /var/log/httpd/regisplazahotel-access_log > /dev/null 2>&1 32 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.429sqn.ca" -o /usr/home/kopper/html/usage -t Currentstats /var/log/httpd/429sqn-access_log > /dev/null 2>&1 33 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.robertsonsplumbing.com" -o /usr/home/robertsons/html/usage -t Currentstats /var/log/httpd/reobertsonplubming-access_log > /dev/null 2>&1 33 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.fdlauto.com" -o /usr/home/fdl/html/usage -t Currentstats /var/log/httpd/dbrenovations-access_log > /dev/null 2>&1 34 * * * * root /usr/bin/nice -20 /usr/local/bin/analog +A +C"HOSTNAME Robersont's Plumbing" +O/usr/home/robertsons/html/analog/index.html /var/log/httpd/reobertsonplubming-access_log > /dev/null 2>&1 34 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.mmrl.ca" -o /usr/home/mmrladm/html/usage -t Currentstats /var/log/httpd/mmrl-access_log > /dev/null 2>&1 36 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.healthcareandrehab.com" -o /usr/home/hcars/html/usage -t Currentstats /var/log/httpd/healthcareandrehab-access_log > /dev/null 2>&1 36 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.ammundsenhomecare.com" -o /usr/home/hcars/html/ammundsen/usage -t Currentstats /var/log/httpd/d99kickoff-access_log > /dev/null 2>&1 37 * * * * root /usr/bin/nice -20 /usr/local/bin/analog +A +C"HOSTNAME HealthCareAndRehab" +O/usr/home/hcars/html/analog/index.html /var/log/httpd/healthcareandrehab-access_log > /dev/null 2>&1 37 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.aimsfc.com" -o /usr/home/ips/html/usage -t Currentstats /var/log/httpd/aimsfc-access_log > /dev/null 2>&1 38 * * * * root /usr/bin/nice -20 /usr/local/bin/analog +A +C"HOSTNAME AmmundsenHomeCare" +O/usr/home/hcars/html/ammundsen/analog/index.html /var/log/httpd/d99kickoff-access_log > /dev/null 2>&1 38 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.californiawallbeds.com" -o /usr/home/california/html/usage -t Currentstats /var/log/httpd/californiawallbeds-access_log > /dev/null 2>&1 39 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.recycleresources.com" -o /usr/home/blayton/html/usage -t Currentstats /var/log/httpd/recycleresources-access_log > /dev/null 2>&1 41 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.eliteclans.com" -o /usr/home/eliteclans/html/usage -t Currentstats /var/log/httpd/eliteclans-access_log > /dev/null 2>&1 41 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.groupbdi.com" -o /usr/home/bdigroup/html/usage -t Currentstats /var/log/httpd/groupbdi-access_log > /dev/null 2>&1 41 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.albertareservations.com" -o /usr/home/aha/html/ABReservations/usage -t Currentstats /var/log/httpd/albertareservations-access_log > /dev/null 2>&1 42 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.explorebanff.info" -o /usr/home/aha/html/EA_Bffif/usage -t Currentstats /var/log/httpd/explorebanff-access_log > /dev/null 2>&1 43 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.vancouverbreastcentre.com" -o /usr/home/vbc/html/usage -t Currentstats /var/log/httpd/vancouverbreastcentre-access_log > /dev/null 2>&1 43 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.atalocal43.ab.ca" -o /usr/home/wwoytkiw/html/atalocal43/usage -t Currentstats /var/log/httpd/atalocal43-access_log > /dev/null 2>&1 43 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.explorejasper.info" -o /usr/home/aha/html/EA_Jasif/usage -t Currentstats /var/log/httpd/explorejasper-access_log > /dev/null 2>&1 43 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.exploreedmonton.info" -o /usr/home/aha/html/EA_Edmif/usage -t Currentstats /var/log/httpd/exploreedmonton-access_log > /dev/null 2>&1 44 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.explorecalgary.info" -o /usr/home/aha/html/EA_Calif/usage -t Currentstats /var/log/httpd/explorecalgary-access_log > /dev/null 2>&1 45 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.cardiovascular.ca" -o /usr/home/ricky/html/usage -t Currentstats /var/log/httpd/cardiovascular-access_log > /dev/null 2>&1 45 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.discountdining.ca" -o /usr/home/mbarnes/html/discountdining/usage -t Currentstats /var/log/httpd/discountdining-access_log > /dev/null 2>&1 45 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.kachkargroup.com" -o /usr/home/kachkar/html/usage -t Currentstats /var/log/httpd/kachkargroup-access_log > /dev/null 2>&1 45 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.exoticscanada.ca" -o /usr/home/shannongrange/html/usage -t Currentstats /var/log/httpd/exoticscanada-access_log > /dev/null 2>&1 45 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.e-z.ca" -o /usr/home/ez/html/usage -t Currentstats /var/log/httpd/edzabinski-access_log > /dev/null 2>&1 #45 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.agriculturecanada.ca" -o /usr/home/misc/html/agriculturecanada.ca/usage -t Currentstats /var/log/httpd/agriculture-access_log > /dev/null 2>&1 45 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.iuoe955union.com" -o /usr/home/iuoe955union/html/usage -t Currentstats /var/log/httpd/iuoe955union-access_log > /dev/null 2>&1 45 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.iuoe955trust.com" -o /usr/home/iuoe955trust/html/usage -t Currentstats /var/log/httpd/iuoe955trust-access_log > /dev/null 2>&1 45 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.explorealberta.info" -o /usr/home/aha/html/EA_ABif/usage -t Currentstats /var/log/httpd/explorealberta-access_log > /dev/null 2>&1 46 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.exoticscanada.ca" -o /usr/home/shannongrange/html/usage -t Currentstats /var/log/httpd/exoticscanada-access_log > /dev/null 2>&1 46 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.edmontonlasercentre.com" -o /usr/home/netlawr/html/laser/usage -t Currentstats /var/log/httpd/edmontonlasercentre-access_log > /dev/null 2>&1 46 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.bonesnet.ws" -o /usr/home/bones/html/usage -t Currentstats /var/log/httpd/lrmail-access_log > /dev/null 2>&1 46 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.campgroundsalberta.info" -o /usr/home/aha/html/EA_cgAB/usage -t Currentstats /var/log/httpd/campgroundsalberta-access_log > /dev/null 2>&1 47 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.firstclasspainting.com" -o /usr/home/mariodiana/html/usage -t Currentstats /var/log/httpd/firstclasspainting-access_log > /dev/null 2>&1 47 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.alberta-hotelmotels.com" -o /usr/home/aha/html/EA_AB_hm/usage -t Currentstats /var/log/httpd/alberta-hotelmotels-access_log > /dev/null 2>&1 47 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.albertatravelguide.com" -o /usr/home/aha/html/EA_ABtg/usage -t Currentstats /var/log/httpd/albertatravelguide-access_log > /dev/null 2>&1 47 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.recycleresources.com" -o /usr/home/blayton/html/usage -t Currentstats /var/log/httpd/recycleresources-access_log > /dev/null 2>&1 47 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.biopolos.ca" -o /usr/home/radcock/html/usage -t Currentstats /var/log/httpd/biopolis-access_log > /dev/null 2>&1 47 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.alberta-travelguide.com" -o /usr/home/aha/html/EA_AB_tg/usage -t Currentstats /var/log/httpd/alberta-travelguide-access_log > /dev/null 2>&1 #48 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.heritagefestivals.ca" -o /usr/home/festivals/html/heritagefestivals.ca/usage -t Currentstats /var/log/httpd/heritagefestivals-ca-access_log > /dev/null 2>&1 48 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.alberta-hotels.com" -o /usr/home/aha/html/EA_AB_ht/usage -t Currentstats /var/log/httpd/alberta-hotels-access_log > /dev/null 2>&1 49 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.alberta-campgrounds.com" -o /usr/home/aha/html/EA_AB_cg/usage -t Currentstats /var/log/httpd/alberta-campgrounds-access_log > /dev/null 2>&1 49 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.safetyresults.ca" -o /var/www/SSLconf/docs/safety/html/usage -t Currentstats /var/log/httpd/safetyresults-access_log > /dev/null 2>&1 49 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.integrationpilates.com" -o /usr/home/integration/html/usage -t Currentstats /var/log/httpd/integrationpilates-access_log > /dev/null 2>&1 50 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.historyrecord.ca" -o /usr/home/bgcampbell/html/usage -t Currentstats /var/log/httpd/historyrecord-access_log > /dev/null 2>&1 50 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.reflectix.net" -o /usr/home/reflectix/html/usage -t Currentstats /var/log/httpd/reflectix-access_log > /dev/null 2>&1 50 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.perfectfuturesales.com" -o /usr/home/slaporte/html/usage -t Currentstats /var/log/httpd/perfectfuturesales-access_log > /dev/null 2>&1 50 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.comfortplusmats.com" -o /usr/home/pvcomfortplus/html/usage -t Currentstats /var/log/httpd/pvcp-access_log > /dev/null 2>&1 51 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.alberta-accommodations.com" -o /usr/home/aha/html/EA_AB_ac/usage -t Currentstats /var/log/httpd/alberta-accommodations-access_log > /dev/null 2>&1 52 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.gamershaven.ca" -o /usr/home/myopea/html/usage -t Currentstats /var/log/httpd/gamershaven-access_log > /dev/null 2>&1 55 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.coventryrealty.ca" -o /usr/home/coventry/html/usage -t Currentstats /var/log/httpd/coventryrealty-access_log > /dev/null 2>&1 56 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.orilliahomesforsale.com" -o /usr/home/joanwhibley/html/usage -t Currentstats /var/log/httpd/orilliahomesforsale-access_log > /dev/null 2>&1 56 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.scrubcityuniforms.ca" -o /usr/home/aboo/html/scrubca/usage -t Currentstats /var/log/httpd/scrubcityuniformsca-access_log > /dev/null 2>&1 56 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.scrubcityuniforms.com" -o /usr/home/aboo/html/scrubusa/usage -t Currentstats /var/log/httpd/scrubcityuniformscom-access_log > /dev/null 2>&1 #56 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.aerosmith.ca" -o /usr/home/misc/html/aerosmith.ca/usage -t Currentstats /var/log/httpd/aerosmith-access_log > /dev/null 2>&1 57 * * * * root /usr/bin/nice -20 /usr/local/bin/analog +A +C"HOSTNAME Scrubcityuniforms.ca" +O/usr/home/aboo/html/scrubca/analog/index.html /var/log/httpd/scrubcityuniformsca-access_log > /dev/null 2>&1 57 * * * * root /usr/bin/nice -20 /usr/local/bin/analog +A +C"HOSTNAME Scrubcityuniforms.ca" +O/usr/home/aboo/html/scrubusa/analog/index.html /var/log/httpd/scrubcityuniformscom-access_log > /dev/null 2>&1 58 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.rodmanchester.com" -o /usr/home/rodman/html/usage -t Currentstats /var/log/httpd/rodmanchester-access_log > /dev/null 2>&1 58 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.dalori.ca" -o /usr/home/dalori/html/usage -t Currentstats /var/log/httpd/dalori-access_log > /dev/null 2>&1 58 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.guestmemories.com" -o /usr/home/jackiedejong/html/usage -t Currentstats /var/log/httpd/guestmemories-access_log > /dev/null 2>&1 58 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.andresdirectmarketing.com" -o /usr/home/andres/html/usage -t Currentstats /var/log/httpd/andresdirectmarketing-access_log > /dev/null 2>&1 59 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.arbourlakedental.com" -o /usr/home/jeremyandrews/html/arbour/usage -t Currentstats /var/log/httpd/arbourlakedental-access_log > /dev/null 2>&1 59 * * * * root /usr/bin/nice -20 /usr/local/bin/webalizer -Q -c /usr/local/etc/webalizer.conf -n "www.illusionsphotographic.com" -o /usr/home/jeremyandrews/html/usage -t Currentstats /var/log/httpd/illusionsphotographic-access_log > /dev/null 2>&1 Just wondering if this answers the problem -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca Yahweh, Queen & country!Never Satan President Republic!Beware AntiChrist rising! https://www.empire.kred/ROOTNK?t=94a1f39b Look at Psalms 14 and 53 on Atheism Love much. Earth has enough of bitter in it. -Ella Wheeler Wilcox