Re: cygwin 1.3.10: kill gives spurious Not owner

2002-03-19 Thread Christopher Faylor
On Tue, Mar 19, 2002 at 05:11:36PM -, Stephen Osborn wrote: >So the relevant script is now: >QUOTE >#!/bin/bash > >java -server -classpath >"./formattest.jar;$MERIDIAN_CLASSPATH" -Dmeridian.home="$MERIDIAN_HOME" >com.misys.meridian.runtime.server.StartServer formattest -logToScreen >UNQUOTE >

Re: cygwin 1.3.10: kill gives spurious Not owner

2002-03-19 Thread Stephen Osborn
that the program is not being started by > bash. You can see that it is using /bin/sh. If you have changed this > and now start the program via bash then it should work. If it doesn't > work, then I really don't know why. > > > cgf > > >- Original Message -

Re: cygwin 1.3.10: kill gives spurious Not owner

2002-03-07 Thread Christopher Faylor
ork, then I really don't know why. cgf >- Original Message - >From: Christopher Faylor <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Monday, March 04, 2002 7:10 PM >Subject: Re: cygwin 1.3.10: kill gives spurious Not owner > > >> On Mo

Re: cygwin 1.3.10: kill gives spurious Not owner

2002-03-07 Thread Stephen Osborn
Wales under company no. 971479 __ - Original Message - From: Christopher Faylor <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 7:10 PM Subject: Re: cygwin 1.3.10: kill gives spurious Not owner

Re: cygwin 1.3.10: kill gives spurious Not owner

2002-03-04 Thread Christopher Faylor
On Mon, Mar 04, 2002 at 03:54:52PM -, Stephen Osborn wrote: >When using kill I get spurious "Not owner" messages, even though all >processes (reported by ps) are running as me. > >In the mailing list archives the only problems with kill seem to be >related to killing *other* users' processes.