LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 02-05-2014, 10:02 PM   #46
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593

If I'm not mistaken kernel upgrades will also cause problems with the fglrx driver. Once upon a time with Ubuntu for kernel upgrade I would boot into console mode, uninstall the fglrx do the updates then reinstall the fglrx driver. However I believe I was using the drivers from the amd/ati web site and not apt-get.
 
Old 02-05-2014, 10:12 PM   #47
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by colorpurple21859 View Post
If I'm not mistaken kernel upgrades will also cause problems with the fglrx driver. Once upon a time with Ubuntu for kernel upgrade I would boot into console mode, uninstall the fglrx do the updates then reinstall the fglrx driver. However I believe I was using the drivers from the amd/ati web site and not apt-get.
That sounds like a very good plan and practical.
That is what I will do to help friend keep Elementary OS Luna for now.

Thank You!
 
Old 02-06-2014, 04:36 AM   #48
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
I may sound harsh now, but do I really have to remember you that the package management system is still broken? How do you think trying to install the driver from AMD's website will fix that?
Please, do yourself a favor, fix the severe problems (a broken package management system) first, then look after minor problems (incorrect resolution settings).
 
Old 02-06-2014, 09:31 AM   #49
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by TobiSGD View Post
I may sound harsh now, but do I really have to remember you that the package management system is still broken? How do you think trying to install the driver from AMD's website will fix that?
Please, do yourself a favor, fix the severe problems (a broken package management system) first, then look after minor problems (incorrect resolution settings).
He knows that the package management system is not right I explained that to him yesterday.

I will attempt to fix this broken system before proceeding with installing the fglrx driver.
 
Old 02-08-2014, 02:15 PM   #50
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I discovered one of the reasons why this OS was not functioning properly--

Synaptic Package Manager was not installed.
 
Old 02-08-2014, 02:39 PM   #51
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Synaptic is not needed for the package management system to work properly.
 
Old 02-08-2014, 02:55 PM   #52
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by TobiSGD View Post
Synaptic is not needed for the package management system to work properly.
Thanks for confirmation on that.

Not sure if I can fix broken packages and at this point I don't know what they are.

I found this article but I am not sure if it will help me to fix his OS-
http://mergy.org/2013/03/repairing-a...tem-in-ubuntu/
 
Old 02-08-2014, 03:25 PM   #53
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
I have re-read this thread. I would start with removing the package that seems to cause the issues, as it seems that would be fglrx-amdcccle. So try this
Code:
sudo dpkg --purge fglrx-amdcccle
Of course be sure to have a working backup first.
 
Old 02-08-2014, 11:22 PM   #54
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by TobiSGD View Post
I have re-read this thread. I would start with removing the package that seems to cause the issues, as it seems that would be fglrx-amdcccle. So try this
Code:
sudo dpkg --purge fglrx-amdcccle
Of course be sure to have a working backup first.

After running that cmd the output said; Warning: there is no fglrx-amdcccle installed.
 
Old 02-09-2014, 12:16 AM   #55
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Was that the complete output of that command? And was it really a warning, not an error? If so, what is now the output of
Code:
sudo apt-get upgrade
 
Old 02-09-2014, 12:20 AM   #56
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
Another thing that APT knows nothing about.

If this install is on 2 partitions I would reinstall it and tell the partitioning agent in the installer to not format /home.

If installed using the ubuntu installer, by your friend, it is undoubtedly on one partition. I would back up everything and reinstall.

I believe that it is still possible to to use the "something else" option in that installer. This will allow for installation on 2 partitions.

If you do that don't get any packages that are not in the repos and install everything with apt-get, dpkg or, if a gui is needed, Synaptic which can be installed with;
Code:
apt-get install synaptic
Installed on a / and a /home you will at least have the option of using the same /home and installing some other OS that is sane when your buddy comes to his senses.
 
Old 02-09-2014, 09:48 PM   #57
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by TobiSGD View Post
Was that the complete output of that command? And was it really a warning, not an error? If so, what is now the output of
Code:
sudo apt-get upgrade
Code:
:~/Downloads$  sudo apt-get upgrade  
[sudo] password
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages have been kept back:
  linux-generic linux-headers-generic linux-image-generic
The following packages will be upgraded:
  elementary-tweaks flashplugin-installer gir1.2-gnomebluetooth-1.0
  gnome-bluetooth libcurl3 libcurl3-gnutls libcurl3-nss
  libgnome-bluetooth8 liblightdm-gobject-1-0 libperl5.14
  libpurple-bin libpurple0 lightdm pantheon-files perl perl-base
  perl-modules qbittorrent
