> cc -O -m486 -pipe tset.c -o tset -lutil
> ./tset
Suspended (signal)
> ps ax | grep th
24856 p3 R+ 0:00.00 grep my
> ps ax | grep tset
24537 p3 T 0:00.00 ./tset
======================
I take it should have seen 'my new title' vs 'tset'?
I've done several 'make worlds' on this machine since upgrading it, just
in case ...
On 6 Feb 2000, Karl-Andre' Skevik wrote:
> The Hermit Hacker <[EMAIL PROTECTED]> writes:
>
> > Yup ...
> >
> > /* Define if you have the setproctitle function. */
> > #define HAVE_SETPROCTITLE 1
> >
> > And, as per your later email:
> >
> > atelier# ls -lt /usr/lib/libkvm*
> > -r--r--r-- 1 root wheel 24732 Feb 2 19:18 /usr/lib/libkvm_p.a
> > -r--r--r-- 1 root wheel 18036 Feb 2 19:18 /usr/lib/libkvm.so.2
> > lrwxr-xr-x 1 root wheel 11 Feb 2 19:18 /usr/lib/libkvm.so -> libkvm.so.2
> > -r--r--r-- 1 root wheel 22854 Feb 2 19:18 /usr/lib/libkvm.a
> > atelier# ls -lt /usr/lib/libkvm*
> > -r--r--r-- 1 root wheel 24732 Feb 4 13:53 /usr/lib/libkvm_p.a
> > -r--r--r-- 1 root wheel 18036 Feb 4 13:53 /usr/lib/libkvm.so.2
> > lrwxr-xr-x 1 root wheel 11 Feb 4 13:53 /usr/lib/libkvm.so -> libkvm.so.2
> > -r--r--r-- 1 root wheel 22854 Feb 4 13:53 /usr/lib/libkvm.a
> >
> > I'm 99.9% this worked under FreeBSD 3.4-STABLE using the same version of
> > dante ... :(
>
> I'm afraid I don't have any good suggestions as to what might be
> wrong. A good start is probably to see if setproctitle() still works;
> if it doesn't the problem is probably not in Dante. What happens if
> you try something like the program below?
>
> #include <stdlib.h>
> #include <signal.h>
>
> int
> main(void)
> {
> setproctitle("my new title");
> raise(SIGSTOP);
> }
>
> Karl-Andre' Skevik
>
>
Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: [EMAIL PROTECTED] secondary: scrappy@{freebsd|postgresql}.org
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message