Python error in Ubuntu 18 lte installation script
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
2
down vote
favorite
Ubuntu 18 LT installation died after message: "almost done copying.."
from syslog:
May 15 20:11:48 ubuntu /install.py: keeping language packs for: en_US.UTF-8
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease Could not resolve 'archive.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease Could not resolve 'security.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease Could not resolve 'archive.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Some index files failed to download. They have been ignored, or old ones used instead.
May 15 20:11:49 ubuntu ubiquity: W: --force-yes is deprecated, use one of the options starting with --allow instead.
May 15 20:12:05 ubuntu ubiquity[3065]: debconffilter_done: ubi-usersetup (current: ubi-usersetup)
May 15 20:12:05 ubuntu ubiquity[3065]: Step_before = stepUserInfo
May 15 20:12:05 ubuntu kernel: [ 160.122935] do_trap: 106 callbacks suppressed
May 15 20:12:05 ubuntu kernel: [ 160.122937] traps: ubiquity[3065] trap int3 ip:7f5a4f42ac41 sp:7ffe319141a0 error:0 in libglib-2.0.so.0.5600.1[7f5a4f3d9000+113000]
May 15 20:12:15 ubuntu /install.py: Exception during installation:
May 15 20:12:15 ubuntu /install.py: Traceback (most recent call last):
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 765, in <module>
May 15 20:12:15 ubuntu /install.py: install.run()
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 135, in run
May 15 20:12:15 ubuntu /install.py: self.copy_all()
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 532, in copy_all
May 15 20:12:15 ubuntu /install.py: 'INFO', 'ubiquity/install/copying_minute')
May 15 20:12:15 ubuntu /install.py: File "/usr/lib/python3/dist-packages/debconf.py", line 83, in <lambda>
May 15 20:12:15 ubuntu /install.py: lambda *args, **kw: self.command(command, *args, **kw))
May 15 20:12:15 ubuntu /install.py: File "/usr/lib/python3/dist-packages/debconf.py", line 104, in command
May 15 20:12:15 ubuntu /install.py: status = int(status)
May 15 20:12:15 ubuntu /install.py: ValueError: invalid literal for int() with base 10: ''
May 15 20:12:15 ubuntu /install.py:
May 15 20:12:15 ubuntu nautilus-autostart.desktop[2173]: Trace/breakpoint trap (core dumped)
May 15 20:12:40 ubuntu dbus-daemon[1742]: [session uid=999 pid=1742] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.60' (uid=999 pid=2173 comm="nautilus-desktop " label="unconfined")
It is reproducible. What do I do next?
system-installation ubiquity
add a comment |Â
up vote
2
down vote
favorite
Ubuntu 18 LT installation died after message: "almost done copying.."
from syslog:
May 15 20:11:48 ubuntu /install.py: keeping language packs for: en_US.UTF-8
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease Could not resolve 'archive.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease Could not resolve 'security.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease Could not resolve 'archive.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Some index files failed to download. They have been ignored, or old ones used instead.
May 15 20:11:49 ubuntu ubiquity: W: --force-yes is deprecated, use one of the options starting with --allow instead.
May 15 20:12:05 ubuntu ubiquity[3065]: debconffilter_done: ubi-usersetup (current: ubi-usersetup)
May 15 20:12:05 ubuntu ubiquity[3065]: Step_before = stepUserInfo
May 15 20:12:05 ubuntu kernel: [ 160.122935] do_trap: 106 callbacks suppressed
May 15 20:12:05 ubuntu kernel: [ 160.122937] traps: ubiquity[3065] trap int3 ip:7f5a4f42ac41 sp:7ffe319141a0 error:0 in libglib-2.0.so.0.5600.1[7f5a4f3d9000+113000]
May 15 20:12:15 ubuntu /install.py: Exception during installation:
May 15 20:12:15 ubuntu /install.py: Traceback (most recent call last):
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 765, in <module>
May 15 20:12:15 ubuntu /install.py: install.run()
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 135, in run
May 15 20:12:15 ubuntu /install.py: self.copy_all()
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 532, in copy_all
May 15 20:12:15 ubuntu /install.py: 'INFO', 'ubiquity/install/copying_minute')
May 15 20:12:15 ubuntu /install.py: File "/usr/lib/python3/dist-packages/debconf.py", line 83, in <lambda>
May 15 20:12:15 ubuntu /install.py: lambda *args, **kw: self.command(command, *args, **kw))
May 15 20:12:15 ubuntu /install.py: File "/usr/lib/python3/dist-packages/debconf.py", line 104, in command
May 15 20:12:15 ubuntu /install.py: status = int(status)
May 15 20:12:15 ubuntu /install.py: ValueError: invalid literal for int() with base 10: ''
May 15 20:12:15 ubuntu /install.py:
May 15 20:12:15 ubuntu nautilus-autostart.desktop[2173]: Trace/breakpoint trap (core dumped)
May 15 20:12:40 ubuntu dbus-daemon[1742]: [session uid=999 pid=1742] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.60' (uid=999 pid=2173 comm="nautilus-desktop " label="unconfined")
It is reproducible. What do I do next?
system-installation ubiquity
Do you mean how do you report the bug, or do you want to ask how to continue installation? It's weird that the system can't resolve the domains for package download - if you just dosudo apt dist-upgrade
is it all working? Have you changed python to point to python3 rather than 2.7?
â pbhj
May 15 at 20:53
1
This sounds like a bug in VSCode, and that needs reported to their developers.
â Thomas Wardâ¦
May 16 at 0:33
I ran into this today, installing Ubuntu 18.04 on an old macbook (12,1)
â remram
Jun 18 at 21:12
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
Ubuntu 18 LT installation died after message: "almost done copying.."
from syslog:
May 15 20:11:48 ubuntu /install.py: keeping language packs for: en_US.UTF-8
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease Could not resolve 'archive.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease Could not resolve 'security.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease Could not resolve 'archive.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Some index files failed to download. They have been ignored, or old ones used instead.
May 15 20:11:49 ubuntu ubiquity: W: --force-yes is deprecated, use one of the options starting with --allow instead.
May 15 20:12:05 ubuntu ubiquity[3065]: debconffilter_done: ubi-usersetup (current: ubi-usersetup)
May 15 20:12:05 ubuntu ubiquity[3065]: Step_before = stepUserInfo
May 15 20:12:05 ubuntu kernel: [ 160.122935] do_trap: 106 callbacks suppressed
May 15 20:12:05 ubuntu kernel: [ 160.122937] traps: ubiquity[3065] trap int3 ip:7f5a4f42ac41 sp:7ffe319141a0 error:0 in libglib-2.0.so.0.5600.1[7f5a4f3d9000+113000]
May 15 20:12:15 ubuntu /install.py: Exception during installation:
May 15 20:12:15 ubuntu /install.py: Traceback (most recent call last):
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 765, in <module>
May 15 20:12:15 ubuntu /install.py: install.run()
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 135, in run
May 15 20:12:15 ubuntu /install.py: self.copy_all()
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 532, in copy_all
May 15 20:12:15 ubuntu /install.py: 'INFO', 'ubiquity/install/copying_minute')
May 15 20:12:15 ubuntu /install.py: File "/usr/lib/python3/dist-packages/debconf.py", line 83, in <lambda>
May 15 20:12:15 ubuntu /install.py: lambda *args, **kw: self.command(command, *args, **kw))
May 15 20:12:15 ubuntu /install.py: File "/usr/lib/python3/dist-packages/debconf.py", line 104, in command
May 15 20:12:15 ubuntu /install.py: status = int(status)
May 15 20:12:15 ubuntu /install.py: ValueError: invalid literal for int() with base 10: ''
May 15 20:12:15 ubuntu /install.py:
May 15 20:12:15 ubuntu nautilus-autostart.desktop[2173]: Trace/breakpoint trap (core dumped)
May 15 20:12:40 ubuntu dbus-daemon[1742]: [session uid=999 pid=1742] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.60' (uid=999 pid=2173 comm="nautilus-desktop " label="unconfined")
It is reproducible. What do I do next?
system-installation ubiquity
Ubuntu 18 LT installation died after message: "almost done copying.."
from syslog:
May 15 20:11:48 ubuntu /install.py: keeping language packs for: en_US.UTF-8
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/InRelease Could not resolve 'archive.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://security.ubuntu.com/ubuntu/dists/bionic-security/InRelease Could not resolve 'security.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease Could not resolve 'archive.ubuntu.com'
May 15 20:11:49 ubuntu ubiquity: W: Some index files failed to download. They have been ignored, or old ones used instead.
May 15 20:11:49 ubuntu ubiquity: W: --force-yes is deprecated, use one of the options starting with --allow instead.
May 15 20:12:05 ubuntu ubiquity[3065]: debconffilter_done: ubi-usersetup (current: ubi-usersetup)
May 15 20:12:05 ubuntu ubiquity[3065]: Step_before = stepUserInfo
May 15 20:12:05 ubuntu kernel: [ 160.122935] do_trap: 106 callbacks suppressed
May 15 20:12:05 ubuntu kernel: [ 160.122937] traps: ubiquity[3065] trap int3 ip:7f5a4f42ac41 sp:7ffe319141a0 error:0 in libglib-2.0.so.0.5600.1[7f5a4f3d9000+113000]
May 15 20:12:15 ubuntu /install.py: Exception during installation:
May 15 20:12:15 ubuntu /install.py: Traceback (most recent call last):
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 765, in <module>
May 15 20:12:15 ubuntu /install.py: install.run()
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 135, in run
May 15 20:12:15 ubuntu /install.py: self.copy_all()
May 15 20:12:15 ubuntu /install.py: File "/usr/share/ubiquity/install.py", line 532, in copy_all
May 15 20:12:15 ubuntu /install.py: 'INFO', 'ubiquity/install/copying_minute')
May 15 20:12:15 ubuntu /install.py: File "/usr/lib/python3/dist-packages/debconf.py", line 83, in <lambda>
May 15 20:12:15 ubuntu /install.py: lambda *args, **kw: self.command(command, *args, **kw))
May 15 20:12:15 ubuntu /install.py: File "/usr/lib/python3/dist-packages/debconf.py", line 104, in command
May 15 20:12:15 ubuntu /install.py: status = int(status)
May 15 20:12:15 ubuntu /install.py: ValueError: invalid literal for int() with base 10: ''
May 15 20:12:15 ubuntu /install.py:
May 15 20:12:15 ubuntu nautilus-autostart.desktop[2173]: Trace/breakpoint trap (core dumped)
May 15 20:12:40 ubuntu dbus-daemon[1742]: [session uid=999 pid=1742] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.60' (uid=999 pid=2173 comm="nautilus-desktop " label="unconfined")
It is reproducible. What do I do next?
system-installation ubiquity
edited May 16 at 0:30
Nakini
159116
159116
asked May 15 at 20:46
jorg
111
111
Do you mean how do you report the bug, or do you want to ask how to continue installation? It's weird that the system can't resolve the domains for package download - if you just dosudo apt dist-upgrade
is it all working? Have you changed python to point to python3 rather than 2.7?
â pbhj
May 15 at 20:53
1
This sounds like a bug in VSCode, and that needs reported to their developers.
â Thomas Wardâ¦
May 16 at 0:33
I ran into this today, installing Ubuntu 18.04 on an old macbook (12,1)
â remram
Jun 18 at 21:12
add a comment |Â
Do you mean how do you report the bug, or do you want to ask how to continue installation? It's weird that the system can't resolve the domains for package download - if you just dosudo apt dist-upgrade
is it all working? Have you changed python to point to python3 rather than 2.7?
â pbhj
May 15 at 20:53
1
This sounds like a bug in VSCode, and that needs reported to their developers.
â Thomas Wardâ¦
May 16 at 0:33
I ran into this today, installing Ubuntu 18.04 on an old macbook (12,1)
â remram
Jun 18 at 21:12
Do you mean how do you report the bug, or do you want to ask how to continue installation? It's weird that the system can't resolve the domains for package download - if you just do
sudo apt dist-upgrade
is it all working? Have you changed python to point to python3 rather than 2.7?â pbhj
May 15 at 20:53
Do you mean how do you report the bug, or do you want to ask how to continue installation? It's weird that the system can't resolve the domains for package download - if you just do
sudo apt dist-upgrade
is it all working? Have you changed python to point to python3 rather than 2.7?â pbhj
May 15 at 20:53
1
1
This sounds like a bug in VSCode, and that needs reported to their developers.
â Thomas Wardâ¦
May 16 at 0:33
This sounds like a bug in VSCode, and that needs reported to their developers.
â Thomas Wardâ¦
May 16 at 0:33
I ran into this today, installing Ubuntu 18.04 on an old macbook (12,1)
â remram
Jun 18 at 21:12
I ran into this today, installing Ubuntu 18.04 on an old macbook (12,1)
â remram
Jun 18 at 21:12
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Â
draft saved
draft discarded
Â
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036702%2fpython-error-in-ubuntu-18-lte-installation-script%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Do you mean how do you report the bug, or do you want to ask how to continue installation? It's weird that the system can't resolve the domains for package download - if you just do
sudo apt dist-upgrade
is it all working? Have you changed python to point to python3 rather than 2.7?â pbhj
May 15 at 20:53
1
This sounds like a bug in VSCode, and that needs reported to their developers.
â Thomas Wardâ¦
May 16 at 0:33
I ran into this today, installing Ubuntu 18.04 on an old macbook (12,1)
â remram
Jun 18 at 21:12