18 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Need to get 16.0 MB of archives.
After this operation, 42.0 kB disk space will be freed.
Do you want to continue [Y/n]? Y
Err http://us.archive.ubuntu.com/ubuntu/ precise-updates/main perl amd64 5.14.2-6ubuntu2.4
  Something wicked happened resolving 'us.archive.ubuntu.com:http' (-5 - No address associated with hostname)
Err http://ppa.launchpad.net/versable/elementary-update/ubuntu/ precise/main elementary-tweaks amd64 0.1-0~175~ubuntu12.04.1
  Something wicked happened resolving 'ppa.launchpad.net:http' (-5 - No address associated with hostname)
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libperl5.14 amd64 5.14.2-6ubuntu2.4 [1,252 B]
Get:2 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main perl-base amd64 5.14.2-6ubuntu2.4 [1,513 kB]
Get:3 http://ppa.launchpad.net/elementary-os/stable/ubuntu/ precise/main pantheon-files amd64 0.1.6-0~r1425+pkg20~ubuntu12.04.1 [609 kB]
Err http://security.ubuntu.com/ubuntu/ precise-security/main perl amd64 5.14.2-6ubuntu2.4
  Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname)
Get:4 http://ppa.launchpad.net/hydr0g3n/qbittorrent-stable/ubuntu/ precise/main qbittorrent amd64 3.1.x-0~4683-20140206~ubuntu12.04.1 [3,027 kB]
Get:5 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main perl-modules all 5.14.2-6ubuntu2.4 [3,389 kB]
Get:6 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libcurl3-gnutls amd64 7.22.0-3ubuntu4.7 [227 kB]
Get:7 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libcurl3 amd64 7.22.0-3ubuntu4.7 [236 kB]
Get:8 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libcurl3-nss amd64 7.22.0-3ubuntu4.7 [234 kB]
Get:9 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main lightdm amd64 1.2.3-0ubuntu2.4 [101 kB]
Get:10 http://us.archive.ubuntu.com/ubuntu/ precise-updates/multiverse flashplugin-installer amd64 11.2.202.336ubuntu0.12.04.1 [6,936 B]
Get:11 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libgnome-bluetooth8 amd64 3.2.2-0ubuntu5.1 [55.5 kB]
Get:12 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main gnome-bluetooth amd64 3.2.2-0ubuntu5.1 [273 kB]
Get:13 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main gir1.2-gnomebluetooth-1.0 amd64 3.2.2-0ubuntu5.1 [5,746 B]
Get:14 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main liblightdm-gobject-1-0 amd64 1.2.3-0ubuntu2.4 [31.3 kB]
Get:15 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpurple-bin all 1:2.10.3-0ubuntu1.4 [17.4 kB]
Get:16 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main libpurple0 amd64 1:2.10.3-0ubuntu1.4 [1,769 kB]
Fetched 11.5 MB in 60s (190 kB/s)                                    
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/perl/perl_5.14.2-6ubuntu2.4_amd64.deb  Something wicked happened resolving 'security.ubuntu.com:http' (-5 - No address associated with hostname)
Failed to fetch http://ppa.launchpad.net/versable/elementary-update/ubuntu/pool/main/e/elementary-tweaks/elementary-tweaks_0.1-0~175~ubuntu12.04.1_amd64.deb  Something wicked happened resolving 'ppa.launchpad.net:http' (-5 - No address associated with hostname)
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
~/Downloads$
This wireless connection has been up (100%) and down(43%) in strength for whatever the reason.
 
Old 02-09-2014, 10:08 PM   #58
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by widget View Post
Another thing that APT knows nothing about.

If this install is on 2 partitions I would reinstall it and tell the partitioning agent in the installer to not format /home.

If installed using the ubuntu installer, by your friend, it is undoubtedly on one partition. I would back up everything and reinstall.

I believe that it is still possible to to use the "something else" option in that installer. This will allow for installation on 2 partitions.

If you do that don't get any packages that are not in the repos and install everything with apt-get, dpkg or, if a gui is needed, Synaptic which can be installed with;
Code:
apt-get install synaptic
Installed on a / and a /home you will at least have the option of using the same /home and installing some other OS that is sane when your buddy comes to his senses.
This Elementary OS is installed on a Western Digital 500 GB HDD by it's self.
A (/) journaling file system EXT 4 partition was created this was 'dev/sdb1' and his 'dev/sdb2' is the 2GB Swap that he created-

