reboot Questions
5
Solved
I'm testing an android application with a long running service. I'm using Eclipse and have the usb cord hooked up with the phone sitting next to me. Since it's a long ongoing service, I do some oth...
4
Solved
I'd like to know what is the Windows API function (if any exists) that provides information about the last Windows reboot source. There are three main possible causes:
The computer crashed on a b...
2
Solved
I'm new to docker-compose. Before, when I started containers manually, after a host reboot I had to start the containers manually.
Today I found that -after a host reboot- I had 4 containers runni...
Deck asked 14/8, 2019 at 23:43
4
I wanted to know whether there is a tool that allows me to connect to a router and shut it down, and then reboot it from a python script.
I know that if I write:
import os
os.system("ssh -l ro...
5
Solved
Vagrant creates a development environment using VirtualBox and then provisions it using ansible. As part of the provisioning, ansible runs a reboot and then waits for SSH to come back up. This work...
10
In my android application, I want to restart my android device on button click.
But its not working.
I have done this so far.
ImageButton restartmob = (ImageButton) this.findViewById(R.id.restartm...
11
Solved
On reboot, the IP address of an amazon instance changes. How to find the new IP address using java API?
Pattison asked 23/9, 2011 at 7:34
2
Solved
I have the following systemd script:
[Unit]
Description=Hub docker container
After=docker.service
[Service]
User=root
ExecStart=/home/hub/hub.sh
ExecStop=/bin/docker stop hub
ExecStopPost=/bin/do...
Communicate asked 24/4, 2018 at 10:14
4
I want to have a button in my WPF app that restarts the machine. This app is always running on Vista.
The fact that a quick search hasn't turned anything up makes me think this might be harder tha...
6
Solved
Every now and then Elastic Load Balancer (ELB) kicks out one of my servers for being unavailable. Which is good -- hardly any interruption.
Usually, just rebooting the instance through the AWS Co...
Macdonell asked 5/3, 2012 at 23:0
1
Solved
My app pushes a daily notification (this is working correctly) but after a device reboot notification won't fire again.
I'm trying to set a BroadcastReceiver that listens to BOOT_COMPLETED to no a...
Reneta asked 4/11, 2019 at 16:46
3
Solved
I have a problem on my app and I want to report this bug.
I develope the app which can crawls notifications using NotificationListenerService.
It works well.
But NotificationListenerService clas...
Mercury asked 16/7, 2017 at 3:25
3
Solved
I am working on a project where several software and drivers are installed on a windows 7 PC. This shall work without user inputs.
Now there is the question: How can I determine in this program if...
5
Solved
I'm trying to find a way to force Windows to reboot, and I am running into issues. I've tried
Set OpSysSet = GetObject("winmgmts:{authenticationlevel=Pkt," _
& "(Shutdown)}").ExecQuery("sele...
2
I know ths D status processes is uninterruptable sleep processes.
Many people say to kill D status processes is to reboot the system.
But how does reboot operation can kill the D status processe...
4
Hello i am writing an application, which is when the phone reboot, the service will auto start instead of click on the application.
Here is my code for
BootCompleteReceiver.java
package com.exa...
Doughboy asked 17/1, 2013 at 17:58
3
Solved
When ever there is an update patch of files that have to be replaced with the existing files and if one of the files is being used by any of the processes, then a file in use dialog box pops-up.I w...
Housewifery asked 18/6, 2018 at 20:32
3
Solved
I want to upload file before reboot or shutdown.
1.From my vps to vps
Setting for upload.service
vim /etc/systemd/system/upload.service
[Unit]
Description=upload files into my vps
Before=shutdown...
3
Solved
I am testing installation scripts and must put Windows into a state that a reboot is pending from another installation. I have read how to test whether a reboot is needed. A proper way to set the n...
Enhance asked 6/4, 2018 at 14:11
5
I have a Redmine installed on CentOS without GUI.
I changed email configuration and a reboot is necessary.
How to restart redmine from command line?
7
I have a Qt 4 GUI where I need to have a option in a drop-down menu that allows the user to choose to restart the computer. I realize this might seem redunant with the ability to restart the comput...
6
I would like to know if there is a way to reboot the device through code. Ive tried:
Intent i = new Intent(Intent.ACTION_REBOOT);
i.putExtra("nowait", 1);
i.putExtra("interval", 1);
i.putExtra(...
3
Solved
I've been trying to create a really simple Ansible playbook that will reboot a server and wait for it to come back.
I've had one in the past on Ansible 1.9 that worked, but i've recently upgraded...
1
Solved
I've set a script in my root crontab that is supposed to restart my machine with the reboot command.
However, I am getting a reboot: command not found despite the fact that reboot is in the root ...
2
I am looking for a method to restart/reset my linux system from within an init-bottom script*. At the time my script is executed the system is found under /root and I have access to a busybox.
But...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.