LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-06-2010, 04:12 PM   #1
hvmork
LQ Newbie
 
Registered: Jan 2010
Posts: 5

Rep: Reputation: 0
computer crashed after updates - multiple flavors of linux installed?


Totally unfamiliar with Linux. Trying to help brother whose computer quit working after he downloaded updates. Don't know Linux lingo but it looks to me like he has multiple flavors of Linux running: Gnome, ubuntu, xbuntu, kbuntu - probably more I've forgotten.

He knew nothing about computers at all and inherited a build-it-yourself computer kit that someone was throwing away. It came with a CD of Linux software. By trial and error he made it run and has managed to do some amazing things with photos and graphic design. But he downloads and launches EVERYTHING that suggests itself to him. Sometimes a thousand files at a time.

Now his machine boots but won't run any apps. It keeps giving him a message that he needs to "manually run" some "dpkg-something" but he doesn't know how to get to any sort of root or command prompt where he can enter a manual command. All he knows how to do is click icons. He's clicked them all. Now his computer is continually running screen after screen of programming language.

Is there any hope? Can we reinstall an OS without losing all of his files of graphics work?

Which OS should he use on a fairly old and slow machine if his main (only?) use is graphic design?

Thanks, hvmork
 
Old 01-06-2010, 05:03 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Hi, welcome to LQ!

Commonly one can get to a full-screen console by pressing
Alt+Ctrl+F[1-6] (Any function key while Ctral & Alt a pressed).

From there he should be able to login as himself, and then
become root via "sudo -i" ... from there just run the command
the error output was suggesting.


Cheers,
Tink
 
Old 01-06-2010, 05:37 PM   #3
sonichedgehog
Member
 
Registered: Oct 2007
Location: London UK
Distribution: Fedora Core 17
Posts: 298