Can't install Synaptic at the moment because he is transfering files to a 32 GB sd card at the moment.
The HDD is full.
 
Old 02-10-2014, 12:53 AM   #59
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
Wow. That is a lot of information in 2 posts.

You should run;
Code:
sudo apt-get update
again after getting errors like that. Looks like a crappy connection. Then try the upgrade again. If you still have problems try it again.

There should also be a gui application to look for the best repo for your box. Will basically run through a lot of repos and mirrors and see which has the best connection. This should be called something like Software and Updates.

Will be a box and should have a line saying "Download From". Click on the box there and select the option "other". Should give you the option to look for a better mirror. Will also let you select a mirror. Remember what the default was so you can change it back to that.

You list your location as Columbia. There are several cities by that name. The default mirror may not be the best. You may have a mirror being run by a College or University near you.

How on earth do you fill up a 500 gig hdd in a short time?

That box he is on undoubtedly has place for at least one more drive. Open it up and look at it. Get another drive and cables for it.

Reinstall his OS so that it is one sda1 as /. If he installs a lot of stuff give it 20-25gigs. Make /home 75-80gigs to make the install about 100gigs.

He didn't make any swap partition. He turned the installer loose to install on the whole drive. It created the swap. You could leave it as is.

The rest of the drive turn into another partition formated to ext4. Label the thing someting (Data, Stuff, whatever [Whatever would actually work]).

I would partition the second drive into 2 partitions and label them. They can easily be mounted when he boots. This is where his important data should be filed. In those 3 data partitions, particularly on the second drive they will be safe no matter what happens to the OS. With 3 data partitions he can use one for one sort of date, and other for a second class of data and so forth.

If you need help with the install I would go so far as to get an image and see what the installer is up to and how to get it to do a decent install.

A one partition (just /) is not a great install. It is what installers just about have to do if it is an automagical install. There is just too many variables to cover in a script that will fit in the image. Things that are actually simple for a person, on the box, to direct manually but almost imposible for some one to write an auto install script for.

Never really worried about setting up data partitions with the Ubuntu installer. Should be able to do it with it though. Or it is easy to edit the /etc/fstab file manually later.

Could be using the remastersys installer too I suppose. Not sure if it will do that or not. Never tried it on there either.

Your Fedora installer will do it as will Debian and most other base distros (all as far as I know).

You need to remember that each partition is a file system. Having a single, for all practical purposes, 500gig file system is just not real safe. Particularly in the hands of a noob.

With the data partitions labeled and loaded at boot they will show up in the left collumn of the file browser as mounted and with the label as their name so you know what they are.
 
Old 02-10-2014, 01:38 AM   #60
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
This time the update and the upgrade was successful! Thank Goodness--

Quote:
How on earth do you fill up a 500 gig hdd in a short time?
He is a Teacher and documents a lot every week.
Instructional videos take up a lot of room as well.
Documentation has to be typed for each individual student--
His 500GB External Toshiba HDD is 460 GB full and is working on filling up the 1 TB Externel his student gave him.

Code:
		
 sudo apt-get update
