Date: Sun, 18 Jan 1998 16:31:24 +0000 From: "Lutz Rabing" <LutzRab@omc.net> To: freebsd-isp@FreeBSD.ORG Subject: Hanging SH scripts on 2.2.5 Message-ID: <199801181531.QAA05778@delta.omc.net>
next in thread | raw e-mail | index | archive | help
We are running 2.2.5 stable on one of our webservers and experience hanging bourne-shell scripts. (e.g. /etc/daily /etc/security and s.o.) Looks like it happens always on lines like that: MP=`mount -t ufs | grep -v " nosuid" | sed 's;/dev/;&r;' | awk '{ print $3 }'` with pipes. The processes show something like this with "ps x": PID TT STAT TIME COMMAND 200 ?? D 0:01.26 awk When I do a "kill -TERM pid" it tells me "no such process". Has anyone seen something like this? We have 2.1.7.1 boxes that work fine, but the 2.2.5 box does weird things. Any hint would be appreciated. Thanks, Lutz -OMCnet Internet Service GmbH-
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801181531.QAA05778>