Rep: Reputation: 32
You might also need to stop something if you are seeing scrolling lines of code!
from the console you have opened:
Code:
ps -u (your bro's username)
It will show you a list, each process has a number. ignore the last 2, ps & bash. Get the latest one and stop it:
Code:
kill ___
whatever the process number is
Toggle back to your main session with ctrl alt f7- has it worked? If yes, ctrl alt f2 (assuming that's what you used?) then
Code:
exit
otherwise from ctrl alt f2 session,kill another process. Sooner or later the scrolling will stop. The command you were asked to do may have been
Code:
dpkg --configure -a
which can sometimes rescue a session in trouble. It basically finishes a half-baked package change. Won't always work, depends what was wrong.
What flavour? For old boxes I found Debian was the best.
Once you are up & running, stop changing stuff, use the system, get to know it. From a normal session, main menu (or f1) >accessories >terminal gets you to a console/terminal. Build your terminal use in gradually, you get the security/stability benefits of Linux anyway but being able to take full control needs terminal.

Yes you can reinstall without losing stuff, I do it often, but you would need to have manually installed so that you have a separate home partition, & reinstall with manual partitioning (not automatic partitioning which will probably mash your data.) Check that out, If stuck, LQ users will help you through. Just back up to a usb stick for now before you reinstall. Regards

Last edited by sonichedgehog; 01-06-2010 at 05:44 PM. Reason: correction
 
Old 01-07-2010, 12:17 AM   #4
hvmork
LQ Newbie
 
Registered: Jan 2010
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Tinkster View Post
Hi, welcome to LQ!

Commonly one can get to a full-screen console by pressing
Alt+Ctrl+F[1-6] (Any function key while Ctral & Alt a pressed).

From there he should be able to login as himself, and then
become root via "sudo -i" ... from there just run the command
the error output was suggesting.


Cheers,
Tink
Thanks! You answered our next question too - he didn't know how to get root access.
 
Old 01-07-2010, 12:24 AM   #5
hvmork
LQ Newbie
 
Registered: Jan 2010
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks all! I think he can get root access now, and get all those processes stopped. I've downloaded and burned a CD for him with a fresh ubuntu distro (9.10) in case he needs to start from scratch. But I wonder what he will need to do to clean up the mess on his hard drive. Is it so bad he should reformat and start with a blank slate? How would he know?
 
Old 01-07-2010, 12:47 AM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
The most important question will be whether there's a separate partition
for /home or not. If there is - just re-install, and you can keep the
data. If there isn't - back his users home up to an external device or
something, and then blow the old install away.
 
Old 01-07-2010, 03:16 AM   #7
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,732
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by hvmork
I've downloaded and burned a CD for him with a fresh ubuntu distro (9.10) in case he needs to start from scratch.
In my opinion U should have downloaded and burned a CD with a fresh ubuntu distro (9.04) instead of ubuntu distro (9.10).

I have heard many users regretting their upgrade from ubuntu 9.04 to ubuntu 9.10.

I have used ubuntu 9.04 on my laptop for past so many months with no regrets !

Last edited by Aquarius_Girl; 01-07-2010 at 03:29 AM.
 
Old 01-08-2010, 12:43 AM   #8
hvmork
LQ Newbie
 
Registered: Jan 2010
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks to all. This has been very helpful. Download and re-install went great. He's up and running. It was a great learning opportunity. Now having quite frequent freeze-ups when using Gimp though. Maybe time for a hardware upgrade?
 
Old 01-09-2010, 02:50 PM   #9
sonichedgehog
Member
 
Registered: Oct 2007
Location: London UK
Distribution: Fedora Core 17
Posts: 298

Rep: Reputation: 32
Quote:
I have heard many users regretting their upgrade from ubuntu 9.04 to ubuntu 9.10.
Feedback is mixed. When evaluating upgrades, information on specific issues is useful? I found better netbook wireless support on 9.10, no disadvantages yet.
Quote:
Now having quite frequent freeze-ups when using Gimp though. Maybe time for a hardware upgrade?
If you import images in gimp, the file size may be very large- I have seen 50mB which can influence/ cripple performance. Play around with the "canvas" size, you may not need this many pixels! But if you do, then larger ram/processor etc will be needed.
 
Old 01-13-2010, 12:34 AM   #10
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,732
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by sonichedgehog
Feedback is mixed. When evaluating upgrades, information on specific issues is useful? I found better netbook wireless support on 9.10, no disadvantages yet.
I didn't say anything on my own, I had just gone through the December issue of "Linux For U" magazine !

There was a distro showdown article in which at the end it was mentioned that only 5% users have been successful in installing ubuntu 9.10 according to their needs !
 
Old 01-14-2010, 06:45 AM   #11
sonichedgehog
Member
 
Registered: Oct 2007
Location: London UK
Distribution: Fedora Core 17
Posts: 298

Rep: Reputation: 32
Quote:
I didn't say anything on my own
However your opinion is of course welcome! With dist upgrades the problems are in the detail, so if any of us have specific issues, it's good to share them- Regards
 
Old 01-14-2010, 01:08 PM   #12
hvmork
LQ Newbie
 
Registered: Jan 2010
Posts: 5

Original Poster
Rep: Reputation: 0
[QUOTE] If you import images in gimp, the file size may be very large... Play around with the "canvas" size, you may not need this many pixels! [QUOTE]

This seems to be exactly the problem. Will try adjusting size.

Still having many freeze ups - sometimes even while booting. Sometimes it won't even find grub. Have installed many patches to the 9.10 distro. Trying a fresh download and reinstall now.

If there were not many others having similar problems, I'd be inclined to suspect hardware. Really could be time for new hard drive or controller. But if freeze-ups are a common experience with this distro, we'll play with it a bit longer.
 
Old 01-14-2010, 01:24 PM   #13
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora40
Posts: 6,152

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
Quote:
But if freeze-ups are a common experience with this distro
Linux generally doesn't do this sort of thing. It either works, or it doesn't. Generally, I increasingly find that it "just works"

If you can open a terminal the command top will tell you what, if anything, is hogging resources. Q to Quit top

If you are asking gimp to process a huge file, you'll have to be patient.

Linux likes memory. 512MB is OK, I have 1GB and all is sweet, but the next PC will probably have 2GB. I upgrade hardware very infrequently, but am good with my backup strategy, sort-of.

Re-reading your post I suspect faulty hardware. memtest86 will check your memory. De-dust. Re-seat all connectors. If he has stuff he wants to keep NOW is the time to make backups.
 
Old 01-15-2010, 06:32 PM   #14
sonichedgehog
Member
 
Registered: Oct 2007
Location: London UK
Distribution: Fedora Core 17
Posts: 298

Rep: Reputation: 32
Quote:
Linux likes memory.
Definitely; linux has excellent music & video capabilities & with limited memory this is frustrating. But I found my 192mB (yep, it was a diy kit with bits of ram from dismantling other old boxes) OK for graphics.
 
Old 01-15-2010, 07:26 PM   #15
damgar
Senior Member
 
Registered: Sep 2009
Location: dallas, tx
Distribution: Slackware - current multilib/gsb Arch
Posts: 1,949
Blog Entries: 8

Rep: Reputation: 203Reputation: 203Reputation: 203
If the box can't find grub, there's a good chance the hard drive is giving it's (hopefully) 2 weeks notice. BOL
 
  


Reply

Tags
failed, multiple, running, update


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] Installation of multiple flavors of Linux on a USB Pen drive talpa_sai Linux - Newbie 1 07-11-2008 06:12 AM
Ubuntu crashed my computer, help? linux.phil Linux - Hardware 1 05-18-2008 04:58 PM
Help! computer crashed and grub wont go away frostbute669 Linux - Software 1 09-02-2005 11:46 PM
how to detect that computer is crashed? Tomnet Linux - Software 4 08-04-2004 12:03 AM
HELP! Computer crashed w/ Mandrake 9.1 install devans Linux - Software 2 09-18-2003 12:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:22 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