I'm getting the daily cron jobs from OpenPKG hanging on some machines, sometimes nearly killing the CPU. Here's a sample from one machine that was unusable:

ps -ef | grep openpkg
root 1691 1 0 Aug15 ? 00:00:00 /openpkg/sbin/saslauthd -a shadow -n 2 root 1733 1691 0 Aug15 ? 00:00:00 /openpkg/sbin/saslauthd -a shadow -n 2 root 1785 1 0 Aug15 ? 00:00:00 /openpkg/sbin/cfservd --no-fork root 1787 1 0 Aug15 ? 00:00:12 /openpkg/sbin/cfenvd --no-fork
root      1992     1  0 Aug15 ?        00:00:00 /openpkg/bin/sshd
root 2394 1 0 Aug15 ? 00:00:00 /openpkg/libexec/postfix/master root 6362 6361 0 Aug16 ? 00:00:00 /bin/bash -c [ -f /openpkg/etc/rc ] && /openpkg/etc/rc all daily root 6366 6362 0 Aug16 ? 00:00:00 /openpkg/lib/openpkg/bash --noprofile /openpkg/etc/rc all daily root 7247 6366 0 Aug16 ? 00:00:00 /openpkg/lib/openpkg/bash /tmp/rc-20050816000000-6366/rc.tmp root 7251 7247 0 Aug16 ? 00:00:00 /bin/sh /openpkg/bin/updatedb --localpaths=/ --netpaths= --prunepaths=/tmp /usr/tmp /var/tmp /afs --prunefs=devfs proc sysfs devpts tmpfs usbfs supermount ocfs auto autofs hsfs iso9660 afs ncpfs nfs NFS smbfs --localuser=root --netuser=root root 7295 7251 0 Aug16 ? 00:00:00 /bin/sh /openpkg/bin/updatedb --localpaths=/ --netpaths= --prunepaths=/tmp /usr/tmp /var/tmp /afs --prunefs=devfs proc sysfs devpts tmpfs usbfs supermount ocfs auto autofs hsfs iso9660 afs ncpfs nfs NFS smbfs --localuser=root --netuser=root root 7296 7295 0 Aug16 ? 00:00:00 su root -c /openpkg/bin/find / \( -fstype devfs -o -fstype proc -o -fstype sysfs -o -fstype devpts -o -fstype tmpfs -o -fstype usbfs -o -fstype supermount -o -fstype ocfs -o -fstype auto -o -fstype autofs -o -fstype hsfs -o -fstype iso9660 -o -fstype afs -o -fstype root 7299 7296 91 Aug16 ? 1-06:50:42 /openpkg/bin/find / ( -fstype devfs -o -fstype proc -o -fstype sysfs -o -fstype devpts -o -fstype tmpfs -o -fstype usbfs -o -fstype supermount -o -fstype ocfs -o -fstype auto -o -fstype autofs -o -fstype hsfs -o -fstype iso9660 -o -fstype afs -o -fstype ncpfs -o -fstype root 16690 16689 0 00:00 ? 00:00:00 /bin/bash -c [ -f /openpkg/etc/rc ] && /openpkg/etc/rc all daily root 16691 16690 0 00:00 ? 00:00:00 /openpkg/lib/openpkg/bash --noprofile /openpkg/etc/rc all daily root 17602 16691 0 00:00 ? 00:00:00 /openpkg/lib/openpkg/bash /tmp/rc-20050817000000-16691/rc.tmp root 17606 17602 0 00:00 ? 00:00:00 /bin/sh /openpkg/bin/updatedb --localpaths=/ --netpaths= --prunepaths=/tmp /usr/tmp /var/tmp /afs --prunefs=devfs proc sysfs devpts tmpfs usbfs supermount ocfs auto autofs hsfs iso9660 afs ncpfs nfs NFS smbfs --localuser=root --netuser=root root 17650 17606 0 00:00 ? 00:00:00 /bin/sh /openpkg/bin/updatedb --localpaths=/ --netpaths= --prunepaths=/tmp /usr/tmp /var/tmp /afs --prunefs=devfs proc sysfs devpts tmpfs usbfs supermount ocfs auto autofs hsfs iso9660 afs ncpfs nfs NFS smbfs --localuser=root --netuser=root root 17651 17650 0 00:00 ? 00:00:00 su root -c /openpkg/bin/find / \( -fstype devfs -o -fstype proc -o -fstype sysfs -o -fstype devpts -o -fstype tmpfs -o -fstype usbfs -o -fstype supermount -o -fstype ocfs -o -fstype auto -o -fstype autofs -o -fstype hsfs -o -fstype iso9660 -o -fstype afs -o -fstype root 17653 17651 84 00:00 ? 08:18:05 /openpkg/bin/find / ( -fstype devfs -o -fstype proc -o -fstype sysfs -o -fstype devpts -o -fstype tmpfs -o -fstype usbfs -o -fstype supermount -o -fstype ocfs -o -fstype auto -o -fstype autofs -o -fstype hsfs -o -fstype iso9660 -o -fstype afs -o -fstype ncpfs -o -fstype n

This machine has only been up for 2 days and the find commands are locked up tight. I've had this happen on both a HPUX 11.11 and RHEL3 machine (this output is from RHEL3).

Doug
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
User Communication List                      openpkg-users@openpkg.org

Reply via email to