Questions tagged [reboot]

Reboot is a Unix command to restart the operating system. It is also a generic term for restarting any operating system.

604 questions
-1
votes
1 answer

error executing reboot command in android

I am trying shut down and reboot in my app. I googled and found some answered questions on stackoverflow but all says device must be rooted that is not possible in my case. also these commands are device specific. Is there any option to shut down…
Mahesh
  • 1,257
  • 1
  • 14
  • 24
-1
votes
3 answers

Code in C++ will not accept no and stop the program

I have tried many things and i can not seem to figure out why this program will not stop the code if you select N when it prompts to try again or not. I feel as though i had this working earlier, but i can not find any code from when it was working,…
-1
votes
1 answer

Disable reboot through telnet alone

I have a linux box, which can be accessed by minicom ports or telnet boxName method. I need to disable reboot command through telnet session alone. Is it possible ? eg: ]$ telnet linuxBox In linuxBox Telnet # # reboot reboot: Command not permitted…
Ashwin
  • 993
  • 1
  • 16
  • 41
-1
votes
2 answers

Windows 8.1 not rebooting after installing Wubi

I have a problem with my shutdown and reboot on Windows 8.1. I installed Ubuntu with Wubi (want Dual boot). But unfortunately my Acer Aspire V3-772G does not shutdown / reboot. It starts the process to shutdown but it stays in a blackscreen and…
j0chn
  • 1,103
  • 1
  • 7
  • 13
-1
votes
1 answer

Alternatives to "reboot" after changing crucial files in a working server?

Assume I have a server already functioning and providing an app to users. At one moment, I have to modify some crucial /etc/ configuration files. For example, /etc/security/limits.conf. After I do the changes, documentation usually suggests…
ado
  • 1,451
  • 3
  • 17
  • 27
-1
votes
1 answer

Reboot console application

How can i reboot my C# console application like in Java when programm still work in same console, without creating new one. I tried to start new application with Process.UseShellExecute = false and kill current process from newly created, but i can…
Robert
  • 507
  • 2
  • 9
  • 20
-2
votes
0 answers

My Android is restarting a lot so I want a solution

My mi a1 is rebooting a lot which is a system problem so I want to block the whole reboot system in my mobile... How should I do this?? I reset my phone from recovery mode, Tried deleting caches,tried deleting apps but it's still not working
-2
votes
1 answer

Why does lag only stop after reboot?

When playing games on my phone for an hour the phone starts lagging quite a bit. Nothing I do takes away the lag except restarting the device. I have tried some memory cleaning apps on the playstore, I have tried cleaning all running apps, and I…
simon lombard
  • 23
  • 1
  • 4
-2
votes
1 answer

Edit Debian 8 Boot file in sysresccd

My dedicated server uses debian 8 but he cant boot anymore, now i started the rescue system (sysresccd) and my question is, is it possible to edit some files on the debian drive to fix the boot problems without any data losts?
-2
votes
1 answer

Android crash from log

my android phone have some random reboot. I'm try to figure out what the problem is using adb logcat. I catch this log exacly before the phone crashes and rebooting, it is possible to get the cause? This happen also when the phone is on…
Pippopluto
  • 1
  • 1
  • 2
-2
votes
1 answer

how to check windows devices status when PC reboot?

i would like to check every devices (like wifi or bluetooth) status,knowing they are working fine or not or they lost when i do reboot stress test, how can i get the devices status(like the property of device in devices management)?does the windows…
-2
votes
2 answers

Powering on an external test system with UNIX/Python commands

I'm trying to write up a power cycling Python script to test an external system. One part of the script is that the off-time between the iterations of power off and power on must be variable, and so I'm looking for any UNIX and/or Python command or…
atf
  • 47
  • 11
-2
votes
1 answer

Node-SocketIO-programmatically force reboot on broken socket

I have asimple 1 to 1 client and server nodejs based application. The nodejs is running on Linux(Intel Edison). What I am trying to make happen is for the Linux server to reboot automatically whenever the socket is broken. Is this possible? This is…
Bachalo
  • 6,965
  • 27
  • 95
  • 189
-2
votes
1 answer

Linux kernel file reboot

I was looking at this file http://lxr.free-electrons.com/source/kernel/reboot.c Can anyone tell me what this codes does? void (*pm_power_off_prepare)(void); This file is used to reboot the pc right? But I found another reboot file…
user2975699
  • 585
  • 1
  • 9
  • 22
-2
votes
1 answer

reboot android and take screenshot of current screen programmatically

Hello Is there any way to reboot and take screenshot of android? Settings.System isn't working for me. Settings.System.putInt(context.getContentResolver(),android.provider.Settings.System.SCREEN_BRIGHTNESS, 200); And, is there any way to take…
Harsh Vakharia
  • 2,104
  • 1
  • 23
  • 26
1 2 3
40
41