Re: setproctitle() in FreeBSD 4.0 ...

2000-02-07 Thread The Hermit Hacker
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

Re: setproctitle() in FreeBSD 4.0 ...

2000-02-07 Thread Paul Saab
The Hermit Hacker ([EMAIL PROTECTED]) wrote: 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

setproctitle() in FreeBSD 4.0 ...

2000-02-04 Thread The Hermit Hacker
For some reason, under FreeBSD 4.0, setproctitle() isn't working any longer: ps ax | grep sockd | more 40015 ?? Ss 0:00.67 /usr/local/sbin/sockd -lD 40016 ?? S 0:00.02 /usr/local/sbin/sockd -lD 40017 ?? S 0:00.06 /usr/local/sbin/sockd -lD 40018 ?? S 0:00.03 /usr/local