Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Installation & Upgrades
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Installation & Upgrades
For questions about upgrading and installation of your new Ubuntu OS.

 
Thread Tools Display Modes
Old June 11th, 2008   #1
kstella
Gee! These Aren't Roasted!
 
kstella's Avatar
 
Join Date: Apr 2007
Location: Philippines
My beans are hidden!
Ubuntu 8.04 Hardy Heron
Question just upgraded - admin applications won't start

I upgraded to Hardy only yesterday. When I started up again, I saw that there were updates waiting. There were also other things I wanted to do: install programs, change settings, etc.

Every time I try to do those things, I see the little button/bar at the bottom that says "Starting Administrative Application." But nothing ever comes afterward. No window, nothing. Any ideas?
kstella is offline   Reply With Quote
Old June 11th, 2008   #2
PmDematagoda
The Free Multi-Distro Tux
 
PmDematagoda's Avatar
 
Join Date: Aug 2007
Location: Kottawa, Sri Lanka
Beans: 7,251
Ubuntu 8.04 Hardy Heron
Send a message via MSN to PmDematagoda Send a message via Skype™ to PmDematagoda
Re: just upgraded - admin applications won't start

Post the outputs of:-
Code:
hostname
and
Code:
cat /etc/hosts
__________________
Think carefully before executing commands containing "rm", especially "sudo rm -rf ", if you require more information concerning this matter, read this.
I am an experimenter, give me the most stable OS and I can make it unstable in a few hours.

C == seriously fast == FTW!
PmDematagoda is offline   Reply With Quote
Old June 12th, 2008   #3
kstella
Gee! These Aren't Roasted!
 
kstella's Avatar
 
Join Date: Apr 2007
Location: Philippines
My beans are hidden!
Ubuntu 8.04 Hardy Heron
Re: just upgraded - admin applications won't start

Quote:
stella
and

Quote:
127.0.0.1 localhost

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
192.168.0.10 stella.CERSA
I'm not using that IP anymore, though, so now I also wonder why that came out.
kstella is offline   Reply With Quote
Old June 12th, 2008   #4
PmDematagoda
The Free Multi-Distro Tux
 
PmDematagoda's Avatar
 
Join Date: Aug 2007
Location: Kottawa, Sri Lanka
Beans: 7,251
Ubuntu 8.04 Hardy Heron
Send a message via MSN to PmDematagoda Send a message via Skype™ to PmDematagoda
Re: just upgraded - admin applications won't start

First boot Ubuntu in Recovery Mode, then backup the hosts file with:-
Code:
cp /etc/hosts /etc/hosts.bak
and after that's done, open the hosts file for editing with:-
Code:
nano /etc/hosts
and edit it to look like this:-
Code:
127.0.0.1 localhost
127.0.1.1 stella

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Then save the file and see if the problems are now solved.
__________________
Think carefully before executing commands containing "rm", especially "sudo rm -rf ", if you require more information concerning this matter, read this.
I am an experimenter, give me the most stable OS and I can make it unstable in a few hours.

C == seriously fast == FTW!
PmDematagoda is offline   Reply With Quote
Old June 12th, 2008   #5
kstella
Gee! These Aren't Roasted!
 
kstella's Avatar
 
Join Date: Apr 2007
Location: Philippines
My beans are hidden!
Ubuntu 8.04 Hardy Heron
Re: just upgraded - admin applications won't start

Okay. Which option do I choose at the end of the recovery mode sequence? I chose "resume with normal boot" but couldn't get past the first step in the terminal; I got "permissions denied."

Also, what's nano?

Thanks.
kstella is offline   Reply With Quote
Old June 13th, 2008   #6
PmDematagoda
The Free Multi-Distro Tux
 
PmDematagoda's Avatar
 
Join Date: Aug 2007
Location: Kottawa, Sri Lanka
Beans: 7,251
Ubuntu 8.04 Hardy Heron
Send a message via MSN to PmDematagoda Send a message via Skype™ to PmDematagoda
Re: just upgraded - admin applications won't start

Don't choose "resume with normal boot", instead press the option that allows you to be dropped to a terminal.

And nano is a command line text editor built-in to Ubuntu.
__________________
Think carefully before executing commands containing "rm", especially "sudo rm -rf ", if you require more information concerning this matter, read this.
I am an experimenter, give me the most stable OS and I can make it unstable in a few hours.

C == seriously fast == FTW!
PmDematagoda is offline   Reply With Quote
Old June 13th, 2008   #7
kstella
Gee! These Aren't Roasted!
 
kstella's Avatar
 
Join Date: Apr 2007
Location: Philippines
My beans are hidden!
Ubuntu 8.04 Hardy Heron
Re: just upgraded - admin applications won't start

It didn't work. I'm sure I did everything that you said.
kstella is offline   Reply With Quote
Old June 13th, 2008   #8
PmDematagoda
The Free Multi-Distro Tux
 
PmDematagoda's Avatar
 
Join Date: Aug 2007
Location: Kottawa, Sri Lanka
Beans: 7,251
Ubuntu 8.04 Hardy Heron
Send a message via MSN to PmDematagoda Send a message via Skype™ to PmDematagoda
Re: just upgraded - admin applications won't start

Post the outputs of:-
Code:
hostname
and
Code:
cat /etc/hosts
again.
__________________
Think carefully before executing commands containing "rm", especially "sudo rm -rf ", if you require more information concerning this matter, read this.
I am an experimenter, give me the most stable OS and I can make it unstable in a few hours.

C == seriously fast == FTW!
PmDematagoda is offline   Reply With Quote
Old June 13th, 2008   #9
kstella
Gee! These Aren't Roasted!
 
kstella's Avatar
 
Join Date: Apr 2007
Location: Philippines
My beans are hidden!
Ubuntu 8.04 Hardy Heron
Re: just upgraded - admin applications won't start

Code:
stella
and

Code:
127.0.0.1 localhost
127.0.1.1 stella

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
The first time I read your reply, I saw that I'd forgotten to write "stella" at the end of the second line. Guess I wasn't so sure after all, sorry. So, I went back and added it.

The next time I tried starting an admin application, it was about ten minutes between entering the password and the actual appearance of the window. When the window DID appear, though, the system crashed!

But everything seems to be working fine now; no more gap between. Would you know what happened and if I should still be worried?

Thanks.
kstella is offline   Reply With Quote
Old June 13th, 2008   #10
PmDematagoda
The Free Multi-Distro Tux
 
PmDematagoda's Avatar
 
Join Date: Aug 2007
Location: Kottawa, Sri Lanka
Beans: 7,251
Ubuntu 8.04 Hardy Heron
Send a message via MSN to PmDematagoda Send a message via Skype™ to PmDematagoda
Re: just upgraded - admin applications won't start

Does the system still crash when starting administrative applications? If not then all should be fine.
__________________
Think carefully before executing commands containing "rm", especially "sudo rm -rf ", if you require more information concerning this matter, read this.
I am an experimenter, give me the most stable OS and I can make it unstable in a few hours.

C == seriously fast == FTW!
PmDematagoda is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:09 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry