I attempted a major upgrade within my 7.04 windows desktop using Adept. All seem to progress well but then the upgrade stalled and I got some X11 server config errors and the upgrade froze. After waiting a very long time I killed it.... I know, bad move... and now I cannot boot into my KDE desktop. I can get to the command line just fine. I am running a dual boot system with Windows XP. I had lots of things configured and installed nicely on my old installation, like Skype, Google Earth, etc. Is this salvagable or should I just do a clean install into my Linux partition? Thanks for any help. I never realized how much I would miss my kubuntu desktop.
Announcement
Collapse
No announcement yet.
7.04 to 7.10 problems
Collapse
This topic is closed.
X
X
-
Re: 7.04 to 7.10 problems
It's probably fixable.
From the command line input:sudo dpkg-reconfigure xserver-xorg"A problem well stated is a problem half solved." --Charles F. Kettering
"Sometimes the questions are complicated and the answers are simple."--Dr. Seuss
- Top
- Bottom
-
Re: 7.04 to 7.10 problems
When I enter that I get:
dpkg was interupted. you must manually enter dpkg --configure -a to correct the problem.
When I enter that I get:
'triggers-pendii is not allowed for third (status) word in 'status' field.
As you have probably figured out by now I am not very proficient at this.
- Top
- Bottom
Comment
-
Re: 7.04 to 7.10 problems
The command requires root to execute. Retype the command as:
Code:sudo dpkg --configure -a
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: 7.04 to 7.10 problems
Does your /etc/X11/xorg.conf file look normal (complete)?Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: 7.04 to 7.10 problems
Okay. You've already tried sudo dpkg --configure -a. The normal Adept 'fixes' are as follows:
Open a console and type:
Code:sudo dpkg --configure -a
Code:sudo apt-get clean
Code:sudo apt-get update
Code:sudo apt-get install
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: 7.04 to 7.10 problems
Tried all suggestions. sudo apt-get clean ran with no errors.
sudo apt-get update ran but failed with the following:
dpkg was interupted, you must manually run dpkg --configure -a to correct.
Ran that and got the same error messages previously reported.
Ran all of the suggested commands three times with the same results.
- Top
- Bottom
Comment
-
Re: 7.04 to 7.10 problems
Post your /etc/apt/sources.list for a review.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
Comment