Re: User's cron job creates zombie process on 5.3

2005-01-19 Thread Raymond Wiker
Rob writes: > Raymond Wiker wrote: > > Peter Jeremy writes: > > > On Wed, 2005-Jan-19 09:16:59 +0900, Rob Lahaye wrote: > > > > tunnel="-L 55110:localhost:110 pop3.univ.net" > > > > tunnel_up=`pgrep -f -- "${tunnel}"` &g

Re: User's cron job creates zombie process on 5.3

2005-01-18 Thread Raymond Wiker
for /bin/sh as well? It should be harmless to call wait just after the use of the backtick operator above; does that change anything? I.e: tunnel_up=`pgrep -f -- "${tunnel}"`; wait To see the parent pid, add "-O ppid" to the arguments to ps; e.g, ps axww -O pp

Re: Cursor (trackpoint) "creep" with moused?

2002-08-30 Thread Raymond Wiker
same effect on a Toshiba laptop running W2k, so > perhaps it's the device, not anything fbsd-specific. Some of my colleagues have seen this on their Dell notebooks running W2K & Win XP. One of them has had the entire keyboard assembly replaced, twice, because of this problem. Soooo, I w

Re: fs corruption (ATA / 4.4-REL)

2001-10-01 Thread Raymond Wiker
ended up underclocking the processor to 400MHz, and the problems disappeared. //Raymond. -- Raymond Wiker [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: 3ware & mysql, again

2001-05-28 Thread Raymond Wiker
Mike Tancsa writes: > > Does the raid management daemon show anything odd about the raid0 stripe > prior to it locking up ? I didn't check this - sorry. I'll make sure that 3dmd is running the next time this happens... //Raymond. -- Raymond Wiker [EM

Re: 3ware & mysql, again

2001-05-28 Thread Raymond Wiker
. The March thread on -stable indicated that there were recent fixes for race conditions; I'm going to just watch this machine for a while to see if it works better. Thanks for your help. //Raymond. -- Raymond Wiker [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: 3ware & mysql, again

2001-05-28 Thread Raymond Wiker
er in -stable so updated? If so, I'll go ahead and backup my data and upgrade the firmware. //Raymond. -- Raymond Wiker [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: g++ bug in FreeBSD-4.3

2001-04-28 Thread Raymond Wiker
eport. It not only > happens with g++, but also with VC++ under Win32, for example. > > The problem is that you should not put code with side effects (such > as calling f() in this case) in cout << ... expressions. This will > lead only to unexpected results. :)

g++ bug in FreeBSD-4.3

2001-04-28 Thread Raymond Wiker
output of "21" // double y=f(d); cout << y << "\t" << d << endl; } This one is *bad* :-( I don't know how this should be handled; one option might be to have a port for gcc 2.95.2. //Raymond. -- Raymond Wiker [EMAIL

undefined reference in system header

2000-08-10 Thread Raymond Wiker
s a bug in my current version (I am currently CTMing > the sources down just in case) of FreeBSD. Any help regarding this > issue would be appreciated. /usr/include/machine/param.h, perhaps? //Raymond. -- Raymond Wiker [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PR