Home → Evergreen: Basic System Admin Functions → Reporter Issues → Reporter Stop/Start
>>>stopping reporter<<<
ps aux | grep -i clark
postgres 14346 0.0 0.2 158980 34312 ? Ss 15:52 0:00 Clark Kent, waiting for trouble
kill 14346
cd /tmp/
ls
reporter-LOCK
rm reporter-LOCK
>>>starting reporter<<<
PERL5LIB=/openils/lib/perl5 /openils/bin/clark-kent.pl -c 1 -d
ps aux | grep -i clark
postgres 14370 0.0 0.2 158980 34312 ? Ss 15:52 0:00 Clark Kent, waiting for trouble