2
votes
1answer
43 views

How to determine if installing updates will require a reboot?

I have some Ubuntu Server machines which I'd like to keep up-to-date, but not always if it requires a reboot. Is there a way to tell if pending package updates require a reboot BEFORE installing the ...
8
votes
3answers
402 views

`shutdown -r now` command completely shutting down instead of restarting

Hi we've just installed Ubuntu 12.04 LTS onto a new server. It's on a SuperMicro X9SCA-f Motherboard . Now we're aiming to locate this in a remote server room - however when we execute a shutdown -r ...
1
vote
2answers
354 views

Rebooting from Ubuntu server - minimal desktop installation

I installed server 12.10 with the "--without-recommends ubuntu-desktop" option - this gives a minimal Unity GUI, without most of the addons for a desktop user. But now I cannot figure out how to ...
2
votes
1answer
512 views

I used sudo halt and now can't access my server to restart!

Bit of a noob here (clearly). I was having some issues with my server so I tried to restart it, I used sudo halt and now can't access my server to restart! I didn't forsee this problem, it's a ...
1
vote
1answer
231 views

Reboot only shuts down and doesn't actually boot again

I'm running a fresh install of Ubuntu 12.04 Server on an abmx rack mount server. When I attempt to reboot with sudo shutdown -r now, the machine just shuts down and doesn't come back up without me ...
1
vote
1answer
2k views

12.04 Server only boots in Recovery

Linux/Ubuntu rookie here, so please be patient, and thank you in advance for any help! I recently installed Ubuntu 12.04 Server 32-bit on my old Dell Dimension E310. When I boot it up, it takes me to ...
1
vote
2answers
124 views

Why does 11.04 server fail to boot with 'can't find /sbin/init'?

I just restarted my server and now when I boot up one of my Ubuntu 11.04 Server instances I am greeted with errors. It doesn't boot up. I am pretty sure this is not a hardware error as I have other ...
0
votes
1answer
494 views

Ubuntu 12.04 Fails to Boot after Reboot

I have installed Ubuntu 12.04 on several Dell c6220 servers. The install was successful and all hardware is recognized. The problem that I am running into is that when issuing the reboot command or ...
3
votes
2answers
295 views

use setpci to restart ubuntu server after power failure on macbook

I installed ubuntu server 11.10 on my macbook 1,1. In order to reboot after power failure I have to set a specific "AFTERG3" bit using setpci. The solution for a macMini can be found here: ...
0
votes
1answer
416 views

Black screen in vmware after rebooting

I have installed Ubuntu Server 11.10 in VMmware (Running in a windows 7 machine). Everything went fine for the first time but now i cant start it. I started Vmware, then it appears the purple ubuntu ...
4
votes
2answers
5k views

How can I make a specific set of iptables rules permanent?

Is there a "best practice" or standard to make a few iptables rules permanent? I mean: automatically applied upon a system reboot? I am using a VPS with Ubuntu Server 10.04 LTS (Lucid Lynx). Thank ...
0
votes
2answers
1k views

Why service munin-node does not run at start up (reboot)?

I have a VPS instance running Ubuntu Server version 10.04 LTS (Lucid Lynx). I have installed munin and munin-node. It is properly configured. It is working fine. The problem is that I need to run ...
6
votes
2answers
1k views

Scheduling a reboot on a remotely located Ubuntu server

I work on a ubuntu server located in a place where I don't usually go. I use ssh over openvpn to access it. The machine has multiple wired interfaces, many static routes and multiple default gateways ...
2
votes
1answer
223 views

Can i move the /var folder without having to reboot?

I run a headless ubuntu server from a usb drive, and to minimize writes I want to move the /var folder to a different drive. The problem is that all other drives are encrypted, and become avaliable ...
1
vote
1answer
180 views

Reopen A Python File Where It Left Off After Restarting

I am creating a quick python3 program and at one part the server will need to be restarted. The thing is, that is not the end of the what the python file is supposed to do. Is there a way to make it ...
3
votes
1answer
528 views

Automatic kernel reload after Update

I have been managing a Ubuntu Server 8.04 for quite some time now. On top of it I am running a VMWare Server Edition, which needs to recompile it's modules whenever a new kernel is installed. For that ...
68
votes
5answers
4k views

How can I tell, from the command line, whether the machine requires a reboot?

When you install certain updates (e.g. a new kernel) in Ubuntu Desktop, you get an indication that a reboot is required (in Lucid, the logout icon turns red). How can I check, from the command line, ...