LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 10-14-2011, 11:27 AM   #16
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367

Post #24 is pretty straightforward. Essentially you are moving those directories and creating symlinks to the old locations for compatibility purposes. If you're struggling with a certain command read it's man page - e.g.

Code:
man ln
 
1 members found this post helpful.
Old 10-14-2011, 11:59 AM   #17
mcdwight6
LQ Newbie
 
Registered: Oct 2011
Distribution: ubuntu
Posts: 1

Rep: Reputation: Disabled
I'm also having this problem, and i'm really new to linux / command line

once i've booted into recovery mode, i'm given a menu that doesn't have dpkg as an option. if i run fsck, it says that it will exit a read-only file system, so i run it, and then i have dpkg as an option, which fails because of a read-only filesystem. so i tried widget's solution, i.e.

Code:
sudo dpkg --configure -a
but i also get

Code:
 dpkg: error: unable to access dpkg status area: Read-only file system i was never prompted for a password, and i also
like makrylemis but i'm never prompted for a password or anything either. any ideas?
 
Old 10-14-2011, 12:23 PM   #18
PirateRussell
LQ Newbie
 
Registered: Oct 2011
Posts: 1

Rep: Reputation: Disabled
:sigh:
Me too, though when I reboot I get as far as the Ubuntu screen with the 5 dots under it, with the text "Booting system without full network configuration", and it freezes.

Last edited by PirateRussell; 10-14-2011 at 12:31 PM.
 
Old 10-14-2011, 12:54 PM   #19
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
You could go directly to the files, as root, and remove them or change permissions from your Live CD.

Most of the development work is done in virtualization. This is why testing on real hardware is so very important. Just about every release of any kind of software is buggy when it hits public use, no matter who puts it out.

To be pretty safe with Ubuntu regular releases a wait of 2 weeks is good. A month is safer.

Ubuntu does not, in my opinion, do a good enough job of describing its "regular" releases and its LTS releases. The best way to look at regular releases is that they are snapshots of the development of the next LTS.

I regular release just before the LTS tends to be a little dicey. This is because of a very sensible policy by Ubuntu which discourages the inclusion of anything in the LTS that has not been tried in a regular release. This causes a lot of things to be rushed into the LTS minus 1 release, in this case 11.10.

The LTS + 1 is also prone to be packed with new stuff because it is the things that missed the LTS or were developed during the LTS dev cycle.

So, the xx.10 releases are likely, not surely, to be the least stable. The regular release between them, LTS + 2 (or -2 how ever you want to look at it) is likely to be the most stable. 9.04 is a good example of a regular release that seems to fit that bill, for most people, well.

Since 10.04 (LTS) and its rocky start things seem to be more unstable across the board. Hopefully this will change.
 
Old 10-15-2011, 05:07 AM   #20
rajinkajun
LQ Newbie
 
Registered: May 2006
Distribution: Ubuntu 10.04
Posts: 10

Rep: Reputation: 1
So, I figured out what to do to fix the install. After trying every trick I knew to work around everything in recovery, I decided to just go ahead and do a backup and reformat from a LiveCD. Turns out, with this new release, it gives you the option to "UPGRADE 11.10 to 11.10" and lets you keep your existing files. I say you should try that and see what happens. Worked out perfectly for me, no more blank screen and no "Network" nonsense. Good luck.
 
1 members found this post helpful.
Old 10-15-2011, 05:42 AM   #21
k3lt01
Senior Member
 
Registered: Feb 2011
Location: Australia
Distribution: Debian Wheezy, Jessie, Sid/Experimental, playing with LFS.
Posts: 2,900

Rep: Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637Reputation: 637
Have any of you tried to go into "recovery mode" then "failsafe x" then "low-graphics mode"? This sounds very familiar to a problem I had in 10.04. If x starts in failsafe x > low-graphics mode we can start pin pointing the issue to video drivers or xorg.conf

EDIT: It always helps with any type of system breakage to post information about your machine. I learned early on to
Code:
lspci
and keep a copy of the output on a flash drive so if I needed to I could post it in the opening post of any new thread.

Last edited by k3lt01; 10-15-2011 at 05:46 AM.
 
Old 10-15-2011, 10:11 AM   #22
makrylemis
LQ Newbie
 
Registered: Aug 2008
Location: London UK
Distribution: Ubuntu
Posts: 17

