public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* shutdown: Couldn't shutdown: Error 53 The network path was not found.
@ 2009-02-23  8:39 Frédéric Bron
  2009-02-23 10:05 ` ADFHAU
  2009-02-23 10:22 ` Corinna Vinschen
  0 siblings, 2 replies; 3+ messages in thread
From: Frédéric Bron @ 2009-02-23  8:39 UTC (permalink / raw)
  To: cygwin

What does this mean?

$ win_shutdown
WARNING!!! System is going down NOW
shutdown: Couldn't shutdown: Error 53 The network path was not found.

where win_shutdown just contains:
shutdown -s now

Frédéric Bron

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: shutdown: Couldn't shutdown: Error 53 The network path was not  found.
  2009-02-23  8:39 shutdown: Couldn't shutdown: Error 53 The network path was not found Frédéric Bron
@ 2009-02-23 10:05 ` ADFHAU
  2009-02-23 10:22 ` Corinna Vinschen
  1 sibling, 0 replies; 3+ messages in thread
From: ADFHAU @ 2009-02-23 10:05 UTC (permalink / raw)
  To: Frédéric Bron; +Cc: cygwin

On Mon, 23 Feb 2009 09:39:48 +0100
Frédéric Bron <frederic.bron@m4x.org> wrote:

> What does this mean?
> 
> $ win_shutdown
> WARNING!!! System is going down NOW
> shutdown: Couldn't shutdown: Error 53 The network path was not found.
> 
> where win_shutdown just contains:
> shutdown -s now

Are you calling a cygwin supplied shutdown, or the windows supplied
shutdown? Windows has its own "shutdown" command.

I suspect it was treating "now" as a network path.

Windows shutdown command:
-------------------------
Usage: shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c "comment"] [-d up:xx:yy]

        No args                 Display this message (same as -?)
        -i                      Display GUI interface, must be the first option
        -l                      Log off (cannot be used with -m option)
        -s                      Shutdown the computer
        -r                      Shutdown and restart the computer
        -a                      Abort a system shutdown
        -m \\computername       Remote computer to shutdown/restart/abort
        -t xx                   Set timeout for shutdown to xx seconds
        -c "comment"            Shutdown comment (maximum of 127 characters)
        -f                      Forces running applications to close without warning
        -d [u][p]:xx:yy         The reason code for the shutdown
                                u is the user code
                                p is a planned shutdown code
                                xx is the major reason code (positive integer less than 256)
                                yy is the minor reason code (positive integer less than 65536)

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: shutdown: Couldn't shutdown: Error 53 The network path was not  found.
  2009-02-23  8:39 shutdown: Couldn't shutdown: Error 53 The network path was not found Frédéric Bron
  2009-02-23 10:05 ` ADFHAU
@ 2009-02-23 10:22 ` Corinna Vinschen
  1 sibling, 0 replies; 3+ messages in thread
From: Corinna Vinschen @ 2009-02-23 10:22 UTC (permalink / raw)
  To: cygwin

On Feb 23 09:39, Fr?d?ric Bron wrote:
> What does this mean?
> 
> $ win_shutdown
> WARNING!!! System is going down NOW
> shutdown: Couldn't shutdown: Error 53 The network path was not found.
> 
> where win_shutdown just contains:
> shutdown -s now

Error 53 is returned by the InitiateSystemShutdown function if you
don't hold the SE_SHUTDOWN_NAME privilege.  What's weird is that
this fact should actually have resulted in another error message:

  shutdown: required privilege not held: ...

I have no idea why this occurs, sorry.  Rebuilding shutdown for
debugging and stepping through might give a clue, perhaps.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-02-23 10:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-23  8:39 shutdown: Couldn't shutdown: Error 53 The network path was not found Frédéric Bron
2009-02-23 10:05 ` ADFHAU
2009-02-23 10:22 ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).