skippy81
May 9th, 2006, 05:27 AM
Not really a guide, but I wanted to post this so forum searchers can find a quick solution to something that took me a while to work out and broke my system for a few hours. There are references and bug reports to this problem floating about, but none of them seem to explain in plain english how a user who doesnt want to have his system screwed can save himself. I hope this helps.
Problem:
Install goes smoothly until at the last stages apt-get attempts to configure "uwdial". At this point nothing happens, the system doesn't hang or crash, but the install process will not proceed. If you reboot at this point you will lose your system.
Solution:
Open a terminal (if gnome is hanging then you can use cntl-alt and F1 - F6). Do:
top
find the uwdial process and get its PID (process ID) number (the leftmost number). Then do:
sudo kill processid where processid is the correct number. Your install should now continue, saving your *** :
Unfortunately if you have opted to install from the non-live install disc, and are doing so from a CD-boot this trick will not work since you only have access to the more limited ASH shell - I couldnt find a process killing method in ASH. Your best bet would be to install breezy and then dapper over it if you dont have the live cd.
Problem:
Install goes smoothly until at the last stages apt-get attempts to configure "uwdial". At this point nothing happens, the system doesn't hang or crash, but the install process will not proceed. If you reboot at this point you will lose your system.
Solution:
Open a terminal (if gnome is hanging then you can use cntl-alt and F1 - F6). Do:
top
find the uwdial process and get its PID (process ID) number (the leftmost number). Then do:
sudo kill processid where processid is the correct number. Your install should now continue, saving your *** :
Unfortunately if you have opted to install from the non-live install disc, and are doing so from a CD-boot this trick will not work since you only have access to the more limited ASH shell - I couldnt find a process killing method in ASH. Your best bet would be to install breezy and then dapper over it if you dont have the live cd.