Questions tagged [reboot]
80 questions
1
vote
0 answers
CENTOS 7 - incrond service doesn't start properly on reboot
I'm having some trouble with incrond not starting properly after a reboot.
If I check the service, everything looks ok:
$ systemctl is-active incrond.service
active
$ systemctl is-enabled incrond.service
enabled
But the service isn't working -…

CoAstroGeek
- 111
- 4
1
vote
1 answer
PostgreSQL: enable pg_stat_statements without server reload
I'd like to enable extension pg_stat_statements. It was installed as an extension.
But I cannot see it until server is rebooted. Is there any way to avoid reboot? I tried:
/etc/init.d/pg... reload
SELECT pg_reload_conf()

Eugene Lisitsky
- 156
- 6
1
vote
0 answers
Ubuntu 22.04.1 LTS (Jammy Jellyfish) Hangs On Reboot (sometimes)
I have an Intel NUC NUC8I7HNK which I have installed Ubuntu on. If I reboot the system and then reboot it again everything is fine. Reboots without problem.
However, if I let the system sit for a few days (I don't have an exact time period) and…

Thomas Campbell
- 11
- 1
1
vote
0 answers
How to ensure execution of time consuming task on reboot/shutdown?
I have a bash script that is supposed to execute on reboot/shutdown of a remote Ubuntu server, connected over SSH:
ls /etc/rc{0,6}.d/k99*
/etc/rc0.d/k99_stop_all /etc/rc6.d/k99_stop_all
The script needs about 3 min to finish.
How can I ensure the…

Sergey Bushmanov
- 113
- 4
1
vote
0 answers
Veritas Cluster nodes reboot when another is reset or hard turned off
We are conducting bi-yearly resiliency test on a 4 node VCS cluster. With two applications running on nodes 1-3 and 2-4 resp. in active-standby mode.
When making a manual switch over, or a graceful shutdown on one node, application will nicely…

nmajoros
- 111
- 2
1
vote
1 answer
Ubuntu Lenovo Server takes 3 hours to reboot
Since the beginning of the month, automatic reboot after kernel change takes ... 3 hours.
It is a Lenovo Thinksystem server in a datacenter.
journalctl -b -1 ends with:
juil. 23 03:02:25 host systemd-shutdown[1]: Sending SIGTERM to remaining…

Laurent
- 406
- 1
- 4
- 14
1
vote
0 answers
Planned reboot of Hyper-V guest caused unplanned Hyper-V host reboot
System: Windows Server 2016 Standard, fully patched, both host and guest(s).
A strange thing happened today when I rebooted one of my Hyper-V guests (by RDP-ing to the guest and manually triggering a reboot). Here are the relevant parts of the event…

Heinzi
- 2,217
- 5
- 32
- 52
1
vote
1 answer
Auditpol gets reset after rebooting
I have created a script that deletes a file and updates some advanced auditing settings using auditpol. However, whenever the computer gets reset, those auditpol changes get reset as well. Is there any way of preventing this? What could cause that…

Dave
- 61
- 4
1
vote
1 answer
ProLiant DL380 G8 restart after shutdown
I've just bought a HP DL360 gen8 server, but the issue is when i shutdown the server it do all its prosess but the led still glows and after 15-20 sec the server automatically starts again, can you guide me for that?

Unaib
- 11
- 4
0
votes
1 answer
How to run a shscript on reboot
I am trying to run a script on reboot that enables a port forward to a remote server. I made i script that it works if i run it in terminal. But i am not able to run it on crontab reboot:
@reboot sleep 120000 && sh /home/user/doit.sh
where i can…

Kaf
- 169
- 9
0
votes
0 answers
Ubuntu 18.04 reboots every 4 weeks
Can anyone explain why my Ubuntu 18.04 server has rebooted every 28 days for last few months? I do not have unattended-upgrades configured to do so. I do have Canonical LivePatch, but this seems like the opposite of the behavior that that should…

scojo5
- 51
- 1
- 1
- 5
0
votes
0 answers
Supermicro X8DTU-F repeated reboot
i have a Supermicro E5520 with MB=X8DTU-F. the server will not boot successfully either thru it's local HDD or a bootable CD/DVD/USB. When selected the CD/DVD to boot I can see a line for Linux (using a ESX 6.0 Live CD) and then the server reboots.…

gompie
- 1
0
votes
0 answers
Linux server doesn't respond on https on reboot but SSH access OK
VPS running Ubuntu 18.04 on Digital Ocean.
On reboot I cannot access my wordpress website. However, I have SSH access. After beating my head on this I suspected that certificates were somehow involved since my browser was indicating that site was…

spinozarabel
- 1
- 1
0
votes
1 answer
Load is 4000, CPU flatlined, remote reboot does nothing
I have a Debian 9 server and the load is over 4000.
"top" claims there are 18,132 processes sleeping.
Initially, I saw many "ps" processes, hundreds, so I killed them all by name.
I don't see any offending processes currently, but the load remains.…

Corepuncher
- 191
- 1
- 3
- 9
0
votes
1 answer
How to restart centos 6 server from cron
I realize this is frowned upon. Many will suggest they don't recommend doing a server restart from cron because it's not being monitored. In my case I would like to do this, the reason is because the server is used for only one task, in a node…

FabricioG
- 167
- 1
- 7