I checked what was running and saw this:
The state says
Code:
# ps -auwx | grep 'USER\|pkg' | grep -v grep
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
root 55747 0.0 0.0 11804 2612 - IJ 07:50 0:00.00 /bin/sh - /usr/local/etc/periodic/security/460.pkg-checksum
root 58051 0.0 0.0 11804 2608 - IJ 07:50 0:00.00 /bin/sh - /usr/local/etc/periodic/security/460.pkg-checksum
root 58319 0.0 0.0 20192 9580 - IJ 07:50 0:00.01 /usr/local/sbin/pkg check -qsa
root 59596 0.0 0.6 201792 185968 - DJ 07:50 0:23.05 /usr/local/sbin/pkg check -qsa
The state says
I
dle ( J
ail). I infer from the commands that these are periodic
tasks. Why might they still be running hours later? Do I just kill
them?