'Root is full' problem

W Scott Lockwood III vladinator at gmail.com
Mon Jul 6 15:50:08 UTC 2015


On 7/6/2015 10:42 AM, R Kimber wrote:
> On Mon, 6 Jul 2015 10:28:33 -0500
> W Scott Lockwood III wrote:
>
>> Have you done something bizarre to sources.list? It definitely should be
>> in there. https://launchpad.net/ubuntu/vivid/+package/ncdu in the base
>> release.
> Nothing.  I just did an upgrade from 14.10. Actually it seemed to go very
> smoothly, but I suppose it may have done something in the background, as it
> were.
>
> DISTRIB_ID=Ubuntu
> DISTRIB_RELEASE=15.04
> DISTRIB_CODENAME=vivid
> DISTRIB_DESCRIPTION="Ubuntu 15.04"
>
> - Richard
Here are the command I executed to add all the correct keys for package 
installs to work, since I use chrome, and track a few PPA's:

wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo 
apt-key add -
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1378B444
apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 
0xcbcb082a1bb943db
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 
F24AEA9FB05498B7
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc 
-O- | sudo apt-key add -
  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F9CB8DB0

Here, as an example, is what is in my sources.list file:
#------------------------------------------------------------------------------#
#                            OFFICIAL UBUNTU 
REPOS                             #
#------------------------------------------------------------------------------#


###### Ubuntu Main Repos
deb http://us.archive.ubuntu.com/ubuntu/ vivid main restricted universe 
multiverse

###### Ubuntu Update Repos
deb http://us.archive.ubuntu.com/ubuntu/ vivid-security main restricted 
universe multiverse
deb http://us.archive.ubuntu.com/ubuntu/ vivid-updates main restricted 
universe multiverse

###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu vivid partner

#------------------------------------------------------------------------------#
#                           UNOFFICIAL UBUNTU 
REPOS                            #
#------------------------------------------------------------------------------#


###### 3rd Party Binary Repos

#### Google Chrome Browser - http://www.google.com/linuxrepositories/
## Run this command: wget -q 
https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key 
add -
deb http://dl.google.com/linux/chrome/deb/ stable main

#### LibreOffice PPA - http://www.documentfoundation.org/download/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com 
--recv-keys 1378B444
deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu vivid main

#### MariaDB - https://mariadb.org
## Run this command: apt-key adv --recv-keys --keyserver 
hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db
deb http://mirrors.coreix.net/mariadb/repo/10.1/ubuntu vivid main

#### Steam for Linux - http://store.steampowered.com/about/
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com 
--recv-keys F24AEA9FB05498B7
deb [arch=i386] http://repo.steampowered.com/steam/ precise steam

#### VirtualBox - http://www.virtualbox.org
## Run this command: wget -q 
http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | 
sudo apt-key add -
deb http://download.virtualbox.org/virtualbox/debian vivid contrib

#### Wine PPA - https://launchpad.net/~ubuntu-wine/+archive/ppa/
## Run this command:  sudo apt-key adv --keyserver keyserver.ubuntu.com 
--recv-keys F9CB8DB0
deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu vivid main




More information about the ubuntu-users mailing list