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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103 | root@blade:~# update-manager -d
Checking for a new Ubuntu release
No bp log location saved, using default.
[000:000] Cpu: 6.23.10, x2, 2128Mhz, 3689MB
[000:000] Computer model: Not available
No bp log location saved, using default.
[000:000] Cpu: 6.23.10, x2, 2128Mhz, 3689MB
[000:001] Computer model: Not available
[000:001] Browser XEmbed support present: 1
[000:001] Browser toolkit is Gtk2.
[000:001] Using Gtk2 toolkit
[000:030] Warning(optionsfile.cc:30): Load: Could not open file, err=2
[000:030] No bp log location saved, using default.
[000:031] Cpu: 6.23.10, x2, 2128Mhz, 3689MB
[000:031] Computer model: Not available
[000:002] Warning(optionsfile.cc:30): Load: Could not open file, err=2
[000:002] No bp log location saved, using default.
[000:002] Cpu: 6.23.10, x2, 2128Mhz, 3689MB
[000:002] Computer model: Not available
[000:002] Browser XEmbed support present: 1
[000:002] Browser toolkit is Gtk2.
[000:002] Using Gtk2 toolkit
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
authenticate 'wily.tar.gz' against 'wily.tar.gz.gpg'
extracting 'wily.tar.gz'
root@blade:~# update-manager -d
Checking for a new Ubuntu release
No bp log location saved, using default.
[000:000] Cpu: 6.23.10, x2, 2128Mhz, 3689MB
[000:000] Computer model: Not available
No bp log location saved, using default.
[000:000] Cpu: 6.23.10, x2, 2128Mhz, 3689MB
[000:000] Computer model: Not available
[000:000] Browser XEmbed support present: 1
[000:000] Browser toolkit is Gtk2.
[000:001] Using Gtk2 toolkit
[000:017] Warning(optionsfile.cc:30): Load: Could not open file, err=2
[000:017] No bp log location saved, using default.
[000:018] Cpu: 6.23.10, x2, 2128Mhz, 3689MB
[000:018] Computer model: Not available
[000:002] Warning(optionsfile.cc:30): Load: Could not open file, err=2
[000:002] No bp log location saved, using default.
[000:003] Cpu: 6.23.10, x2, 2128Mhz, 3689MB
[000:003] Computer model: Not available
[000:003] Browser XEmbed support present: 1
[000:003] Browser toolkit is Gtk2.
[000:003] Using Gtk2 toolkit
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
authenticate 'wily.tar.gz' against 'wily.tar.gz.gpg'
extracting 'wily.tar.gz'
Traceback (most recent call last):
File "/usr/share/apport/package_hook", line 74, in <module>
with apport.fileutils.make_report_file(pr) as f:
File "/usr/lib/python3/dist-packages/apport/fileutils.py", line 290, in make_report_file
return open(path, 'xb')
FileExistsError: [Errno 17] File exists: '/var/crash/urfkill.0.crash'
ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/ofono.0.crash'
ERROR: Cannot create report: [Errno 17] File exists: '/var/crash/urfkill.0.crash'
Traceback (most recent call last):
File "/tmp/ubuntu-release-upgrader-2qk4fbvu/DistUpgrade/DistUpgradeController.py", line 1143, in doDistUpgrade
res = self.cache.commit(fprogress,iprogress)
File "/tmp/ubuntu-release-upgrader-2qk4fbvu/DistUpgrade/DistUpgradeCache.py", line 267, in commit
apt.Cache.commit(self, fprogress, iprogress)
File "/usr/lib/python3/dist-packages/apt/cache.py", line 505, in commit
if install_progress is None:
SystemError: installArchives() failed
During handling of the above exception, another exception occurred:
TypeError: wait_for_child() takes 1 positional argument but 2 were given
Error in sys.excepthook:
Traceback (most recent call last):
File "/tmp/ubuntu-release-upgrader-2qk4fbvu/DistUpgrade/DistUpgradeController.py", line 1143, in doDistUpgrade
res = self.cache.commit(fprogress,iprogress)
File "/tmp/ubuntu-release-upgrader-2qk4fbvu/DistUpgrade/DistUpgradeCache.py", line 267, in commit
apt.Cache.commit(self, fprogress, iprogress)
File "/usr/lib/python3/dist-packages/apt/cache.py", line 505, in commit
if install_progress is None:
SystemError: installArchives() failed
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 102, in apport_excepthook
pr.add_proc_info(extraenv=['PYTHONPATH', 'PYTHONHOME'])
File "/usr/lib/python3/dist-packages/apport/report.py", line 535, in add_proc_info
raise ValueError('%s does not exist' % self['ExecutablePath'])
ValueError: /usr/bin/python3.4 (deleted) does not exist
Original exception was:
Traceback (most recent call last):
File "/tmp/ubuntu-release-upgrader-2qk4fbvu/DistUpgrade/DistUpgradeController.py", line 1143, in doDistUpgrade
res = self.cache.commit(fprogress,iprogress)
File "/tmp/ubuntu-release-upgrader-2qk4fbvu/DistUpgrade/DistUpgradeCache.py", line 267, in commit
apt.Cache.commit(self, fprogress, iprogress)
File "/usr/lib/python3/dist-packages/apt/cache.py", line 505, in commit
if install_progress is None:
SystemError: installArchives() failed
During handling of the above exception, another exception occurred:
TypeError: wait_for_child() takes 1 positional argument but 2 were given
|