On Tue, 2 Oct 2001, scott.list wrote: >With my new RH 7.1, I have this process running. > >awk -v progname=/etc/cron.hourly/sysstat progname {????? print progname >":\n"????? progname="";???? > >It appears to be called from /bin/bash /usr/bin/run-parts /etc/cron.hourly > >What's wrong with it? I sure dosen't look like it's working properly. >Or more importantly, how do I fix it? Did I miss an update?
You have the sysstat package installed, and the awk process is part of the data gathering. You actually get this with every cron script started via run-parts, but most of them are short lived. The question marks come from the newlines in /usr/bin/run-parts, I think. There are no updates to the crontabs RPM, so the only thing you could do would be to live with it, edit run-parts, or remove sysstat if you don't need it. Cheers, Phil _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list