Questions tagged [reboot]

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

559 questions
-1
votes
1 answer

How can I reboot from windows to windows again? (remotely , windows-ubuntu multiboot)

I use Windows 10 and ubuntu 14.04LTS on desktop I want to use desktop from my laptop remotely. My grub select ubuntu as a default os boot system. And I know how to reboot the desktop from ubuntu to windows remotely (sudo grub-reboot boot_number &&…
MTHL
  • 123
  • 5
-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,155
  • 1
  • 13
  • 21
-1
votes
1 answer

How to come out of the safe mode and hard reboot android?

These are some of the errors i'm facing while i boot my android phone. 1. System UIDS inconsistent and partition needs to be wiped. 2. Process stopped working. It's in the safe mode and shows a lot of errors if i click on any app.
Oboyo
  • 15
  • 5
-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
  • 923
  • 1
  • 11
  • 37
-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,003
  • 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,443
  • 3
  • 15
  • 26
-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
  • 487
  • 2
  • 8
  • 18
-1
votes
1 answer

How can I check the system before I reboot it?

Just wondering if there is any possible way to know if I reboot the machine (CentOS), it won't get stuck half way in the middle? This is to prevent myself from travelling all the way to DC.
Ricky Levi
  • 5,482
  • 1
  • 47
  • 55
-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
  • 5,885
  • 22
  • 86
  • 175
-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
  • 515
  • 7
  • 18
1 2 3
37
38