Difference between revisions of "Upgrade to trusty"

From Finninday
Jump to: navigation, search
(Created page with "<pre> # do-release-upgrade Reading cache Checking package manager Continue running under SSH? This session appears to be running under ssh. It is not recommended to perform...")
 
Line 1: Line 1:
 +
* first did a gratuitous reboot to make sure filesystem checks wouldn't factor in
 +
 
<pre>
 
<pre>
 
# do-release-upgrade
 
# do-release-upgrade

Revision as of 20:22, 26 April 2014

  • first did a gratuitous reboot to make sure filesystem checks wouldn't factor in
# do-release-upgrade
Reading cache

Checking package manager

Continue running under SSH?

This session appears to be running under ssh. It is not recommended
to perform a upgrade over ssh currently because in case of failure it
is harder to recover.

If you continue, an additional ssh daemon will be started at port
'1022'.
Do you want to continue?

Continue [yN] y

Starting additional sshd 

To make recovery in case of failure easier, an additional sshd will 
be started on port '1022'. If anything goes wrong with the running 
ssh you can still connect to the additional one. 
If you run a firewall, you may need to temporarily open this port. As 
this is potentially dangerous it's not done automatically. You can 
open the port with e.g.: 
'iptables -I INPUT -p tcp --dport 1022 -j ACCEPT' 

To continue please press [ENTER]