[sudo] password
Hit http://security.ubuntu.com precise-security Release.gpg          
Hit http://us.archive.ubuntu.com precise Release.gpg                 
Hit http://us.archive.ubuntu.com precise-updates Release.gpg         
Hit http://us.archive.ubuntu.com precise-backports Release.gpg       
Hit http://security.ubuntu.com precise-security Release              
Hit http://us.archive.ubuntu.com precise Release                     
Hit http://ppa.launchpad.net precise Release.gpg                     
Hit http://ppa.launchpad.net precise Release.gpg                     
Hit http://ppa.launchpad.net precise Release.gpg                     
Hit http://us.archive.ubuntu.com precise-updates Release             
Hit http://us.archive.ubuntu.com precise-backports Release           
Hit http://ppa.launchpad.net precise Release.gpg                     
Hit http://ppa.launchpad.net precise Release.gpg                     
Hit http://ppa.launchpad.net precise Release.gpg                     
Get:1 http://ppa.launchpad.net precise Release.gpg [316 B]           
Hit http://security.ubuntu.com precise-security/main Sources         
Hit http://ppa.launchpad.net precise Release                         
Hit http://ppa.launchpad.net precise Release                         
Hit http://us.archive.ubuntu.com precise/main Sources                
Hit http://us.archive.ubuntu.com precise/restricted Sources          
Hit http://us.archive.ubuntu.com precise/universe Sources            
Hit http://us.archive.ubuntu.com precise/multiverse Sources          
Hit http://us.archive.ubuntu.com precise/main amd64 Packages         
Hit http://us.archive.ubuntu.com precise/restricted amd64 Packages   
Hit http://us.archive.ubuntu.com precise/universe amd64 Packages     
Hit http://us.archive.ubuntu.com precise/multiverse amd64 Packages   
Hit http://us.archive.ubuntu.com precise/main i386 Packages          
Hit http://us.archive.ubuntu.com precise/restricted i386 Packages    
Hit http://security.ubuntu.com precise-security/restricted Sources   
Hit http://security.ubuntu.com precise-security/universe Sources     
Hit http://us.archive.ubuntu.com precise/universe i386 Packages      
Hit http://us.archive.ubuntu.com precise/multiverse i386 Packages    
Hit http://us.archive.ubuntu.com precise/main TranslationIndex
Hit http://us.archive.ubuntu.com precise/multiverse TranslationIndex
Hit http://us.archive.ubuntu.com precise/restricted TranslationIndex
Hit http://ppa.launchpad.net precise Release                         
Hit http://ppa.launchpad.net precise Release                         
Hit http://ppa.launchpad.net precise Release                         
Hit http://ppa.launchpad.net precise Release                         
Hit http://security.ubuntu.com precise-security/multiverse Sources   
Hit http://security.ubuntu.com precise-security/main amd64 Packages  
Hit http://security.ubuntu.com precise-security/restricted amd64 Packages
Hit http://security.ubuntu.com precise-security/universe amd64 Packages
Hit http://security.ubuntu.com precise-security/multiverse amd64 Packages
Hit http://security.ubuntu.com precise-security/main i386 Packages   
Hit http://security.ubuntu.com precise-security/restricted i386 Packages
Hit http://security.ubuntu.com precise-security/universe i386 Packages
Hit http://security.ubuntu.com precise-security/multiverse i386 Packages
Hit http://security.ubuntu.com precise-security/main TranslationIndex
Hit http://us.archive.ubuntu.com precise/universe TranslationIndex   
Hit http://us.archive.ubuntu.com precise-updates/main Sources        
Hit http://us.archive.ubuntu.com precise-updates/restricted Sources  
Hit http://us.archive.ubuntu.com precise-updates/universe Sources    
Hit http://us.archive.ubuntu.com precise-updates/multiverse Sources  
Get:2 http://ppa.launchpad.net precise Release [11.9 kB]             
Hit http://security.ubuntu.com precise-security/multiverse TranslationIndex
Hit http://security.ubuntu.com precise-security/restricted TranslationIndex
Hit http://security.ubuntu.com precise-security/universe TranslationIndex
Hit http://us.archive.ubuntu.com precise-updates/main amd64 Packages
Hit http://us.archive.ubuntu.com precise-updates/restricted amd64 Packages
Hit http://us.archive.ubuntu.com precise-updates/universe amd64 Packages
Hit http://us.archive.ubuntu.com precise-updates/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com precise-updates/main i386 Packages  
Hit http://security.ubuntu.com precise-security/main Translation-en  
Hit http://us.archive.ubuntu.com precise-updates/restricted i386 Packages
Hit http://us.archive.ubuntu.com precise-updates/universe i386 Packages
Hit http://us.archive.ubuntu.com precise-updates/multiverse i386 Packages
Hit http://us.archive.ubuntu.com precise-updates/main TranslationIndex
Hit http://us.archive.ubuntu.com precise-updates/multiverse TranslationIndex
Hit http://security.ubuntu.com precise-security/multiverse Translation-en
Hit http://security.ubuntu.com precise-security/restricted Translation-en
Hit http://us.archive.ubuntu.com precise-updates/restricted TranslationIndex
Hit http://us.archive.ubuntu.com precise-updates/universe TranslationIndex
Hit http://us.archive.ubuntu.com precise-backports/main Sources      
Hit http://us.archive.ubuntu.com precise-backports/restricted Sources
Hit http://us.archive.ubuntu.com precise-backports/universe Sources  
Hit http://security.ubuntu.com precise-security/universe Translation-en
Hit http://ppa.launchpad.net precise/main Sources                    
Hit http://ppa.launchpad.net precise/main amd64 Packages
Hit http://ppa.launchpad.net precise/main i386 Packages              
Ign http://ppa.launchpad.net precise/main TranslationIndex
Hit http://ppa.launchpad.net precise/main Sources
Hit http://ppa.launchpad.net precise/main amd64 Packages
Hit http://ppa.launchpad.net precise/main i386 Packages
Ign http://ppa.launchpad.net precise/main TranslationIndex
Hit http://us.archive.ubuntu.com precise-backports/multiverse Sources
Hit http://us.archive.ubuntu.com precise-backports/main amd64 Packages
Hit http://us.archive.ubuntu.com precise-backports/restricted amd64 Packages
Hit http://us.archive.ubuntu.com precise-backports/universe amd64 Packages
Hit http://us.archive.ubuntu.com precise-backports/multiverse amd64 Packages
Hit http://us.archive.ubuntu.com precise-backports/main i386 Packages
Hit http://us.archive.ubuntu.com precise-backports/restricted i386 Packages
Hit http://us.archive.ubuntu.com precise-backports/universe i386 Packages
Hit http://us.archive.ubuntu.com precise-backports/multiverse i386 Packages
Hit http://us.archive.ubuntu.com precise-backports/main TranslationIndex
Hit http://ppa.launchpad.net precise/main Sources
Hit http://ppa.launchpad.net precise/main amd64 Packages
Hit http://ppa.launchpad.net precise/main i386 Packages
Ign http://ppa.launchpad.net precise/main TranslationIndex
Hit http://ppa.launchpad.net precise/main Sources
Hit http://ppa.launchpad.net precise/main amd64 Packages
Hit http://ppa.launchpad.net precise/main i386 Packages
Ign http://ppa.launchpad.net precise/main TranslationIndex
Hit http://ppa.launchpad.net precise/main Sources
Hit http://us.archive.ubuntu.com precise-backports/multiverse TranslationIndex
Hit http://us.archive.ubuntu.com precise-backports/restricted TranslationIndex
Hit http://us.archive.ubuntu.com precise-backports/universe TranslationIndex
Hit http://us.archive.ubuntu.com precise/main Translation-en
Hit http://us.archive.ubuntu.com precise/multiverse Translation-en
Hit http://ppa.launchpad.net precise/main amd64 Packages
Hit http://us.archive.ubuntu.com precise/restricted Translation-en
Hit http://us.archive.ubuntu.com precise/universe Translation-en
Hit http://us.archive.ubuntu.com precise-updates/main Translation-en
Hit http://us.archive.ubuntu.com precise-updates/multiverse Translation-en
Hit http://us.archive.ubuntu.com precise-updates/restricted Translation-en
Hit http://ppa.launchpad.net precise/main i386 Packages
Ign http://ppa.launchpad.net precise/main TranslationIndex
Hit http://ppa.launchpad.net precise/main Sources
Hit http://ppa.launchpad.net precise/main amd64 Packages
Hit http://ppa.launchpad.net precise/main i386 Packages
Hit http://us.archive.ubuntu.com precise-updates/universe Translation-en
Hit http://us.archive.ubuntu.com precise-backports/main Translation-en
Hit http://us.archive.ubuntu.com precise-backports/multiverse Translation-en
Hit http://us.archive.ubuntu.com precise-backports/restricted Translation-en
Hit http://us.archive.ubuntu.com precise-backports/universe Translation-en
Ign http://ppa.launchpad.net precise/main TranslationIndex
Get:3 http://ppa.launchpad.net precise/main Sources [13.3 kB]
Get:4 http://ppa.launchpad.net precise/main amd64 Packages [13.5 kB]
Get:5 http://ppa.launchpad.net precise/main i386 Packages [13.5 kB]
Ign http://ppa.launchpad.net precise/main TranslationIndex
Ign http://ppa.launchpad.net precise/main Translation-en_US
Ign http://ppa.launchpad.net precise/main Translation-en
Ign http://ppa.launchpad.net precise/main Translation-en_US
Ign http://ppa.launchpad.net precise/main Translation-en
Ign http://ppa.launchpad.net precise/main Translation-en_US
Ign http://ppa.launchpad.net precise/main Translation-en
Ign http://ppa.launchpad.net precise/main Translation-en_US
Ign http://ppa.launchpad.net precise/main Translation-en
Ign http://ppa.launchpad.net precise/main Translation-en_US
Ign http://ppa.launchpad.net precise/main Translation-en
Ign http://ppa.launchpad.net precise/main Translation-en_US
Ign http://ppa.launchpad.net precise/main Translation-en
Ign http://ppa.launchpad.net precise/main Translation-en_US
Ign http://ppa.launchpad.net precise/main Translation-en
Fetched 52.6 kB in 5s (10.1 kB/s)
Reading package lists... Done
The upgrade--

