This refers to the process where the system state is systematically (and preferably gracefully) changed to the fully inactive state. Usually applied to complex systems, such as database, server program, operating system, virtual machine, physical computer and the like. Bypassing the shutdown ...

learn more… | top users | synonyms

0
votes
0answers
15 views

Why google shuts down my residents instance even the minimum idling instance set to 1

I've just started playing with GAE. Today I just noticed that GAE shuts down my residents instance even the minimum idling instance set to 1, which causes a cold-start for the next request. So here ...
0
votes
0answers
49 views

How (best) to post WM_QUIT to a running process?

Goal: Shut down a running 32 bit GUI process under windows I have access to the executable pathname. There are potentially more than one copy of this software running, but only one started from a ...
0
votes
1answer
17 views

Android Service Stops When App Is Closed

I am starting a service from my main Android activity as follows: final Context context = base.getApplicationContext(); final Intent intent = new Intent(context, MyService.class); ...
-2
votes
0answers
35 views

.NET - Application has generated an exception that could not be handled

I have a .NET/WPF process that shows a popup when the OS is shutting down. It happens 50% of the time. When windows is shutting down (and the .net application is running), then this message displays ...
-2
votes
1answer
36 views

Sony vaio keeps shutting down abruptly after playing any game for 10-15 mins. What is wrong? [closed]

My VAIO model no is VPCEH28FN. I didn't have this problem some 3 - 4 months ago but now its killing me. Everytime I play any god graphics game like COD MW3 or similar... even NFSMW (2005) too, the ...
0
votes
0answers
16 views

Does register_shutdown_function work for nested functions