Original Poster
Rep: Reputation: 1
Quote:
Originally Posted by rajinkajun View Post
So, I figured out what to do to fix the install. After trying every trick I knew to work around everything in recovery, I decided to just go ahead and do a backup and reformat from a LiveCD. Turns out, with this new release, it gives you the option to "UPGRADE 11.10 to 11.10" and lets you keep your existing files. I say you should try that and see what happens. Worked out perfectly for me, no more blank screen and no "Network" nonsense. Good luck.
The live cd upgrade from 11.10 to 11.10 worked for me. It did hang on restoring previously installed packages for and hour and a half which gave me some thoughts but nothing got stuck at the end.

I now don't get black screen or network messages, however, once I login I get the following message:

Nautilus could not create the required folder "/home/user/.config/nautilus"
Before running Nautilus, please create the following folder, or set permissions such that Nautilus can create it.

Havent tried anything yet cause I don't want to mess with anything. Any ideas?

Thank you
 
Old 10-15-2011, 02:30 PM   #23
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
You could try;
Code:
sudo dpkg-reconfigure nautilus
 
1 members found this post helpful.
Old 10-15-2011, 04:00 PM   #24
makrylemis
LQ Newbie
 
Registered: Aug 2008
Location: London UK
Distribution: Ubuntu
Posts: 17

Original Poster
Rep: Reputation: 1
My main problem though is that I can't open terminal since I don't have nautilus. Should I run the command from the root shell promt?

Sorry if this is stupid to ask but my mistake in the first place made me a lot more cautious.

Thank you for all the help widget
 
Old 10-15-2011, 05:22 PM   #25
makrylemis
LQ Newbie
 
Registered: Aug 2008
Location: London UK
Distribution: Ubuntu
Posts: 17

Original Poster
Rep: Reputation: 1
Alright I tried to reconfigure nautilus but that just did nothing.

I figured to create a new user through the guest account with admin privileges and then it worked I'm back in my laptop with full access on my files.

Thank you for your help once again widget
 
1 members found this post helpful.
Old 10-15-2011, 06:31 PM   #26
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Don't feel like I was much help but it is good to see that you are up and running.
 
Old 10-15-2011, 06:32 PM   #27
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by rajinkajun View Post
So, I figured out what to do to fix the install. After trying every trick I knew to work around everything in recovery, I decided to just go ahead and do a backup and reformat from a LiveCD. Turns out, with this new release, it gives you the option to "UPGRADE 11.10 to 11.10" and lets you keep your existing files. I say you should try that and see what happens. Worked out perfectly for me, no more blank screen and no "Network" nonsense. Good luck.
I like it. Not elegant or particularly exciting. It worked.

That is the very best kind of fix in the world.
 
Old 10-16-2011, 12:24 AM   #28
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Good job! glad you figured it out.
 
Old 10-31-2011, 10:44 AM   #29
wshruti
LQ Newbie
 
Registered: Sep 2011
Posts: 3

Rep: Reputation: Disabled
http://uksysadmin.wordpress.com/2011...reen-solution/
 
Old 11-01-2011, 09:38 AM   #30
Heco
LQ Newbie
 
Registered: Nov 2011
Posts: 2

Rep: Reputation: Disabled
Exclamation Problem

can anybody help me ,this is my problem

i have ubuntu 11.10 and everything was fine before a few hours ,my computer was stop working and i take my batery out and i put in again and turn on computer but i dont have the menu ,no taskbar ,no nothing ,just docky ,
i start terminal from docky type gnome-panel i taskbar appear until i close terminal but that taskbar is not like it was been its something ugly
what i can do to restore my previous dispay ,menu ,taskbar and everything else ????

thx on answers
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu login black screen at boot up amritpalpathak Linux - Software 15 07-15-2011 12:41 PM
Ubuntu 9.10 upgrade to 10.10 just black screen on boot up RickAD999 Linux - Newbie 3 04-13-2011 08:00 AM
Ubuntu 10.04 - black screen on boot giammy Ubuntu 8 05-06-2010 07:09 AM
I messed with the screen resolution and now Redhat will boot into a black screen! Mr. Hill Linux - Newbie 29 05-04-2009 11:52 AM
dual boot Ubuntu - black screen or (initrompf) bwatkin4 Linux - Newbie 1 04-24-2009 07:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 04:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration