Skip to main content

All Questions

Tagged with
0 votes
1 answer
492 views

Trying to run a game server as a service

I'm trying to use monit to check my game server and restart it if it fails. The monit part is fairly simple to check port 28960 but I'm struggling to run the start script (cod4.sh) if monit detects a ...
Alec Barnes's user avatar
1 vote
0 answers
32 views

How to send a shutdown signal in Ubuntu when nvidia-smi returns error?

How to write a script or edit systemd settings to shutdown Ubuntu when it the GPU is down. The This script has to be constantly pinging the availability of the GPU and shutdown the system ...
ChaosSaberX's user avatar
2 votes
1 answer
1k views

How can I make a systemd --user timer stay enabled after reboot?

System is: Ubuntu 16.04. ~/.config/systemd/user/mpd.timer [Unit] Description=mpd timer [Timer] OnCalendar=minutely Persistent=true [Install] WantedBy=default.target ~/.config/systemd/user/mpd....
linden2015's user avatar
0 votes
1 answer
60 views

Rebooting computer when ethernet does not start with computer

I have a desktop running Ubuntu Gnome 16.04. On reboot, sometimes (randomly) the network card disappears. That is, eth0 disappears from ifconfig, lspci, etc. I cannot bring back eth0 without a reboot ...
Kartik's user avatar
  • 155
1 vote
1 answer
2k views

How do I completely remove Xen or at least stop these errors from occurring?

I installed the xen-hypervisor package but that froze my system, and didn't know how to solve it so I compiled from source. That exhibited the same issue so I assumed it was hardware related, and ...
Walf's user avatar
  • 459
4 votes
2 answers
6k views

Ubuntu 16.04 Systemd not possible to use systemctl

I have a Ubuntu 16.04 server, since the last restart, systemctl doesn't work anymore. For example if I want to start the nginx, I get the following error: root@SERVER:/# systemctl start nginx ...
ghovat's user avatar
  • 143
0 votes
1 answer
3k views

how to reduce kernel boot time?

How can i reduce kernel boot time? i don't know why it is taking this large value of time although when i have installed my os was 4sec ? Output of systemd-analyze is: Startup finished in 1.564s (...
Mohamed Slama's user avatar