Suppose I have something like this, <?php $test = new Test(); register_shutdown_function(array($test, 'shutdownHandler')); $test->func1(); Class Test { func1() { ...
5
votes
2answers
53 views

Shutdown application gracefully upon power loss

I know the importance of using a UPS to prevent immediate shutdowns of a server. How do I listen for such an event in a Java application? Say my UPS will continue to run under full load for 5 ...
-2
votes
0answers
40 views

Is it Harm to the system…?

In my web application, I need to confirm whether the user logged out before shutting down the system. I added a VBScript to handle the shutdown. Given the below VBScript I am using, will I do any harm ...
1
vote
1answer
30 views

Running a Shell Script on Shutdown via launchd

Since startup items and rc commands are both deprecated (and in many cases not working at all) on OS X in favour of launchd, I'd like to find out what the correct way would be to setup a shell script ...
0
votes
1answer
78 views

Windows 7 remote shutdown: Access denied(5) [closed]

I am trying to force a remote shutdown from my laptop to my PC: machine> shutdown -m \\192.168.2.10 -s -f -t 0 192.168.2.10: Access denied(5) I am in a WLAN/LAN environment: Laptop is in WLAN ...
0
votes
0answers
16 views

Eclipse uses all available memory and crashes. Can I fix this?

I have a problem with Eclipse showing me errors about Passing Heap Size. I use Eclipse for Mobile Developers, Version: Juno Service Release 2, Build id: 20130225-0426. My Eclipse settings: -startup ...
1
vote
0answers
44 views

How is shutdown.exe unclosable?

How does the Windows program shutdown.exe make itself unclosable, even from Task Manager, but how does shutdown /a terminate it? From the disassembly, it looks like it may be built into the kernel, ...
0
votes
0answers
21 views

Is it okay to use chdir() in a shutdown function?

I noticed my Autoloader was not working properly on destructors (after die;), because PHP changes the current directory on shutting down. was: D:\www\arsenal got changed to: ...
0
votes
0answers
22 views

What is the concept/idea/working of shutdown feature in Tomcat web server project

I am asking here in continution of my previous question whose link is here. I implemented the shutdown feature in my Http Web Server, and the code is given below. But I want to implement the idea of ...
0
votes
2answers
62 views

Qt shutdown() not working on deployed applications

I made a program that will shutdown PC after a set time. User enters time using 2 spin boxes (one for hours and the other for minutes), then i convert it to miliseconds: ms = ...
0
votes
1answer
61 views

windows XP can't terminate javaw.exe on shutdown

I configured a computer with windows xp to work as a kiosk, at start-up the system runs my java application at full screen. The computer has not a keyboard neither a mouse. To shutdown the system the ...
0
votes
3answers
59 views

Gracefully shutdown a program with multiple threads having infinite while loop

I have a program which creates 10 threads, each thread has a infinitely running while loop. I need help to efficiently implement a Shutdown hook which can effectively STOP all the threads. Since I ...
-5
votes
0answers
41 views

How can I make a jbutton that shutdown computer? [duplicate]

How can I make a JButton to shutdown computer ? I wrote this class but I don't know how to use it inside the ActionListener : import java.io.IOException; public class ShutDown { public static ...
0
votes
1answer
52 views

Shutdown MSSQL server from perl script DBI

I'm writing a perl script in which I've to shutdown my mssql server ,do some operation and then I've to restart it.I know 1 way is to use netstat to stopt the service but I cann't use that. So I tried ...
0
votes
0answers
59 views

How do I schedule a task to run at shutdown under Windows 8? [closed]

I want to run a cmd script at system shutdown on my new Windows 8 (Home. ie. not Pro) PC. Under XP I did it using the Group Policy Editor to actually set up a shutdown script, however I can't do that ...
0
votes
1answer
52 views

Shutdown OS in assembly

I'm writing a simple OS in assembly but I can't figure out how to shutdown the computer. I've tried to use hlt like this .shutdown: mov si, msg_shutdown call print_string hlt but it ...
-2
votes
2answers
31 views

Exit shutdown function python [duplicate]

I've written the following code and if the else statement is true I would like the program to shutdown. I'm new to python and having some trouble password = raw_input('Enter yes to continue:') if ...
1
vote
0answers
32 views

Detect screen shutdown in vb.net

I'm building an application using vb.net that should record some specific user actions, one of these actions is the screen shutdown, is there a way to do that? Maybe a system event or something that i ...
0
votes
1answer
33 views

Vagrant halt scheduling

I use Vagrant with several VMs which are dependent. For example A has a NFS server, B is a NFS client of A, etc. When I make a vagrant up, A is launch, then B, etc. But when I make a vagrant halt, ...
2
votes
1answer
63 views

@Transactional on Spring shutdown to properly shutdown Hsqldb

The heart of this question is: Is it possible to execute a Transaction from a method triggered by a Spring shutdown hook? At the moment I have a HyperSqlDbServer class that implements SmartLifeCycle ...
0
votes
2answers
52 views

XML file data is lost when sudden shutdown is occurred

I have an application that stores data in XML file every 500 ms using XElement object's .Save("path") method. The problem is : when a sudden shutdown is occurred the content of the file is deleted so ...
-1
votes
0answers
64 views

How can I hide the Windows 8 login and shutdown screens? [closed]

I am building a Windows 8 machine that boots directly to MAME app for an Arcade Machine. I want to hide as many windows elements as possible, so all you see is the MAME app. So far I have: Used ...
1
vote
3answers
167 views

Remote shutdown PC using C# windows form?

I'm trying to shutdown PC remotely programmatically using c# via command prompt and I already done a few search and found out this kind of codes. System.Diagnostics.Process.Start("shutdown", "/s"); ...
0
votes
1answer
42 views

Eclipse shutdown when creating unsigned android apk

I'm freaking out with eclipse, I can generate a unsigned apk. When I start generating it, looks like everything goes good, but at the last moment when should finished generating the unsinged apk ...
4
votes
3answers
60 views

Why do I need to call a close() or shutdown() method?

I'm new in Java with some background in C++ in my High School years. Now I'm trying to make something and I chose Java as the programming language. I've done my homework and look a lot about ...
1
vote
1answer
51 views

Shutdown Cassandra server and then restart it in windows 7

I installed single node cluster in my local dev box which is running Windows 7 and it was working fine. Due to some reason, I need to restart my desktop and then after that whenever I am doing like ...
-2
votes
1answer
444 views

Ubuntu 13.04 shutdown countdown

I used Ubuntu from 9.04 version and find a feature quite useful, which is shutdown for 60s. However, for 13.04, this feature is removed. So, could I configure the system so that it can reserve this? ...
-1
votes
1answer
46 views

shutting down kvm for creating a backup image [closed]

I am trying to shutdown a kvm on a centos using virsh shutdown vm1 command. I checked to see if the ACPI feature is present in the specification xml using virsh dumpxml vm1 | grep -F acpi and it is. ...
0
votes
1answer
314 views

Code to Restart , Shutdown and enter in to Download Mode for Android Phones?

Hi all I am just curious to find out some code that can pro-grammatically REBOOT , SHUTDOWN and enter in to DOWNLOAD MODE mobile phones with. I have been exhausted scouring the internet to find ...
0
votes
1answer
29 views

MySQL was shut down during Index - How to fix the index?

MySQL was shut down in the middle of an indexing operation. It still works but some of the queries seem much slower than before. Is there anything particular we can check? Is it possible that an ...
0
votes
1answer
40 views

how to close vb application when shutdown event occurs

I have created an application that starts when windows starts (on startup) but i want to unload my form or close my vb application securely without losing data
0
votes
1answer
75 views

crontab sends net rpc shutdown but nothing happens

I've created two scripts to automate turning on and off computers in my classroom. Both scripts get a list of MAC ID's and use them to 1)wake up computers (wake command) and 2)shut down computers ...
-2
votes
1answer
85 views

