1,261 questions
0
votes
0
answers
31
views
Canon EDSDK kEdsStateEvent_Shutdown Error
I have a Canon Eos R8 using EDSDK on Windows11. If I Open a session and leave it alone for 1 mins I sometimes get a shutdown event triggered. Why does it always call shutdown? I didn't turn off the ...
2
votes
1
answer
115
views
Applescript shut down issues
I'll apologize upfront for posting another dang question/problem with an AppleScript shut down app. I must have read 1,000 threads relating to this topic.
Sequoia 15.3.2
2025 Apple M4 pro
I've pared ...
0
votes
2
answers
71
views
Notification after shut down on windows using python
I want to create a function that displays a message for the user when windows start again after a shutdown.
It is used together with the shutdown command shutdown \s \hybrid
Heres my attempt with the ...
0
votes
1
answer
77
views
shutdown android os using flutter when press btn in android 8.1
I am developing a Flutter application and need to implement a feature that allows the app to be shutdown entire mobile. I am targeting Android 8.1, and I want to know the best approach for achieving ...
1
vote
0
answers
76
views
.Net Kestrel - Take control over the shutdown process
I have a .Net service that functions as a bridge between RabbitMQ and another service.
Messages are received and forwarded; Replies are received and delivered to RabbitMQ.
Internally I have some ...
-1
votes
1
answer
74
views
Why does Virtuoso automatically stop running for a period of time after starting in CentOS
In the bin directory of Virtuoso, use the command
nohup ./virtuoso-t -fd +configfile /usr/local/virtuoso-opensource/var/lib/virtuoso/db/virtuoso.ini &
to start Virtuoso. After a period of time, ...
-1
votes
2
answers
92
views
MySQL Server Shutting Down Unexpectedly on XAMPP
I'm encountering an issue where my MySQL server on XAMPP shuts down unexpectedly. The error message in the XAMPP control panel states Error: MySQL shutdown unexpectedly.
This may be due to a blocked ...
0
votes
1
answer
37
views
Shutting down NameNode datanode resource manger etc immediately on running hadoop
C:\hadoop-3.3.6\sbin>.\start-dfs.cmd
after running above command command prompt opens for datanode and namenode but it immediately shutdown what should i do
java.io.IOException: All specified ...
0
votes
0
answers
61
views
Excel shutdown when macro executed
I wrote short macro. It updates Power query table and after that pivot table which source is power query table mentioned above.
ActiveWorkbook.Worksheets("Summary").ListObjects("Summary&...
0
votes
0
answers
73
views
weblogic abruptly stopped during deployment with fatal error
A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000001cfe87ea753, pid=30900, tid=0x0000000000000158
#
# JRE version: OpenJDK ...
1
vote
0
answers
140
views
Metatrader 5 closes after initialization
I'm trying to initialize Metatrader 5 with Python and have it login. All seems to work fine. However, after it's launched metatrader and logged in to the trader account, Metatrader crashes and shuts ...
0
votes
0
answers
169
views
Android Dumpsys - How to obtain power on/off data from a year ago
Is it possible to run a command in adb shell, dumpsys perhaps that will show the power on off dates and times from a year ago ?
I have run dumpsys and it has created a huge file with loads, 100's of ...
0
votes
1
answer
395
views
What is the most appropriate way to shutdown the host system from within docker
My container runs a webserver and some sensors. It is intended as a edge compute unit for field use. I've had issues in the past with the none dockerised version, when it was turned off without using ...
-1
votes
1
answer
571
views
Get last Windows/PC shutdown time with VBA
Is there a way to get the last shutdown time of Windows with VBA?
I would like to follow the start and the end of the working time. The start of the working time is done, the specified excel file ...
-1
votes
1
answer
106
views
Will my heroku app be affected by adminium shutdown?
I got a shutdown notice about adminium, but I can't tell if my app is even using adminium. It's there, but I think it might be a remnant from when I first set the app up 6 years ago. Since, I've had ...
0
votes
1
answer
660
views
Powershell Script - Shutdown PC after set idle time
I have to write a PowerShell script that will automatically be sent every hour from 9 PM til 4 AM through deployment software. This script should find out how long the PC is idle and if the idle time ...
1
vote
0
answers
91
views
Why does Python HTTPServer.shutdown not actually shutdown the server?
Consider a toy server serving a notification that it will quit in 5s at http://localhost:48555/q and 'Hello World' elsewhere.
from datetime import datetime
from http.server import HTTPServer, ...
1
vote
1
answer
1k
views
How can we create a .BAT file that can turn off the computer after a desired time and show the remaining time on each boot?
I wanted to prepare a .BAT file to automatically shut down the computer after a desired time.
And according to the information I got, I was able to create a code directory like the one below.
But at ...
0
votes
0
answers
476
views
PowerShell : intercept Windows shutdown and prevent shutdown
I have a Powershell script that runs a process undefinitely.
I want it to perform a few commands before the PC's shutdown.
Here is the process I would like :
User clicks shutdown button
Windows shows ...
0
votes
0
answers
376
views
I'm getting an error while trying to configure MySQL 8.0.33
Beginning configuration step: Stopping the server
Setting innodb_fast_shutdown to do a clean shutdown (a full purge and a change buffer merge before shutting down).
Starting process with command: C:...
1
vote
1
answer
50
views
How to limited producer and read messages by consumers?
I want get application producer-consumer(with shutdown by signals) with Go.
A producer constantly generate messages in a queue with a limit of 10.
Some consumers read and process this channel.
If the ...
1
vote
1
answer
245
views
There is a delayed shutdown function in windows shutdown -s -t , but is there a delayed switching-on?
For example, is there a command that allows you to turn on the computer (be it a remote computer connected to the network or your own), for example, after a reboot, after a specified, strictly defined,...
0
votes
1
answer
92
views
Azure VM shutdown exception
I'm trying to create an automatic task for 2 DB machines in our Azure environment.
I'm using the built in Microsoft tool inside of the machine properties. ( Tasks under the Autmation window).
I need ...
3
votes
0
answers
353
views
Preventing Windows shutdown in Rust
I'm trying to require a user to confirm a Windows shutdown while my program is performing critical tasks.
In order to do this, I want to listen for a WM_QUERYENDSESSION message (in a seperate thread ...
1
vote
1
answer
598
views
Graceful Shutdown inn Golang
I am trying to add Graceful shut down in one of my server.
I know the code is working.
I was hoping that after redeployment of the server, first the graceful shutdown work and then the server would ...