How do I reattach to Ubuntu Server's 'do-release-upgrade' process?Ubuntu Server upgrade over SSH hangUbuntu - upgrade distribution to specific releaseUbuntu: setting timeout value on do-release-upgrade?Ubuntu: remotely disable upgrade?do-release-upgrade -d Ubuntu 13.10 -> 14.04 failingDpkg: After comparing config files, how do I revert back to make my choice?do-release-upgrade skipped a version - how to specify a release?EC2 Ubuntu 12.04 refuses do-release-upgradeSo how do I force upgrade from Ubuntu LTS to the next LTS without waiting for the point release?about do-release-upgrade on ubuntu server ltsUbuntu 14.04 (on linode) not doing “do-release-upgrade”

In Dutch history two people are referred to as "William III"; are there any more cases where this happens?

Combining two Lorentz boosts

How to get all possible paths in 0/1 matrix better way?

FIFO data structure in pure C

What animals or plants were used to illustrate ideas of physics?

When did Britain learn about the American Declaration of Independence?

How would fantasy dwarves exist, realistically?

Is my company merging branches wrong?

on the truth quest vs in the quest for truth

Can I get the output of a command line program with TeX (using e.g. read18)?

How can sister protect herself from impulse purchases with a credit card?

Is there any deeper thematic meaning to the white horse that Arya finds in The Bells (S08E05)?

Have GoT's showrunners reacted to the poor reception of the final season?

Error when running ((x++)) as root

Shortest amud or daf in Shas?

how to create an executable file for an AppleScript?

What do you call bracelets you wear around the legs?

Can I pay my credit card?

How do you cope with rejection?

Is it a good idea to teach algorithm courses using pseudocode?

Hotel booking: Why is Agoda much cheaper than booking.com?

Cathy’s Composite party is powered by three Prime Pals. Can you find them?

Windows reverting changes made by Linux to FAT32 partion

How do we explain the use of a software on a math paper?



How do I reattach to Ubuntu Server's 'do-release-upgrade' process?


Ubuntu Server upgrade over SSH hangUbuntu - upgrade distribution to specific releaseUbuntu: setting timeout value on do-release-upgrade?Ubuntu: remotely disable upgrade?do-release-upgrade -d Ubuntu 13.10 -> 14.04 failingDpkg: After comparing config files, how do I revert back to make my choice?do-release-upgrade skipped a version - how to specify a release?EC2 Ubuntu 12.04 refuses do-release-upgradeSo how do I force upgrade from Ubuntu LTS to the next LTS without waiting for the point release?about do-release-upgrade on ubuntu server ltsUbuntu 14.04 (on linode) not doing “do-release-upgrade”






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








76















I accidentally pressed Ctrl+C during Ubuntu Server's do-release-upgrade process. I'd dropped to a shell to compare a .conf file in /etc/. When I pressed Ctrl-C, it asked whether I wanted to try to reattach to the upgrade process, but it failed to do so.



So I quit, and now there's a hanging dpkg process which is holding onto the apt lock. This is a virtualised server with no GUI frontend...



Is it possible to recover the upgrade process, or do I have to kill the dpkg process and start again?










