Skip to main content

Questions tagged [shutdown]

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 procedure (immediate termination) may cause data loss or other problems.

shutdown
0 votes
0 answers
20 views

Bitnami/Redis doesn't know why it was suddenly shut down [closed]

Hello everyone, I'm encountering an issue with my Redis container, which shuts down unexpectedly after running for some time. I've checked the logs and found some unusual entries, but I'm not sure ...
Sanbei's user avatar
  • 1
0 votes
0 answers
7 views

Seeking a method to "Close Thunderbird" upon receipt of a specific email

Using Thunderbird 115.11.1 (32-bit) on Windows, I have it set to remove msgs from the server at an interval and don't wish to change that. When travelling I use my phone to collect msgs. Often I ...
MarkDubya's user avatar
  • 319
0 votes
0 answers
27 views

Shutdown android programmatically [duplicate]

I am creating an android app in java. My app is a device admin and works in kiosk mode. I wish to create a battery protector that will automatically turn off the device if no charging and battery ...
kamillabaarnowak's user avatar
0 votes
0 answers
42 views

How to Detect PC State (Unlocked, Sleep, Hibernate, Shutdown) in PowerShell Script?

I'm working on a PowerShell script where I need to ensure that it only proceeds if the PC (OS- Windows) is in an active state, meaning it's not locked, in sleep mode, hibernating, or shutting down. ...
Rabins Rai's user avatar
0 votes
0 answers
9 views

Ask for help for the suddenly shut down of Jupyter Notebook

I want to change the startup path of my jupyter notebook and find it suddenly shut down after I click the shortcut icon. I can hardly find out why. What I did for the change was just to change the ...
Smith Sam's user avatar
0 votes
0 answers
13 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 ...
Shraddha Dhakad's user avatar
0 votes
0 answers
12 views

VSCode - "Debug Stop" turns off MACs applications

Me and my collegue are facing a very weird problem. We are using Mac M2 with Arm chipset. And whenever we stop debbuging a docker container, for example: cmd+shift+p -> Debug: Start Debugging cmd+...
Michael Bat's user avatar
0 votes
0 answers
46 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&...
Любомир Ламбов's user avatar
0 votes
0 answers
46 views

What is the command call when I click shutdown on Windows and how do I modify it?

I'm currently using Windows 10, I have a shutdown button like everyone have: I wonder what command does Windows call when I click this button, I know that there is a shutdown.exe file and the shutdown ...
John's user avatar
  • 34
0 votes
0 answers
19 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 ...
Barani r's user avatar
  • 2,297
0 votes
0 answers
45 views

Error message on shutdown - from unshown winform

My Winforms Application (consisting of multiple forms), throws an unexpected error during shutdown. The error is from a form that is not shown to the user (frm.show is not done) at any point of time. ...
IT Researcher143's user avatar
0 votes
0 answers
56 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 ...
Zzanax's user avatar
  • 1
1 vote
1 answer
74 views

How can I find out when the computer shuts down after executing the shutdown command?

The user ran the command "shutdown -s -t 8000" on the command line. I need to write code in C# that will return the exact date and time when the computer will be turned off. I tried to get ...
FaceHoof's user avatar
  • 127
0 votes
0 answers
16 views

Timing issue while looping over the testing tool command line process

I developed a automation script in python for the testing tool. I created a command line process to execute the test using the tool in the windows system. I'm iterating with for loop using the command ...
vinoth aravind's user avatar
0 votes
0 answers
58 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 ...
Phil 's user avatar

15 30 50 per page
1
2 3 4 5
84