Ubuntu Pastebin

Paste from errors at Mon, 7 Dec 2015 12:08:01 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
(bleachbit:2810): IBUS-WARNING **: The owner of /home/adriana/.config/ibus/bus is not root!
debug: clean_operation('firefox'), options = '['cache', 'cookies', 'dom', 'download_history', 'forms', 'session_restore', 'site_preferences', 'url_history', 'vacuum']'
debug: process 'firefox' is running
debug: clean_operation('transmission'), options = '[u'cache']'
debug: clean_operation('flash'), options = '[u'cache']'
debug: clean_operation('thunderbird'), options = '[u'cache', u'cookies', u'vacuum']'
debug: clean_operation('system'), options = '['desktop_entry', 'cache', 'recent_documents', 'rotated_logs', 'tmp', 'trash']'
info: directory '/home/adriana/.cache/wallpaper' is not empty
debug: clean_operation('apt'), options = '[u'autoclean', u'autoremove', u'clean']'
Traceback (most recent call last):
  File "/usr/share/bleachbit/bleachbit/Worker.py", line 83, in execute
    for ret in cmd.execute(self.really_delete):
  File "/usr/share/bleachbit/bleachbit/Command.py", line 128, in execute
    func_ret = self.func()
  File "/usr/share/bleachbit/bleachbit/Unix.py", line 401, in apt_autoremove
    raise RuntimeError(line)
RuntimeError: E: Unmet dependencies. Try using -f.
debug: clean_operation('elinks'), options = '[u'history']'
debug: clean_operation('x11'), options = '[u'debug_logs']'
debug: clean_operation('libreoffice'), options = '[u'cache', u'history']'
debug: process 'soffice.bin' is running
debug: clean_operation('chromium'), options = '[u'cache', u'cookies', u'current_session', u'dom', u'form_history', u'history', u'search_engines', u'vacuum']'
/usr/share/bleachbit/bleachbit/Command.py:145: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  if -1 == e.message.find('file is encrypted or is not a database') and \
/usr/share/bleachbit/bleachbit/Command.py:148: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  print 'Warning:', e.message
Warning: file is encrypted or is not a database: /home/adriana/.config/chromium/Default/Cookies-journal
debug: clean_operation('bash'), options = '[u'history']'
debug: elapsed time: 2 seconds
adriana@adriana-Satellite-L700:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  linux-headers-3.13.0-71 linux-headers-3.13.0-71-generic
The following NEW packages will be installed:
  linux-headers-3.13.0-71 linux-headers-3.13.0-71-generic
0 upgraded, 2 newly installed, 0 to remove and 14 not upgraded.
3 not fully installed or removed.
Need to get 9,568 kB of archives.
After this operation, 76.9 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-security/main linux-headers-3.13.0-71 all 3.13.0-71.114 [8,868 kB]
Get:2 http://archive.ubuntu.com/ubuntu/ trusty-security/main linux-headers-3.13.0-71-generic amd64 3.13.0-71.114 [700 kB]
Fetched 9,568 kB in 21s (439 kB/s)                                             
(Reading database ... 889910 files and directories currently installed.)
Preparing to unpack .../linux-headers-3.13.0-71_3.13.0-71.114_all.deb ...
Unpacking linux-headers-3.13.0-71 (3.13.0-71.114) ...
No apport report written because the error message indicates a disk full error
                                                                              dpkg: error processing archive /var/cache/apt/archives/linux-headers-3.13.0-71_3.13.0-71.114_all.deb (--unpack):
 unable to create `/usr/src/linux-headers-3.13.0-71/arch/ia64/include/asm/sn/tiocp.h.dpkg-new' (while processing `./usr/src/linux-headers-3.13.0-71/arch/ia64/include/asm/sn/tiocp.h'): No space left on device
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Preparing to unpack .../linux-headers-3.13.0-71-generic_3.13.0-71.114_amd64.deb ...
Unpacking linux-headers-3.13.0-71-generic (3.13.0-71.114) ...
dpkg: error processing archive /var/cache/apt/archives/linux-headers-3.13.0-71-generic_3.13.0-71.114_amd64.deb (--unpack):
 error creating directory `./usr/src/linux-headers-3.13.0-71-generic/include/config/inv': No space left on device
No apport report written because the error message indicates a disk full error
                                                                              dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/linux-headers-3.13.0-71_3.13.0-71.114_all.deb
 /var/cache/apt/archives/linux-headers-3.13.0-71-generic_3.13.0-71.114_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
adriana@adriana-Satellite-L700:~$ 
Download as text