BASH: kill: (388067) - Not owner

2002-01-25 Thread Sylvain Petreolle

Hi,

I installed a few days ago mysql server 3.23.25 for
Windows (i'm running latest cygwin with Windows ME).

I want to let mysqld server be running by cygwin.

I wrote a script and forgot the  to put the task in
background.

/etc/profile.d/S01mysqld.sh:
if [ `ps | grep -i mysqld-opt` = '' ]
then
echo -n Starting mysqld...
rm -f /var/run/mysqld.pid
/usr/sbin/mysqld
if [ ps -ef |grep mysqld-opt ] ; then
ps -ef |grep mysqld-opt | awk '{print
$1}' /var/run/mysqld.pid
echo [OK]
fi
else
echo mysqld is already running... [FAILED]
fi

So when i wanted to kill it, made also ps -f:
$ ps -f
 UID PIDPPID TTY STIME COMMAND
 syl  341143   1 con  11:11:09 /usr/bin/BASH
 syl  145963  341143 con  11:17:19 /usr/bin/SH
 syl  388067  145963 conJan 1
/cygdrive/c/mysql/bin/mysqld-opt
 syl  517055   1 con  11:17:31 /usr/bin/BASH
 syl  496595  517055 con  13:04:57 /usr/bin/PS

and do kill 388067, i was then told i am not the owner
of the process !

The only way to kill it (i tried before with -9
option)
was to use WinMySQLadmin.

What could I do to solve the problem ?

Sylvain
+ Future will be better tomorrow +

___
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.fr

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: BASH: kill: (388067) - Not owner

2002-01-25 Thread Corinna Vinschen

On Fri, Jan 25, 2002 at 02:09:25PM +0100, Sylvain Petreolle wrote:
 Hi,
 
 I installed a few days ago mysql server 3.23.25 for
 Windows (i'm running latest cygwin with Windows ME).
 [...]
 What could I do to solve the problem ?

Dunno.  The MySQL folks are using a Cygwin version on their own.
We don't know what that Cygwin version is doing differently since
the MySQL folks refuse to put up the source code of the used
Cygwin version to their web site, in contrast to the licensing
requirements.

The MySQL installation is not supported on this mailing list.

Ask the MySQL people.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: BASH: kill: (388067) - Not owner

2002-01-25 Thread Stipe Tolj

Corinna Vinschen wrote:
 
 On Fri, Jan 25, 2002 at 02:09:25PM +0100, Sylvain Petreolle wrote:
  Hi,
 
  I installed a few days ago mysql server 3.23.25 for
  Windows (i'm running latest cygwin with Windows ME).
  [...]
  What could I do to solve the problem ?
 
 Dunno.  The MySQL folks are using a Cygwin version on their own.
 We don't know what that Cygwin version is doing differently since
 the MySQL folks refuse to put up the source code of the used
 Cygwin version to their web site, in contrast to the licensing
 requirements.

 The MySQL installation is not supported on this mailing list.
 
 Ask the MySQL people.

fixing you assumptions: the mysql folks use *only* a Cygwin based
version of their client, called mysql that is packaged to their
Win32 port of the whole mysql.

Stipe

[EMAIL PROTECTED]
---
Wapme Systems AG

Münsterstr. 248
40470 Düsseldorf

Tel: +49-211-74845-0
Fax: +49-211-74845-299

E-Mail: [EMAIL PROTECTED]
Internet: http://www.wapme-systems.de
---
wapme.net - wherever you are

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/