Questions tagged [reboot]

75 questions
10
votes
2 answers

How can I make Linux reboot instead of remounting the filesystem as read-only?

Linux systems sometimes remount the root file system as read-only, e.g. if there's an I/O error. I have a machine that becomes useless when this happens, and I end up rebooting it manually. Is there a way to make Linux just automatically reboot when…
user541686
  • 427
  • 1
  • 6
  • 14
5
votes
1 answer

Restart all services in Linux without rebooting kernel?

I have remote machine that has encrypted drives thus each full reboot requires physical access to machine. Machine just experienced issues with lack of disk space so part of running services crashed / entered weird malfunction states. I'd like to…
Lapsio
  • 363
  • 3
  • 14
5
votes
1 answer

NFS shares dissappear after reboot of Windows server

I have a server running Windows Server 2016 with the File Server Role (NFS Server) enabled. On this server an iSCSI disk is mounted as disk S:. One folder on this disk (S:\EXCHANGE) is an NFS Share. This NFS share does not persist after a reboot. I…
Nicotian
  • 61
  • 5
5
votes
1 answer

Windows Server 2012 R2 DC's take almost exactly an hour to reboot after Windows Updates

For several months now, every time any of our 3 Windows Server 2012 R2 domain controllers reboot, they're unreachable for an hour according to our network monitoring software (PRTG). I can see from the event logs that the Security Accounts Manager…
Matty Brown
  • 675
  • 2
  • 13
  • 24
4
votes
1 answer

Windows Server 2016 automatically restart

We've had a 2016 reboot on critical servers after updates! Even worse, during operating hours! We have a group policy to prevent an automatic restart of the servers if a new update(s) is available: Configure automatic updating: 3 - Auto download…
4
votes
3 answers

How can I reboot server when HTTP stop responding on AWS EC2

I have a server on Amazon EC2 and I would like to reboot it whenever it stops responding for HTTP requests. It is a single micro instance. I was thinking about using AWS Lambda but I could not find any scripts (preferably in Python). I also tried to…
Koss645
  • 101
  • 4
3
votes
3 answers

When is system scheduled for reboot?

Where can I find information about if there is an reboot scheduled and in that case: when, why and by who? I got this in my terminal: Broadcast message from root@my-server (Tue 2017-11-07 09:00:00 CET): The system is going down for reboot at Wed…
UlfR
  • 327
  • 6
  • 11
3
votes
0 answers

Perfmon counters are not restarted after reboot

The question has a long history, and I went through all previous questions (1, 2) but neither of them answers the question why the standard way doesn't work? If I don't want to use logman how can I schedule automatic restart of counters/data…
Suncatcher
  • 552
  • 2
  • 7
  • 22
3
votes
2 answers

Automatic Reboot at specific time if Automatic Upgrade requires Reboot

I have setup automatic updates and it updates automatically. However, there are updates that require a restart and I know Unattended-Upgrade::Automatic-Reboot "true"; will set it to reboot. But it reboots as soon as it updates. That could be at any…
2
votes
0 answers

Automatic reboot of server for no reason

My server has restarted and I can't find a reason for this.. Installed on kvm virtualizor server. I checked the logs but didn't see the reason for the restart. last +x reboot [root@localhost ~]# last +x reboot reboot system boot 3.10.0-957.27.2.…
2
votes
1 answer

Order in which Linux services are stopped during reboot/shutdown

On a KVM VM running Centos 7.5, I have a service running that writes to an NFS-mounted file system. When a shutdown or reboot is issued, the service is throwing an exception that indicates that it does not have permission to write to a directory…
sizzzzlerz
  • 123
  • 3
2
votes
1 answer

Cluster Shared Volume Owner Node After reboot

Problem: In a failover-cluster (Hyper-v) the CSV (iSCSI) gets "pulled" to the node that just restarted (after updates) when i don't want it to. I can not find any setting defining CSV owner preference, and even if it exists it does not make sense…
2
votes
0 answers

watchdog watchdog0 watchdog did not stop

I have a computer that always has issues restarting/shutting down. I've installed many Linux distributions on it, including Debian 9 and VMware Photon OS, and I always have the same issue. When I restart, the machines does not actually restart, it…
aristosv
  • 147
  • 4
  • 14
2
votes
0 answers

'reboot' command doesn't work properly after 'cp' command, 'mv' behaves weird, as well

I have compiled C code running as a binary on an ARM. The ARM boots Linux from an SD Card using an old Image that was generated using buildroot. Within the C code I call a shell script that moves the new Image I want to boot with from a…
sdepot
  • 21
  • 1
2
votes
1 answer

Safe reboot cron job with fallback on SysRq reset issue

I'm trying to setup a cron job to reboot devices daily. With a safe callback to a SysRq reset if for some reason the reboot does hang (issue being that SSH gets killed and the device never reboots so it is lost and requires costly human intervention…
Olivier
  • 415
  • 3
  • 5
  • 14
1
2 3 4 5