Possible Reasons for ORA error 011033- “ORACLE initialization or shutdown in progress” [closed]

Please some one tell me possible reasons for the oracle error : ORACLE initialization or shutdown in progress - code 011033
3
votes
3answers
95 views

Java command line exit command?

I'm making a server, and it is on a Text Based Raspberry Pi. basically, everything is running from the command line, so when the server runs, there is no graphics, and it prints everything out using ...
2
votes
0answers
46 views

JUnit Test Method Called on System Shutdown

I need to determine whether or not a particular method of a class is called when it receives a kill signal. This method, where it performs some cleanup actions, is called in a shutdown hook. I tried ...
1
vote
1answer
131 views

Clean shutdown of express.js + mongodb server (using node.js)

I have node.js webserver using express.js and mongodb as a datastore. This server is being controlled by runit, and I am trying to implement a way to gracefully shut down the server. I am ...
-1
votes
3answers
272 views

Is it possible to shut down somebody's computer from a website? [closed]

Can I shutdown a computer from a my website? JavaScript does not seem to have any command for that, so is there another way? I am not trying to hack anybody. I consent to get the neccessary ...
1
vote
1answer
79 views

Shutdown inbound socket causes old data to be re-read

I'm looking for some assistance with shutting down a listening socket please. The problem I have is that when I call Shutdown() just before Close(), one of these two calls seems to trigger a bogus ...
1
vote
3answers
81 views

halt and poweroff [closed]

What is the difference between Halt and Poweroff commands? I understand that both of them lead to shutdown of the machine, then why 2 commands? I want to know this because in my Virtual Machine. ...
-4
votes
1answer
91 views

ubuntu reboot & shutdown command with password [closed]

I am writing a program in Java to shut-down the Ubuntu server. echo password | sudo -S shutdown -h now sudo -p 'password' shutdown -h now either of the commands didn't work. I need sudo command ...
0
votes
1answer
84 views

reason for last shutdown in ubuntu? [closed]

I would like to know what is the reason for the last shutdown action in Ubuntu 10.04? means I want to track the reason for the last shutdown? whether it is due to temperature or due to the battery ...
-1
votes
1answer
439 views

How to shutdown the android device programatically? [duplicate]

My device is a rooted one. I know that for rebooting device we use shell command "su -c reboot". In some other posts I see people posting shutdown command as "su -c shutdown", but this does not work ...
-1
votes
2answers
840 views

PC shutdown command with abort option that will work in Windows 8

I have been trying to create a batch file(s) that triggers my Windows 8 PC to begin shutting down after 30 seconds has elapsed and that also has a warning message: "Your PC will shutdown in 30 ...
0
votes
1answer
52 views

How to distinct “pause” and “shutdown” event with PhoneGap

I'm developing a PhoneGap app who is retrieving values from a distant server. When my app is going to be paused, it goes to the background and stop getting datas, but keep errors tracked when ...
0
votes
0answers
68 views

Closing/shutting down/terminating an app on API 8

Yes, i am aware about how's the lifecycle of an android app. It's like a web app/page for simplicity, but the client wants a way to shut down his app when exiting (it's towards android 2.2 OS). The ...

1 2 3 4 5 10