Code:
/Downloads$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages have been kept back:
  linux-generic linux-headers-generic linux-image-generic
The following packages will be upgraded:
  elementary-tweaks flashplugin-installer gir1.2-gnomebluetooth-1.0
  gnome-bluetooth libcurl3 libcurl3-gnutls libcurl3-nss
  libgnome-bluetooth8 liblightdm-gobject-1-0 libperl5.14
  libpurple-bin libpurple0 lightdm pantheon-files perl perl-base
  perl-modules qbittorrent
18 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
Need to get 4,515 kB/16.0 MB of archives.
After this operation, 42.0 kB disk space will be freed.
Do you want to continue [Y/n]? Y
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main perl amd64 5.14.2-6ubuntu2.4 [4,411 kB]
Get:2 http://ppa.launchpad.net/versable/elementary-update/ubuntu/ precise/main elementary-tweaks amd64 0.1-0~176~ubuntu12.04.1 [103 kB]
Fetched 4,515 kB in 19s (229 kB/s)                                   
Preconfiguring packages ...
(Reading database ... 175515 files and directories currently installed.)
Preparing to replace perl 5.14.2-6ubuntu2.3 (using .../perl_5.14.2-6ubuntu2.4_amd64.deb) ...
Unpacking replacement perl ...
Preparing to replace libperl5.14 5.14.2-6ubuntu2.3 (using .../libperl5.14_5.14.2-6ubuntu2.4_amd64.deb) ...
Unpacking replacement libperl5.14 ...
Preparing to replace perl-base 5.14.2-6ubuntu2.3 (using .../perl-base_5.14.2-6ubuntu2.4_amd64.deb) ...
Unpacking replacement perl-base ...
Processing triggers for man-db ...
Setting up perl-base (5.14.2-6ubuntu2.4) ...
(Reading database ... 175515 files and directories currently installed.)
Preparing to replace perl-modules 5.14.2-6ubuntu2.3 (using .../perl-modules_5.14.2-6ubuntu2.4_all.deb) ...
Unpacking replacement perl-modules ...
Preparing to replace libcurl3-gnutls 7.22.0-3ubuntu4.6 (using .../libcurl3-gnutls_7.22.0-3ubuntu4.7_amd64.deb) ...
Unpacking replacement libcurl3-gnutls ...
Preparing to replace elementary-tweaks 0.1-0~173~ubuntu12.04.1 (using .../elementary-tweaks_0.1-0~176~ubuntu12.04.1_amd64.deb) ...
Unpacking replacement elementary-tweaks ...
Preparing to replace libcurl3 7.22.0-3ubuntu4.6 (using .../libcurl3_7.22.0-3ubuntu4.7_amd64.deb) ...
Unpacking replacement libcurl3 ...
Preparing to replace libcurl3-nss 7.22.0-3ubuntu4.6 (using .../libcurl3-nss_7.22.0-3ubuntu4.7_amd64.deb) ...
Unpacking replacement libcurl3-nss ...
Preparing to replace lightdm 1.2.3-0ubuntu2.3 (using .../lightdm_1.2.3-0ubuntu2.4_amd64.deb) ...
Unpacking replacement lightdm ...
Preparing to replace pantheon-files 0.1.5.1-0~r1372+pkg18~ubuntu12.04.1 (using .../pantheon-files_0.1.6-0~r1425+pkg20~ubuntu12.04.1_amd64.deb) ...
Unpacking replacement pantheon-files ...
Preparing to replace flashplugin-installer 11.2.202.335ubuntu0.12.04.1 (using .../flashplugin-installer_11.2.202.336ubuntu0.12.04.1_amd64.deb) ...
Unpacking replacement flashplugin-installer ...
Preparing to replace libgnome-bluetooth8 3.2.2-0ubuntu5 (using .../libgnome-bluetooth8_3.2.2-0ubuntu5.1_amd64.deb) ...
Unpacking replacement libgnome-bluetooth8 ...
Preparing to replace gnome-bluetooth 3.2.2-0ubuntu5 (using .../gnome-bluetooth_3.2.2-0ubuntu5.1_amd64.deb) ...
Unpacking replacement gnome-bluetooth ...
Preparing to replace gir1.2-gnomebluetooth-1.0 3.2.2-0ubuntu5 (using .../gir1.2-gnomebluetooth-1.0_3.2.2-0ubuntu5.1_amd64.deb) ...
Unpacking replacement gir1.2-gnomebluetooth-1.0 ...
Preparing to replace liblightdm-gobject-1-0 1.2.3-0ubuntu2.3 (using .../liblightdm-gobject-1-0_1.2.3-0ubuntu2.4_amd64.deb) ...
Unpacking replacement liblightdm-gobject-1-0 ...
Preparing to replace libpurple-bin 1:2.10.3-0ubuntu1.3 (using .../libpurple-bin_1%3a2.10.3-0ubuntu1.4_all.deb) ...
Unpacking replacement libpurple-bin ...
Preparing to replace libpurple0 1:2.10.3-0ubuntu1.3 (using .../libpurple0_1%3a2.10.3-0ubuntu1.4_amd64.deb) ...
Unpacking replacement libpurple0 ...
Preparing to replace qbittorrent 3.1.x-0~4653-20140125~ubuntu12.04.1 (using .../qbittorrent_3.1.x-0~4683-20140206~ubuntu12.04.1_amd64.deb) ...
Unpacking replacement qbittorrent ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Processing triggers for libglib2.0-0:i386 ...
Processing triggers for libglib2.0-0 ...
Processing triggers for desktop-file-utils ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for gnome-menus ...
Processing triggers for update-notifier-common ...
flashplugin-installer: downloading http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.336.orig.tar.gz
Installing from local file /tmp/tmpc_IpGS.gz
Flash Plugin installed.
Processing triggers for hicolor-icon-theme ...
Processing triggers for gconf2 ...
Processing triggers for menu ...
Setting up libperl5.14 (5.14.2-6ubuntu2.4) ...
Setting up libcurl3-gnutls (7.22.0-3ubuntu4.7) ...
Setting up elementary-tweaks (0.1-0~176~ubuntu12.04.1) ...
gtk-update-icon-cache: Cache file created successfully.
Setting up libcurl3 (7.22.0-3ubuntu4.7) ...
Setting up libcurl3-nss (7.22.0-3ubuntu4.7) ...
Setting up lightdm (1.2.3-0ubuntu2.4) ...
Setting up pantheon-files (0.1.6-0~r1425+pkg20~ubuntu12.04.1) ...
Setting up flashplugin-installer (11.2.202.336ubuntu0.12.04.1) ...
Setting up libgnome-bluetooth8 (3.2.2-0ubuntu5.1) ...
Setting up gir1.2-gnomebluetooth-1.0 (3.2.2-0ubuntu5.1) ...
Setting up gnome-bluetooth (3.2.2-0ubuntu5.1) ...
Setting up liblightdm-gobject-1-0 (1.2.3-0ubuntu2.4) ...
Setting up libpurple-bin (1:2.10.3-0ubuntu1.4) ...
Setting up libpurple0 (1:2.10.3-0ubuntu1.4) ...
Setting up qbittorrent (3.1.x-0~4683-20140206~ubuntu12.04.1) ...
Setting up perl-modules (5.14.2-6ubuntu2.4) ...
Setting up perl (5.14.2-6ubuntu2.4) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Processing triggers for menu ...
Quote:
That box he is on undoubtedly has place for at least one more drive.
His machine is a monster(Fractal Design D4 Black Perl) and has 3 drives installed.
I'm the one that helped him build this machine.

This machine has room for 2 more drives--
 
  


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
System Won't Boot After Update, Elementary OS/Ubuntu 12.04 based Ztcoracat Linux - Newbie 9 10-13-2013 12:59 AM
LXer: 7 Things I like about Elementary OS Luna | Luna Review LXer Syndicated Linux News 0 09-03-2013 10:31 AM
LXer: Elementary OS Releases "Luna" Ubuntu Platform LXer Syndicated Linux News 0 08-11-2013 04:50 PM
LXer: Ubuntu Builder 2.3.1 Supports elementary OS Luna LXer Syndicated Linux News 0 11-16-2012 01:10 PM

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

All times are GMT -5. The time now is 07:22 AM.

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