my reboot problem solved

2002-03-24 Thread Iman Lee

I looked  'shutdown.c' and find using of win32 api "ExitWindowsEx()", I
read some microsoft doc about that api and find it has bugs of original
version for win2k, so I patch service pack2  to win2k and it works.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
Of Corinna Vinschen
Sent: Tuesday, March 12, 2002 5:39 PM
To: [EMAIL PROTECTED]
Subject: Re: reboot problem


On Tue, Mar 12, 2002 at 01:44:16PM +0800, iman lee wrote:
> (sorry for my poor english level)
> 
> and also sorry if this question is too simple.
> 
> I use "reboot -r now" command to reboot my win2k machine, it's ok. but
> this is when I login through console.
> when I use ssh to logon and no console user, the same command give a
> reboot warning but do nothing.

That's weird.  I know it doesn't help you that much but I'm using
this on a W2K machine multiple times per day due to hardware tests
and it works fine.

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/


--
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/




my reboot problem solved

2002-03-24 Thread a

I looked  'shutdown.c' and find using of win32 api "ExitWindowsEx()", I read
some microsoft doc about that api and find it has bugs of original version
for win2k, so I patch service pack2  to win2k and it works.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Corinna Vinschen
Sent: Tuesday, March 12, 2002 5:39 PM
To: [EMAIL PROTECTED]
Subject: Re: reboot problem


On Tue, Mar 12, 2002 at 01:44:16PM +0800, iman lee wrote:
> (sorry for my poor english level)
>
> and also sorry if this question is too simple.
>
> I use "reboot -r now" command to reboot my win2k machine, it's ok. but
> this is when I login through console.
> when I use ssh to logon and no console user, the same command give a
> reboot warning but do nothing.

That's weird.  I know it doesn't help you that much but I'm using
this on a W2K machine multiple times per day due to hardware tests
and it works fine.

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/



--
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: reboot problem

2002-03-13 Thread Iman Lee

first thank you for reply my question.
I setup a test win2k machine.(new installed system, no other
application)
no user logon through console.

IP:   152.104.150.111
ssh user:   test
pass:  reboot

if you like to see. it just can't reboot using "reboot -f -r now" (it
just give warning)


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
Of Corinna Vinschen
Sent: Tuesday, March 12, 2002 5:39 PM
To: [EMAIL PROTECTED]
Subject: Re: reboot problem


On Tue, Mar 12, 2002 at 01:44:16PM +0800, iman lee wrote:
> (sorry for my poor english level)
> 
> and also sorry if this question is too simple.
> 
> I use "reboot -r now" command to reboot my win2k machine, it's ok. but
> this is when I login through console.
> when I use ssh to logon and no console user, the same command give a
> reboot warning but do nothing.

That's weird.  I know it doesn't help you that much but I'm using
this on a W2K machine multiple times per day due to hardware tests
and it works fine.

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/


--
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: reboot problem

2002-03-12 Thread Ashok Vadekar

I noticed recently that shutdown from a bash causes a "End program now" dialogue
to pop up (for the bash console which is still running shutdow).  Perhaps some
other application is not closing and you can't see it (if it's a remote
connection).

On Tue, Mar 12, 2002 at 10:38:50AM +0100, Corinna Vinschen wrote:
> On Tue, Mar 12, 2002 at 01:44:16PM +0800, iman lee wrote:
> > (sorry for my poor english level)
> > 
> > and also sorry if this question is too simple.
> > 
> > I use "reboot -r now" command to reboot my win2k machine, it's ok. but
> > this is when I login through console.
> > when I use ssh to logon and no console user, the same command give a
> > reboot warning but do nothing.
> 
> That's weird.  I know it doesn't help you that much but I'm using
> this on a W2K machine multiple times per day due to hardware tests
> and it works fine.
> 
> 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/

--
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: reboot problem

2002-03-12 Thread Corinna Vinschen

On Tue, Mar 12, 2002 at 01:44:16PM +0800, iman lee wrote:
> (sorry for my poor english level)
> 
> and also sorry if this question is too simple.
> 
> I use "reboot -r now" command to reboot my win2k machine, it's ok. but
> this is when I login through console.
> when I use ssh to logon and no console user, the same command give a
> reboot warning but do nothing.

That's weird.  I know it doesn't help you that much but I'm using
this on a W2K machine multiple times per day due to hardware tests
and it works fine.

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/




reboot problem

2002-03-11 Thread iman lee

(sorry for my poor english level)

and also sorry if this question is too simple.

I use "reboot -r now" command to reboot my win2k machine, it's ok. but
this is when I login through console.
when I use ssh to logon and no console user, the same command give a
reboot warning but do nothing.
if someone know about it please teach me why and how to reboot w2k from
remote using ssh.

thanks in advance.
  Iman


--
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/