share|improve this question



















  • 2





    Does screen -list still list the upgrade process? If so, screen -r might reattach it again. What was the exact error when trying to reattach?

    – arjarj
    May 9 '12 at 18:50











  • I later tried screen -RD, but it didn't work. There wasn't any screen daemon running, so there was nothing to re-connect to. Exact error? I had a choice of 'r' or 'q' I think (reconnect or quit) at the bottom of a curses-like app. Sorry, I can't be more helpful than that. I was using VirtualBox, and without a tmux or screen session running I had no scrollback and the curses-like interface kept clearing the screen. Reconnect didn't work, so I just quit.

    – Alex Leach
    May 9 '12 at 20:46






  • 1





    I should add that I did try screen -R -D as both sudo user and my normal user..

    – Alex Leach
    May 9 '12 at 20:48











  • possible duplicate of Ubuntu Server upgrade over SSH hang

    – Michael Hampton
    Sep 13 '12 at 9:52






  • 2





    Yes! dpkg configure -a is the right answer. That happened to me and the really bad thing was that bind9 was not correctly setup (i.e. the Ctrl-C must have stopped that process and it couldn't start anymore!) Once I fixed bind9 then the apt-get update + upgrade + dist-upgrade ran like a charm and after that I rebooted and it all worked.

    – Alexis Wilke
    Oct 7 '12 at 16:34


















76















I accidentally pressed Ctrl+C during Ubuntu Server's do-release-upgrade process. I'd dropped to a shell to compare a .conf file in /etc/. When I pressed Ctrl-C, it asked whether I wanted to try to reattach to the upgrade process, but it failed to do so.



So I quit, and now there's a hanging dpkg process which is holding onto the apt lock. This is a virtualised server with no GUI frontend...



Is it possible to recover the upgrade process, or do I have to kill the dpkg process and start again?










share|improve this question



















  • 2





    Does screen -list still list the upgrade process? If so, screen -r might reattach it again. What was the exact error when trying to reattach?

    – arjarj
    May 9 '12 at 18:50











  • I later tried screen -RD, but it didn't work. There wasn't any screen daemon running, so there was nothing to re-connect to. Exact error? I had a choice of 'r' or 'q' I think (reconnect or quit) at the bottom of a curses-like app. Sorry, I can't be more helpful than that. I was using VirtualBox, and without a tmux or screen session running I had no scrollback and the curses-like interface kept clearing the screen. Reconnect didn't work, so I just quit.

    – Alex Leach
    May 9 '12 at 20:46






  • 1





    I should add that I did try screen -R -D as both sudo user and my normal user..

    – Alex Leach
    May 9 '12 at 20:48











  • possible duplicate of Ubuntu Server upgrade over SSH hang

    – Michael Hampton
    Sep 13 '12 at 9:52






  • 2





    Yes! dpkg configure -a is the right answer. That happened to me and the really bad thing was that bind9 was not correctly setup (i.e. the Ctrl-C must have stopped that process and it couldn't start anymore!) Once I fixed bind9 then the apt-get update + upgrade + dist-upgrade ran like a charm and after that I rebooted and it all worked.

    – Alexis Wilke
    Oct 7 '12 at 16:34














76












76








76


22






I accidentally pressed Ctrl+C during Ubuntu Server's do-release-upgrade process. I'd dropped to a shell to compare a .conf file in /etc/. When I pressed Ctrl-C, it asked whether I wanted to try to reattach to the upgrade process, but it failed to do so.



So I quit, and now there's a hanging dpkg process which is holding onto the apt lock. This is a virtualised server with no GUI frontend...



Is it possible to recover the upgrade process, or do I have to kill the dpkg process and start again?










share|improve this question
















I accidentally pressed Ctrl+C during Ubuntu Server's do-release-upgrade process. I'd dropped to a shell to compare a .conf file in /etc/. When I pressed Ctrl-C, it asked whether I wanted to try to reattach to the upgrade process, but it failed to do so.



So I quit, and now there's a hanging dpkg process which is holding onto the apt lock. This is a virtualised server with no GUI frontend...



Is it possible to recover the upgrade process, or do I have to kill the dpkg process and start again?







ubuntu upgrade






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 14 '16 at 16:21









JonTheNiceGuy

77357




77357










asked May 9 '12 at 17:18









Alex LeachAlex Leach

7021813




7021813







  • 2





    Does screen -list still list the upgrade process? If so, screen -r might reattach it again. What was the exact error when trying to reattach?

    – arjarj
    May 9 '12 at 18:50











  • I later tried screen -RD, but it didn't work. There wasn't any screen daemon running, so there was nothing to re-connect to. Exact error? I had a choice of 'r' or 'q' I think (reconnect or quit) at the bottom of a curses-like app. Sorry, I can't be more helpful than that. I was using VirtualBox, and without a tmux or screen session running I had no scrollback and the curses-like interface kept clearing the screen. Reconnect didn't work, so I just quit.

    – Alex Leach
    May 9 '12 at 20:46






  • 1





    I should add that I did try screen -R -D as both sudo user and my normal user..

    – Alex Leach
    May 9 '12 at 20:48











  • possible duplicate of Ubuntu Server upgrade over SSH hang

    – Michael Hampton
    Sep 13 '12 at 9:52






  • 2





    Yes! dpkg configure -a is the right answer. That happened to me and the really bad thing was that bind9 was not correctly setup (i.e. the Ctrl-C must have stopped that process and it couldn't start anymore!) Once I fixed bind9 then the apt-get update + upgrade + dist-upgrade ran like a charm and after that I rebooted and it all worked.

    – Alexis Wilke
    Oct 7 '12 at 16:34













  • 2





    Does screen -list still list the upgrade process? If so, screen -r might reattach it again. What was the exact error when trying to reattach?

    – arjarj
    May 9 '12 at 18:50











  • I later tried screen -RD, but it didn't work. There wasn't any screen daemon running, so there was nothing to re-connect to. Exact error? I had a choice of 'r' or 'q' I think (reconnect or quit) at the bottom of a curses-like app. Sorry, I can't be more helpful than that. I was using VirtualBox, and without a tmux or screen session running I had no scrollback and the curses-like interface kept clearing the screen. Reconnect didn't work, so I just quit.

    – Alex Leach
    May 9 '12 at 20:46






  • 1





    I should add that I did try screen -R -D as both sudo user and my normal user..

    – Alex Leach
    May 9 '12 at 20:48











  • possible duplicate of Ubuntu Server upgrade over SSH hang

    – Michael Hampton
    Sep 13 '12 at 9:52






  • 2





    Yes! dpkg configure -a is the right answer. That happened to me and the really bad thing was that bind9 was not correctly setup (i.e. the Ctrl-C must have stopped that process and it couldn't start anymore!) Once I fixed bind9 then the apt-get update + upgrade + dist-upgrade ran like a charm and after that I rebooted and it all worked.

    – Alexis Wilke
    Oct 7 '12 at 16:34








2




2





Does screen -list still list the upgrade process? If so, screen -r might reattach it again. What was the exact error when trying to reattach?

– arjarj
May 9 '12 at 18:50





Does screen -list still list the upgrade process? If so, screen -r might reattach it again. What was the exact error when trying to reattach?

– arjarj
May 9 '12 at 18:50













I later tried screen -RD, but it didn't work. There wasn't any screen daemon running, so there was nothing to re-connect to. Exact error? I had a choice of 'r' or 'q' I think (reconnect or quit) at the bottom of a curses-like app. Sorry, I can't be more helpful than that. I was using VirtualBox, and without a tmux or screen session running I had no scrollback and the curses-like interface kept clearing the screen. Reconnect didn't work, so I just quit.

– Alex Leach
May 9 '12 at 20:46





I later tried screen -RD, but it didn't work. There wasn't any screen daemon running, so there was nothing to re-connect to. Exact error? I had a choice of 'r' or 'q' I think (reconnect or quit) at the bottom of a curses-like app. Sorry, I can't be more helpful than that. I was using VirtualBox, and without a tmux or screen session running I had no scrollback and the curses-like interface kept clearing the screen. Reconnect didn't work, so I just quit.

– Alex Leach
May 9 '12 at 20:46




1




1





I should add that I did try screen -R -D as both sudo user and my normal user..

– Alex Leach
May 9 '12 at 20:48





I should add that I did try screen -R -D as both sudo user and my normal user..

– Alex Leach
May 9 '12 at 20:48













possible duplicate of Ubuntu Server upgrade over SSH hang

– Michael Hampton
Sep 13 '12 at 9:52





possible duplicate of Ubuntu Server upgrade over SSH hang

– Michael Hampton
Sep 13 '12 at 9:52




2




2





Yes! dpkg configure -a is the right answer. That happened to me and the really bad thing was that bind9 was not correctly setup (i.e. the Ctrl-C must have stopped that process and it couldn't start anymore!) Once I fixed bind9 then the apt-get update + upgrade + dist-upgrade ran like a charm and after that I rebooted and it all worked.

– Alexis Wilke
Oct 7 '12 at 16:34






Yes! dpkg configure -a is the right answer. That happened to me and the really bad thing was that bind9 was not correctly setup (i.e. the Ctrl-C must have stopped that process and it couldn't start anymore!) Once I fixed bind9 then the apt-get update + upgrade + dist-upgrade ran like a charm and after that I rebooted and it all worked.

– Alexis Wilke
Oct 7 '12 at 16:34











3 Answers
3






active

oldest

votes


















111





+50









I usually do release upgrades over VPN, so I've tried this a few times. Whenever it updates my openvpn package I lose connection, so I reconnect afterwards.



do-release-upgrade starts a backup SSH session on port 1022 and a backup screen session. If you do not have screen installed this will NOT be available.



You can get the screen session by running:



sudo screen -list
There is a screen on:
2953.ubuntu-release-upgrade-screen-window (09/13/2012 04:48:02 AM) (Detached)
1 Socket in /var/run/screen/S-root.


Then to reattach do:



sudo screen -d -r root/2953.ubuntu-release-upgrade-screen-window


Using the previously listed screen after root/



You should be back to where you lost connection.






share|improve this answer

























  • I dont have screen installed... and i cannot install one with apt-get (file locked)

    – inemanja
    Apr 27 at 17:18











  • This is extremely helpful. It might be an even better answer if you just added short mention that do-release-upgrade indeed automatically starts a screen session (you had me reread the question for a second to look for any mention of having started the upgrade process via screen)

    – polynomial_donut
    May 3 at 6:23











  • I'm amazed this question keeps getting +1s it's so old

    – Alex R
    May 6 at 8:39


















27














I had the same issue while upgrading to quantal. Unfortunately for me, like the original poster, the screen was killed as well because of ctrl+c.



Killing the dpkg and restarting it with "--configure -a" solved the problem.



Thanks






share|improve this answer























  • Thank you thank you thank you. This worked for me.

    – firebush
    Apr 23 '18 at 19:45


















1














I'm more of a CentOS / RHEL person myself but in my experience you're pretty much always better of killing and starting the process over. The downloads, syncs, etc should already be complete and not need to be redone. Since that is what takes the majority of time there shouldn't be much lost going this route.






share|improve this answer























  • Yea, there's not much else that can be done I think. I could probably have used reptyr to reattach to the pty/tty (I never know the difference), but it's easier starting from scratch. And you're right; it's much quicker the second time round!

    – Alex Leach
    May 9 '12 at 17:48











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f387547%2fhow-do-i-reattach-to-ubuntu-servers-do-release-upgrade-process%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























3 Answers
3






active

oldest

votes








3 Answers
3






active

oldest

votes









active

oldest

votes






active

oldest

votes









111





+50









I usually do release upgrades over VPN, so I've tried this a few times. Whenever it updates my openvpn package I lose connection, so I reconnect afterwards.



do-release-upgrade starts a backup SSH session on port 1022 and a backup screen session. If you do not have screen installed this will NOT be available.



You can get the screen session by running:



sudo screen -list
There is a screen on:
2953.ubuntu-release-upgrade-screen-window (09/13/2012 04:48:02 AM) (Detached)
1 Socket in /var/run/screen/S-root.


Then to reattach do:



sudo screen -d -r root/2953.ubuntu-release-upgrade-screen-window


Using the previously listed screen after root/



You should be back to where you lost connection.






share|improve this answer

























  • I dont have screen installed... and i cannot install one with apt-get (file locked)

    – inemanja
    Apr 27 at 17:18











  • This is extremely helpful. It might be an even better answer if you just added short mention that do-release-upgrade indeed automatically starts a screen session (you had me reread the question for a second to look for any mention of having started the upgrade process via screen)

    – polynomial_donut
    May 3 at 6:23











  • I'm amazed this question keeps getting +1s it's so old

    – Alex R
    May 6 at 8:39















111





+50









I usually do release upgrades over VPN, so I've tried this a few times. Whenever it updates my openvpn package I lose connection, so I reconnect afterwards.



do-release-upgrade starts a backup SSH session on port 1022 and a backup screen session. If you do not have screen installed this will NOT be available.



You can get the screen session by running:



sudo screen -list
There is a screen on:
2953.ubuntu-release-upgrade-screen-window (09/13/2012 04:48:02 AM) (Detached)
1 Socket in /var/run/screen/S-root.


Then to reattach do:



sudo screen -d -r root/2953.ubuntu-release-upgrade-screen-window


Using the previously listed screen after root/



You should be back to where you lost connection.






share|improve this answer

























  • I dont have screen installed... and i cannot install one with apt-get (file locked)

    – inemanja
    Apr 27 at 17:18











  • This is extremely helpful. It might be an even better answer if you just added short mention that do-release-upgrade indeed automatically starts a screen session (you had me reread the question for a second to look for any mention of having started the upgrade process via screen)

    – polynomial_donut
    May 3 at 6:23











  • I'm amazed this question keeps getting +1s it's so old

    – Alex R
    May 6 at 8:39













111





+50







111





+50



111




+50





I usually do release upgrades over VPN, so I've tried this a few times. Whenever it updates my openvpn package I lose connection, so I reconnect afterwards.



do-release-upgrade starts a backup SSH session on port 1022 and a backup screen session. If you do not have screen installed this will NOT be available.



You can get the screen session by running:



sudo screen -list
There is a screen on:
2953.ubuntu-release-upgrade-screen-window (09/13/2012 04:48:02 AM) (Detached)
1 Socket in /var/run/screen/S-root.


Then to reattach do:



sudo screen -d -r root/2953.ubuntu-release-upgrade-screen-window


Using the previously listed screen after root/



You should be back to where you lost connection.






share|improve this answer















I usually do release upgrades over VPN, so I've tried this a few times. Whenever it updates my openvpn package I lose connection, so I reconnect afterwards.



do-release-upgrade starts a backup SSH session on port 1022 and a backup screen session. If you do not have screen installed this will NOT be available.



You can get the screen session by running:



sudo screen -list
There is a screen on:
2953.ubuntu-release-upgrade-screen-window (09/13/2012 04:48:02 AM) (Detached)
1 Socket in /var/run/screen/S-root.


Then to reattach do:



sudo screen -d -r root/2953.ubuntu-release-upgrade-screen-window


Using the previously listed screen after root/



You should be back to where you lost connection.







share|improve this answer














share|improve this answer



share|improve this answer








edited May 6 at 8:45

























answered Sep 13 '12 at 9:17









Alex RAlex R

1,41321214




1,41321214












  • I dont have screen installed... and i cannot install one with apt-get (file locked)

    – inemanja
    Apr 27 at 17:18











  • This is extremely helpful. It might be an even better answer if you just added short mention that do-release-upgrade indeed automatically starts a screen session (you had me reread the question for a second to look for any mention of having started the upgrade process via screen)

    – polynomial_donut
    May 3 at 6:23











  • I'm amazed this question keeps getting +1s it's so old

    – Alex R
    May 6 at 8:39

















  • I dont have screen installed... and i cannot install one with apt-get (file locked)

    – inemanja
    Apr 27 at 17:18











  • This is extremely helpful. It might be an even better answer if you just added short mention that do-release-upgrade indeed automatically starts a screen session (you had me reread the question for a second to look for any mention of having started the upgrade process via screen)

    – polynomial_donut
    May 3 at 6:23











  • I'm amazed this question keeps getting +1s it's so old

    – Alex R
    May 6 at 8:39
















I dont have screen installed... and i cannot install one with apt-get (file locked)

– inemanja
Apr 27 at 17:18





I dont have screen installed... and i cannot install one with apt-get (file locked)

– inemanja
Apr 27 at 17:18













This is extremely helpful. It might be an even better answer if you just added short mention that do-release-upgrade indeed automatically starts a screen session (you had me reread the question for a second to look for any mention of having started the upgrade process via screen)

– polynomial_donut
May 3 at 6:23





This is extremely helpful. It might be an even better answer if you just added short mention that do-release-upgrade indeed automatically starts a screen session (you had me reread the question for a second to look for any mention of having started the upgrade process via screen)

– polynomial_donut
May 3 at 6:23













I'm amazed this question keeps getting +1s it's so old

– Alex R
May 6 at 8:39





I'm amazed this question keeps getting +1s it's so old

– Alex R
May 6 at 8:39













27














I had the same issue while upgrading to quantal. Unfortunately for me, like the original poster, the screen was killed as well because of ctrl+c.



Killing the dpkg and restarting it with "--configure -a" solved the problem.



Thanks






share|improve this answer























  • Thank you thank you thank you. This worked for me.

    – firebush
    Apr 23 '18 at 19:45















27














I had the same issue while upgrading to quantal. Unfortunately for me, like the original poster, the screen was killed as well because of ctrl+c.



Killing the dpkg and restarting it with "--configure -a" solved the problem.



Thanks






share|improve this answer























  • Thank you thank you thank you. This worked for me.

    – firebush
    Apr 23 '18 at 19:45













27












27








27







I had the same issue while upgrading to quantal. Unfortunately for me, like the original poster, the screen was killed as well because of ctrl+c.



Killing the dpkg and restarting it with "--configure -a" solved the problem.



Thanks






share|improve this answer













I had the same issue while upgrading to quantal. Unfortunately for me, like the original poster, the screen was killed as well because of ctrl+c.



Killing the dpkg and restarting it with "--configure -a" solved the problem.



Thanks







share|improve this answer












share|improve this answer



share|improve this answer










answered Dec 3 '12 at 0:05









Arul SelvanArul Selvan

1,1101111




1,1101111












  • Thank you thank you thank you. This worked for me.

    – firebush
    Apr 23 '18 at 19:45

















  • Thank you thank you thank you. This worked for me.

    – firebush
    Apr 23 '18 at 19:45
















Thank you thank you thank you. This worked for me.

– firebush
Apr 23 '18 at 19:45





Thank you thank you thank you. This worked for me.

– firebush
Apr 23 '18 at 19:45











1














I'm more of a CentOS / RHEL person myself but in my experience you're pretty much always better of killing and starting the process over. The downloads, syncs, etc should already be complete and not need to be redone. Since that is what takes the majority of time there shouldn't be much lost going this route.






share|improve this answer























  • Yea, there's not much else that can be done I think. I could probably have used reptyr to reattach to the pty/tty (I never know the difference), but it's easier starting from scratch. And you're right; it's much quicker the second time round!

    – Alex Leach
    May 9 '12 at 17:48















1














I'm more of a CentOS / RHEL person myself but in my experience you're pretty much always better of killing and starting the process over. The downloads, syncs, etc should already be complete and not need to be redone. Since that is what takes the majority of time there shouldn't be much lost going this route.






share|improve this answer























  • Yea, there's not much else that can be done I think. I could probably have used reptyr to reattach to the pty/tty (I never know the difference), but it's easier starting from scratch. And you're right; it's much quicker the second time round!

    – Alex Leach
    May 9 '12 at 17:48













1












1








1







I'm more of a CentOS / RHEL person myself but in my experience you're pretty much always better of killing and starting the process over. The downloads, syncs, etc should already be complete and not need to be redone. Since that is what takes the majority of time there shouldn't be much lost going this route.






share|improve this answer













I'm more of a CentOS / RHEL person myself but in my experience you're pretty much always better of killing and starting the process over. The downloads, syncs, etc should already be complete and not need to be redone. Since that is what takes the majority of time there shouldn't be much lost going this route.







share|improve this answer












share|improve this answer



share|improve this answer










answered May 9 '12 at 17:43









Tim BrighamTim Brigham

13.5k75098




13.5k75098












  • Yea, there's not much else that can be done I think. I could probably have used reptyr to reattach to the pty/tty (I never know the difference), but it's easier starting from scratch. And you're right; it's much quicker the second time round!

    – Alex Leach
    May 9 '12 at 17:48

















  • Yea, there's not much else that can be done I think. I could probably have used reptyr to reattach to the pty/tty (I never know the difference), but it's easier starting from scratch. And you're right; it's much quicker the second time round!

    – Alex Leach
    May 9 '12 at 17:48
















Yea, there's not much else that can be done I think. I could probably have used reptyr to reattach to the pty/tty (I never know the difference), but it's easier starting from scratch. And you're right; it's much quicker the second time round!

– Alex Leach
May 9 '12 at 17:48





Yea, there's not much else that can be done I think. I could probably have used reptyr to reattach to the pty/tty (I never know the difference), but it's easier starting from scratch. And you're right; it's much quicker the second time round!

– Alex Leach
May 9 '12 at 17:48

















draft saved

draft discarded
















































Thanks for contributing an answer to Server Fault!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f387547%2fhow-do-i-reattach-to-ubuntu-servers-do-release-upgrade-process%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020